aboutsummaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
AgeCommit message (Expand)Author
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
2013-04-02Move set_filename() calls outside of parse_file()Gravatar Alberto Mardegan
2013-04-01Improve Makefile rules for running mocGravatar Alberto Mardegan
2013-04-01Introduce QApplicationGravatar Alberto Mardegan
2013-04-01Have some C++ file in the projectGravatar Alberto Mardegan