aboutsummaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
AgeCommit message (Expand)Author
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
2014-01-14Changes test for ISO 6709 location formatGravatar Tim Wootton
2014-01-12Improving matching of ISO 6709 GPS formatGravatar Miika Turkia
2014-01-07Add a unique id to every diveGravatar Dirk Hohndel
2014-01-03Allow location coordinates in ISO6709 formatGravatar Tim Wootton
2013-12-24Enable libdivecomputer log or dump from the UIGravatar Dirk Hohndel
2013-12-24Make decimals optional in GPS coordinatesGravatar Dirk Hohndel
2013-12-23Accept decimal point and comma in gps coordinatesGravatar Dirk Hohndel