Use prefix operators when possible for non-primitive types
[quassel.git] / src / uisupport / contextmenuactionprovider.cpp
2015-10-08 Pierre SchweitzerUse prefix operators when possible for non-primitive...
2015-03-11 Manuel NickschasMerge pull request #111 from mamarley/nosslloopback
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
2015-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
2015-02-18 Chris HollandToggle hiding of Join/Part/Quits with a single button
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-10-25 Manuel NickschasRemove the obsolete Icon and IconLoader classes
2014-10-25 Manuel NickschasUse Qt's native icon theme support rather than our own
2014-01-01 Manuel NickschasHappy New Year!
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-05-22 Sebastian GothAdd halfop support
2010-08-11 Johannes Hubernew handler for ctcp clientinfo, fixes #1012
2009-09-14 Sebastian GothLess is more is better contextmenu
2009-09-13 Sebastian GothVarious ignorelist fixes
2009-09-13 Sebastian GothProvide a contextmenu for the ignore list
2009-08-27 Manuel NickschasFix strings (Buffer -> Chat)
2009-08-25 Manuel NickschasFix some strings still containing 'Buffer'
2009-07-26 Daniel Albersallow topic changes to be hidden
2009-02-08 Manuel NickschasAdd more icons to context menu actions
2009-02-06 Manuel NickschasSplit action handling and helper stuff from ContextMenu...
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...