Complete and pimp DesktopNotificationBackend.
[quassel.git] / src / client / networkmodel.cpp
2008-08-26 Marcus Eggenbergerfixing update of activity in multiple connected clients...
2008-08-25 Marcus EggenbergerFinishing my personal crusade against Buffer.
2008-08-15 Manuel NickschasFix superfluous QString() usage and provide proper...
2008-08-15 ZRegis Add more string to translate
2008-08-12 Marcus Eggenbergerfixing the creating of new buffers in the client. bye...
2008-08-12 Marcus Eggenbergerthe new chatwidget now highlights the first new message...
2008-08-12 Marcus EggenbergerContinuing my personal crusade against Buffer.
2008-08-11 Marcus EggenbergerFixing BR # 204 - double click on the sender column...
2008-08-04 Marcus Eggenbergerinternal fixes
2008-08-04 Marcus Eggenbergerinternal stuff only: added accessors for bufferName...
2008-08-04 Marcus EggenbergerFixing BR #234. Queries where the chatpartner is away...
2008-08-04 Marcus EggenbergerFixing a client crash that could be triggered under...
2008-07-27 Marcus Eggenbergerinternal stuff only: AbstractTreeItems can now commit...
2008-07-27 Marcus Eggenbergerfixed a bug where a quitting user could leave an empty...
2008-07-27 Marcus EggenbergerRefactoring the Tree- and Networkmodel (internal stuff...
2008-07-21 Marcus Eggenbergeradding server lag indicator to the network tooltip
2008-07-21 Marcus Eggenbergerquery buffers reflect now the away and on/off state...
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-11 Marcus Eggenbergerfixed a bug in the networkmodel
2008-07-10 Marcus Eggenbergerfixing partial BR #208 (no longer showing away message...
2008-07-10 Marcus Eggenbergerinternal stuff: splitting BufferItem into StatusBufferI...
2008-07-10 Marcus Eggenbergerinternal restructuring
2008-07-10 Marcus Eggenbergerinternal tweaks
2008-07-06 Marcus EggenbergerThis branch introduces a new sync method which should...
2008-06-23 Marcus EggenbergerFixing BR #147. Needs core update.
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-16 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-16 Diego 'Flameeyes... Fix warnings from GCC 4.3 about suggested parentheses.
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-09 Marcus Eggenbergersometimes I hate git... forgot stupid -a for git commit
2008-04-29 Manuel NickschasMerging r780:797 from trunk to branches/0.3.
2008-04-29 Marcus Eggenbergerbuffer_switching_performance++
2008-04-16 Manuel NickschasMerging r732:766 from trunk to branches/0.3.
2008-04-15 Marcus Eggenbergeranother try to fix those win/linux crashes :)
2008-04-15 Marcus EggenbergerThis should/could fix client crashes related to unvolun...
2008-04-13 Manuel NickschasMerging r730:732 from trunk to branches/0.3. Forwardpor...
2008-04-13 Manuel NickschasMerging r726:730 from trunk to branches/0.3. This forwa... 0.3.0-pre
2008-04-13 Marcus EggenbergerIntroducing the all-new all-fancy bufferviews.
2008-04-12 Alexander von RentelnAdded some new ircServerHandlers
2008-04-09 Manuel NickschasAdded a default translation (quassel.ts/.qm) that is...
2008-04-09 Manuel NickschasPrettified and correctly sortified user categories...
2008-04-08 Alexander von Rentelnminor bugfix: ssl/no-ssl icons will only be displayed...
2008-04-08 Alexander von RentelnBR#138: prettifyed the whois output of the core
2008-04-08 Alexander von Renteln-tooltip in the buffer list is now translatable
2008-03-20 Alexander von Renteln-added tray icon notification
2008-03-16 Marcus Eggenbergerfixed renaming issue for queries
2008-03-14 Alexander von Rentelndoubleclick on nick now selects the buffer if buffer...
2008-03-13 Alexander von RentelnBR#117:
2008-03-12 Alexander von RentelnBR #117:
2008-03-06 Marcus Eggenbergerfuther internal prettifications of the buffer switching...
2008-03-01 Marcus EggenbergerYet another protocol break (I warned you...).
2008-02-25 Alexander von Rentelncreated buffersettings to access options concerning...
2008-02-20 Alexander von RentelnAdded tooltip for networkItems and bufferItems
2008-02-19 Manuel NickschasWe now send WHO every 60 seconds for all channels we...
2008-02-19 Marcus EggenbergerQuery buffers are now automatically renamed on nickchanges.
2008-02-18 Marcus Eggenbergeradded core and client handlers for buffer removal
2008-02-18 Marcus EggenbergerThe input line is now enabled disabled correctly accord...
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-13 Manuel NickschasExtended NetworkInfo again to prepare for even more...
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-02-12 Manuel NickschasFix case-insensitivity for channel names, and add some...
2008-02-11 Marcus EggenbergerThe Networksettings are now stored purely in the Database.
2008-02-10 Marcus Eggenberger- Highlights are now determined in Client::checkForHigh...
2008-02-08 Marcus Eggenbergerhighlight respects now word boundaries. thx int
2008-02-08 Marcus Eggenbergerjust a minor update before I get my hands dirty with...
2008-02-05 Marcus Eggenbergermade keybindings persistent (per client)
2008-02-05 Marcus Eggenbergermade highlight trigger only on normal messages, notices...
2008-02-05 Marcus Eggenbergerfixed inconsistency issues. Upgrade and Distclean is...
2008-02-04 Marcus Eggenbergerfixed a bug in IrcChannel. Upgrade is strongly advised...
2008-02-04 Marcus EggenbergerQuassl shows now activity from the backlog aswell.
2008-02-03 Marcus Eggenbergerthe nickselector should now react properly to any relev...
2008-02-03 Marcus EggenbergerMore Code Cleanup
2008-02-03 Marcus EggenbergerCode cleanup. Distclean advised
2008-01-31 Alexander von Rentelnadded more user info in the user tool tip
2008-01-31 Marcus Eggenbergersome minor improvements to the NetworkModel and added...
2008-01-31 Marcus Eggenbergerusers who are away are now greyed out in the nickview
2008-01-31 Alexander von Rentelnadded ircserverhandler for whois, who and whowas
2008-01-30 Marcus Eggenbergerthe following assert should no longer trigger: ASSERT...
2008-01-29 Marcus Eggenbergeradded some more debug infos
2008-01-29 Marcus Eggenberger- Network Connection state is now reflected in the...
2008-01-29 Marcus Eggenbergerremoved yet another stupid debug condition (this time...
2008-01-29 Marcus Eggenbergerdebug build for adam
2008-01-29 Marcus EggenbergerReenabled Activity levels
2008-01-28 Marcus Eggenberger- Made BufferId, NetworkId and BufferInfo available...
2008-01-28 Marcus EggenbergerRework of the TreeModel. This should finaliy *knock...
2008-01-26 Marcus EggenbergerHaha! The Inputline is now a seperate dock! Sput: I...
2008-01-26 Marcus EggenbergerFixed inconsitency bug in the NetworkModel. (thanks...
2008-01-24 Marcus EggenbergerAdded a very simple tooltip for ircusers (aka: visible...
2008-01-21 Marcus Eggenbergerfixed a bug with where nicks where not shown in the...
2008-01-20 Marcus Eggenbergerbugfixinating
2008-01-19 Marcus EggenbergerFixing Issues with the NetworkModel. Though the perform...
2008-01-19 Manuel NickschasChanged QVariant::fromValue() to qVariantFromValue...
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-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-17 Marcus EggenbergerMade the Nicklist Pretty again
2008-01-14 Marcus EggenbergerOnly a few small things: made the nicklist at least...
2008-01-14 Alexander von RentelnFixing dubious crash at core connect (courtesy of EgS...
2008-01-13 Marcus EggenbergerWorkaroundinated a weird bug...
2008-01-13 Marcus EggenbergerFixed active state for statusBuffer and Queries
next