Basic implementation of indicators.
[quassel.git] / src / client / client.h
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
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-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-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 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-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 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-01 Marcus Eggenbergerbetter handling of log messages (internal stuff only)
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-21 Marcus Eggenbergerproperly handling disconnects - this might even fix...
2008-10-21 Marcus Eggenbergerfixing dependencies to core. MonolithicApplication...
2008-08-25 Marcus EggenbergerFinishing my personal crusade against Buffer.
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-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-06-23 Marcus EggenbergerImplemented a channel browser (BR #176).
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-01 Manuel NickschasMerging r800:803 from trunk to branches/0.3.
2008-05-01 Marcus Eggenbergerperformance++
2008-04-29 Manuel NickschasMore WiP stuff for the MessageModel.
2008-04-24 Manuel NickschasMerging r780:786 from trunk to branches/0.3. Plus some...
2008-04-18 Manuel NickschasMake branches/0.3 compile again for mere mortals. Shoul...
2008-04-04 Alexander von Renteln-tray icon now greys out, when quassel is not connected
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-02-29 Alexander von Rentelnminor correction
2008-02-28 Alexander von Rentelnadded "join channel" to network context menu in the...
2008-02-26 Marcus EggenbergerRedirection of certain messages to different targets...
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 Eggenbergeradded core and client handlers for buffer removal
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-10 Marcus Eggenbergerdon't ask
2008-02-10 Marcus Eggenberger- Highlights are now determined in Client::checkForHigh...
2008-02-03 Manuel NickschasSwitched client-side account data to using AccountId...
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 NickschasSyncing my current state, Network settings still not...
2008-01-28 Marcus Eggenbergerreplaced Client::fakeInput() with Client::userInpt...
2008-01-28 Marcus Eggenberger- Made BufferId, NetworkId and BufferInfo available...
2008-01-26 Marcus EggenbergerHaha! The Inputline is now a seperate dock! Sput: I...
2008-01-23 Manuel NickschasCommitting my local state. Mostly still invisible part...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-14 Marcus EggenbergerOnly a few small things: made the nicklist at least...
2008-01-12 Marcus EggenbergerFeatures come and features go...
2008-01-09 Manuel NickschasAs preparation for revamping the whole networking stuff...
2008-01-08 Marcus EggenbergerWe now have back a real BufferModel. It's basically...
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-05 Manuel NickschasCommitting a whole bunch of Identity-related stuff...
2008-01-01 Marcus EggenbergerSince we're going for one grand unified model to store...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-23 Manuel NickschasVarious stuff, cosmetic fixes, fiddling with IrcUsers...
2007-11-13 Marcus EggenbergerFinaly got rid of the synchronizers, making Quassel...
2007-11-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-11-03 Marcus Eggenberger- New SignalProxy which is kinda sorta based on the...
2007-10-24 Manuel Nickschasobsolete_crap--
2007-10-21 Marcus EggenbergerActually... I have nearly no clue what the changes...
2007-10-20 Marcus EggenbergerStarted to reorganize the Buffer{Model|View|Filter...
2007-10-18 Manuel NickschasNewest version of QuasselTopia, and some minor random...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-10-04 Manuel NickschasMake Message a proper class rather than a struct (i...
2007-08-29 Manuel Nickschasclean++
2007-08-29 Manuel NickschasYES! We finally have dynamic signals between Core and...
2007-08-10 Manuel NickschasFixed disconnect from Core. Dis- and reconnecting shoul...
2007-08-07 Manuel NickschasProgress bar working, get rid of debug code.
2007-08-07 Manuel NickschasYay! After months, distributed client/core operation...
2007-08-01 Manuel NickschasGot rid of class Global, as promised. For now, the...
2007-08-01 Manuel NickschasOK Folks, my first commit after quite a while, and...
2007-07-08 Manuel NickschasI am starting to clean up the mess that is Global right...
2007-06-28 Manuel NickschasCleaning up the closet... or at least the code. Tried...
2007-06-27 Manuel NickschasStill working on the authentification stuff. Technicall...
2007-06-20 Manuel NickschasReorganizing of the Quassel architecture is almost...
2007-06-20 Marcus Eggenbergerstill continuing separation of gui and data and file...
2007-06-20 Manuel NickschasFinished file reorganization (for now). Sources are...
next