aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/tagwidget.cpp
AgeCommit message (Expand)Author
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