summaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
AgeCommit message (Expand)Author
2015-05-24Remove support for Qt4 (part 7)Gravatar Tomaz Canabrava
2015-02-26qt-gui.cpp: fix imcomplete type errorGravatar Lubomir I. Ivanov
2015-02-23Move helper functions aroundGravatar Dirk Hohndel
2015-02-10Remove the DiveList from the mainwindow.uiGravatar Tomaz Canabrava
2014-12-29Facebook integration: improve the confirmation UI experienceGravatar Dirk Hohndel
2014-12-18Free more struped prefsGravatar Anton Lundin
2014-10-29qt-qui.cpp: set the locale codec to UTF-8 on Win32Gravatar Lubomir I. Ivanov
2014-10-21Fix dc nickname helper functionGravatar Linus Torvalds
2014-08-22We should never show decimals on depth in feetGravatar Dirk Hohndel
2014-08-16Don't show seconds for dive start time in the UIGravatar Dirk Hohndel
2014-08-06Attempt to hack around the problems with Swedish date localizationGravatar Dirk Hohndel
2014-08-06Remove left overs from time zone designation in Windows/SpanishGravatar Dirk Hohndel
2014-08-03Use Qt date localization instead of translated stringsGravatar Dirk Hohndel
2014-08-01Fix time zone issues in 32bit buildsGravatar Dirk Hohndel
2014-07-16Pick the correct timezoneoffset for the day in questionGravatar Dirk Hohndel
2014-07-16Date picker l10n for profile and plannerGravatar Sergey Starosek
2014-06-28Calendar Widget: set the locale appropriate first day of the weekGravatar Dirk Hohndel
2014-06-28Fix date and time l10nGravatar Sergey Starosek
2014-06-27Better date localizationGravatar Dirk Hohndel
2014-06-12Fix tank size displayGravatar Dirk Hohndel
2014-06-12Delay loading of some settings until laterGravatar Dirk Hohndel
2014-06-09qt-gui.cpp: add another QT_VERSION checkGravatar Lubomir I. Ivanov
2014-06-08Change character for liter in SAC values as wellGravatar Dirk Hohndel
2014-06-08Really display liters with script elGravatar Dirk Hohndel
2014-06-06User manual: show a localized version of the manual if it existsGravatar Dirk Hohndel
2014-05-29Don't assume that pressures are always positiveGravatar Dirk Hohndel
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-11Correct the usage of std::string and QStringGravatar Tomaz Canabrava
2014-04-30Tell Qt4 that we really meant Utf8 when we said Utf8Gravatar Dirk Hohndel
2014-04-30Make Subsurface with a British accent workGravatar Dirk Hohndel
2014-04-17Moved code around to make possible to compile the C part alone.Gravatar Tomaz Canabrava
2014-03-19Main: separate the QApplication and UI creationGravatar Lubomir I. Ivanov
2014-03-11Defer mainwindow->show()Gravatar Tomaz Canabrava
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-13Add recent files to main menu.Gravatar Boris Barbulovski
2014-01-16Save XML files into a memory buffer rather than directly into a fileGravatar Linus Torvalds
2014-01-14Save the divecomputer entries in a consistent orderGravatar Dirk Hohndel
2014-01-02Fix imperial cylinder sizes in equipment tabGravatar Linus Torvalds
2013-12-20Use QFile::{encode,decode}Name for file namesGravatar Thiago Macieira
2013-12-16Remove the xslt_path now that all XSLT files are kept in a resourceGravatar Thiago Macieira
2013-12-16Move the XSLT files into a Qt resourceGravatar Thiago Macieira
2013-12-13Look in one more place for our files on a MacGravatar Dirk Hohndel
2013-12-12Fix the logic when to display the "language changed" warningGravatar Dirk Hohndel
2013-12-10Don't rely on current path when searching for support filesGravatar Dirk Hohndel
2013-12-06Don't change working directory when looking for tranlationsGravatar Dirk Hohndel
2013-12-06Added 'English' and 'Use System Default' options.Gravatar Tomaz Canabrava
2013-12-06Added a language preference to the Settings.Gravatar Tomaz Canabrava
2013-11-30Weight and length units need translationGravatar Sergey Starosek
2013-11-28Fix editing of negative temperaturesGravatar Linus Torvalds