summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "... may return wrong private dir if application is on Z:, not C:"Shane Kearns2009-09-221-32/+31
* Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-221-1/+1
|\
| * QCoreApplicationPrivate::appendApplicationPathToLibraryPaths WinCE fixJoerg Bornemann2009-09-211-1/+1
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-101-7/+7
|\ \
| * \ Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091-4/+4
| |\ \
| | * | Update license headers again.Jason McDonald2009-09-091-4/+4
| * | | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-3/+3
| |/ /
* | | Fixed various PlatSec violations when app had no AllFiles capability.Miikka Heikkinen2009-09-101-7/+24
|/ /
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-9/+9
* | Doc: Added suggestion about decoding arguments from argv. Tidying up.David Boddie2009-08-271-26/+44
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-241-4/+3
|\ \
| * \ Merge branch 'reviewPatches'axis2009-08-211-4/+3
| |\ \
| | * | Fixed documentation.axis2009-08-211-3/+2
| | * | Fixed some comments and code style issues after review.axis2009-08-211-1/+1
* | | | Make the singleton file server session independent of QCoreApplicationShane Kearns2009-08-241-22/+1
|/ / /
* | | Fix errors in commit d4c0be3bShane Kearns2009-08-201-0/+2
* | | performance: refactored use of RFs so corelib and gui share one sessionShane Kearns2009-08-201-17/+32
|/ /
* | Merge commit 'qt/master'Jason Barron2009-08-181-3/+0
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-3/+0
* | | rename QLockedMutexUnlocker to QMutexUnlockerHarald Fernengel2009-08-171-5/+5
* | | Merge commit 'qt/master'Jason Barron2009-08-131-9/+11
|\ \ \ | |/ /
| * | Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-121-8/+10
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-041-0/+4
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-0/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-1/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Port of Qt to VxWorksRobert Griebl2009-07-291-1/+7
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-31/+40
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | doc: Clarified that native messages are being handled.Martin Smith2009-07-101-13/+29
| * | support for id-based translationsOswald Buddenhagen2009-07-061-0/+6
| * | Handle application paths larger than MAX_PATH, and fix potential buffer overflowMarius Storm-Olsen2009-07-011-7/+2
| * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-15/+7
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-4/+4
|\ \ \ | |/ /
| * | doc: Fixed typos.Martin Smith2009-06-231-2/+2
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-10/+23
|\ \ \ | |/ /
| * | improved string operations all over the placeThierry Bastian2009-05-281-1/+1
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-2/+2
| * | Merge branch '4.5'Thiago Macieira2009-05-141-2/+2
| |\ \ | | |/
| * | Deprecate qt_mac_set_show_menubar for a public cross-platform API.Norwegian Rock Cat2009-05-041-0/+14
| * | Remove the Direct3D engine.Gunnar Sletta2009-04-241-8/+7
* | | Make Qt exception safer.Robert Griebl2009-06-101-35/+56