summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix two data races in QThread/QThreadDataDavid Faure2015-09-221-6/+6
* QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-1/+1
* Windows: Fix crash when using wmain() and passing a fake argv.Friedemann Kleint2015-07-131-1/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-0/+11
|\
| * Doc: document future direction of QCoreApplication::notify()Thiago Macieira2015-06-221-0/+11
* | QCoreApplication::applicationFilePath(): Fix array bounds violation of argv.Friedemann Kleint2015-06-111-5/+7
|/
* Don't overwrite applicationName if already set.David Faure2015-05-091-4/+6
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-2/+2
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-2/+2
* | Clarify limitations of QCoreApplication::libraryPaths()Ulf Hermann2015-03-111-5/+16
* | Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-8/+14
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+20
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-2/+2
| * WinRT: Gracefully exit an applicationMaurice Kalinowski2015-02-021-0/+18
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Windows: Reintroduce copy of argv.Friedemann Kleint2015-02-101-6/+15
* | Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-051-24/+48
* | Use forkfd in QProcessThiago Macieira2015-01-231-9/+0
* | QtCore: mark some operations nothrowMarc Mutz2015-01-101-1/+1
|/
* 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
|/