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
/
qt-ui
/
tagwidget.cpp
Age
Commit message (
Expand
)
Author
2014-03-23
Divemaster and Buddy fields auto-completion are not saved
Yosef Hamza
2014-03-20
Make esc-key discard the new tag selection
Gehad
2014-03-20
Don't create then set, do both at the same time.
Tomaz Canabrava
2014-03-20
QString starts empty, do not set "" as empty string.
Tomaz Canabrava
2014-03-20
Do not copy strings when you don't need it.
Tomaz Canabrava
2014-03-20
Code Cleanup
Tomaz Canabrava
2014-03-19
Make Up/Down arrows work with tags
Gehad
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-01-19
Ignore mouse wheel events on tags widget
Sergey Starosek
2014-01-16
Whitespace and coding style updates
Dirk Hohndel
2014-01-16
Emit textChanged() signal on completion selection
Sergey Starosek
2013-12-20
Do not New / Delete the item, use the Stack.
Tomaz Canabrava
2013-12-20
Make it possible to use the Tag System in dark themes
Tomaz Canabrava
2013-12-20
Code cleanup: QPair<int, int> -> qMakePair
Tomaz Canabrava
2013-12-11
Use delete instead of free() in c++
Anton Lundin
2013-11-07
Remove debug output left in the previous commit by mistake
Dirk Hohndel
2013-11-07
Make the tag widget act more sanely when pressing Tab
Dirk Hohndel
2013-11-02
Fix the inconsistent behaviour of QCompleter
Maximilian Güntner
2013-11-02
Added a custom widget for tagging dives
Maximilian Güntner