summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-05-06media: remove unused local variableGravatar Berthold Stoeger
2020-05-06media: put photo-view in row-selection modeGravatar Berthold Stoeger
2020-05-06media: store dive instead of dive-id in DivePictureModelGravatar Berthold Stoeger
2020-05-06media: don't send dive-id in drag&drop eventGravatar Berthold Stoeger
2020-05-06undo: implement undo of setting a picture time by drag&dropGravatar Berthold Stoeger
2020-05-06media: create sort_picture_table function via macroGravatar Berthold Stoeger
2020-05-06core: add get_picture_idx() functionGravatar Berthold Stoeger
2020-05-06cleanup: don't call updateDivePictures in MainWindowGravatar Berthold Stoeger
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-06core: make picture.h compatible with C++Gravatar Berthold Stoeger