aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2019-01-19Import: add add_to_new_trip flag to process_imported_dives()Gravatar Berthold Stoeger
2019-01-19Dive import: fix logic of process_imported_dives()Gravatar Berthold Stoeger
2019-01-13Planner: Add checkbox to force OC bailoutGravatar Robert C. Helling
2019-01-13Download: don't refresh display if thread finishedGravatar Berthold Stoeger
2019-01-09Cleanup: remove explicit constructor of DiveListBaseGravatar Berthold Stoeger
2019-01-09Undo: make dive-import undoableGravatar Berthold Stoeger
2019-01-09Import: split process_imported_dives() functionGravatar Berthold Stoeger
2019-01-09Import: add merge_all_trips parameter to process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Import: merge dives trip-wiseGravatar Berthold Stoeger
2019-01-09Import: add trip_table argument to DiveImportedModel::repopulate()Gravatar Berthold Stoeger
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar Berthold Stoeger
2019-01-09Core: add trip_table parameter to trip-functionsGravatar Berthold Stoeger
2019-01-09Undo commands: refactor dive-trip handlingGravatar Berthold Stoeger
2019-01-09Core: keep trips in table(s)Gravatar Berthold Stoeger
2019-01-09Core: Rename functions to more generic namesGravatar Berthold Stoeger
2019-01-09Dive list: add table parameter to autogroup_dives()Gravatar Berthold Stoeger
2019-01-09Core: move autogroup() into divelist.cGravatar Berthold Stoeger
2019-01-08Filter for logged/planned divesGravatar Robert C. Helling
2019-01-08Helper function to determined planned divesGravatar Robert C. Helling
2019-01-07Dive list: split DiveTripModel into distinct models (tree and list)Gravatar Berthold Stoeger
2019-01-02update year to 2019 in about screensGravatar Lubomir I. Ivanov
2019-01-02desktop/preferences: rename the default file groupGravatar Lubomir I. Ivanov
2018-12-31Desktop: change preferences dialog name to 'Preferences'Gravatar Dirk Hohndel
2018-12-23Cleanup: remove unused parameter was_autogenGravatar Berthold Stoeger
2018-12-23Fix error message capitalization for web services.Gravatar John Plaxco
2018-12-23Improve error reporting when exporting a selection of 0 dives.Gravatar John Plaxco
2018-12-21core: shift dive time in correct directionGravatar Jan Mulder
2018-12-17Import: unglobalize downloadTableGravatar Berthold Stoeger
2018-12-17Cleanup: remove DiveImportedModel::setImportedDivesIndexes()Gravatar Berthold Stoeger
2018-12-17Show average max depth in statistics tabGravatar Robert C. Helling
2018-12-14Hide unimplemented components from searchGravatar Tomaz Canabrava
2018-12-14Drop old filter codeGravatar Tomaz Canabrava
2018-12-14Handle Show / Close of the Filter BoxGravatar Tomaz Canabrava
2018-12-14Struct FilterDataGravatar Tomaz Canabrava
2018-12-14Replace the old filter widget for a new oneGravatar Tomaz Canabrava
2018-12-14Start the FilterDive stateGravatar Tomaz Canabrava
2018-12-14Start to implement a simplified version of the filter widgetGravatar Tomaz Canabrava
2018-12-14Cleanup: remove split_dive_*() functionsGravatar Berthold Stoeger
2018-12-14Cleanup: remove combine_trips() functionGravatar Berthold Stoeger
2018-12-14Dive list: remove trip from model only onceGravatar Berthold Stoeger
2018-12-13Dive media: add media to closest diveGravatar Berthold Stoeger
2018-12-11Cleanup: don't leak filename on picture creationGravatar Berthold Stoeger
2018-12-11Invalidate git cache when removing dive from tripGravatar Robert C. Helling
2018-11-23Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypesGravatar Berthold Stoeger
2018-11-21Desktop: don't refresh display on autogroupGravatar Berthold Stoeger
2018-11-19Warnings: replace memcpy by assignmentGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Dive list: keep dives-in-trip list ordered after shift-timesGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-18Core: add add_dive_to_table() functionGravatar Berthold Stoeger