Age | Commit message (Expand) | Author |
2018-10-11 | Undo: make adding of planned dive undo-able | Berthold Stoeger |
2018-10-11 | Filter: reload only when checkstate changed | Berthold Stoeger |
2018-10-11 | Filter: Make filters aware of added / removed dives | Berthold Stoeger |
2018-10-11 | Dive list: unify sorting in core and Qt-model | Berthold Stoeger |
2018-10-11 | Dive list: retain selection on moval of dives | Berthold Stoeger |
2018-10-11 | Dive list: propagate current-item to frontend | Berthold Stoeger |
2018-10-11 | Undo: select dives after add, remove, merge, split dive commands | Berthold Stoeger |
2018-10-11 | Dive list: remember selected dives | Berthold Stoeger |
2018-10-11 | Dive list: implement proper Qt-model semantics for DiveTripModel | Berthold Stoeger |
2018-10-11 | Undo: make diverse trip-related operations undo-able | Berthold Stoeger |
2018-10-11 | Dive list: hand-code the DiveTripModel | Berthold Stoeger |
2018-10-11 | Dive list: replace dive-id by dive pointer | Berthold Stoeger |
2018-10-09 | Dive locations: factor out common code of models | Berthold Stoeger |
2018-10-09 | Dive sites: remove internalRowCount from LocationInformationModel | Berthold Stoeger |
2018-10-09 | Dive sites: don't add dummy entries to LocationInformationModel | Berthold Stoeger |
2018-10-09 | Dive sites: remove LocationInformationModel::setData() function | Berthold Stoeger |
2018-10-07 | Statistics: only consider selected dives in HTML export statistics | Berthold Stoeger |
2018-10-07 | Statistics: remove global state / calculate only when needed | Berthold Stoeger |
2018-10-06 | Import: pass "downloaded" parameter to process_imported_dives() | Berthold Stoeger |
2018-10-06 | Core: remove preexisting field from struct dive_table | Berthold Stoeger |
2018-10-06 | Import: pass a dive table to process_imported_dives() | Berthold Stoeger |
2018-09-29 | Cleanup: reinstate override modifiers | Berthold Stoeger |
2018-09-23 | Core: split process_dives() in post-import and post-load versions | Berthold Stoeger |
2018-09-14 | Fix compilation problem | Dirk Hohndel |
2018-09-14 | Add Q_OBJECT macro to two more classes | Dirk Hohndel |
2018-09-04 | Desktop: buddies in the dive list | Jan Mulder |
2018-09-01 | Cleanup: make DiveTripModel a global object | Berthold Stoeger |
2018-08-31 | Filter: sort filter items in FilterModelBase::updateList() | Berthold Stoeger |
2018-08-31 | Filter: Make FilterModelBase a proper Qt model (mostly) | Berthold Stoeger |
2018-08-31 | Zero initialize deco state struct | Robert C. Helling |
2018-08-28 | Filter: cache number of dives fulfilling filter rules | Berthold Stoeger |
2018-08-28 | Whitespace: make range based for loops consistent in filtermodels.cpp | Berthold Stoeger |
2018-08-28 | Filter: replace checked-state by struct | Berthold Stoeger |
2018-08-25 | Merge branch 'filter8' of https://github.com/bstoeger/subsurface | Dirk Hohndel |
2018-08-23 | Cleanup: const-ify functions taking pointers to events | Berthold Stoeger |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-08-16 | Filter: separate backend from frontend logic | Berthold Stoeger |
2018-08-15 | qt-models: remove SettingsObjectWrapper and update qPref calls | jan Iversen |
2018-08-14 | Filter: break out showDive() function from filterAcceptsRow() | Berthold Stoeger |
2018-08-14 | Filter: constify doFilter() argument | Berthold Stoeger |
2018-08-14 | Filter: remove unused parameters from doFilter functions | Berthold Stoeger |
2018-08-08 | core: activate qPrefDivePlanner | jan Iversen |
2018-08-01 | Cleanup: remove all override modifiers | Berthold Stoeger |
2018-07-31 | Cleanup: replace virtual by override where appropriate | Berthold Stoeger |
2018-07-30 | Cleanup: remove DiveListView::fixMessyQtModelBehaviour() | Berthold Stoeger |
2018-07-28 | Dive media: put duration on video thumbnails | Berthold Stoeger |
2018-07-27 | Dive list view: move column width logic back from DiveTripModel | Berthold Stoeger |
2018-07-23 | Dive video: paint duration-bar above thumbnail in profile plot | Berthold Stoeger |
2018-07-23 | Cleanup: remove DiveItem::icon_names member array | Berthold Stoeger |
2018-07-18 | Dive media: transport dive-id in drag'n'drop events | Berthold Stoeger |