aboutsummaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
AgeCommit message (Expand)Author
2013-11-28Fix editing of negative temperaturesGravatar Linus Torvalds
2013-11-21Try to get Windwos to find the pluginsGravatar Dirk Hohndel
2013-11-21Refactoring of the configuration handling.Gravatar Patrick Valsecchi
2013-10-16Helpers: move some date related function to qt-gui.cppGravatar Lubomir I. Ivanov
2013-10-15Dependencies are too aggressive for version.hGravatar Dirk Hohndel
2013-10-13Use QDir::currentPath to get the current directoryGravatar Miika Turkia
2013-10-11Better diagnostic message when not finding translationsGravatar Dirk Hohndel
2013-10-10Try harder to find the translation filesGravatar Dirk Hohndel
2013-10-10Work around a Qt Locale bug on MacGravatar Dirk Hohndel
2013-10-10Dismbiguate gettextGravatar Dirk Hohndel
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-09Make sure we handle untranslated Subsurface correctlyGravatar Dirk Hohndel
2013-10-09Remove unnecessary moc includeGravatar Sergey Starosek
2013-10-08Load translations at run timeGravatar Dirk Hohndel
2013-10-08Fix edit + cancel = absolute zeroGravatar Patrick Valsecchi
2013-10-06Remove lots of ifdef'ed out code from GTK/glib versionGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Use helper function to find xslt folderGravatar Dirk Hohndel
2013-10-04Add a helper function to calculate weight display stringGravatar Benjamin
2013-10-04Use the same conversion grams->lbs in dive and equipment listGravatar Benjamin
2013-10-03Helpers: add get_cylinder_used_gas_string()Gravatar Lubomir I. Ivanov
2013-09-27Hack to make the subsurface work on Gnome3 shellGravatar Tomaz Canabrava
2013-09-26Only set documentMode on tab if in Oxygen style.Gravatar Tomaz Canabrava
2013-09-26Cleanup the prettyness of subsurface on Gtk+ style.Gravatar Tomaz Canabrava
2013-09-22Support imperial measurements in dive planner / add diveGravatar Dirk Hohndel
2013-09-21Allow editing of date & time and air & water temperaturesGravatar Dirk Hohndel
2013-09-18Destroy the main window before exiting the applicationGravatar Thiago Macieira
2013-09-09Use the same code for command line and gui for file handling.Gravatar Tomaz Canabrava
2013-09-09Fix QString UsageGravatar Tomaz Canabrava
2013-09-09Code Cleanup, Tabs instead of Spaces.Gravatar Tomaz Canabrava
2013-07-18Ask Qt to use system proxies in SubsurfaceGravatar Thiago Macieira
2013-06-27Update main window title depending of current file stateGravatar Lubomir I. Ivanov
2013-06-18Improve display of yearly statisticsGravatar Dirk Hohndel
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-06-17Process dive computers as they are read inGravatar Dirk Hohndel
2013-06-07Removed the buttons on the Edit Dive computers.Gravatar Tomaz Canabrava
2013-05-31Much better solution to avoid the gtk+ style on LinuxGravatar Dirk Hohndel
2013-05-31Hack to force plastique style on LinuxGravatar Dirk Hohndel
2013-05-31Display the Subsurface manual in the help widgetGravatar Dirk Hohndel
2013-05-29Connect preferences to the rest of the codeGravatar Dirk Hohndel
2013-05-24Fix usage of temporary QByteArraysGravatar Alberto Mardegan
2013-05-23Remove a compile warningGravatar Dirk Hohndel
2013-05-22Implement default dive computer and deviceGravatar Dirk Hohndel
2013-05-21Replace GError handling with a kMessageWidget based approachGravatar Dirk Hohndel
2013-05-21Remove Gtk crudGravatar Dirk Hohndel
2013-05-21Initialize QSettings earlier & change the Organization to "Subsurface"Gravatar Dirk Hohndel
2013-05-21Removing an kinky settings that I forgot to.Gravatar Tomaz Canabrava
2013-05-21Fixed the hide / show columns using the settings.Gravatar Tomaz Canabrava
2013-05-20Populate the Vendor && Dive computer information.Gravatar Tomaz Canabrava