mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
So, prefs.save_userid_local is being set outside of a preferences set (it's set to true and false while loading the files via xml or git) and because of that I had to bypass a few method calls. When something triggers a preferences change, the application will be notified that the preferences changed, thing that I couldn't do while reading the xml or git because that should be local-only. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |
||
|---|---|---|
| .. | ||
| abstractpreferenceswidget.cpp | ||
| abstractpreferenceswidget.h | ||
| CMakeLists.txt | ||
| preferences_defaults.cpp | ||
| preferences_defaults.h | ||
| preferences_defaults.ui | ||
| preferences_georeference.cpp | ||
| preferences_georeference.h | ||
| preferences_graph.cpp | ||
| preferences_graph.h | ||
| preferences_graph.ui | ||
| preferences_language.cpp | ||
| preferences_language.h | ||
| preferences_network.cpp | ||
| preferences_network.h | ||
| preferences_network.ui | ||
| preferences_units.cpp | ||
| preferences_units.h | ||
| preferences_units.ui | ||
| preferencesdialog.cpp | ||
| preferencesdialog.h | ||
| prefs_georeference.ui | ||
| prefs_language.ui | ||