aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-desktop-main.cpp
AgeCommit message (Expand)Author
2021-04-19cloudstorage: try to pick between multiple cloud serversGravatar Dirk Hohndel
2021-01-10profile: remove firstCall static variableGravatar Berthold Stoeger
2020-12-13core: free tank info table on exitGravatar Berthold Stoeger
2020-12-13core: keep tank infos in a dynamic tableGravatar Berthold Stoeger
2020-12-12preferences: create global settingsChanged signalGravatar Berthold Stoeger
2020-10-26cleanup: remove unnecessary call to qsrandGravatar Dirk Hohndel
2020-09-29cleanup: move function declarations from dive.h to parse.hGravatar Berthold Stoeger
2019-10-14Stop support Qt versions before 5.9Gravatar Dirk Hohndel
2019-10-04Cleanup: Implicitly free QApplicationGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2018-08-15ssrf: call sync() when exiting appl.Gravatar jan Iversen
2018-07-26Whitespace cleanup main/helper filesGravatar Dirk Hohndel
2018-07-18Cleanups to core/color.[c|hpp]Gravatar Berthold Stoeger
2018-05-24mobile: application variable unused in mainGravatar jan Iversen
2018-05-21subsurface: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-03-14Cleanup: consistently use toUtf8() instead of toLocal8Bit()Gravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2017-12-17Unify float calulations: use doubleGravatar Berthold Stoeger
2017-11-16subsurface-startup: expose print_version() in the headerGravatar Lubomir I. Ivanov
2017-11-16dekstop-main.cpp: install a message handlerGravatar Lubomir I. Ivanov
2017-11-09Add details about key libraries when showing versionGravatar Dirk Hohndel
2017-11-03win32: optimize the console and logging logicGravatar Lubomir I. Ivanov
2017-11-02desktop-main.cpp: round the fractional part of the GL versionGravatar Lubomir I. Ivanov
2017-11-01desktop-main.cpp: further improve the GL version detectionGravatar Lubomir I. Ivanov
2017-10-30desktop-main.cpp: don't validate for custom backendsGravatar Lubomir I. Ivanov
2017-10-29desktop-main.cpp: add verbose output to validateGL()Gravatar Lubomir I. Ivanov
2017-10-29desktop-main.cpp: add validateGL()Gravatar Lubomir I. Ivanov
2017-10-26Report which files were opened / imported at startGravatar Dirk Hohndel
2017-10-26desktop UI: no longer attempt to manually show error notificationsGravatar Dirk Hohndel
2017-08-01Print Qt version when started in verbose modeGravatar Dirk Hohndel
2017-05-27Move the fill_computer_list() out of widgetsGravatar Tomaz Canabrava
2017-04-29Add SPDX header to top level filesGravatar Dirk Hohndel
2017-04-06Break down MainTab into smaller classesGravatar Tomaz Canabrava
2017-02-03Win32: add the --win32log option to log stdout and stderr to filesGravatar Lubomir I. Ivanov
2016-05-02Move the qtTranslator and ssrfTranslator pointers to qt-init.cppGravatar Thiago Macieira
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-26Prevent unintentionally running as rootGravatar Robert C. Helling
2016-02-25Initialize the random number generatorGravatar Miika Turkia
2016-01-25Start to use the QSettings ObjectWrapperGravatar Tomaz Canabrava
2015-11-07desktop-main.cpp: fix unused 'application' variableGravatar Lubomir I. Ivanov
2015-11-05Untangle Profile from MainTabGravatar Dirk Hohndel
2015-11-05Untangle Profile from MainWindow: edit current profileGravatar Dirk Hohndel
2015-11-05Untangle Profile from MainWindow: update main tab via signalGravatar Dirk Hohndel
2015-11-05Untangle Profile from MainWindow: refresh displayGravatar Dirk Hohndel
2015-11-05Untangle Profile from MainWindow: shortcutsGravatar Dirk Hohndel
2015-11-05Untangle Profile from MainWindow: turn off tts/ndl calculationGravatar Dirk Hohndel
2015-11-05Untangle Profile from MainWindow: files on command lineGravatar Dirk Hohndel
2015-11-05Profile: begin untangling from MainWindowGravatar Dirk Hohndel