src: Yearly copyright bump
[quassel.git] / src / qtui / qtuiapplication.cpp
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Remove custom Quassel-specific log macros
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschasqtui: Fix initialization order after switching to PMF...
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 Nickschascommon: Rework command line option handling
2018-11-18 Manuel Nickschasqt4-b-gone: Initialize data dir paths on demand
2018-11-18 Manuel Nickschasqt4-b-gone: Reorganize the initialization sequence
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-10-14 Manuel Nickschascommon: Don't use unsafe functions when handling POSIX...
2018-10-01 Manuel Nickschasqtui: Fix quit sequence and lifetime issues
2018-10-01 Manuel Nickschascommon: Use the Singleton mixin for the Quassel instance
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in QtUi
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-06-16 Shane Synanclient: Highest sender prefix mode, migrate, fix
2018-06-16 Shane Synanclient: Fix settings migration fallthrough
2018-06-15 Manuel Nickschasqtui: Fix icon loading and improve icon theme support
2018-06-06 Manuel NickschasRemove ancient settings migration code
2018-06-06 Shane Synanclient: Migrate old highlight Channels to RegEx
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2018-03-26 Manuel Nickschascommon: Make the Quassel class a proper singleton,...
2018-03-01 Manuel Nickschasproxy: Actually fix settings migration logic
2018-03-01 Javier LlorenteUpdate VERSION_MINOR_CURRENT, realign spaces for commen...
2018-03-01 Javier LlorenteAdd case 4 for new proxy type default value
2017-09-04 Manuel Nickschasqtui: Add missing include
2017-04-13 Shane SynanClarify settings migration logic comments
2017-04-12 Shane SynanNew default sender colors!
2017-04-12 Shane SynanOptionally color nicknames in all messages
2017-04-12 Shane SynanOptionally use system locale for chat timestamp
2016-10-13 Shane SynanEnable per-chat history, line wrap by default
2016-09-07 Manuel NickschasMake Breeze the default icon theme
2016-09-07 romibiAdd Settings option to choose from bundled Icon Themes
2016-09-06 Shane SynanSettings upgrade logic, classic for old installs
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-04-24 Manuel NickschasMerge pull request #195 from seezer/qt5sessions
2016-04-23 Sebastian GothSupport session management with Qt5 195/head
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-08 Manuel NickschasImprove data path handling
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 NickschasRename HAVE_KDE define to HAVE_KDE4
2015-01-02 Manuel NickschasHappy New Year!
2014-10-25 Manuel NickschasAdd command line parameter for overriding the system...
2014-10-25 Manuel NickschasUse Qt's native icon theme support rather than our own
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 Bas PapeLogging changed in Qt 5; use QtMessageHandler
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
2012-01-21 Manuel NickschasFix compiler warnings
2010-02-25 Manuel NickschasAvoid circular #includes to shut up lupdate
2009-11-28 Manuel NickschasSwitch over to CoreConnection
2009-10-06 Daniel Albersreorganize crash handling
2009-07-14 Manuel NickschasImprove MainWindow state save/restore
2009-05-26 Manuel NickschasMore windowstate-related changes
2009-05-12 Manuel NickschasMake SessionSettings derive from UiSettings
2009-01-25 Marcus EggenbergerMaking Quassel compile on Mac OS _AGAIN_ -.-
2009-01-22 Manuel NickschasDon't show migration warnings if we don't have old...
2009-01-22 Manuel NickschasWell, if we check for a settings version, maybe we...
2009-01-22 Manuel NickschasThis should fix config file migration for the mac.
2009-01-21 Manuel NickschasDon't tinker with config and data files on Mac for now
2009-01-20 Marcus EggenbergerAnother try on tackeling the minimize issues. lol.
2009-01-20 Manuel NickschasWupps, fixed an oooopsie with the migration code :)
2009-01-20 Manuel NickschasAdding code for migrating settings and database to...
2009-01-20 Manuel NickschasProvide Quassel::configDirPath() and Quassel::findDataF...
2009-01-20 Marcus EggenbergerThis could / should / I just wish it does / who the...
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-26 Manuel NickschasSome more fixes
2008-12-26 Manuel NickschasUse KCmdLineArgs, KApplication and KMainWindow
2008-11-01 Marcus Eggenbergerremoving debug output
2008-11-01 Marcus EggenbergerFixing BR #369 (handle onotice/omsg properly, add ...
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-21 Marcus Eggenbergerfixing dependencies to core. MonolithicApplication...
2008-09-28 Manuel NickschasRevert "Try to fix icons not being found on some systems"
2008-09-28 Manuel NickschasTry to fix icons not being found on some systems
2008-09-26 Manuel NickschasMore build system tweaking, plus making icons work
2008-09-22 Manuel NickschasAdd Icon and IconLoader
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-08-13 Jonas Heeseadded session management