summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-10mobile/divelist: select dive after swipeGravatar Berthold Stoeger
2020-03-10mobile/divelist: don't set currentIndex on undo of dive deletionGravatar Berthold Stoeger
2020-03-10mobile/divelist: remove showDiveIndex QML-functionGravatar 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/divedetails: send current-dive changes up to mobile UIGravatar Berthold Stoeger
2020-03-10mobile/divelist: when clicking on a row, use select_single_dive()Gravatar Berthold Stoeger
2020-03-10mobile/divelist: switch to the correct modelGravatar 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: use undo-command to apply gps fixesGravatar Berthold Stoeger
2020-03-09undo: implement ApplyGPSFixes undo commandGravatar Berthold Stoeger
2020-03-09GPS fixes: split collecting GPS fixes into own functionGravatar Berthold Stoeger
2020-03-09cleanup: use QStringLiterals in core/gpslocation.cppGravatar Berthold Stoeger
2020-03-09GPS fixes: collect fixes first, apply laterGravatar Berthold Stoeger
2020-03-09mobile: correctly reset model instead of disconnecting itGravatar Dirk Hohndel
2020-03-09mobile/undo: remove deletedDive and deletedTrip from QMLManagerGravatar Berthold Stoeger
2020-03-09mobile/undo: create undo-action and connect to undo of dive deletionGravatar Berthold Stoeger
2020-03-09mobile/undo: compile undo commands and call undo command for deletion.Gravatar Berthold Stoeger
2020-03-09tests: don't build PlannerSharedGravatar Dirk Hohndel
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: rewrite the QML dive listGravatar Dirk Hohndel
2020-03-09mobile/divelist: set up the new model for the dive listGravatar 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-09mobile/DC-download: be more careful exiting download pageGravatar Dirk Hohndel
2020-03-09mobile UI: ensure download page is shown if started by plug-in eventGravatar Dirk Hohndel
2020-03-09mobile UI: move code to open download page on device plug-inGravatar Dirk Hohndel
2020-03-09mobile UI: add consistent way to show a pageGravatar Dirk Hohndel
2020-03-09Android: don't list devices with unsupported transportGravatar Dirk Hohndel
2020-03-09cleanup: fix NOCLOUD_LOCALSTORAGE leakGravatar Berthold Stoeger
2020-03-08usb-serial-for-android: Implement timeout-handlingGravatar Christof Arnosti
2020-03-08usb-serial-for-android: switch detection to usb-serial and add more PID/VIDGravatar Dirk Hohndel
2020-03-07debug: try to capture changes that don't invalidate git cacheGravatar Dirk Hohndel
2020-03-07mobile UI: remove obsolete access to already removed model roleGravatar Dirk Hohndel
2020-03-07mobile UI: re-enable download status when restarting downloadGravatar Dirk Hohndel
2020-03-07usb-serial-for-android: add changelog lineGravatar Christof Arnosti
2020-03-07usb-serial-for-android: add PID/VIDsGravatar Christof Arnosti
2020-03-07usb-serial-for-android: ImplementationGravatar Christof Arnosti
2020-03-07serial-usb-for-android: Display all Serial computersGravatar Christof Arnosti
2020-03-07travis build-scripts: update containerGravatar Christof Arnosti
2020-03-07usb-serial-for-android: add dependencyGravatar Christof Arnosti
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