index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2019-11-09
Undo: Make PasteState cylinders list dynamically allocated
Berthold Stoeger
2019-11-09
Cylinders: dynamically allocate cylinder arrays
Berthold Stoeger
2019-11-09
Cylinders: dynamically allocate cylinder arrays
Berthold Stoeger
2019-11-09
Core: dynamically allocate the result of get_gas_used()
Berthold Stoeger
2019-11-08
scripts: update get-deps to allow clean build
jan Iversen
2019-11-08
Mobile: correctly update filter text and update all three models
Dirk Hohndel
2019-11-08
Mobile: modify filter so that all models get notified
Dirk Hohndel
2019-11-08
Mobile: reconnect the correct model after changing filter
Dirk Hohndel
2019-11-08
Mobile: consistently refer to the dive list model
Dirk Hohndel
2019-11-08
Mobile: ensure there's some space between date and depth/duration
Dirk Hohndel
2019-11-08
Mobile: ensure the sort order is always set
Dirk Hohndel
2019-11-08
Mobile: use the CollapsedDiveListSortModel for dive list
Dirk Hohndel
2019-11-08
Mobile: setup CollapsedDiveListSortModel
Dirk Hohndel
2019-11-08
Mobile: add second filter proxy model for dive list
Dirk Hohndel
2019-11-08
Mobile: derive the index from the dive id
Dirk Hohndel
2019-11-08
core: reorder dive structure elements to avoid padding
Dirk Hohndel
2019-11-08
core: add collapsed state to the dive data structure
Dirk Hohndel
2019-11-08
Mobile: give visual indication that we are saving dives
Dirk Hohndel
2019-11-08
Mobile: allow message argument to showBusy function
Dirk Hohndel
2019-11-08
Mobile: add UI feature tests to Developer menu
Dirk Hohndel
2019-11-08
iOS: fix handling of version option to build.sh
Dirk Hohndel
2019-11-08
Mobile: let the user know if we can't save changes
Dirk Hohndel
2019-11-08
Mobile: remember if we were able to open the local cache
Dirk Hohndel
2019-11-08
Mobile: remove useless attempt to prevent access to the cloud
Dirk Hohndel
2019-11-08
Mobile: drop extra argument to QString
Dirk Hohndel
2019-11-08
iOS: update Info.plist with better text and missing description key
Dirk Hohndel
[next]