aboutsummaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
AgeCommit message (Expand)Author
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
2013-05-10Tweaks to maintabGravatar Amit Chaudhuri
2013-05-10Implement the get_screen_dpi functionGravatar Dirk Hohndel
2013-05-09Enable defautl_filename in settingsGravatar Dirk Hohndel
2013-05-06Start populating the maintab Dive Info widgetGravatar Dirk Hohndel
2013-05-05Add most settings to the QSettings codeGravatar Dirk Hohndel
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-04-25Remove the explicit UTF-8 conversionsGravatar Dirk Hohndel
2013-04-25Ask Qt 4 to use the UTF-8 codec as the "codec for C strings"Gravatar Thiago Macieira
2013-04-23Fix compilation: in C++, enums don't have operator++Gravatar Thiago Macieira
2013-04-22Fix crash with some setupsGravatar Dirk Hohndel
2013-04-18Delay Qt ui constructionGravatar Amit Chaudhuri
2013-04-14Undoing the last Qtr_ hackGravatar Dirk Hohndel
2013-04-13Add Qtr_ macros that uses gettext in a tr() compatible mannerGravatar Dirk Hohndel
2013-04-13Started the real code on the Qt Interface.Gravatar Tomaz Canabrava
2013-04-07Fix some of the gcc-4.8 warningsGravatar Dirk Hohndel
2013-04-07Start creating the Qt UIGravatar Tomaz Canabrava
2013-04-02Add a Qt main windowGravatar Alberto Mardegan