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-07-11
Misc UI capitalisation consitencies and other text changes
Tim Wootton
2014-07-10
Correctly fake keyPressEvent for tabs and returns
Tomaz Canabrava
2014-07-10
Forbid the use of empty strings as tags
Tomaz Canabrava
2014-06-26
Headers cleanup.
Tomaz Canabrava
2014-06-01
Remove some unused variables
Dirk Hohndel
2014-05-27
Much, much smarter way of finding the Tags
Tomaz Canabrava
2014-05-22
Gratuitous whitespace changes
Dirk Hohndel
2014-05-18
Improve the tag widget to allow us to tab to the next field
Dirk Hohndel
2014-04-23
Fix a minor bug in the tags widget.
Gehad
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