summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Allow use of command line parameters with RApaLsSession::StartApp.Miikka Heikkinen2011-01-113-8/+79
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-1086-88/+88
| |\ \ \ \ \
| | * | | | | Update copyright year to 2011.Jason McDonald2011-01-1086-88/+88
| | |/ / / /
| * | | | | Fix handle leak in symbian QTimer implementationShane Kearns2011-01-101-2/+4
| |/ / / /
* | | | | remove unused header includeRitt Konstantin2011-01-111-3/+1
* | | | | make the modifySemaphore() signal-safe on linuxRitt Konstantin2011-01-111-1/+6
| |/ / / |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-213-6/+15
|\ \ \ \
| * | | | Delay creation of the process managerHarald Fernengel2010-12-203-6/+15
| | |_|/ | |/| |
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-202-9/+44
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add a warning about trying to release a timer ID that isn't activeThiago Macieira2010-12-151-0/+1
| * | Add a small protection against releasing a timer twice.Thiago Macieira2010-12-131-2/+12
| * | Use constants the timer ID masks instead of values everywhereThiago Macieira2010-12-131-4/+8
| * | Fix ABA problem with: the serial must be updated on all accessesThiago Macieira2010-12-131-1/+1
| * | Comment a bit more the timer ID allocation code.Thiago Macieira2010-12-131-2/+22
* | | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-144-58/+394
|\ \ \
| * \ \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-074-58/+394
| |\ \ \
| | * | | Fix compile errorShane Kearns2010-12-031-0/+2
| | * | | Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-023-18/+42
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-2319-56/+88
| | |\ \ \
| | * | | | Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-121-6/+34
| | * | | | Create QSystemError classShane Kearns2010-10-083-58/+357
| | * | | | Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-062-15/+31
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-2814-58/+287
| | |\ \ \ \ \
| | * | | | | | Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-201-0/+7
* | | | | | | | QPointer: thread safetyOlivier Goffart2010-12-131-0/+2
|/ / / / / / /
* | | | | | | QScroller merge, part 1Robert Griebl2010-12-022-0/+5
| |_|_|_|/ / |/| | | | |
* | | | | | avoid the warning about comparison between signed and unsigned integersKonstantin Ritt2010-11-301-1/+1
* | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-252-16/+36
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Prevent compilers optimizing eval timebomb code out of existence.Jason McDonald2010-11-241-2/+2
| * | | | | Compile when USER_TIMER_MINIMUM isn't definedBradley T. Hughes2010-11-221-1/+1
| * | | | | Don't let posted events starve native dialogs (regression)Bradley T. Hughes2010-11-181-14/+34
| * | | | | Push and pop the thread-default context for the current threadPhilip Van Hoof2010-11-111-0/+7
* | | | | | Do not define METHOD if QT_NO_KEYWORD is defined.Olivier Goffart2010-11-221-2/+6
| |_|_|_|/ |/| | | |
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-123-9/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-092-4/+9
| |\ \ \ \
| | * \ \ \ Merge branch 'QT-4077-fix' into 4.7-s60axis2010-11-052-4/+9
| | |\ \ \ \
| | | * | | | Fixed event starvation with pointer events on Symbian.axis2010-11-052-4/+9
| * | | | | | Doc: Removed note about some Qt classes working without an application.David Boddie2010-11-041-5/+4
| |/ / / / /
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-032-3/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-032-3/+8
| |\ \ \ \ \ \
| | * | | | | | Push and pop the thread-default context for the current threadPhilip Van Hoof2010-11-011-0/+7
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-10-291-3/+1
| | |\ \ \ \ \ \
| | | * | | | | | Simplify object lifetime management when moving objects to a QThreadBradley T. Hughes2010-10-291-3/+1
* | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-032-0/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-032-0/+10
| |/ / / / / / /
* | | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-021-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | Fix a few typos in comments and docs.Jason McDonald2010-11-011-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'staging-master' of scm.dev.nokia.troll.no:qt/qt-lighthouse into...Qt Continuous Integration System2010-10-295-7/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-265-36/+23
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-222-0/+7
| |\ \ \ \ \ \