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
/
desktop-widgets
/
simplewidgets.cpp
Age
Commit message (
Expand
)
Author
2020-05-27
cleanup: remove QCalendarWidget forward declaration and include
Berthold Stoeger
2020-05-27
cleanup: un-singletonize ShiftTimesDialog
Berthold Stoeger
2020-05-27
cleanup: un-singletonize RenumberDialog
Berthold Stoeger
2020-05-22
cleanup: create common QDateTime -> timestamp conversion function
Berthold Stoeger
2020-05-07
DiveComponentSelection: use current_dive instead of displayed_dive
Berthold Stoeger
2020-04-07
undo: implement set point change undo command
Berthold Stoeger
2020-04-07
undo: switch SetpointDialog from divecomputer to dive + dc-number
Berthold Stoeger
2020-04-07
cleanup: use pointer-to-member version of connect in SetpointDialog
Berthold Stoeger
2020-04-07
cleanup: un-singletonify SetpointDialog
Berthold Stoeger
2020-03-06
Cleanup: use getDiveSelection() for shifting time
Berthold Stoeger
2020-02-09
Cleanup: remove const bool parameters and return types
Berthold Stoeger
2020-01-10
code cleanup: remove deprecated QString::null
Dirk Hohndel
2019-12-04
Cleanup: remove unpaired rememberSelection() call
Berthold Stoeger
2019-12-04
Selection: move selection functions from divelist.c to selection.c
Berthold Stoeger
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-07-18
Core: dynamically resize weight table
Berthold Stoeger
2019-07-18
Cleanup: remove includes from qthelper.h
Berthold Stoeger
2019-06-19
Cleanup: move tag functions into own translation unit
Berthold Stoeger
2019-06-10
Cleanup: Un-PIMPL-ize MinMaxAvgWidget
Berthold Stoeger
2019-05-29
Check if dive_site exists before accessing its name
Robert C. Helling
2019-05-15
Cleanup: small coding style fixes
Dirk Hohndel
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-02-07
Copy dive description to clipboard
Robert C. Helling
2018-12-14
Drop old filter code
Tomaz Canabrava
2018-12-14
Start to implement a simplified version of the filter widget
Tomaz Canabrava
2018-10-13
Cleanup: rename MainWindow member variables
Berthold Stoeger
2018-10-13
Cleanup: Turn widget accessor-functions into simple pointers
Berthold Stoeger
2018-10-11
Undo: use dive * instead of unique index in renumber-dives
Berthold Stoeger
2018-10-11
Dive list: implement proper Qt-model semantics for DiveTripModel
Berthold Stoeger
2018-10-11
Undo: isolate undo-commands
Berthold Stoeger
2018-10-11
Undo: make editing of dive-time an undoable operation
Berthold Stoeger
2018-10-11
Undo: fix multi-level undo of delete-dive and remove-dive-from-trip
Berthold Stoeger
2018-09-19
Dive media: on import read metadata only once
Berthold Stoeger
2018-09-12
Fix broken translations in dive list filter plus simplify strings
Stefan Fuchs
2018-07-30
Cleanup: remove DiveListView::fixMessyQtModelBehaviour()
Berthold Stoeger
2018-07-04
Translations: unify gettextFromC::tr() and QObject::tr()
Berthold Stoeger
2018-06-18
In dive picture shift time dialog suppress double triggering of timeEdit
Stefan Fuchs
2018-06-04
Cleanup: fold core/helpers.h into core/qthelper.h
Berthold Stoeger
2018-05-21
desktop-widgets: Change Q_UNUSED to no parameter name
jan Iversen
2018-04-01
Dive pictures: Move metadata functions into own translation unit
Berthold Stoeger
2018-03-14
Cleanup: consistently use qPrintable()
Berthold Stoeger
2018-01-02
Enable translation of ctrl key name for tool tip in dive notes
Stefan Fuchs
2017-12-29
cleanup: Uninitialized scalar field
Jan Mulder
2017-12-26
Introduce negate-toggle buttons to filter lists
Berthold Stoeger
2017-12-26
Turn filter list options into context menu
Berthold Stoeger
2017-12-24
Small whitespace updates
Dirk Hohndel
2017-12-24
Add select-all, deselect-all and invert-selection options to filters
Berthold Stoeger
2017-12-24
Factor out *Filter code into FilterBase base class
Berthold Stoeger
[next]