summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-271-0/+2
* Pick up QT_LOGGING_RULES also for bootstrapped toolsKai Koehne2014-11-201-2/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Fixed autolink errors qtbase/kernelNico Vertriest2014-09-241-15/+14
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+8
|\
| * cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-151-0/+8
* | Doc: update QCoreApplication to be clear that we don't support text UIThiago Macieira2014-07-141-2/+2
* | Add a more reliable replacement for qt_add/removeObject().Volker Krause2014-04-151-0/+5
|/
* Setting QT_NO_DEBUG should not remove symbolsLars Knoll2014-03-211-2/+0
* BlackBerry: Improve platform specific documentationBernd Weimer2014-03-141-0/+9
* Deprecate {QCoreApp,QAbstractEventDispatcher}::hasPendingEvents()Thiago Macieira2014-02-121-0/+6
* Allow configuration of logging rules from file systemKai Koehne2014-02-111-0/+5
* Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-0/+2
* Obsolete AA_ImmediateWidgetCreation.Friedemann Kleint2014-02-051-7/+0
* Document qRemovePostRoutine() function and update qAddPostRoutine() docBartosz Brachaczek2014-01-201-3/+23
* Prevent foolish use of setuid when using Qt.Richard J. Moore2014-01-071-0/+46
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-29/+53
|\
| * QCoreApplication: Add static setter for application file path.Friedemann Kleint2013-11-261-20/+40
| * Clear QCoreApplication::applicationFilePath cache if argv[0] changes.Robin Burchell2013-11-201-0/+8
| * Fix QCoreApplication documentation.Mitch Curtis2013-11-151-1/+1
| * Don't cache QCoreApplication::appName.Robin Burchell2013-10-311-9/+5
* | Refactor plugin loading for WinRTMaurice Kalinowski2013-11-051-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-16/+21
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-16/+16
| * QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-071-0/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-0/+1
|\|
| * Fix bootstrapped build of QCoreApplicationThiago Macieira2013-09-301-0/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-271-6/+11
|\|
| * Make QCoreApplicationPrivate::appName() thread-safeTor Arne Vestbø2013-09-261-0/+3
| * Don't assume QCoreApplication::applicationName() will never changev5.2.0-alpha1Tor Arne Vestbø2013-09-251-6/+8
* | add WinRT event dispatcherOliver Wolff2013-09-261-0/+6
|/
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* Remove qFind usage from QCoreApplicationGiuseppe D'Angelo2013-09-211-1/+1
* WinRT: Basic global supportAndrew Knight2013-09-201-2/+2
* Remove qCopy from QCoreApplicationGiuseppe D'Angelo2013-09-121-1/+3
* Long live QCommandLineParser!David Faure2013-08-241-1/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+1
|\
| * Android: Fix QCoreApplication::applicationDirPath()Eskil Abrahamsen Blomfeldt2013-08-081-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-5/+1
|\|
| * QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-4/+6
|\|
| * Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-2/+4
| * Clean up evaluation license logicTor Arne Vestbø2013-07-051-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-2/+2
|\|
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-171-2/+2
* | Fixed evaluation of application file pathBernd Weimer2013-06-051-27/+30
|/
* 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