summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-04-031-0/+7
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-9/+10
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-18/+212
|\
| * add QCoreApplication to bootstrap libOswald Buddenhagen2013-03-141-11/+90
| * make stubbed QCoreApplication::translate() resolve %nOswald Buddenhagen2013-03-131-0/+13
| * Clear the current thread data for the main threadThiago Macieira2013-03-051-7/+0
| * Add notify signals to some QCoreApplication propertiesAlan Alpert2013-03-011-0/+42
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\ \
| * | | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-151-0/+65
* | | | Make QCoreApplication::startingUp() return false when appropriate.Mitch Curtis2013-03-141-0/+2
| |_|/ |/| |
* | | Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
|/
* Allow qmljsdebugger argument and value to be separated by a spaceAurélien Gâteau2012-11-261-0/+3
* Cleanup QCoreApplication::Type letfover docsJ-P Nurmi2012-11-261-8/+0
* Cleanup old signal handler mechanismsRafael Roquetto2012-11-081-13/+0
* don't return false from removeTranslator() just because of shutting downOswald Buddenhagen2012-11-021-3/+5
* Blackberry: Fix QCoreApplication::applicationFilePath() performance.Sergio Martins2012-11-021-5/+30
* Doc fixes for qcoreapplication.Frederik Gladhorn2012-10-271-7/+21
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+1
* Blackberry: Fix applicationFilePath() for unpackaged executablesThomas McGuire2012-10-231-2/+0
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-151-12/+6
* Blackberry: Populating the QCoreApplicationDataFabian Bumberger2012-10-131-0/+47
* Do not reference to the QAbstractNativeEventFilter documentationLaszlo Papp2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-281-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix more qdoc errorsLars Knoll2012-08-201-2/+2
* Fix a couple of qdoc errors.Lars Knoll2012-08-201-2/+8
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-2/+4
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-1/+1
* Lazy initialize library pathsHarald Fernengel2012-08-011-7/+4
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-36/+0
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-56/+69
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-2/+2
* Add QDeferredDeleteEventBradley T. Hughes2012-06-051-10/+5
* Fix crash when using QCoreApplication::applicationName in a global staticDavid Faure2012-05-231-1/+1
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-211-6/+6
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-181-26/+13
* QCoreApplication: No longer hardcode arguments to be filtered out.Friedemann Kleint2012-05-161-29/+36
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-161-5/+13
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-0/+6
|\
| * Add an assertion to deleteLater() before it modifies QEvent::dThiago Macieira2012-04-191-0/+6
* | Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-241-3/+11
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-14/+14
|/
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+12
|\
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+12
* | QCoreApplication - add return type bool on install/remove translatorThorbjørn Lund Martsum2012-03-211-7/+14
|/