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
Age
Commit message (
Expand
)
Author
2019-11-16
Cleanup: fold cleanUpEmpty() into closeCurrentFile()
Berthold Stoeger
2019-11-16
Partially revert 3025e0630de2b9ced3d0aadd1513cb0e1c93b159
Berthold Stoeger
2019-11-16
Core: set gas use to zero if no values are given
Berthold Stoeger
2019-11-15
Dive list: signal correct trip in DiveTripModelTree::topLevelChanged
Berthold Stoeger
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger
2019-11-14
/: Corrected wrong Qt dependency from Kirigami
jan Iversen
2019-11-14
Undo: don't delete dive sites when pasting dives
Berthold Stoeger
2019-11-14
Undo: remove unrelated include in command_divelist.cpp
Berthold Stoeger
2019-11-14
Undo: remove superfluous dive replot in DiveComputerBase::redoit()
Berthold Stoeger
2019-11-14
Undo: remove superfluous refreshDisplay() in AddDive::(un)doit()
Berthold Stoeger
2019-11-14
Cleanup: don't std::move() temporaries
Berthold Stoeger
2019-11-13
/: update INSTALL to reflect correct Qt version.
jan Iversen
2019-11-12
Profile: fix pressure scale
Berthold Stoeger
2019-11-11
Show altitude corresponding to surface pressure
willemferguson
2019-11-11
Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLE
Berthold Stoeger
2019-11-11
Cleanup: fix typos in comment
Berthold Stoeger
2019-11-11
mobile-widget/qml: correct syntax error introduced in e63257f0e
jan Iversen
2019-11-11
Notes tab: Use top RH for depth and duretion fields
willemferguson
2019-11-11
Information tab: Make air and water tempertatures editable
willemferguson
2019-11-10
Reorganise the Information tab of the Info panel
Willem Ferguson
2019-11-10
Mobile: Add CHANGELOG and user manual update
Dirk Hohndel
2019-11-10
Mobile: add ability to directly open support email
Dirk Hohndel
2019-11-09
Parser: set timestamp to zero if parsing failed
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Mobile: optimize cylinderList() function
Berthold Stoeger
2019-11-09
CHANGELOG.md update
Berthold Stoeger
2019-11-09
Desktop: support no-cylinders in dive information tab
Berthold Stoeger
2019-11-09
Profile: don't crash when there are no cylinders
Berthold Stoeger
2019-11-09
Cleanup: replace unsigned by signed parameter in two helper functions
Berthold Stoeger
2019-11-09
Cleanup: return cylinder from add_empty_cylinder()
Berthold Stoeger
2019-11-09
Cleanup: return cylinder from cylinder_start() in parser
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-11-09
Cleanup: Make cylinder formatting functions const-clean
Berthold Stoeger
2019-11-09
Cleanup: move copy_cylinder_types() from dive.c to equipment.c
Berthold Stoeger
2019-11-09
Core: create copy_cylinder_type() function
Berthold Stoeger
2019-11-09
Core: dynamically allocate cylinder maps in merge_cylinders()
Berthold Stoeger
2019-11-09
Core: dynamically allocate gases array
Berthold Stoeger
2019-11-09
Cleanup: free plot data on exit
Berthold Stoeger
2019-11-09
Profile: dynamically allocate gases array
Berthold Stoeger
2019-11-09
Profile: dynamically allocate plot pressure data
Berthold Stoeger
2019-11-09
Profile: use pressure data functions in DivePlotDataModel
Berthold Stoeger
2019-11-09
Profile: use pressure data functions in save_profiles_buffer
Berthold Stoeger
2019-11-09
Profile: use pressure data functions in fill_missing_tank_pressures
Berthold Stoeger
2019-11-09
Profile: turn INSERT_ENTRY macro into helper function
Berthold Stoeger
2019-11-09
Profile: pass index instead of pointer to set_plot_pressure_data
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
Cleanup: implement proper Qt-model semantics in DivePlotData model
Berthold Stoeger
[next]