aboutsummaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
AgeCommit message (Expand)Author
2015-10-18Display day number in trips longer than 1 dayGravatar Giorgio Marzano
2015-10-18Print: copy the bundled templates to a safe locationGravatar Lubomir I. Ivanov
2015-10-13Only mark the divelist changed if something actually changedGravatar Dirk Hohndel
2015-10-07Correctly parse GPS coordinates with a ',' between lat and lonGravatar Dirk Hohndel
2015-10-06qthelper.cpp: remove system_default_directory()Gravatar Lubomir I. Ivanov
2015-10-06Correctly handle the webservice userid in preferencesGravatar Dirk Hohndel
2015-10-06Remove unused part of the geocoding preferencesGravatar Dirk Hohndel
2015-10-04Print paths to internal files in verbose modeGravatar Robert C. Helling
2015-09-26Cloud storage: try to work around weird Windows rename issueGravatar Dirk Hohndel
2015-09-26Cloud storage: use QDir instead of QFile for renaming directoriesGravatar Dirk Hohndel
2015-09-23Hide a couple of debugging messagesGravatar Dirk Hohndel
2015-09-23Add helper function to safely move away file or directoryGravatar Dirk Hohndel
2015-09-17Hash images upon loading divelog file rather than when loading imageGravatar Robert C. Helling
2015-09-09qthelper.cpp: don't hardcode the Dive m_duration as minutesGravatar Lubomir I. Ivanov
2015-09-09qthelper.cpp: use timeFormat and dateFormat for the Dive classGravatar Lubomir I. Ivanov
2015-08-31QML UI: Remove unneeded MobileDive classGravatar Grace Karanja
2015-08-31Remove unneeded includesGravatar Anton Lundin
2015-08-22Continue to separate logic code from UI codeGravatar Dirk Hohndel
2015-08-18Replace global in_planner variable by helper functionGravatar Robert C. Helling
2015-08-03Make debugging cleanerGravatar Robert C. Helling
2015-07-25Move initialization of preferences to helper functionGravatar Dirk Hohndel
2015-07-14Location completer: give distance if knownGravatar Dirk Hohndel
2015-06-22Cloud storage: correctly store pictures even if they weren't shown beforeGravatar Dirk Hohndel
2015-06-21HTML export: need to work harder to find the picturesGravatar Dirk Hohndel
2015-06-21Git storage: implement picture loading from gitGravatar Dirk Hohndel
2015-06-21Add helper function to return local filename of picture as C stringGravatar Dirk Hohndel
2015-06-21Make helper function deal with files that don't existGravatar Dirk Hohndel
2015-06-17Remove some include files from qthelper.cppGravatar Dirk Hohndel
2015-06-16Fix silly typoGravatar Dirk Hohndel
2015-06-16Move checking the cloud connection into its own filesGravatar Dirk Hohndel
2015-06-16Code cleanup: implement window title update via signalGravatar Dirk Hohndel
2015-06-15Cloud storage: use preference member instead of hard coded stringsGravatar Dirk Hohndel
2015-06-13system_default_directory() is broken with Qt 5.4Gravatar Dirk Hohndel
2015-06-13Add helper function to create a directoryGravatar Dirk Hohndel
2015-06-13Don't show an error if you fail to open the cloud storageGravatar Dirk Hohndel
2015-06-12Indicate that there are unsaved changes with a '*' in the window titleGravatar Dirk Hohndel
2015-06-12Cloud storage: check connection before connectingGravatar Dirk Hohndel
2015-06-12Cloud storage: Setup http proxy for git connectionGravatar Dirk Hohndel
2015-06-09Cloud storage: implement confirmation of email address via PINGravatar Dirk Hohndel
2015-06-01Move helper function to the appropriate fileGravatar Dirk Hohndel
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