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
path:
root
/
desktop-widgets
/
tab-widgets
/
maintab.h
Age
Commit message (
Expand
)
Author
2019-06-23
Undo: don't send signals batched by trip
Berthold Stoeger
2019-06-19
Cleanup: move trip-related functions into own translation unit
Berthold Stoeger
2019-06-15
Undo: show warning message if more than one dive edited
Berthold Stoeger
2019-06-15
Cleanup: remove MainTab::addMessageAction() function
Berthold Stoeger
2019-05-11
Dive site: Add button to display all dive sites
Berthold Stoeger
2019-05-11
Map: reload on selection change directly
Berthold Stoeger
2019-04-15
Cleanup: remove completers from MainTab object
Berthold Stoeger
2019-04-15
Cleanup: Move dive-equipment tab into own translation units
Berthold Stoeger
2019-04-15
Cleanup: Remove MainTab::getEditMode() function
Berthold Stoeger
2019-04-12
Undo: on save remove focus from active fields
Berthold Stoeger
2019-04-12
Desktop: read tab-items from current_dive, not displayed_dive
Berthold Stoeger
2019-04-12
Undo: inform maintab if dive site changed
Berthold Stoeger
2019-04-12
Undo: remove ADD mode from main tab
Berthold Stoeger
2019-04-12
Cleanup: remove field-coloring code in MainTab
Berthold Stoeger
2019-04-12
Undo: implement undo of dive trip editing
Berthold Stoeger
2019-04-12
Cleanup: remove EDIT_TEXT and EDIT_VALUE macros in maintab.cpp
Berthold Stoeger
2019-04-12
Undo: remove MainTab::*TaggedStrings() functions
Berthold Stoeger
2019-04-12
Undo: update dive list after edit command
Berthold Stoeger
2019-04-12
Cleanup: remove MainTab::acceptingEdit
Berthold Stoeger
2019-04-12
Undo: implement undo of depth and duration editing
Berthold Stoeger
2019-04-12
Undo: implement undo of divemaster editing
Berthold Stoeger
2019-04-12
Undo: implement undo of buddy editing
Berthold Stoeger
2019-04-12
Undo: implement undo of tag editing
Berthold Stoeger
2019-04-12
Undo: implement undo of dive site editing
Berthold Stoeger
2019-04-12
Undo: implement undo of dive date- and time-editing
Berthold Stoeger
2019-04-12
Undo: implement undo of air and water temperature editing
Berthold Stoeger
2019-04-12
Undo: implement undo of suit editing
Berthold Stoeger
2019-04-12
Undo: implement undo of dive mode editing
Berthold Stoeger
2019-04-12
Undo: update notes field if changed by undo commands
Berthold Stoeger
2019-04-12
Undo: implement rudimentary undo of dive-notes editing
Berthold Stoeger
2019-02-02
Cleanup: remove unused function MainTab::setCurrentLocationIndex
Berthold Stoeger
2018-10-29
Dive site: remove UUIDs from LocationInformationModel
Berthold Stoeger
2018-10-12
Cleanup: remove unused function MainTab::showLocation()
Berthold Stoeger
2018-10-12
Edit: prevent not needed change marking
Jan Mulder
2018-10-11
Cleanup: remove ReverseGeoLookupThread
Berthold Stoeger
2018-10-11
Dive editing: don't repeatedly loop through whole dive list
Berthold Stoeger
2018-10-11
Cleanup: let MainTab::updateDiveSite() take dive * instead of id
Berthold Stoeger
2018-10-08
Map: zoom on dive sites when flipping through dive site list
Berthold Stoeger
2018-08-31
Filter: remove diveSiteAdded signal of MainTab
Berthold Stoeger
2017-12-01
Disable specific tabs when dive trip selected
Stefan Fuchs
2017-11-26
Inform LocationFilterModel of added dive site name
Berthold Stoeger
2017-11-26
Simplify signal handling after dive site editing
Berthold Stoeger
2017-04-29
Add SPDX header to desktop widgets
Dirk Hohndel
2017-04-06
Break down MainTab into smaller classes
Tomaz Canabrava