Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #135: Handle application configuration using QSettings #260

Conversation

mauricio1802
Copy link
Member

@mauricio1802 mauricio1802 commented Nov 25, 2019

Fixes #135
Fixes #284

Changes:

  • Change the approach used for the app settings
  • Create a Config system in the backend allowing to plugins to define their own settings in a plugable way
  • QSettings is used for accomplish the persisten over multiple platform
  • Add make test-docker target to run commands inside thereciepe/qt:linux container
  • Run make test-docker on Travis CI since QSettings tests rely on therecipe/qt

Does this change need to mentioned in CHANGELOG.md?
no

Requires testing
yes

mauricio1802 and others added 23 commits October 20, 2019 17:06
@olemis
Copy link
Contributor

olemis commented Nov 25, 2019

@stdevMauricio1802 is this ready to be merged ?

@olemis olemis added config App configuration stdev wip Work in progress labels Dec 3, 2019
@olemis olemis added this to In progress in FiberCrypto wallet - Iteration 1 via automation Dec 3, 2019
@olemis olemis added this to the 0.27.0 milestone Dec 3, 2019
…elog' into stdevMauricio1802_t135_Handle_application_configuration_using_QSettings
…nd_changelog' into stdevMauricio1802_t135_Handle_application_configuration_using_QSettings"

This reverts commit 2117f31, reversing
changes made to 761fcc9.
@olemis olemis merged commit b3d7f9c into fibercrypto:develop Dec 24, 2019
FiberCrypto wallet - Iteration 1 automation moved this from In progress to Done Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config App configuration stdev wip Work in progress
Development

Successfully merging this pull request may close these issues.

Custom QT Docker image for testing Handle application configuration using QSettings
5 participants