summaryrefslogtreecommitdiffstats
path: root/profile-widget
AgeCommit message (Expand)Author
2020-04-24cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cppGravatar Berthold Stoeger
2020-04-13cleanup: turn protected into private membersGravatar Berthold Stoeger
2020-04-13cleanup: remove protected access specifier in ProfileWidget2Gravatar Berthold Stoeger
2020-04-12profile: remove ProfileWidget2::replotEnabledGravatar Berthold Stoeger
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-07undo: implement gas switchGravatar Berthold Stoeger
2020-04-07undo: add event removal undo commandGravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07undo: switch SetpointDialog from divecomputer to dive + dc-numberGravatar Berthold Stoeger
2020-04-07cleanup: un-singletonify SetpointDialogGravatar Berthold Stoeger
2020-04-07undo: add undo command for dive-mode switchGravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07undo: implement addBookmark undo commandGravatar Berthold Stoeger
2020-04-07cleanup: demote slots in ProfileWidget2 to private functionsGravatar Berthold Stoeger
2020-04-07cleanup: use QMenu::addAction() convenience overloadGravatar Berthold Stoeger
2020-04-07cleanup: use lambdas to transport DiveEventItem to actionsGravatar Berthold Stoeger
2020-04-07cleanup: use lambda to transport event-time to context menu actionsGravatar Berthold Stoeger
2020-04-07cleanup: don't set unnecessary action userdata for unhideEventsGravatar Berthold Stoeger
2020-04-07profile: use lambda for addDivemodeSwitch callsGravatar Berthold Stoeger
2020-04-07cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() callsGravatar Berthold Stoeger
2020-04-07undo: update profile on cylinder editingGravatar Berthold Stoeger
2020-03-30cleanup: fix initialization order in QMLProfile constructorGravatar Berthold Stoeger
2020-03-25mobile/profile: adjust offsets when scalingGravatar Dirk Hohndel
2020-03-25mobile/profile: don't pan outside the actual profileGravatar Dirk Hohndel
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-02-25mobile/profile: make the fonts 25% smallerGravatar Dirk Hohndel
2020-02-18mobile/profile: add x/y offsets to widgetGravatar Dirk Hohndel
2020-02-18mobile/profile: add elapsed time reporting for profile renderingGravatar Dirk Hohndel
2020-02-18mobile/profile: create updateProfile methodGravatar Dirk Hohndel
2020-01-30Cleanup: remove redundant(?) commentGravatar Berthold Stoeger
2020-01-30Profile: fill gas change context menu from current diveGravatar Berthold Stoeger
2020-01-30Profile: transport gas id and timestamp via lambdaGravatar Berthold Stoeger
2020-01-10code cleanup: use QElapsedTimer instead of QTimeGravatar Dirk Hohndel
2019-12-25Preferences UI: add dive log tabGravatar willemferguson
2019-12-24build-system: move qmlprofile to profile-widgets/CMakeLists.txtGravatar jan Iversen
2019-12-24Cleanup: Turn QMLProfile::diveId from QString to intGravatar Berthold Stoeger
2019-11-19Cleanup: remove ProfileWidget2::refreshDisplay signalGravatar Berthold Stoeger
2019-11-16Profile: clear tooltip's plotInfo in ProfileWidget2::setEmptyStateGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Profile: don't crash when there are no cylindersGravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Cleanup: free plot data on exitGravatar Berthold Stoeger
2019-11-09Profile: switch pressure-accessing functions to indexesGravatar Berthold Stoeger
2019-11-09Cleanup: comment out function that is used by commented out codeGravatar Berthold Stoeger
2019-11-09Profile: change get_plot_pressure to take index instead of pointerGravatar Berthold Stoeger
2019-11-09Profile: Change RulerItem2 to use index instead of pointerGravatar Berthold Stoeger
2019-11-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger
2019-11-08Profile: remove ProfileWidget2::recalcCeiling()Gravatar Berthold Stoeger