index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
desktop-widgets
/
preferences
/
preferencesdialog.cpp
Age
Commit message (
Expand
)
Author
2020-12-12
preferences: connect() dialog page only once
Berthold Stoeger
2020-12-12
preferences: don't remove/add pages in refreshPages()
Berthold Stoeger
2020-12-12
preferences: sort pages only once
Berthold Stoeger
2020-12-12
preferences: create global settingsChanged signal
Berthold Stoeger
2020-12-12
cleanup: remove unused PreferencesDialog::emitSettingsChanged()
Berthold Stoeger
2019-12-25
Preferences UI: add reset tab
willemferguson
2019-12-25
Preferences UI: add dive log tab
willemferguson
2019-12-25
Preferenced UI: add dive download tab
willemferguson
2019-12-25
Pereferences UI: add media tab
willemferguson
2019-12-25
Preferences UI: create new equipment tab
willemferguson
2019-12-25
Preferences UI: split network preferences
willemferguson
2019-04-12
replace deprecated qSort() with std::sort()
Rolf Eike Beer
2018-12-31
Desktop: change preferences dialog name to 'Preferences'
Dirk Hohndel
2018-08-29
Revert "desktop-widgets: remove QSettings from desktop-widgets"
Dirk Hohndel
2018-08-25
desktop-widgets: remove QSettings from desktop-widgets
jan Iversen
2017-12-29
cleanup: less than operators shall not use equal
Jan Mulder
2017-11-25
Fix ownership issues in preferences code
Berthold Stoeger
2017-10-08
preferences: add missing dialog icon
Lubomir I. Ivanov
2017-04-29
Add SPDX header to desktop widgets
Dirk Hohndel
2016-08-27
Settings update: Move loadPreferences out of qt-helper.cpp
Tomaz Canabrava
2016-08-27
Settings update: Remove uneeded includes
Tomaz Canabrava
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel
2015-11-15
Make "Save Preferences" button mutate "prefs" struct.
K. \"pestophagous\" Heller
2015-11-10
Preferences: correctly hook up the signals to enable/disable cloud storage
Dirk Hohndel
2015-11-07
preferencesdialog.cpp: silence a switch warning
Lubomir I. Ivanov
2015-11-03
PreferencesDialog.cpp: store 'default_directory' in QSettings
Lubomir I. Ivanov
2015-11-02
Preferences: make apply work
Dirk Hohndel
2015-11-02
Preferences: Call LoadPreferences from whitin the new dialog
Tomaz Canabrava
2015-11-02
Forgot to set the static variable static
Tomaz Canabrava
2015-11-02
Preferences: Use apply instead of reset to defaults
Tomaz Canabrava
2015-11-02
Preferences: Remove the old dialog and use the new one
Tomaz Canabrava
2015-10-30
Preferences: random fixes
Tomaz Canabrava
2015-10-30
Preferences: move network preferences to the new dialog
Tomaz Canabrava
2015-10-30
Preferences: move graph preferences to the new dialog
Tomaz Canabrava
2015-10-30
Preferences: move units to the new dialog
Tomaz Canabrava
2015-10-30
Preferences: Port the default preferences to the new system
Tomaz Canabrava
2015-10-30
Preferences: add GeoReference
Tomaz Canabrava
2015-10-30
Preferences: start with all settings set
Tomaz Canabrava
2015-10-30
Preferences: Apply / Cancel / Defaults
Tomaz Canabrava
2015-10-30
Preferences: Hook up the dialog buttons and make it work
Tomaz Canabrava
2015-10-30
Preferecnes: add the initial skeleton
Tomaz Canabrava