Event backend porting
[quassel.git] / src / common / quassel.cpp
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...