cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / uisupport / bufferview.cpp
2022-02-13 Dimitris ApostolouFix typos
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2021-03-20 Manuel Nickschasqa: Resolve Qt deprecation warnings - default-construct...
2020-10-04 Shane Synanuisupport: Fix invalid model segfault from index
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-08-28 Janne KoschinskiReplace deprecated QModelIndex::child with QAbstractIte...
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasqa: Remove dead code
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Remove old-style slot usage in NetworkModelC...
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 braced-init list when returning types
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-11-16 Manuel NickschasMinor cleanup of BufferView
2018-11-16 Martin T. H. SandsmarkAllow selecting the search result when searching for...
2018-05-03 romibiImprove channel navigation shortcut in some cases
2018-04-12 Manuel Nickschasuisupport: Forcefully disable horizontal scrollbar...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 romibiLock Buffer- and Nick-Lists too
2018-02-27 Manuel Nickschasuisupport: Join channels on doubleclick on all but...
2018-02-04 genius3000Remove old 'remove buffer' KeyPress code
2017-04-13 Shane SynanFix expanding networks in Chat Monitor settings
2016-09-27 Manuel NickschasAvoid deprecation warnings with Qt 5.7
2016-09-14 Shane SynanFix disconnected networks not collapsing on login
2016-09-07 selabnayrAllow client-side channel buffer merges, and associated...
2016-09-05 Martin T. H. SandsmarkDon't use the QPointer::clear() function that was intro...
2016-09-05 Martin T. H. SandsmarkAdd action/shortcut to use the buffer filter/search
2016-09-05 Martin T. H. SandsmarkMake the buffer search optional, disable by default
2016-09-05 Martin T. H. SandsmarkAdd buffer filtering support.
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 Buffer-View
2016-06-06 Manuel NickschasBring copyright headers into 2016
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 #136 from sandsmark/sonnet
2016-02-08 Manuel NickschasMerge pull request #178 from TheOneRing/fix_snore_crash
2016-02-08 Manuel NickschasMerge pull request #177 from justjanne/patch-1
2016-02-08 Manuel NickschasMerge pull request #175 from ayonix/ssl-fix
2016-02-08 Manuel NickschasFix issues with buffer selection and filtered views
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 Kimmo HuomanAllows merging buffers over networks
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 NickschasQTreeView::dataChanged() signature changed in Qt5
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-02-14 Manuel NickschasChange shortcut for hiding the current buffer to a...
2012-02-14 Chris Le SueurAdd a shortcut for hiding current buffer.
2012-02-03 Chris Le SueurChanged Buffer-switching behaviour so that it changes...
2012-02-03 Manuel NickschasWork around problems in QTreeView when using Qt 4.8
2010-08-05 Manuel NickschasAdd rudimentary keyboard navigation for previous/next...
2010-08-05 Manuel NickschasIntroduce the concept of an "active" bufferview
2010-04-05 Manuel NickschasRevert "Reset the BufferViewFilter after setting a...
2010-03-14 Manuel NickschasReset the BufferViewFilter after setting a new config
2010-03-09 Manuel NickschasRevert "Remove the workaround for the #663 Heisenbug...
2010-03-07 Manuel NickschasRemove the workaround for the #663 Heisenbug again
2009-08-25 Manuel NickschasTry workarounding bug #663 ("Teh Systray Heisenbug")
2009-08-16 Manuel NickschasDon't show the header widget in bufferviews
2009-08-06 Manuel NickschasThrow out unneeded font setters, adapt to ItemViewSettings
2009-08-06 Manuel NickschasStyle BufferView via UiStyle
2009-04-11 Manuel NickschasProperly handle multiselections in bufferviews, fixes...
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-24 Marcus Eggenbergeractivating a view pulls in needed backlog for the displ...
2009-03-16 Marcus Eggenbergerfirst working BufferViewOverlay
2009-02-17 Marcus Eggenbergerfixing auto expand issues with new networks
2009-02-16 Manuel NickschasMove font settings to general appearance settingspage
2009-02-14 Marcus Eggenbergerfixes #531 - changing buffer view colors needs client...
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 Eggenbergerhiding unused settings from the colors settings page
2009-02-01 Marcus Eggenbergerremoving nickview color settings
2009-02-01 Marcus EggenbergerBufferView colors are now determined by it's delegate...
2009-01-26 Marcus Eggenbergerfixes BR #475
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Manuel NickschasRevert "Properly focus BufferView on first click"
2009-01-11 Manuel NickschasProperly focus BufferView on first click
2009-01-09 Manuel NickschasHandle multi-selections in BufferViews sanely.
2009-01-09 Marcus EggenbergerQuassel no longer gets a nervous breakdown when you...
2009-01-05 Marcus EggenbergerAll Buffers is dead! Long live All buffers!
2009-01-04 Marcus Eggenbergerfixing default indentation for bufferviews
2009-01-03 Marcus Eggenbergerfixing indentation issues in the bufferview
2009-01-02 Marcus Eggenbergerbuffers can now be repositioned in the bufferview again...
2009-01-01 Marcus EggenbergerIntroducing an edit mode to the bufferviews.
next