aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2018-10-11Undo: make diverse trip-related operations undo-ableGravatar Berthold Stoeger
2018-10-11Dive list: hand-code the DiveTripModelGravatar Berthold Stoeger
2018-10-11Dive list: replace dive-id by dive pointerGravatar Berthold Stoeger
2018-10-09Dive locations: factor out common code of modelsGravatar Berthold Stoeger
2018-10-09Dive sites: remove internalRowCount from LocationInformationModelGravatar Berthold Stoeger
2018-10-09Dive sites: don't add dummy entries to LocationInformationModelGravatar Berthold Stoeger
2018-10-09Dive sites: remove LocationInformationModel::setData() functionGravatar Berthold Stoeger
2018-10-07Statistics: only consider selected dives in HTML export statisticsGravatar Berthold Stoeger
2018-10-07Statistics: remove global state / calculate only when neededGravatar Berthold Stoeger
2018-10-06Import: pass "downloaded" parameter to process_imported_dives()Gravatar Berthold Stoeger
2018-10-06Core: remove preexisting field from struct dive_tableGravatar Berthold Stoeger
2018-10-06Import: pass a dive table to process_imported_dives()Gravatar Berthold Stoeger
2018-09-29Cleanup: reinstate override modifiersGravatar Berthold Stoeger
2018-09-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-09-14Fix compilation problemGravatar Dirk Hohndel
2018-09-14Add Q_OBJECT macro to two more classesGravatar Dirk Hohndel
2018-09-04Desktop: buddies in the dive listGravatar Jan Mulder
2018-09-01Cleanup: make DiveTripModel a global objectGravatar Berthold Stoeger
2018-08-31Filter: sort filter items in FilterModelBase::updateList()Gravatar Berthold Stoeger
2018-08-31Filter: Make FilterModelBase a proper Qt model (mostly)Gravatar Berthold Stoeger
2018-08-31Zero initialize deco state structGravatar Robert C. Helling
2018-08-28Filter: cache number of dives fulfilling filter rulesGravatar Berthold Stoeger
2018-08-28Whitespace: make range based for loops consistent in filtermodels.cppGravatar Berthold Stoeger
2018-08-28Filter: replace checked-state by structGravatar Berthold Stoeger
2018-08-25Merge branch 'filter8' of https://github.com/bstoeger/subsurfaceGravatar Dirk Hohndel
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-16Filter: separate backend from frontend logicGravatar Berthold Stoeger
2018-08-15qt-models: remove SettingsObjectWrapper and update qPref callsGravatar jan Iversen
2018-08-14Filter: break out showDive() function from filterAcceptsRow()Gravatar Berthold Stoeger
2018-08-14Filter: constify doFilter() argumentGravatar Berthold Stoeger
2018-08-14Filter: remove unused parameters from doFilter functionsGravatar Berthold Stoeger
2018-08-08core: activate qPrefDivePlannerGravatar jan Iversen
2018-08-01Cleanup: remove all override modifiersGravatar Berthold Stoeger
2018-07-31Cleanup: replace virtual by override where appropriateGravatar Berthold Stoeger
2018-07-30Cleanup: remove DiveListView::fixMessyQtModelBehaviour()Gravatar Berthold Stoeger
2018-07-28Dive media: put duration on video thumbnailsGravatar Berthold Stoeger
2018-07-27Dive list view: move column width logic back from DiveTripModelGravatar Berthold Stoeger
2018-07-23Dive video: paint duration-bar above thumbnail in profile plotGravatar Berthold Stoeger
2018-07-23Cleanup: remove DiveItem::icon_names member arrayGravatar Berthold Stoeger
2018-07-18Dive media: transport dive-id in drag'n'drop eventsGravatar Berthold Stoeger
2018-07-15UI change of "images"/"photo" to "media" or "media files"Gravatar Stefan Fuchs
2018-07-13Dive pictures: don't update all images on drag&drop to profileGravatar Berthold Stoeger
2018-07-13Fix dive mode drop-down in planner for re-planned diveGravatar Stefan Fuchs
2018-07-08Dive pictures: detach ProfileWidget2 from DivePictureModelGravatar Berthold Stoeger
2018-07-04Dive pictures: find moved pictures based on filenameGravatar Berthold Stoeger
2018-07-03Dive pictures: remove unnecessary check for no divesGravatar Berthold Stoeger
2018-06-29Dive pictures: adjust rowDDEnd and rowDDStart on picture deletionv4.8.0Gravatar Berthold Stoeger
2018-06-25QML UI: correctly update the modelGravatar Dirk Hohndel
2018-06-24Localization: remove gettextFromC::instance()Gravatar Berthold Stoeger