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-04-12
Undo: update map when dive site location is changed by undo command
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site location editing
Berthold Stoeger
2019-04-12
Cleanup: remove LATITUDE and LONGITUDE columns in DiveLocationModel
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site country editing
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site notes editing
Berthold Stoeger
2019-04-12
Desktop: create new custom TextEdit widget for notes-field
Berthold Stoeger
2019-04-12
Undo: use undo commands for name and description editing in widget
Berthold Stoeger
2019-04-12
Dive site: remove LocationInformation::nameChanged signal
Berthold Stoeger
2019-04-12
Dive site: scroll to changed dive site
Berthold Stoeger
2019-04-12
Dive site: on first addition of dive site, edit name
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site addition
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site description editing
Berthold Stoeger
2019-04-12
Dive site: remove implicit deletion of empty dive sites
Berthold Stoeger
2019-04-12
Dive site: don't auto delete unused dive sites
Berthold Stoeger
2019-04-12
Undo: Implement undo of dive site name editing
Berthold Stoeger
2019-04-12
Undo: make dive site removal undoable
Berthold Stoeger
2019-04-12
Dive site: introduce proxy model DiveSiteSortedModel
Berthold Stoeger
2019-04-12
Coding style: add tab before Q_OBJECT
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 site: add dive site list tab
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: Remove dead code when picking a new dive site
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
Build: add DiveListNotifier.cpp to qmake project file
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
CMake: move enable_testing() to the top level
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
tell QObject to give the desired children right away
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
[prev]
[next]