src: Yearly copyright bump
[quassel.git] / src / qtui / qtui.cpp
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Require member function pointers for Setting...
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use std::make_unique
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-06-18 Manuel Nickschasicons: Override system icon theme by default
2018-06-17 Manuel Nickschasqtui: Fix typo in #ifdef
2018-06-17 Manuel Nickschasicons: Don't offer the Oxygen fallback if not enabled...
2018-06-17 Manuel Nickschasicons: Warn on missing icons
2018-06-15 Manuel Nickschasqtui: Hide "fallback" and "Override" if no system theme...
2018-06-15 Manuel Nickschasicons: Fix icon theme support for StatusNotifierItem
2018-06-15 Manuel Nickschasqtui: Fix icon loading and improve icon theme support
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-02-27 Manuel Nickschasuisupport: Also fix doubleclick in nick views
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-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-04-13 Manuel NickschasClose notifications on other connected clients as well
2010-03-09 Manuel NickschasProperly clean up after disconnecting
2010-02-25 Manuel NickschasAvoid circular #includes to shut up lupdate
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
2010-01-17 Manuel NickschasAllow compilation without QSystemTrayIcon
2009-09-11 Manuel NickschasProperly translate strings in context menus and the...
2009-09-10 Manuel NickschasSimplify code, fix potential crash
2009-08-06 Manuel NickschasMake UiStyle accessible from the uisupport module
2009-08-06 Manuel NickschasInitialize UiStyle before MainWin such that the letter...
2009-04-27 Manuel NickschasSystray icon improvements
2009-04-12 Manuel NickschasIntroduce a notification type and add extra notificatio...
2009-04-03 Manuel NickschasDon't hang when activating a notification, fixes #657
2009-04-01 Manuel NickschasImprove systray notifications
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...
2009-01-25 Manuel NickschasAllow external translation files
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-06 Marcus Eggenbergerfixing wrong usage of QList::erase(QList::iterator...
2009-01-05 Manuel NickschasNotification backends now can emit a signal activated...
2008-12-26 Manuel NickschasMake _mainWin a QPointer, to avoid problems with double...
2008-11-30 Manuel NickschasAdd AbstractActionProvider and accessors to AbstractUi
2008-10-20 Manuel NickschasForgot some more instances of QtUiSettings vs. UiSettings
2008-10-17 Manuel NickschasAction pimping, MainWin cleansing, deuification
2008-10-12 Manuel NickschasNote to self: a QSet is not ordered.
2008-10-12 Manuel NickschasRemoving deprecated notification cruft from MainWin
2008-10-12 Manuel NickschasAdd SystrayNotificationBackend (untested yet and still...
2008-10-12 Manuel NickschasAdd AbstractNotificationBackend to allow for a more...
2008-09-20 Manuel NickschasTest our newly acquired shortcut capabilities by finall...
2008-08-11 Marcus Eggenbergerfixes, cleanup and other improvements... Now I know...
2008-08-06 Manuel NickschasMake use of QtUiMessageProcessor. For now, we just...
2008-08-02 Manuel NickschasRemoving SPUTDEV, obsolete code and #ifdefs from sources
2008-05-13 Manuel NickschasChatline -> ChatLine
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-03 Manuel NickschasFirst version of our new optimized style engine. Not...
2008-05-01 Manuel NickschasMerging r800:803 from trunk to branches/0.3.
2008-05-01 Marcus Eggenbergerperformance++
2008-04-25 Manuel NickschasChecking in WiP on the MessageModel. More cleanly separ...
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-10-24 Manuel NickschasI CAN HAZ A STYLE ENGINES!?
2007-10-19 Manuel NickschasStage 3