summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Cleanup QThread::initialize and QThread::cleanupOlivier Goffart2012-03-061-5/+0
* Remove codecForTr().Robin Burchell2012-03-061-9/+5
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-5/+5
* Merges several overloaded functions in QCoreApplication.Xizhi Zhu2012-02-201-55/+3
* Fix ref counted window close handling.Stephen Kelly2012-02-161-2/+8
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-2/+0
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-0/+36
* Remove many deprecated methodsLars Knoll2012-01-311-30/+1
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-208/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove QEventLoop::DeferredDeletionBradley T. Hughes2012-01-231-6/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-191-21/+0
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-1/+1
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Change event posting to use a QVector.Robin Burchell2011-12-301-3/+12
* Remove mention of Trolltech in installation path.Jason McDonald2011-12-211-2/+2
* Remove QT_JAMBI_BUILD codeBradley T. Hughes2011-12-151-20/+1
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-121-0/+8
* Re-add QInternal::EventNotifyCallbackBradley T. Hughes2011-12-051-0/+8
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-16/+0
* Merge QObject::tr*() and QCoreApplication::translate() overloadsBradley T. Hughes2011-11-301-9/+0
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-241-10/+1
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-1/+28
* Bump QCoreApplicationPrivate::app_compile_version to 0x050000Bradley T. Hughes2011-11-071-1/+4
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-2/+2
* Add QStandardPaths::findExecutable.David Faure2011-10-231-13/+2