aboutsummaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
AgeCommit message (Expand)Author
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
2013-12-23Improve GPS string handlingGravatar Dirk Hohndel
2013-12-06Correctly parse translated GPS coordinatesGravatar Dirk Hohndel
2013-12-02Parse localized GPS stringGravatar Dirk Hohndel
2013-11-26Remember Trip Selection.Gravatar Tomaz Canabrava
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06Parse GPS text in C++ and re-implement GPS changed checkGravatar Dirk Hohndel
2013-10-04Add a helper function to calculate weight display stringGravatar Benjamin
2013-08-05Fix crash in DiveComputerList::addDC() when importing from DM4.Gravatar Michael Andreen
2013-06-19Remove unused QMap includeGravatar Henrik Brautaset Aronsen
2013-06-18Fix compilation error in DiveComputerList destructor on MacOSXGravatar Henrik Brautaset Aronsen
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel