modernize: Use auto where the type is clear from context
[quassel.git] / src / uisupport / CMakeLists.txt
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
2018-11-18 Manuel Nickschascmake: Autogenerate most of the .qrc resource files
2018-11-18 Manuel Nickschascmake: Modernize build system
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-08-23 Manuel Nickschasuisupport: Allow to disable spell checking
2018-06-17 Manuel Nickschasicons: Warn on missing icons
2016-06-15 Manuel NickschasMerge pull request #198 - IRCv3 improvements
2016-06-15 romibiRefactoring: Pull Up Duplicate Code
2016-04-01 Daniel AlbersMerge pull request #183 from romibi/enableLinkPreview
2016-04-01 Daniel AlbersMerge pull request #168 from esainane/irssi-msg-escape
2016-03-31 Daniel AlbersMerge pull request #165 from esainane/coreinfo-dirty...
2016-02-28 Manuel NickschasMerge pull request #180 from digitalcircuit/ircv3-expan...
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2015-06-16 Manuel NickschasAdd spell-checking support via the Sonnet framework 136/head
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-16 Manuel NickschasFix shortcut saving on KDE, and use the system dialog...
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 #108 from hagabaka/master
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-02-04 Manuel NickschasSimplify the handling of the contributor list in AboutDlg
2015-01-03 Manuel NickschasUse KTextEdit when building against KF5
2015-01-03 Manuel NickschasUse link dependencies between Quassel modules
2014-10-25 Manuel NickschasRemove the obsolete Icon and IconLoader classes
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-23 Manuel NickschasCompletely rework the dependency handling in the build...
2014-03-20 Manuel NickschasImprove the CMake option stuff
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-19 Manuel NickschasSimplify handling of (dual-)Qt in the build system
2014-03-17 Manuel NickschasEnable automoc
2012-04-01 Manuel NickschasFix build error if QCA2 isn't around
2012-04-01 Manuel NickschasAdd support for Qt5 in the build system
2012-01-20 Manuel NickschasWe really don't want to depend on qtui in uisupport
2012-01-20 Bas PapeMake tabcompletion key configurable via shortcuts....
2010-07-22 Johannes Huberincluded qca2 into build system
2009-08-22 Manuel NickschasMove Clickable out of ContentsChatItem
2009-08-21 Manuel NickschasIntroducing StyledLabel
2009-08-16 Manuel NickschasIntroduce multi-line editing for the inputline
2009-08-06 Manuel NickschasAdd a FontSelector widget
2009-08-06 Manuel NickschasMake UiStyle a QObject
2009-08-06 Manuel NickschasMove QssParser out of UiStyle
2009-05-21 Marcus EggenbergerAlt-A
2009-05-21 Marcus EggenbergerNew FlatProxyModel
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-16 Marcus Eggenbergerfirst working BufferViewOverlay
2009-02-06 Manuel NickschasAdd ToolBarActionProvider as another specialization...
2009-02-06 Manuel NickschasSplit action handling and helper stuff from ContextMenu...
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...
2009-02-04 Manuel NickschasRemove obsolete file
2009-01-10 Manuel NickschasReworking CliParser to allow building quasselcore alway...
2008-11-30 Manuel NickschasIntroduce NetworkModelActionProvider
2008-10-12 Manuel NickschasAdd AbstractNotificationBackend to allow for a more...
2008-09-22 Manuel NickschasAdd Icon and IconLoader
2008-09-20 Manuel NickschasAdd ActionCollection to group and manage (Q)Actions.
2008-09-20 Manuel NickschasAction enhances QAction with a subset of KDE's KAction...
2008-08-06 Manuel NickschasConsolidate UiStyleSettings into uisettings.h
2008-08-04 Manuel NickschasFix some warnings
2008-08-02 Manuel NickschasRemoving the old ChatWidget and related stuff from...
2008-07-02 Marcus EggenbergerFixing Topic Widget (vertical centering, scrolling...
2008-06-15 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-08 Manuel NickschasHEADERS -> MOC_HDRS and adding non-moccable files to...
2008-06-08 Manuel NickschasFixing parallel makes.
2008-06-06 Manuel NickschasSay hello (again) to CMake!