cleanups (WiP)
[quassel.git] / src / common /
2008-09-18 Manuel Nickschascleanups (WiP)
2008-09-03 Manuel NickschasUpdate genversion to work with single-binary git
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-09-01 Manuel NickschasVarious buildsystem improvements:
2008-08-30 Marcus Eggenbergerremoving unneeded semicolons after Qt macros - making...
2008-08-29 Marcus EggenbergerFixing BR #295 - Autobacktraces are limited to Linux...
2008-08-25 Marcus EggenbergerFinishing my personal crusade against Buffer.
2008-08-22 Marcus EggenbergerInternal stuff only.
2008-08-17 Manuel NickschasIntroducing Network::requestSetNetworkInfo() to simplif...
2008-08-17 Manuel NickschasUse SyncableObject::requestUpdate() for updating Identities
2008-08-17 Manuel NickschasWhitespace
2008-08-17 Manuel NickschasAdding detach-away settings to identities, removing...
2008-08-17 Marcus Eggenbergermake quassel compile in deploy mode again (mac os x...
2008-08-15 Daniel AlberssecondsToString() correct year calculation, remove...
2008-08-14 Marcus EggenbergerQuassel dumps now a human readable stacktrace to $...
2008-08-13 Jonas Heeseadded session management
2008-08-11 Manuel NickschasBring back notifications (again...)
2008-08-10 Marcus EggenbergerFixed a bug where the client would not initialize chann...
2008-08-09 Marcus Eggenbergerfixing BR #250 (no oper status on new channels)
2008-08-08 Marcus Eggenbergerfurther speed upgrade for settings
2008-08-07 Marcus Eggenbergerintroducing autocached settings
2008-08-02 Manuel NickschasRemoving SPUTDEV, obsolete code and #ifdefs from sources
2008-08-01 Marcus EggenbergerAdded a commandline option to specify the datadir ...
2008-07-30 Sebastian GothChanged default logging to stdout and some minor fixes.
2008-07-30 Sebastian GothAdded trailing whitespace after each <<() to adopt...
2008-07-30 Sebastian GothRemoved special treatment of <<(const char*)
2008-07-30 Sebastian GothOptimized memory usage, cleaned up api.
2008-07-30 Sebastian GothAnother trivial naming adjustment
2008-07-30 Sebastian GothObey naming rules
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-07-30 Sebastian GothAdded support for various additional datatypes.
2008-07-30 Sebastian GothInitial commit of logger.
2008-07-29 Marcus Eggenbergerfixing object identifier for IrcChannel which was curru...
2008-07-24 Marcus Eggenbergerimproving the channel lists. errors are redirected...
2008-07-22 Marcus Eggenbergerremoving hardcoded aliases from userinputhandler. some...
2008-07-22 Marcus Eggenbergerjussi01: can you spell aliases?
2008-07-21 Marcus Eggenbergerfixing gcc warning and removing redundand includes
2008-07-21 Marcus Eggenbergeradding server lag indicator to the network tooltip
2008-07-21 Marcus EggenbergerAdded a core lag indicator to the statusbar
2008-07-21 Marcus Eggenbergerfixing some inconsitency in the new connection loss...
2008-07-19 Marcus Eggenbergerlanguage is now changable (settings -> appearance ...
2008-07-18 Marcus Eggenbergerimproved connection loss detection. (breaks protocol)
2008-07-16 Sebastian GothAdopted --debugbufferswitches and --debugmodel to clipa...
2008-07-16 Sebastian GothRemove unneeded stripping of Qt options.
2008-07-16 Sebastian GothActivate cliparser and adapt old global variables to it.
2008-07-16 Sebastian GothEven more warnings.
2008-07-16 Sebastian GothWarnings++ and further enhancements in memory usage...
2008-07-16 Sebastian GothRewrite of various parts to enhance codingstyle, memory...
2008-07-16 Sebastian GothRemove unneeded but error-prone copy ctor and assignmen...
2008-07-16 Sebastian GothHelptexts now added as argument, new isSet(const QStrin...
2008-07-16 Sebastian GothAdded parsing, usage() generation and removed debugging.
2008-07-16 Sebastian GothInitial commit of cliparser.
2008-07-16 Marcus Eggenbergerfirst version of core info dialog
2008-07-14 Marcus Eggenbergerlimiting package size for the SignalProxy to 4MB
2008-07-14 Marcus Eggenbergeruse default prefix if the server doesn't send a valid...
2008-07-13 Marcus Eggenbergerchannel list doesn't request init data anymore (as...
2008-07-13 Marcus Eggenbergersignalproxy no longer requests init data for pre-synced...
2008-07-12 Marcus EggenbergerRevert "this should hopefully fix the dreaded BR #140...
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-11 Marcus Eggenbergerthis should hopefully fix the dreaded BR #140 (sync...
2008-07-06 Marcus EggenbergerThis branch introduces a new sync method which should...
2008-07-06 Marcus Eggenbergerreverting some very work-in-progress / play around...
2008-07-03 Marcus Eggenbergerurls are now properly identified if the topic is scrolled
2008-07-01 Manuel NickschasUpdate genversion and Global to use version.dist
2008-07-01 Manuel NickschasBye-bye qmake
2008-06-23 Marcus EggenbergerFixed a bug where disconnecting from a net might make...
2008-06-23 Marcus EggenbergerImplemented a channel browser (BR #176).
2008-06-21 Manuel NickschasUse qsrand initialization from Qt examples
2008-06-18 Marcus Eggenbergerremoving debug output
2008-06-18 Marcus EggenbergerAdded Debuging output to the SignalProxy to test on...
2008-06-18 Marcus Eggenbergerfixing BR #100 and #187
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-17 Diego 'Flameeyes... Fix warnings about non-string-literals on printf()...
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 Eggenbergerreplaced a Qt 4.4 function call so Quassel can compile...
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-08 Manuel NickschasFixing parallel makes.
2008-06-08 Manuel NickschasAutogenerate version.gen - no more outdated versions!
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-30 Marcus EggenbergerMerging -r 859:865 branches/0.2/ with trunk
2008-05-26 Marcus EggenbergerMerging branches/0.2/@r859 with trunk
2008-05-23 Marcus EggenbergerMerging branches/0.2/@r857 with trunk
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-08 Manuel NickschasMerging r812:820 from trunk to branches/0.3.
2008-05-07 Manuel NickschasMake the new style engine compile and maybe even work...
2008-05-05 Marcus Eggenbergermaking MSVC happy. Who would have thought that QMetaObj...
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-18 Manuel Nickschass,--sputdev,--debug,g
2008-04-14 Manuel NickschasMerging r732:745 from trunk into branches/0.3. Forwardp...
2008-04-14 Marcus Eggenbergersome boundary checks (prevents erroneous/bad clients...
2008-04-13 Marcus Eggenbergerremoving debug output
2008-04-13 Manuel NickschasMerging r730:732 from trunk to branches/0.3. Forwardpor...
2008-04-13 Manuel NickschasMerging r726:730 from trunk to branches/0.3. This forwa... 0.3.0-pre
next