aboutsummaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
AgeCommit message (Expand)Author
2015-05-29Move WeightModel to qt-modelsGravatar Tomaz Canabrava
2015-05-29Move DivePlannerModel and CylinderModel to qt-modelsGravatar Tomaz Canabrava
2015-05-26Allow a comma in decimal GPS coordinatesGravatar Robert C. Helling
2015-05-24Remove support for QT4 (part 3)Gravatar Tomaz Canabrava
2015-05-20Add option to display GPS coordinates as decimalsGravatar Robert C. Helling
2015-04-24Allow images to be added via the webGravatar Robert C. Helling
2015-04-24Cleaning up variable names in image loadingGravatar Robert C. Helling
2015-03-30Protect writing to image hashes with a mutexGravatar Robert C. Helling
2015-03-16Load remote imagesGravatar Robert C. Helling
2015-03-15Refactored image timestamp checking.Gravatar Jan Darowski
2015-03-14Provide useful warning when we can't find an XSLT fileGravatar Dirk Hohndel
2015-03-10Don't call UI functions from helper codeGravatar Dirk Hohndel
2015-02-27UI to learn hashes of local image filesGravatar Robert C. Helling
2015-02-27Add hashes to imagesGravatar Robert C. Helling
2015-02-24Fixed cmake build.Gravatar Patrick Valsecchi
2015-02-23Move helper functions aroundGravatar Dirk Hohndel
2015-02-23Add support for more GPS coordinate formats.Gravatar Patrick Valsecchi
2015-02-15qthelper.cpp: use QStandardPaths::DataLocation for older QtGravatar Lubomir I. Ivanov
2015-02-15Add 'system_default_directory()' helper functionGravatar Linus Torvalds
2015-02-14Proof of concept for reverse geo locationGravatar Dirk Hohndel
2015-02-14Use C API for printGPSCoordsGravatar Dirk Hohndel
2015-02-12Remove coordinates from main tabGravatar Dirk Hohndel
2015-02-04More tolerant when parsing GPS coordinates.Gravatar Patrick Valsecchi
2014-11-13Fix use of QStringGravatar Tomaz Canabrava
2014-11-13Fix QString useGravatar Tomaz Canabrava
2014-11-12Show the number of dives with given person / location in the filter panelGravatar Dirk Hohndel
2014-08-17Fix and simplify get_file_nameGravatar Thiago Macieira
2014-07-30Correctly report parsing success for GPS dataGravatar Dirk Hohndel
2014-07-16Translations: get hemisphere letters translated againGravatar Dirk Hohndel
2014-07-14HTML: Add dive photos to the detailed viewGravatar Gehad elrobey
2014-07-01Small whitespace fixGravatar Dirk Hohndel
2014-06-10Minor code readability improvementGravatar Dirk Hohndel
2014-06-09Add gas consumption statistic for selected divesGravatar Dirk Hohndel
2014-06-08Picture handling: change data structure to store offset instead timestampGravatar Dirk Hohndel
2014-06-02Break picture handling code from C++ to C.Gravatar Tomaz Canabrava
2014-06-02Rewrite dive edit logicGravatar Dirk Hohndel
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-22Fix compilation with CMake.Gravatar Tomaz Canabrava
2014-05-13Move DiveList related methods/classes to own file.Gravatar Tomaz Canabrava
2014-05-13Move printGpsCoords from MainTab to QtHelperGravatar Tomaz Canabrava
2014-05-11Prefix a method with 'dive_' because it should work only with divesGravatar Tomaz Canabrava
2014-05-11use for_each_dive instead of hand-written loop.Gravatar Tomaz Canabrava
2014-05-11When creating methods that pass QString, use const QString&Gravatar Tomaz Canabrava
2014-05-11Simplify code.Gravatar Tomaz Canabrava
2014-05-11Correct the usage of std::string and QStringGravatar Tomaz Canabrava
2014-05-07Hack around a translation issueGravatar Dirk Hohndel
2014-04-17Moved code around to make possible to compile the C part alone.Gravatar Tomaz Canabrava
2014-03-03Fix gps parsingGravatar g1g19
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski