cmake: Add missing Boost dependency
[quassel.git] / src / uisupport / graphicalui.h
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Use override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-10-01 Manuel Nickschasqtui: Fix quit sequence and lifetime issues
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in QtUi
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2016-09-14 A. V. LukyanovOn OS X restore from both dock and tray
2016-06-06 Manuel NickschasBring copyright headers into 2016
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-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 Manuel NickschasChange Q_WS_* to Q_OS_*
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-02-14 Daniel Albersbump © years
2010-05-31 Manuel NickschasMake shortcut categories work
2010-05-31 Manuel NickschasMake ActionCollection load and save custom shortcuts
2010-03-09 Manuel NickschasProperly clean up after disconnecting
2010-02-16 Manuel NickschasRefactor the system tray's context menu
2010-02-16 Manuel NickschasDon't crash on Windows (again)
2010-02-16 Manuel NickschasDon't crash on windows
2010-02-16 Manuel NickschasMore systray refactoring
2010-02-14 Manuel NickschasImprove systray activation behavior; more refactoring
2009-08-06 Manuel NickschasMake UiStyle accessible from the uisupport module
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-14 Manuel NickschasMove ActionCollection handling from QtUi to GraphicalUi
2009-02-06 Manuel NickschasAdd ToolBarActionProvider as another specialization...
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...