Move QssParser out of UiStyle
[quassel.git] / src / client / clientsyncer.cpp
2009-02-03 Marcus Eggenbergerfixes #513 - crash when connection fails
2009-02-01 Marcus Eggenbergerfixing some irregularities in the clientsyncer
2009-02-01 Marcus Eggenbergernaming conventions++
2009-01-29 Marcus EggenbergerYou can now add a core to the known hosts.
2009-01-28 Marcus EggenbergerQuassel warns you now properly about SSL Errors
2009-01-14 Marcus Eggenbergerfixes #484 - issues with ssl status indicator
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-04 Marcus EggenbergerThe Monolithic build behaves now like a regular IRC...
2008-12-02 Marcus EggenbergerFixing BR #315: Nicks missing from nick lists
2008-11-20 Marcus Eggenbergerproperly saving the layout when using the internal...
2008-11-06 Marcus Eggenbergerfixing an issue where a network could be created twice...
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-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-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-02 Manuel NickschasExplicitly provide MOC_DEFINES, use HAVE_SSL instead...
2008-08-25 Marcus EggenbergerFinishing my personal crusade against Buffer.
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-12 Marcus Eggenbergerupdating the sync dialog according to the new sync...
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-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-07 Manuel NickschasIntroduce new format for version.inc.
2008-06-04 Marcus EggenbergerSay hello to compression!
2008-04-05 Manuel Nickschas#ifdef'd QNetworkProxy
2008-04-04 Alexander von Renteln-tray icon now greys out, when quassel is not connected
2008-03-31 Marcus EggenbergerQuassel _should_ now compile again if Qt doesn't provid...
2008-03-30 Marcus EggenbergerImplemented SSL support for client <-> core connection.
2008-03-29 Marcus EggenbergerAdded Socks5 and HTTP-Proxy support to the client.
2008-02-21 Manuel NickschasFix nasty bug that made the client sometimes crash...
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-08 Manuel NickschasThe Core Configuration Wizard is back! teH rul!
2008-02-03 Manuel NickschasSwitched client-side account data to using AccountId...
2008-02-01 Manuel NickschassessionData--
2008-01-22 Manuel NickschasFixing synchronization to a core without any networks...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...