subsurface/desktop-widgets/preferences
Tomaz Canabrava c06813317f Preferences: hook up the missing parts for the language prefs ui
And this actually made me find one memory leak on the old version:
We are constantly creating / leaking a new QSortFilterProxyModel
everytime a sync() is done on the settings. That's not a lot, maybe
once per time a user changes its settings... but it's still a leak.

And the code is more sanely separated this time. yey.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-10-30 10:36:50 -07:00
..
abstractpreferenceswidget.cpp Preferences: start to port preferences to a more sane design 2015-10-30 10:36:49 -07:00
abstractpreferenceswidget.h Preferences: start to port preferences to a more sane design 2015-10-30 10:36:49 -07:00
CMakeLists.txt Preferecnes: add the initial skeleton 2015-10-30 10:36:49 -07:00
preferences_language.cpp Preferences: hook up the missing parts for the language prefs ui 2015-10-30 10:36:50 -07:00
preferences_language.h Preferences: add a new page for language 2015-10-30 10:36:49 -07:00
preferencesdialog.cpp Preferences: Apply / Cancel / Defaults 2015-10-30 10:36:50 -07:00
preferencesdialog.h Preferences: Hook up the dialog buttons and make it work 2015-10-30 10:36:49 -07:00
prefs_language.ui Preferences: add a new page for language 2015-10-30 10:36:49 -07:00