Make compile on MSVC again... that thing doesn't know #warning, apparently -_-
[quassel.git] / src / client /
2008-09-01 Marcus Eggenbergerfixing dupes
2008-09-01 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-09-01 Marcus EggenbergerIntroducing fast backlog replay! Thanks sph_ for the...
2008-08-30 Marcus Eggenbergerremoving unneeded semicolons after Qt macros - making...
2008-08-26 Marcus Eggenbergerfixing update of activity in multiple connected clients...
2008-08-26 Marcus Eggenbergersome fixes regarding issues with dark themes
2008-08-26 Marcus Eggenbergeradded a convenience method: Client::bufferModel()-...
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-18 Marcus EggenbergerChatScene now properly react on aboutToRemoveRows(...
2008-08-18 Marcus Eggenbergerreverting the backlog request to how it was in the...
2008-08-17 Manuel NickschasIntroducing Network::requestSetNetworkInfo() to simplif...
2008-08-17 Manuel NickschasUse SyncableObject::requestUpdate() for updating Identities
2008-08-16 Manuel NickschasStandard Roles should be the same in MessageModel and...
2008-08-15 Manuel NickschasFix superfluous QString() usage and provide proper...
2008-08-15 ZRegis Add more string to translate
2008-08-13 Manuel NickschasAvoid duplicate messages
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 Manuel NickschasBring back notifications (again...)
2008-08-11 Marcus EggenbergerFixing BR # 204 - double click on the sender column...
2008-08-09 Marcus Eggenbergerfixing segfaults on part if the part results in an...
2008-08-07 Manuel NickschasAdd MessageProcessor progress widget to MainWin's statu...
2008-08-06 Manuel NickschasReset the MessageProcessor on disconnect
2008-08-06 Manuel NickschasEnable plain old QTimer-based asynchronous message...
2008-08-06 Manuel NickschasMove checkForHighlight() from Client to QtUiMessageProc...
2008-08-06 Manuel NickschasMake use of QtUiMessageProcessor. For now, we just...
2008-08-06 Manuel NickschasIntroduce AbstractMessageProcessor and its specializati...
2008-08-04 Manuel NickschasPost-merge cleanups, remove the old message handling
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 Eggenbergerfixed a newly introduced crash on user mode changes
2008-08-04 Marcus EggenbergerFixing a client crash that could be triggered under...
2008-08-04 Manuel NickschasFix warning: MsgId is a struct
2008-08-03 Manuel NickschasClean up MessageModel on disconnect
2008-08-02 Manuel NickschasBring back lastSeen support. Buffer has been hacked...
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 Nickschaschatmonitor++
2008-08-02 Manuel NickschasNote to self: QString(int) != QString::number(int) -_-
2008-08-02 Manuel NickschasIntroduce an id string for the views (provided by Messa...
2008-08-02 Manuel NickschasWhitespace fix
2008-08-02 Manuel NickschasCompute correct height of ChatItems.
2008-08-02 Manuel NickschasChatLineModelItem now computes and stores wordlists
2008-08-02 Manuel NickschasRemoving SPUTDEV, obsolete code and #ifdefs from sources
2008-08-02 Manuel NickschasRemoving the old ChatWidget and related stuff from...
2008-07-27 Marcus Eggenbergerdisabling treeitem suicide if the item is deleted due...
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-24 Marcus Eggenbergerfixing client crash during core init
2008-07-22 Manuel NickschasMove dbus interface definition to interfaces/ and gener...
2008-07-22 Manuel NickschasMake compile on top of the current master branch
2008-07-22 Dennis SchriddeImproved support for org.freedesktop.Notifications.
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-18 Marcus Eggenbergerfixing client crash if a buffer is deleted during backl...
2008-07-16 Sebastian GothAdopted --debugbufferswitches and --debugmodel to clipa...
2008-07-16 Marcus Eggenbergerfirst version of core info dialog
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-12 Marcus Eggenbergerupdating the sync dialog according to the new 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 Manuel NickschasFix protocol version check
2008-07-06 Manuel NickschasFix protocol version check
2008-07-06 Marcus EggenbergerThis branch introduces a new sync method which should...
2008-07-01 Manuel NickschasBye-bye qmake
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-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 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-09 Marcus Eggenbergersometimes I hate git... forgot stupid -a for git commit
2008-06-08 Manuel NickschasHEADERS -> MOC_HDRS and adding non-moccable files to...
2008-06-07 Manuel NickschasIntroduce new format for version.inc.
2008-06-06 Manuel NickschasSay hello (again) to CMake!
2008-06-04 Marcus EggenbergerSay hello to compression!
2008-05-22 Manuel NickschasSay hello to MessageFilter!
2008-05-20 Marcus Eggenbergermerging branches/0.2/0.2@r44 with trunk
2008-05-13 Manuel NickschasSwitch some dirty hacking to using real infrastructure...
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-08 Manuel Nickschasconsistency++
2008-05-01 Manuel NickschasMerging r800:803 from trunk to branches/0.3.
2008-05-01 Marcus Eggenbergerperformance++
2008-04-29 Manuel NickschasMerging r780:797 from trunk to branches/0.3.
2008-04-29 Manuel NickschasMore WiP stuff for the MessageModel.
2008-04-29 Marcus Eggenbergerbuffer_switching_performance++
2008-04-26 Manuel NickschasSPUTDEV compiles again, and the MessageModel now actual...
2008-04-25 Manuel NickschasMessage flags are now consistently used as Message...
2008-04-25 Manuel NickschasChecking in WiP on the MessageModel. More cleanly separ...
2008-04-24 Manuel NickschasMerging r780:786 from trunk to branches/0.3. Plus some...
next