summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added Symbian private API to update libraryPathsmread2011-09-281-17/+58
* Symbian - perform some FS initialisation previously done by open cShane Kearns2011-09-231-6/+0
* Fix panic when global QSettings instance needs flusing at app exitMiikka Heikkinen2011-09-131-0/+23
* Fix event delevery orderOlivier Goffart2011-06-271-15/+2
* make the kernel attempt to emulate an instruction with a misaligned accessRitt Konstantin2011-06-211-0/+6
* use RoundRobin scheduler by default on QNXRitt Konstantin2011-06-211-0/+16
* Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-05-231-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Remove S60 version pluginsMiikka Heikkinen2011-05-201-6/+1
|/
* Fix namespace issue with the global staticmae2011-05-021-2/+2
* Fix regression with QSettings patchmae2011-05-021-11/+10
* Reduce open and stat system calls for QSettingsmae2011-04-291-0/+12
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-4/+4
|\
| * Doc: Fixed typo in QCoreApplication docsGeir Vattekar2011-01-271-4/+4
* | Revert "Delay creation of the process manager"Harald Fernengel2011-02-041-12/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-2/+64
|\ \ | |/
| * Allow use of command line parameters with RApaLsSession::StartApp.Miikka Heikkinen2011-01-111-1/+63
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Delay creation of the process managerHarald Fernengel2010-12-201-6/+12
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-5/+4
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-5/+4
| |\ \ | | |/
| | * Doc: Removed note about some Qt classes working without an application.David Boddie2010-11-041-5/+4
* | | Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-281-1/+2
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-1/+2
| |\ \ | | |/
| | * Make qml debugging work with command line argumentsLasse Holmstedt2010-09-171-1/+2
* | | Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-201-0/+7
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-0/+2
|\ \ | |/
| * QCoreApplication::library path, ensure mutex lock orderingOlivier Goffart2010-08-121-0/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-2/+2
|\ \ | |/
| * Doc: Said to not access events after they are posted(postEvent).Geir Vattekar2010-06-041-2/+2
* | Avoid sending deprecated Qt3Support events if the application was built witho...Olivier Goffart2010-05-281-2/+31
* | Speedup destruction of QObject if the eventloop is not entered.Olivier Goffart2010-05-281-6/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-041-0/+13
|\
| * Support updating system locale data on SymbianDenis Dzyubenko2010-05-031-0/+13
* | Fix QT_NO_LIBRARYTasuku Suzuki2010-04-291-8/+2
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-121-7/+0
|\
| * Remove obsolete function set_winapp_name()miniak2010-04-091-7/+0
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-0/+22
|\ \ | |/ |/|
| * Symbian emulator: unload file server so apps can be recompiled.Frans Englich2010-04-081-0/+22
* | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* | Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-2/+2
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-021-1/+2
|\
| * optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-1/+2
* | Documented limitations of add/setLibraryPath(s) on Symbian OSMiikka Heikkinen2010-02-011-0/+8
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Revert "Changes to support locale change event for symbian platform"Denis Dzyubenko2009-12-161-10/+0
* Changes to support locale change event for symbian platformdka2009-12-151-0/+10
* Add the -testability option to Qt applications.Petri Kiiskinen2009-09-291-1/+2
* Fix 3.1 build - move unimplemented RFs API to the S60 pluginShane Kearns2009-09-231-2/+10
* Fix a warning about an unused variable.Jason Barron2009-09-231-1/+1