If available, use KDE API to force window activation.
[quassel.git] / src / core / storage.h
2009-03-12 Marcus Eggenbergeradding --change-userpass=<username> option to the core
2009-03-03 Marcus Eggenbergerprettyficating the prompting for backend credentials
2009-03-03 Marcus EggenbergerFurther improvements to the postgres backend:
2009-03-03 Marcus Eggenbergerfirst version of postgres backend
2009-02-13 Marcus EggenbergerFixes #552 - Don't try to use DBs with a too new schema...
2009-02-11 Marcus Eggenbergermaking away state and user modes persistent
2009-01-12 Manuel NickschasYearly copyright bump :)
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 Eggenbergerrecreating some indexes that were lost in an upgrade
2008-12-25 Marcus Eggenbergermigrating identities from QSettings to the storage...
2008-11-29 Marcus Eggenbergeradding new backlog requesters
2008-11-29 Marcus Eggenbergeradapting the backlogmanagers to the new storage api
2008-11-29 Marcus Eggenbergeradding new message requesters to the storage backend
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-10-21 Marcus Eggenbergerproperly identifying the internal/admin user
2008-06-23 Marcus EggenbergerFixing BR #147. Needs core update.
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-01 Marcus EggenbergerMade the core connects faster
2008-03-16 Marcus EggenbergerLots of new internal stuff (breaking protocol):
2008-03-09 Marcus Eggenbergerswitching from timestamps to msgid regarding lastseen...
2008-02-21 Marcus Eggenbergermoved corestate (connected networks and joined channels...
2008-02-21 Marcus Eggenbergermigrated passwords from blob to strings (still hashed...
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 Marcus Eggenbergerimplemented the core part for removing buffers permanently
2008-02-14 Marcus EggenbergerChanged storage to store last seen dates of buffers...
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-08 Manuel NickschasThe Core Configuration Wizard is back! teH rul!
2008-02-02 Marcus EggenbergerBacklogdata is now made persistent every 10 minutes.
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-01-18 Manuel Nickschasuint -> NetworkId, uint -> BufferId almost everywhere...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-07 Marcus EggenbergerSQL-Queries are now stored in a resource. The bashscript
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-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-10-01 Manuel NickschasCommitting my current state just in case. Mostly work...
2007-09-22 Marcus EggenbergerAdded getNetworkId(UserId user, const QString &network...
2007-08-07 Manuel NickschasRemoved broken autoconnect (for networks) -- how are...
2007-06-28 Manuel NickschasCleaning up the closet... or at least the code. Tried...
2007-06-20 Manuel NickschasStarting reorganization of files in preparation of...