summaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2020-04-07CylindersModel: use flag to decide whether we are in plannerGravatar Berthold Stoeger
2020-04-07undo/cylinder: call undo command to edit cylinder fieldsGravatar Berthold Stoeger
2020-04-07undo/cylinders: Implement editing of the typeGravatar Berthold Stoeger
2020-04-07cleanup: remove unused CylindersModelFiltered functionsGravatar Berthold Stoeger
2020-04-07CylindersModel: fold CHANGED() macro into setData()Gravatar Berthold Stoeger
2020-04-07CylindersModel: test for CHANGED() outside of switch statementGravatar Berthold Stoeger
2020-04-07CylindersModel: remove mark_dive_list_changedGravatar Berthold Stoeger
2020-04-07cylinders: remove CylindersModel::changedGravatar Berthold Stoeger
2020-04-07CylindersModel: listen and react to signalsGravatar Berthold Stoeger
2020-04-07CylindersModel: don't test for planner-state in remove()Gravatar Berthold Stoeger
2020-04-07undo: reorder cylinders on remove-cylinder undo/redoGravatar Berthold Stoeger
2020-04-07cleanup: remove CylindersModels::rowsGravatar Berthold Stoeger
2020-04-07CylinderModel: make dive dynamicGravatar Berthold Stoeger
2020-04-07core: add create_new_cylinder() functionGravatar Berthold Stoeger
2020-04-04core/models: give progress update while populating modelsGravatar Dirk Hohndel
2020-03-31mobile/dive-summary: use 64bit integers for statisticsGravatar Dirk Hohndel
2020-03-30message handler: make the log output less verboseGravatar Dirk Hohndel
2020-03-24divelist: don't initialize invalidFont at startupGravatar Berthold Stoeger
2020-03-21mobile/models: make dive invalid flag available to mobile UIGravatar Dirk Hohndel
2020-03-21Android: use Subsurface as TAG for log messagesGravatar Dirk Hohndel
2020-03-20Dive list: mark invalid dives with a struck out fontGravatar Berthold Stoeger
2020-03-18models: update divesite-model when clearing/updating dive modelGravatar Berthold Stoeger
2020-03-17divetripmodel: remove setData() functionGravatar Berthold Stoeger
2020-03-12cleanup: remove current_dive parameter from divesSelected signalGravatar Berthold Stoeger
2020-03-12divetripmodel: change current dive if no dives are selectedGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-10mobile models: add trip location and notesGravatar Dirk Hohndel
2020-03-10dive models: add helper role to find trip above or below diveGravatar Dirk Hohndel
2020-03-10core: add 'diveInTrip' role to underlying data modelGravatar Dirk Hohndel
2020-03-10mobile: remove no longer used DiveListModelGravatar Berthold Stoeger
2020-03-10mobile/divelist: implement model that shows all dives in trip-orderGravatar Berthold Stoeger
2020-03-10mobile/divelist: derive MobileListModel from a base modelGravatar Berthold Stoeger
2020-03-10mobile/divelist: create memory management class for modelsGravatar Berthold Stoeger
2020-03-10mobile: unify download code on mobile and desktopGravatar Berthold Stoeger
2020-03-10undo: clear undo-stack when clearing dive dataGravatar Berthold Stoeger
2020-03-09mobile/undo: compile WSInfoModelGravatar Berthold Stoeger
2020-03-09mobile/divelist: connect click on trip to toggle MobileListModelGravatar Berthold Stoeger
2020-03-09mobile: remove collapsed model that we no longer useGravatar Dirk Hohndel
2020-03-09mobile/divelist: trip date and title roles for new modelGravatar Dirk Hohndel
2020-03-09mobile/divelist: implement trip title and short date for mobileGravatar Dirk Hohndel
2020-03-09mobile/divelist: copy & paste the roles-code from DiveListModelGravatar Berthold Stoeger
2020-03-09mobile/divelist: add first version of new MobileListModel proxy modelGravatar Berthold Stoeger
2020-03-07divetripmodel: send shown changed signal on resetGravatar Berthold Stoeger
2020-03-07divetripmodel: mark derived classes as finalGravatar Berthold Stoeger
2020-03-06divetripmodel: use change of CURRENT_ROLE to propagate current diveGravatar Berthold Stoeger
2020-03-06divetripmodel: add TRIP_HAS_CURRENT_ROLEGravatar Berthold Stoeger
2020-03-06divetripmodel: introduce CURRENT_ROLEGravatar Berthold Stoeger
2020-03-01mobile/filter: derive numShown from a new Q_PROPERTYGravatar Berthold Stoeger
2020-03-01filter: introduce people- and tags-filtering in the mobile UIGravatar Berthold Stoeger
2020-03-01filter: use DiveFilter on mobileGravatar Berthold Stoeger