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
/
core
Age
Commit message (
Expand
)
Author
2019-04-12
Undo: implement undo of dive trip editing
Berthold Stoeger
2019-04-12
Undo: update cylinder and weight models on paste
Berthold Stoeger
2019-04-12
Coding style: remove Java-style function definition
Berthold Stoeger
2019-04-12
Core: introduce taglist_copy() function
Berthold Stoeger
2019-04-12
Undo: update dive list after edit command
Berthold Stoeger
2019-04-12
Undo: implement undo of depth and duration editing
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site editing
Berthold Stoeger
2019-04-12
Pedantic: K are an absolute scale, which are not given in degrees
Berthold Stoeger
2019-04-12
Undo: update notes field if changed by undo commands
Berthold Stoeger
2019-04-12
Undo: make dive site merging undoable
Berthold Stoeger
2019-04-12
Undo: Implement undo of dive site name editing
Berthold Stoeger
2019-04-12
Dive site: inform model of dive site addition / deletion
Berthold Stoeger
2019-04-12
Cleanup: macroize dive site table functions, keep table sorted
Berthold Stoeger
2019-04-12
Cleanup: move table-macros into own header
Berthold Stoeger
2019-04-12
Cleanup: autogenerate remove_dive() and remove_trip()
Berthold Stoeger
2019-04-12
Cleanup: rename unregister_trip() to remove_trip()
Berthold Stoeger
2019-04-12
Undo: keep frontend informed of changes to dive site count
Berthold Stoeger
2019-04-12
Dive sites: simplify nr_of_dives_at_dive_site()
Berthold Stoeger
2019-04-12
Dive site: use ref-counts to see if dive site is used
Berthold Stoeger
2019-04-12
Dive site: add dive site ref-counting
Berthold Stoeger
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-04-12
Cleanup: move declaration of get_stylesheet() to qthelper.h
Berthold Stoeger
2019-04-12
Cleanup: remove "libxml/tree.h" include from "dive.h"
Berthold Stoeger
2019-04-12
Cleanup: move parse-function declarations out of "dive.h"
Berthold Stoeger
2019-04-12
Cleanup: remove "sha1.h" include in "dive.h"
Berthold Stoeger
2019-04-12
Dive site: set UUID only on save or load
Berthold Stoeger
2019-04-12
Dive site: ensure that no two dive sites have same UUID
Berthold Stoeger
2019-04-12
Undo: consider dive site in AddDive()
Berthold Stoeger
2019-04-12
Cleanup: let get_dive_site_idx() compare pointers
Berthold Stoeger
2019-04-12
Undo: make undo-system dive site-aware
Berthold Stoeger
2019-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-04-12
Dive site: add dive site table parameter to dive site functions
Berthold Stoeger
2019-04-12
optimize selectedDivesGasUsed()
Rolf Eike Beer
2019-04-12
use qDeleteAll()
Rolf Eike Beer
2019-04-12
replace deprecated qSort() with std::sort()
Rolf Eike Beer
2019-04-12
use the default constructor for empty QString and QByteArray constants
Rolf Eike Beer
2019-04-12
use QStringLiteral for constants
Rolf Eike Beer
2019-04-12
get rid of some foreach and Q_FOREACH constructs
Rolf Eike Beer
2019-04-11
Cleanup: provide our own qOverload<> implementation.
Berthold Stoeger
2019-04-07
Merge extra_data list when merging two dives of the same dive computer
Linus Torvalds
2019-04-04
Undo: implement split-out of dive computer
Berthold Stoeger
2019-04-04
Export profile data
Robert C. Helling
2019-04-04
Cleanup: don't instantiate a QPref object
Berthold Stoeger
2019-04-04
Cleanup: make qPref::registerQML() static
Berthold Stoeger
2019-04-04
Cleanup: remove qPref::canonical_version() and qPref::mobile_version()
Berthold Stoeger
2019-04-02
Initial support for Mares import
Miika Turkia
2019-03-29
Make sure surface air is not considered a deco gas
Robert C. Helling
2019-03-29
Add UI element for final surface segment in planner
Robert C. Helling
2019-03-29
Show a bit of surface degassing in the planner
Robert C. Helling
2019-03-27
CMake: add headers to targets
Rolf Eike Beer
[next]