aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/tagwidget.cpp
AgeCommit message (Expand)Author
2014-07-11Misc UI capitalisation consitencies and other text changesGravatar Tim Wootton
2014-07-10Correctly fake keyPressEvent for tabs and returnsGravatar Tomaz Canabrava
2014-07-10Forbid the use of empty strings as tagsGravatar Tomaz Canabrava
2014-06-26Headers cleanup.Gravatar Tomaz Canabrava
2014-06-01Remove some unused variablesGravatar Dirk Hohndel
2014-05-27Much, much smarter way of finding the TagsGravatar Tomaz Canabrava
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-18Improve the tag widget to allow us to tab to the next fieldGravatar Dirk Hohndel
2014-04-23Fix a minor bug in the tags widget.Gravatar Gehad
2014-03-23Divemaster and Buddy fields auto-completion are not savedGravatar Yosef Hamza
2014-03-20Make esc-key discard the new tag selectionGravatar Gehad
2014-03-20Don't create then set, do both at the same time.Gravatar Tomaz Canabrava
2014-03-20QString starts empty, do not set "" as empty string.Gravatar Tomaz Canabrava
2014-03-20Do not copy strings when you don't need it.Gravatar Tomaz Canabrava
2014-03-20Code CleanupGravatar Tomaz Canabrava
2014-03-19Make Up/Down arrows work with tagsGravatar Gehad
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-01-19Ignore mouse wheel events on tags widgetGravatar Sergey Starosek
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-16Emit textChanged() signal on completion selectionGravatar Sergey Starosek
2013-12-20Do not New / Delete the item, use the Stack.Gravatar Tomaz Canabrava
2013-12-20Make it possible to use the Tag System in dark themesGravatar Tomaz Canabrava
2013-12-20Code cleanup: QPair<int, int> -> qMakePairGravatar Tomaz Canabrava
2013-12-11Use delete instead of free() in c++Gravatar Anton Lundin
2013-11-07Remove debug output left in the previous commit by mistakeGravatar Dirk Hohndel
2013-11-07Make the tag widget act more sanely when pressing TabGravatar Dirk Hohndel
2013-11-02Fix the inconsistent behaviour of QCompleterGravatar Maximilian Güntner
2013-11-02Added a custom widget for tagging divesGravatar Maximilian Güntner