Handle client state a bit more sanely
[quassel.git] / src / client / client.cpp
2009-11-28 Manuel NickschasHandle client state a bit more sanely
2009-11-28 Manuel NickschasSwitch over to CoreConnection
2009-11-28 Manuel NickschasIntroduce CoreAccount and CoreAccountModel
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-08-12 Manuel Nickschass/Buffer/Chat/g
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-05-21 Marcus Eggenbergerminor refactoring on how backlog requests are triggered
2009-03-30 Marcus Eggenbergerfixing weird behavior of backlog fetching
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-17 Marcus Eggenbergerno longer requesting backlog for all buffers but only...
2009-03-16 Marcus Eggenbergermoving the bufferoverlay to some static place -> the...
2009-03-13 Jesper ThomschützCatch recursion in message logger.
2009-03-13 Manuel NickschasMove the client's AliasManager into Client
2009-03-13 Manuel NickschasInitialize ClientUserInputHandler in init() rather...
2009-02-25 Manuel NickschasIntroduce ClientUserInputHandler
2009-02-17 Marcus EggenbergerThe BufferSyncer cache is now purged when an unknown...
2009-02-15 Marcus Eggenbergerfixes #542 - show identities and network settings on...
2009-02-10 Marcus EggenbergerLock Dock Positions has been replaced by Lock Layout
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...
2009-01-14 Marcus Eggenbergerfixes #484 - issues with ssl status indicator
2009-01-13 Manuel NickschasAutomatically create networks and buffers specified...
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Marcus EggenbergerDefault identity is now created by the client, if no...
2009-01-05 Marcus EggenbergerThe new 'All Buffers' view is no properly presorted.
2009-01-05 Marcus EggenbergerAll Buffers is dead! Long live All buffers!
2009-01-04 Marcus EggenbergerRemoving core related items from menu and statusbar
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-12-29 Marcus Eggenbergerrecreating some indexes that were lost in an upgrade
2008-12-25 Marcus Eggenbergeradding tons of ifdefs so quassel will build again witho...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-11-30 Manuel NickschasMake Client::mainUi() accessible, needed for some thing...
2008-11-29 Marcus Eggenbergerpostponed backlog loading until custom views are loaded...
2008-11-20 Marcus Eggenbergerproperly saving the layout when using the internal...
2008-11-13 Marcus EggenbergerActivity level is now properly handled for the currentl...
2008-11-06 Marcus Eggenbergershowing fatal messages on stderr again (client only)
2008-11-03 Marcus Eggenbergermore debug output
2008-11-03 Marcus Eggenbergerdebug output in the client is also written to stderr now
2008-11-01 Marcus Eggenbergerbetter handling of log messages (internal stuff only)
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-27 Marcus Eggenbergerfixing a bug where no backlog is requested after an...
2008-10-27 Marcus Eggenbergergiving the message model the control over the dynamic...
2008-10-27 Marcus Eggenbergerbetter abstraction of BacklogRequester to support diffe...
2008-10-21 Marcus Eggenbergerproperly handling disconnects - this might even fix...
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-04 Marcus Eggenbergerfixing buffered backlog replay for reconnects
2008-08-25 Marcus EggenbergerFinishing my personal crusade against Buffer.
2008-08-25 Manuel NickschasFix crash on end of backlog (cf. BR 248)
2008-08-17 Manuel NickschasIntroducing Network::requestSetNetworkInfo() to simplif...
2008-08-17 Manuel NickschasUse SyncableObject::requestUpdate() for updating Identities
2008-08-12 Marcus Eggenbergerfixing the creating of new buffers in the client. bye...
2008-08-12 Marcus EggenbergerContinuing my personal crusade against Buffer.
2008-08-11 Manuel NickschasBring back notifications (again...)
2008-08-06 Manuel NickschasReset the MessageProcessor on disconnect
2008-08-06 Manuel NickschasMove checkForHighlight() from Client to QtUiMessageProc...
2008-08-06 Manuel NickschasMake use of QtUiMessageProcessor. For now, we just...
2008-08-04 Manuel NickschasPost-merge cleanups, remove the old message handling
2008-08-03 Manuel NickschasClean up MessageModel on disconnect
2008-08-02 Manuel NickschasBring back activity levels. I think Buffer has to go...
2008-08-02 Manuel NickschasBring back highlights
2008-08-02 Manuel NickschasWhitespace fix
2008-08-02 Manuel NickschasChatLineModelItem now computes and stores wordlists
2008-08-02 Manuel NickschasRemoving SPUTDEV, obsolete code and #ifdefs from sources
2008-07-24 Marcus Eggenbergerfixing client crash during core init
2008-07-18 Marcus Eggenbergerfixing client crash if a buffer is deleted during backl...
2008-06-23 Marcus Eggenbergerfixing some merge weirdness
2008-06-23 Marcus EggenbergerFixing BR #147. Needs core update.
2008-06-23 Marcus EggenbergerImplemented a channel browser (BR #176).
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-01 Manuel NickschasMerging r800:803 from trunk to branches/0.3.
2008-05-01 Marcus Eggenbergerperformance++
2008-04-26 Manuel NickschasSPUTDEV compiles again, and the MessageModel now actual...
2008-04-25 Manuel NickschasChecking in WiP on the MessageModel. More cleanly separ...
2008-04-18 Manuel NickschasMake branches/0.3 compile again for mere mortals. Shoul...
2008-04-14 Manuel NickschasMerging r732:745 from trunk into branches/0.3. Forwardp...
2008-04-14 Manuel NickschasFixing incorrect coreAccountId in client.
2008-04-13 Manuel NickschasMerging r730:732 from trunk to branches/0.3. Forwardpor...
2008-04-13 Marcus EggenbergerIntroducing the all-new all-fancy bufferviews.
2008-04-04 Alexander von Renteln-tray icon now greys out, when quassel is not connected
2008-04-03 Alexander von Rentelnhighlights can now be checked case insensitive
2008-04-03 Manuel Nickschas*headdesk* Apparently QTextLayout::FormatRange() does...
2008-04-02 Alexander von Rentelnadded custom highlighting (in the settings: behaviour...
2008-03-27 Marcus Eggenbergerfixed BR #129 (backlog messages not being checked for...
2008-03-27 Marcus EggenbergerFixing BR #128 (Nicklist state not saved correctly...
2008-03-20 Alexander von Renteln-added tray icon notification
2008-03-16 Marcus EggenbergerLots of new internal stuff (breaking protocol):
2008-03-09 Marcus Eggenbergerswitching from timestamps to msgid regarding lastseen...
2008-03-02 Marcus Eggenbergerown messages are no longer checked for highlights
2008-02-27 Marcus EggenbergerFixed those nasty "Client::updateLastSeen(): Unknown...
2008-02-26 Manuel NickschasMake syncing fly again :) Also removed not-yet-used...
2008-02-26 Marcus EggenbergerRedirection of certain messages to different targets...
2008-02-24 Marcus Eggenberger- Fixed "ghost-buffers" appearing in the network view
2008-02-22 Marcus EggenbergerNewly created buffers are now selected automatically.
2008-02-20 Manuel NickschasFix client crash at core disconnect.
2008-02-19 Marcus EggenbergerQuery buffers are now automatically renamed on nickchanges.
2008-02-18 Marcus Eggenbergerlast fix for buffer removal (fingers crossed). It is...
2008-02-18 Marcus Eggenbergerfixes to the TreeModel and Client
2008-02-18 Marcus Eggenbergeradded core and client handlers for buffer removal
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
next