Default identity is now created by the client, if no identity exists.
[quassel.git] / src / client / client.cpp
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...
2008-02-11 Marcus EggenbergerThe Networksettings are now stored purely in the Database.
2008-02-10 Marcus Eggenbergerdon't ask
2008-02-10 Marcus Eggenbergerdamn... now it's fixed...
2008-02-10 Marcus Eggenbergerbugfix
2008-02-10 Marcus Eggenberger- Highlights are now determined in Client::checkForHigh...
2008-02-05 Alexander von Rentelnimproved minimize to tray behavior with win versions...
2008-02-04 Marcus EggenbergerQuassl shows now activity from the backlog aswell.
2008-02-03 Manuel NickschasSwitched client-side account data to using AccountId...
2008-02-03 Marcus EggenbergerFixed the missing network name in the chat monitor
2008-02-03 Marcus Eggenbergerfixed the FIXME in Client::networkDestroyed()
2008-02-03 Marcus EggenbergerCode cleanup. Distclean advised
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-02-01 Manuel NickschasAdded a fancy menu to connect to and disconnect from...
2008-02-01 Manuel NickschassessionData--
2008-02-01 Manuel NickschasThis is it, the long-awaited huge commit with the new...
2008-01-31 Marcus Eggenbergerusers who are away are now greyed out in the nickview
2008-01-30 Marcus Eggenberger- implemented on request a chat monitor: a simple buffe...
2008-01-29 Manuel NickschasOK, disabled warnings for the moment :)
2008-01-29 Manuel NickschasSyncing my current state, Network settings still not...
2008-01-29 Marcus EggenbergerReenabled Activity levels
2008-01-28 Marcus Eggenbergerreplaced Client::fakeInput() with Client::userInpt...
2008-01-28 Marcus Eggenberger- Made BufferId, NetworkId and BufferInfo available...
next