Add miniz, a drop-in replacement for (parts of) zlib
[quassel.git] / src / common / quassel.cpp
2014-01-01 Manuel NickschasHappy New Year!
2013-12-26 Manuel NickschasBasic infrastructure for file transfers
2013-11-28 Manuel NickschasMake sys includes POSIX-compliant
2013-11-07 Manuel NickschasSessionState needs to be a registered meta type
2013-10-10 Bas PapeUse the old way of finding translations for OSX.
2013-03-27 Manuel NickschasBuild against Qt 4.7 again
2013-02-19 Manuel NickschasMerge pull request #7 from Tucos/bug-640
2013-02-19 Manuel NickschasMerge pull request #6 from Tucos/genversion
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-02-19 Bas PapeLet quassel honour locale language settings
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-04-01 Manuel NickschasProperly register the Network::ConnectionState enum
2012-02-13 Daniel Albersfirst working version of oidentd support - broken, WIP
2012-01-29 Manuel NickschasDon't ask for the syslog option if we don't have syslog...
2012-01-22 Manuel NickschasLog-related cli options are not present in client-only...
2012-01-21 Manuel NickschasFix and improve logging support
2010-03-18 Manuel NickschasDon't declare QVariant as a meta type if it's already...
2010-01-13 Manuel NickschasFix selection and loading of translations; allow to...
2010-01-07 Daniel Albersrename translation files to <2 letter ISO code>.po
2010-01-01 Manuel NickschasIntroduce a mechanism to test for certain core features
2009-11-28 Manuel NickschasIntroduce CoreAccount and CoreAccountModel
2009-10-06 Daniel Albersreorganize crash handling
2009-07-15 Manuel NickschasChange version string to be more intuitive
2009-07-14 Manuel NickschasImprove MainWindow state save/restore
2009-05-18 Daniel AlbersDisable crashhandler if coredumps are enabled
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-13 Manuel NickschasUse stdout for --version
2009-03-13 Manuel NickschasAdd --version (-v) switch for non-KDEified Quassel
2009-03-13 Manuel NickschasAdd Quassel::scriptDirPaths() to get a list of location...
2009-02-11 Manuel NickschasShow entries from translationDir rather than :/i18n...
2009-02-09 Marcus Eggenbergerusing configdir to store crash logs instead of cwd
2009-01-25 Manuel NickschasAllow external translation files
2009-01-25 Manuel NickschasImprove data and icon file handling
2009-01-22 Marcus EggenbergerMake Quasel compile on mac and win again.
2009-01-21 Manuel NickschasDon't tinker with config and data files on Mac for now
2009-01-21 Manuel NickschasImprove data directory search
2009-01-20 Manuel NickschasAbuse QSettings to find a sensible config file location
2009-01-20 Manuel NickschasGet rid of the old path finding methods in util.cpp
2009-01-20 Manuel NickschasProvide Quassel::configDirPath() and Quassel::findDataF...
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-10 Manuel NickschasReworking CliParser to allow building quasselcore alway...
2008-12-26 Manuel NickschasFixes
2008-12-26 Manuel NickschasUse KCmdLineArgs, KApplication and KMainWindow
2008-12-25 Marcus EggenbergerAdding proxy support to the core
2008-11-18 Manuel NickschasStop log_backtrace() from looping in some (all? rare...
2008-11-15 Manuel NickschasLoad Qt's default translations if available, fixes...
2008-11-10 Marcus EggenbergerAutomatic back traces on windows.
2008-10-31 Marcus Eggenbergerfixing BR #330 (msvc complaints)
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-21 Marcus Eggenbergerprohibit multiple executions of Quassel::init()
2008-10-04 Manuel NickschasMake git revision in AboutDlg link to our gitweb
2008-10-04 Manuel NickschasRedesign genversion and make only main.cpp depend on it
2008-09-26 Manuel NickschasMore build system tweaking, plus making icons work
2008-09-23 Manuel NickschasCompile on Wintendo again. Learn fucking POSIX!
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...