index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
profile-widget
Age
Commit message (
Expand
)
Author
2020-04-24
cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cpp
Berthold Stoeger
2020-04-13
cleanup: turn protected into private members
Berthold Stoeger
2020-04-13
cleanup: remove protected access specifier in ProfileWidget2
Berthold Stoeger
2020-04-12
profile: remove ProfileWidget2::replotEnabled
Berthold Stoeger
2020-04-11
Merge pull request #2643 from bstoeger/cylinder4
Dirk Hohndel
2020-04-10
media: move picture function from dive.c to picture.c
Berthold Stoeger
2020-04-07
undo: implement gas switch
Berthold Stoeger
2020-04-07
undo: add event removal undo command
Berthold Stoeger
2020-04-07
undo: implement renaming of events
Berthold Stoeger
2020-04-07
undo: switch SetpointDialog from divecomputer to dive + dc-number
Berthold Stoeger
2020-04-07
cleanup: un-singletonify SetpointDialog
Berthold Stoeger
2020-04-07
undo: add undo command for dive-mode switch
Berthold Stoeger
2020-04-07
undo: replot profile if event changed
Berthold Stoeger
2020-04-07
undo: implement addBookmark undo command
Berthold Stoeger
2020-04-07
cleanup: demote slots in ProfileWidget2 to private functions
Berthold Stoeger
2020-04-07
cleanup: use QMenu::addAction() convenience overload
Berthold Stoeger
2020-04-07
cleanup: use lambdas to transport DiveEventItem to actions
Berthold Stoeger
2020-04-07
cleanup: use lambda to transport event-time to context menu actions
Berthold Stoeger
2020-04-07
cleanup: don't set unnecessary action userdata for unhideEvents
Berthold Stoeger
2020-04-07
profile: use lambda for addDivemodeSwitch calls
Berthold Stoeger
2020-04-07
cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() calls
Berthold Stoeger
2020-04-07
undo: update profile on cylinder editing
Berthold Stoeger
2020-03-30
cleanup: fix initialization order in QMLProfile constructor
Berthold Stoeger
2020-03-25
mobile/profile: adjust offsets when scaling
Dirk Hohndel
2020-03-25
mobile/profile: don't pan outside the actual profile
Dirk Hohndel
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-02-25
mobile/profile: make the fonts 25% smaller
Dirk Hohndel
2020-02-18
mobile/profile: add x/y offsets to widget
Dirk Hohndel
2020-02-18
mobile/profile: add elapsed time reporting for profile rendering
Dirk Hohndel
2020-02-18
mobile/profile: create updateProfile method
Dirk Hohndel
2020-01-30
Cleanup: remove redundant(?) comment
Berthold Stoeger
2020-01-30
Profile: fill gas change context menu from current dive
Berthold Stoeger
2020-01-30
Profile: transport gas id and timestamp via lambda
Berthold Stoeger
2020-01-10
code cleanup: use QElapsedTimer instead of QTime
Dirk Hohndel
2019-12-25
Preferences UI: add dive log tab
willemferguson
2019-12-24
build-system: move qmlprofile to profile-widgets/CMakeLists.txt
jan Iversen
2019-12-24
Cleanup: Turn QMLProfile::diveId from QString to int
Berthold Stoeger
2019-11-19
Cleanup: remove ProfileWidget2::refreshDisplay signal
Berthold Stoeger
2019-11-16
Profile: clear tooltip's plotInfo in ProfileWidget2::setEmptyState
Berthold Stoeger
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Profile: don't crash when there are no cylinders
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-11-09
Cleanup: free plot data on exit
Berthold Stoeger
2019-11-09
Profile: switch pressure-accessing functions to indexes
Berthold Stoeger
2019-11-09
Cleanup: comment out function that is used by commented out code
Berthold Stoeger
2019-11-09
Profile: change get_plot_pressure to take index instead of pointer
Berthold Stoeger
2019-11-09
Profile: Change RulerItem2 to use index instead of pointer
Berthold Stoeger
2019-11-09
Cylinders: dynamically allocate cylinder arrays
Berthold Stoeger
2019-11-08
Profile: remove ProfileWidget2::recalcCeiling()
Berthold Stoeger
[next]