modernize: Reformat ALL the source... again!
[quassel.git] / src / uisupport / nickview.cpp
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 Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-02-27 Manuel Nickschasuisupport: Also fix doubleclick in nick views
2016-06-15 Manuel NickschasMerge pull request #198 - IRCv3 improvements
2016-06-15 romibiDocumentation
2016-06-15 romibiRefactoring: Pull Up Duplicate Code
2016-06-15 romibiEnable Touch Scroll in Nick-View
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-13 Marcus Eggenbergersimplifying workaround for missing nickitems... especia...
2012-02-03 Manuel NickschasWork around problems in QTreeView when using Qt 4.8
2010-01-31 Sebastian GothAdapt chatview and nickview to join-and-switch
2009-11-09 Manuel NickschasMake sure NickView::customEvent() has a valid model
2009-08-06 Manuel NickschasThrow out unneeded font setters, adapt to ItemViewSettings
2009-08-06 Manuel NickschasStyle NickView via UiStyle
2009-02-16 Manuel NickschasMove font settings to general appearance settingspage
2009-02-06 Manuel NickschasGenerate selection change events and propagate to ToolB...
2009-02-06 Manuel NickschasEmit signal on selection change, ensure currentIndex...
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...
2009-02-04 Marcus Eggenbergerthis should fix crashes in the nick/bufer view delegate...
2009-02-03 Marcus EggenbergerBrining back the removed color options
2009-02-01 Marcus EggenbergerNickView gets it's own Delegate too and uses only QPale...
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-10 Manuel NickschasEnable multi-selection in nick list
2008-12-18 Manuel NickschasMeh, apparently MSVC doesn't accept 'or' in preprocesso...
2008-12-04 Manuel NickschasNickView's old context menu handling must DIE DIE DIE...
2008-10-31 Marcus Eggenbergerfixing BR #367
2008-07-27 Marcus Eggenbergerone hell of an ugly workaround for what seems to be...
2008-05-09 Manuel NickschasMerging r820:825 from trunk to branches/0.3
2008-05-09 Alexander von Rentelnbugfix #BR159 - context menu now opens/starts query...
2008-04-14 Manuel NickschasMerging r732:745 from trunk into branches/0.3. Forwardp...
2008-04-14 Alexander von Rentelnban-handler implemented (now also available in the...
2008-04-05 Marcus Eggenbergergetting rid of those horizontal scrollbars in the nickv...
2008-03-18 Marcus Eggenbergergeneral performance boost (probably only noticable...
2008-03-14 Alexander von Rentelndoubleclick on nick now selects the buffer if buffer...
2008-03-06 Marcus Eggenbergerfixed slow buffer switches
2008-02-27 Marcus Eggenbergerimprovements to the default layout
2008-02-27 Marcus Eggenberger- Buffer and NickViews have now sane sizeHints() so...
2008-02-15 Alexander von Rentelnadded colorsettingspage
2008-02-07 Alexander von Rentelndoubleclick on user opens query
2008-02-03 Alexander von Rentelnenabled query in user context menu - now that the query...
2008-02-01 Alexander von Rentelnadded ctcp handler to userinputhandler
2008-01-31 Alexander von Rentelnadded more user info in the user tool tip
2008-01-31 Marcus Eggenbergerfixed some includess I forgot to change... :/
2008-01-28 Alexander von Rentelnadded entries and disabled some not-yet-functioning...
2008-01-28 Alexander von Rentelnbufferview: corrected small error (userInput no longer...
2008-01-28 Marcus Eggenbergerreplaced Client::fakeInput() with Client::userInpt...
2008-01-28 Alexander von RentelnAdded a context menu to users
2008-01-27 Marcus Eggenbergerfixed the scrollbar issue in the NickView
2008-01-24 Alexander von Rentelnadded context menu to systray
2008-01-12 Marcus EggenbergerFeatures come and features go...
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-11-29 Manuel NickschasFixed annoying bug where the nicklist wouldn't be shown...
2007-11-27 Manuel NickschasMake Quassel less crashy (yeah, case sensitivity in...
2007-11-27 Manuel NickschasNow we have a sorted nicklist and hide unused categorie...
2007-11-27 Manuel NickschasThe nicklist is back! We now have a NickModel that...
2007-11-23 Manuel NickschasVarious stuff, cosmetic fixes, fiddling with IrcUsers...