BufferView no longer reacts on layoutChanged() as this is far too often emited.
[quassel.git] / src / uisupport / bufferviewfilter.cpp
2008-06-24 Marcus EggenbergerBufferView no longer reacts on layoutChanged() as this...
2008-06-22 Marcus EggenbergerIt is now possible to remove a BufferViewConfig from...
2008-06-18 Marcus EggenbergerMerge branch '0.2' of git@git.quassel-irc.org:quassel...
2008-06-18 Marcus Eggenbergerfixing BR #145 (moving items in custom view off by...
2008-06-16 Marcus EggenbergerMerge branch '0.2' of git@git.quassel-irc.org:quassel...
2008-06-16 Diego 'Flameeyes... Fix warnings from GCC 4.3 about suggested parentheses.
2008-06-04 Marcus Eggenbergersome minor fixes:
2008-05-29 Marcus EggenbergerSince the last fix had some nasty side effects (too...
2008-05-29 Marcus EggenbergerThis should finally fix the issue with the non working...
2008-05-26 Marcus EggenbergerFixing the "Add New Buffers automatically"-function...
2008-05-04 Marcus Eggenbergerfixing crashes when removing buffers from a view
2008-05-03 Manuel NickschasAdding missing #include
2008-05-03 Marcus Eggenbergerfixing custom buffer views with minimum activity
2008-04-29 Marcus Eggenbergerbuffer_switching_performance++
2008-04-18 Marcus Eggenbergeraccidentaly deactivated custom sorting... ooops
2008-04-18 Marcus Eggenbergernewly joined buffers are now selected properly
2008-04-17 Marcus Eggenbergermerging latest debug version with trunk
2008-04-17 Marcus Eggenbergercode cleanup
2008-04-16 Marcus Eggenbergermerging branches/fu-debug with trunk :)
2008-04-15 Marcus Eggenbergerbuffer views are now sorted case insensitive if alphabe...
2008-04-14 Marcus Eggenberger- "All Buffers" are now sorted as they used to be
2008-04-14 Marcus Eggenbergerfixing the min-activity-issue
2008-04-14 Marcus Eggenbergerfixes to the new buffer views. also disabled the min...
2008-04-13 Marcus EggenbergerIntroducing the all-new all-fancy bufferviews.
2008-04-08 Alexander von Renteln-tooltip in the buffer list is now translatable
2008-02-21 Alexander von Rentelnchanges in the color settingspage towards enabling...
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-15 Alexander von Rentelnenabled custom colors and
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-01-29 Marcus EggenbergerReenabled Activity levels
2008-01-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
2008-01-18 Manuel Nickschasuint -> NetworkId, uint -> BufferId almost everywhere...
2008-01-13 Marcus Eggenberger- Improved the speed of IrcServerHandler (and other...
2008-01-12 Marcus EggenbergerFeatures come and features go...
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-01 Marcus EggenbergerFinishing the renaming of the BufferTreeView, since...
2008-01-01 Marcus EggenbergerSince we're going for one grand unified model to store...
2007-12-10 Marcus EggenbergerFixed custom Views
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-12 Manuel NickschasMoved BufferView and BufferViewFilter to uisupport...