make topicWidget capable of unsetting the topic
[quassel.git] / src / client /
2009-01-05 Marcus EggenbergerAll Buffers is dead! Long live All buffers!
2009-01-04 Marcus EggenbergerThe Monolithic build behaves now like a regular IRC...
2009-01-04 Marcus EggenbergerRemoving core related items from menu and statusbar
2008-12-30 Marcus Eggenbergerfixing a big oopsie that would cause the creation of...
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-12-29 Marcus Eggenbergeryou can now rename query buffers
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-12-14 Manuel NickschasMaking channel names clickable
2008-12-04 Manuel NickschasAdding nick context menu actions to NetworkModelActionP...
2008-12-04 Manuel NickschasProperly return pointers for IrcUserRole and IrcChannelRole
2008-12-02 Marcus EggenbergerFixing BR #315: Nicks missing from nick lists
2008-12-01 Manuel NickschasAdd IrcChannelRole to NetworkModel
2008-12-01 Manuel NickschasMake NetworkModel::bufferId() a bit more efficient...
2008-12-01 Manuel NickschasAdd missing roles to IrcUserItem
2008-11-30 Manuel NickschasAdd AbstractActionProvider and accessors to AbstractUi
2008-11-30 Manuel NickschasMake set of contained buffers accessible
2008-11-30 Manuel NickschasMake Client::mainUi() accessible, needed for some thing...
2008-11-30 Manuel NickschasAdd IrcUserRole to NetworkModel for getting the IrcUser...
2008-11-30 Manuel NickschasCapitalize NetworkModel::ItemType for consistency with...
2008-11-29 Marcus Eggenbergermaking the requester type configurable
2008-11-29 Marcus Eggenbergeradding new backlog requesters
2008-11-29 Marcus Eggenbergeradapting the backlogmanagers to the new storage api
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-11-29 Marcus Eggenbergerpostponed backlog loading until custom views are loaded...
2008-11-20 Manuel NickschasAdd method to search for a buffer with a given name...
2008-11-20 Marcus Eggenbergerproperly saving the layout when using the internal...
2008-11-17 Marcus Eggenbergeryou can now disable the web previews and user state...
2008-11-17 Marcus Eggenbergerfixing BR #219... again...
2008-11-15 Manuel NickschasStrip mIRC format codes from topic tooltip, fixing...
2008-11-14 Marcus EggenbergerProperly updating the new message marker on buffer...
2008-11-13 Marcus EggenbergerImpelementing proper message redirection.
2008-11-13 Marcus EggenbergerActivity level is now properly handled for the currentl...
2008-11-06 Marcus Eggenbergerfixing an issue where a network could be created twice...
2008-11-06 Marcus Eggenbergershowing fatal messages on stderr again (client only)
2008-11-04 Marcus Eggenbergerfixing dupe messages
2008-11-04 Marcus Eggenbergerfixing a bug where quit messages from different network...
2008-11-03 Marcus Eggenbergermore debug output
2008-11-03 Marcus Eggenbergerdebug output in the client is also written to stderr now
2008-11-03 Marcus EggenbergerFixing BR #219 - show status buffer when the network...
2008-11-01 Marcus Eggenbergerbetter handling of log messages (internal stuff only)
2008-10-31 Marcus EggenbergerFixing BR #170 - show quit messages in query buffers
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-28 Manuel Nickschasmsvc_warnings--
2008-10-27 Marcus Eggenbergerfixing a bug where no backlog is requested after an...
2008-10-27 Marcus Eggenbergeradding missing files... -.-
2008-10-27 Marcus EggenbergerBacklog amount (initial and dynamic) can now be configu...
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-24 Marcus EggenbergerThe context menu "hide events" in the bufferviews are...
2008-10-21 Marcus Eggenbergerproperly handling disconnects - this might even fix...
2008-10-21 Marcus Eggenbergerfixing dependencies to core. MonolithicApplication...
2008-10-21 Marcus Eggenbergerstarting the internal core on demand
2008-10-21 Marcus EggenbergerFirst working version of internal core connection.
2008-10-21 Manuel NickschasMake custom highlights work again
2008-10-20 Manuel NickschasReworking highlighting a bit
2008-10-12 Manuel NickschasAdd SystrayNotificationBackend (untested yet and still...
2008-10-12 Manuel NickschasAdd AbstractNotificationBackend to allow for a more...
2008-10-12 Marcus Eggenbergerproperly handling message lists where no message surviv...
2008-10-12 Marcus Eggenbergerproperly fixing dupes
2008-10-12 Marcus Eggenbergershould fix jussios isues
2008-10-12 Marcus EggenbergerMór
2008-10-12 Marcus Eggenbergeradding debug output to the messagemodel
2008-10-12 Marcus Eggenbergerfixing weired behavior and/or crashes for dynamic backl...
2008-10-09 Marcus Eggenbergerfixing a bug in the messagemodel
2008-10-06 Marcus Eggenbergerfixing auto scroll issues when chatlines are inserted...
2008-10-06 Marcus Eggenbergeruse cluebat with day change message
2008-10-04 Manuel NickschasRemove legacy core/client protocol version checks
2008-10-04 Manuel NickschasRedesign genversion and make only main.cpp depend on it
2008-09-30 Marcus Eggenbergerfixing just introduced faulty backlog replay
2008-09-30 Marcus Eggenbergernew message line no longer grows with the item height
2008-09-30 Marcus EggenbergerYou've all been waiting for it: day change messages!
2008-09-30 Marcus Eggenbergerproperly fixing inserting and deleting chatlines at...
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-15 Manuel NickschasAdd accessor to check if a filter accepts a given BufferId
2008-09-05 Marcus Eggenbergerremoving an unneeded empty check
2008-09-05 Marcus Eggenbergersmoothificating user requested backlog replay. increase...
2008-09-04 Marcus Eggenbergerfixing buffered backlog replay for reconnects
2008-09-03 Manuel NickschasMissing include on some systems
2008-09-02 Marcus Eggenbergerproperly fixing dupes ;)
2008-09-02 Marcus Eggenbergereven faster backlog replay
2008-09-02 Manuel NickschasExplicitly provide MOC_DEFINES, use HAVE_SSL instead...
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
next