src: Yearly copyright bump
[quassel.git] / src / qtui / chatviewsearchcontroller.cpp
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2020-01-08 Manuel Nickschasqa: Avoid deprecation warnings for QList/QSet conversions
2019-08-28 Manuel NickschasAdd missing includes
2019-08-28 Janne KoschinskiReplace deprecated qSort with std::sort
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
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 'while(true)' instead of 'while(1)'
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Prefer default member init over ctor init
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2016-10-13 Shane SynanFix hang for single result search after others
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-03-03 Daniel Albersupdate search results when fetching backlog
2010-01-29 Manuel NickschasChatItems are no longer QGraphicsItems
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2009-02-15 Marcus Eggenbergerfixing search in messages like join, part, etc...
2009-02-04 Marcus Eggenbergerfixes #437 - compiler warnings
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-11-04 Marcus Eggenbergercurrent highlighted search result is no longer reset...
2008-11-04 Marcus EggenbergerSearch result highlights are now properly repositioned...
2008-09-22 Marcus Eggenbergerbringing those up and down buttons of the searchbar...
2008-09-22 Marcus Eggenbergerfixing BR #<insert proper id here (I'm offline right...
2008-08-18 Manuel NickschasCleanups, tweaks and fixes
2008-08-16 Marcus EggenbergerIntroducing search in the chatview. See views -> show...