summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-17add missing CHANGELOG entryGravatar Dirk Hohndel
2020-05-17mobile: update version to 3.0.7Gravatar Dirk Hohndel
2020-05-17BLE: trivial updates to the GATT services listsGravatar Linus Torvalds
2020-05-17BLE: add list of known good/bad BLE GATT servicesGravatar Linus Torvalds
2020-05-16filter: properly search for tagsGravatar Berthold Stoeger
2020-05-16filter: include tags in fulltext searchGravatar Berthold Stoeger
2020-05-16desktop: don't call plotDive with doClearPictures = trueGravatar Berthold Stoeger
2020-05-16cleanup: use pointer-to-member style connect for ComboBoxDelegateGravatar Berthold Stoeger
2020-05-16cleanup: make overridden functions in model delegates privateGravatar Berthold Stoeger
2020-05-16cleanup: whitespace fixes in modeldelegates.[cpp|h]Gravatar Berthold Stoeger
2020-05-15cleanup: remove redundant model source files in CMakeLists.txtGravatar Berthold Stoeger
2020-05-15cleanup: replace to "dive.h" includes by more specific includesGravatar Berthold Stoeger
2020-05-15core/bt: ensure that BT/BLE addresses with name sort firstGravatar Dirk Hohndel
2020-05-15core/bt: always add bt name for devicesGravatar Dirk Hohndel
2020-05-15core/bt: match DC descriptor in lower caseGravatar Dirk Hohndel
2020-05-14Save SAC, OTU and CNS in the XML exportGravatar Linus Torvalds
2020-05-14Update CHANGELOGGravatar Dirk Hohndel
2020-05-14mobile/dive-details: show tagsGravatar Dirk Hohndel
2020-05-14mobile/models: add access to tags stringGravatar Dirk Hohndel
2020-05-14mobile/dive-details: less whitespace at the topGravatar Dirk Hohndel
2020-05-14mobile/dive-details: use our labels to create denser displayGravatar Dirk Hohndel
2020-05-14mobile: reduce vertical white space around labelsGravatar Dirk Hohndel
2020-05-14mobile: add smaller, vertically dense template labelGravatar Dirk Hohndel
2020-05-12Remove 'string marker after running out of strings' warningGravatar Linus Torvalds
2020-05-09add Berthold to the list of explicitly mentioned developersGravatar Dirk Hohndel
2020-05-08desktop: hide/unhide tags if dive site was editedGravatar Berthold Stoeger
2020-05-08media: give newly created dive sites a nameGravatar Berthold Stoeger
2020-05-07Update to latest libdivecomputerGravatar Dirk Hohndel
2020-05-07cleanup: free tab-widgets when exiting the applicationGravatar Berthold Stoeger
2020-05-07cleanup: remove clearing of displayed_dive in MainTab constructorGravatar Berthold Stoeger
2020-05-07desktop: use current_dive to save subtitlesGravatar Berthold Stoeger
2020-05-07desktop: use current_dive instead of displayed_dive on equipment tabGravatar Berthold Stoeger
2020-05-07desktop: update tab info only if current_dive is setGravatar Berthold Stoeger
2020-05-07statistics tab: use current_dive to decide whether user is freedivingGravatar Berthold Stoeger
2020-05-07DiveComponentSelection: use current_dive instead of displayed_diveGravatar Berthold Stoeger
2020-05-07cleanup: generalize ExtraDataModel to display data of any dcGravatar Berthold Stoeger
2020-05-07cleanup: return directly in ExtraDataModel::data()Gravatar Berthold Stoeger
2020-05-07cleanup: use begin/endResetModel in ExtraDataModelGravatar Berthold Stoeger
2020-05-07desktop: don't update models in MainWindow::refreshDisplay()Gravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-05-06profile: clear pictures when displaying empty diveGravatar Berthold Stoeger
2020-05-06dive list: update dive list entry if pictures changedGravatar Berthold Stoeger
2020-05-06undo: make adding of pictures undoableGravatar Berthold Stoeger
2020-05-06core: move picture-related function from dive.c to picture.cGravatar Berthold Stoeger
2020-05-06media: move addition of pictures out of create_picture()Gravatar Berthold Stoeger
2020-05-06core: remove new_picture_for_dive() function in dive.cGravatar Berthold Stoeger
2020-05-06undo: make picture (media) deletion undoableGravatar Berthold Stoeger
2020-05-06media: turn DivePictureModel::pictures into std::vectorGravatar Berthold Stoeger
2020-05-06media: add small C++ helper describing a picture structGravatar Berthold Stoeger
2020-05-06Cleanup: remove DivePictureThumbnailThreadGravatar Berthold Stoeger