QKeySequence's int operator is deprecated
[quassel.git] / src / uisupport / tabcompleter.cpp
2014-03-24 Bas PapeQKeySequence's int operator is deprecated
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-03 Manuel NickschasFix tabcompletion with added space mid-sentence
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....
2012-01-20 Bas PapeAdd support for adding a space when tab-completing...
2010-02-14 Hendrik LeppkesStore the type of the current tab completion (user...
2010-02-14 Hendrik LeppkesAllow the TabCompleter to complete channel names as...
2009-09-21 Sebastian GothAllow tab completion of nicks after various chars
2009-08-16 Manuel NickschasIntroduce multi-line editing for the inputline
2009-02-28 Manuel NickschasRename NickCompletionSettings to TabCompletionSettings
2009-02-25 Manuel NickschasAlways put own nick last in nick completion
2009-02-25 Manuel NickschasSmart tab completion!
2008-11-01 Marcus EggenbergerFixing BR #282 - tab completion doesn't insert suffix...
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-11 Marcus Eggenbergerfixing scope issue
2008-07-11 Marcus Eggenbergertabcompleter works now for queries and statusbuffer...
2008-07-08 Marcus Eggenbergerfixing tabcompleter crash in non channel buffers.....
2008-07-03 Sebastian GothFixed tabcompleter not completing some special characte...
2008-07-01 Sebastian GothOptimize tabcompleter and fix duplicate occurrence...
2008-07-01 Marcus Eggenbergercleanup
2008-07-01 Manuel NickschasMerge branch 'seezer'
2008-07-01 Sebastian GothIgnore leading non-alphabetical characters. Fixes BR205
2008-06-28 Sebastian GothMake completion suffix configurable. Fixes BR130
2008-02-07 Marcus Eggenbergerfixed a bug when selecting a buffer in a different...
2008-02-06 Marcus EggenbergerTabcompletion works again (broke it in last REV). Acts...
2008-01-25 Manuel NickschasYet another debugging version of the tabcompleter....
2008-01-24 Manuel NickschasTemporarily disabling tabcompletion in order to find...
2008-01-23 Manuel NickschasCommitting my local state. Mostly still invisible part...
2008-01-22 Marcus Eggenberger- BufferWidget behaves now like a view
2008-01-18 Manuel Nickschasuint -> NetworkId, uint -> BufferId almost everywhere...
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-28 Manuel NickschasMoving InputLine (ex-ChannelWidgetInput) to uisupport...