Add quWarning() and quError()
[quassel.git] / src / common / cliparser.cpp
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-10 Manuel NickschasDon't print quotes in usage()
2009-01-10 Manuel NickschasReworking CliParser to allow building quasselcore alway...
2008-12-26 Manuel NickschasSome more fixes
2008-12-26 Manuel NickschasUse KCmdLineArgs, KApplication and KMainWindow
2008-12-26 Manuel NickschasFix compile warnings, remove unneeded exception handlers
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-08-01 Marcus EggenbergerAdded a commandline option to specify the datadir ...
2008-07-16 Sebastian GothRemove unneeded stripping of Qt options.
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.