summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Introduce new flag for splitview support in SymbianSami Merila2011-02-172-0/+8
* Change to release license header.Jason McDonald2011-02-16482-6170/+6170
* Change paging attributes for Symbian binariesIain2011-02-111-3/+6
* Fix QMutex can deadlock when calling tryLockOlivier Goffart2011-02-031-1/+4
* Orientation control implementation for Symbianmread2011-01-311-3/+10
* Fix QSystemSemaphore handle management issues in SymbianMiikka Heikkinen2011-01-151-4/+16
* Update copyright year to 2011.Jason McDonald2011-01-11482-485/+485
* Fix handle leak in symbian QTimer implementationShane Kearns2011-01-111-2/+4
* QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-12-223-9/+1
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-141-9/+43
| |\
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-111-3/+2
| |\ \
| * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-091-7/+7
| |\ \ \
| * | | | Doc: Fixed a link to the correct searchPaths() function.David Boddie2010-12-071-1/+1
| * | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-021-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-282-107/+97
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-271-0/+1
| |\ \ \ \ \ \
| * | | | | | | Doc: Removed two warnings from QDirIterator docsGeir Vattekar2010-11-261-6/+0
| * | | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-263-2/+16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-254-6/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-233-17/+41
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-231-14/+34
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Doc: Removed incorrect statement about the C locale.David Boddie2010-11-221-2/+0
* | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Don't include <features.h> directly: non-standard header.Thiago Macieira2010-12-101-3/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix for GCC on Windows x64.Ruben Van Boxem2010-12-071-7/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix two minor doc errorsAndy Shaw2010-12-011-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-272-107/+97
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | QKqueueFileSystemWatcher: don't stop thread that isn't runningJoão Abecasis2010-11-261-0/+2
| * | | | | | QPollingFileSystemWatcherEngine: Fix double report of directory change.Tijl Coosemans2010-11-261-2/+8
| * | | | | | QKqueueFileSystemWatcherEngine: Use higher file descriptors.Tijl Coosemans2010-11-261-0/+8
| * | | | | | QKqueueFileSystemWatcherEngine: Unlock mutex between two events.Tijl Coosemans2010-11-261-13/+6
| * | | | | | QKqueueFileSystemWatcherEngine: Unlock mutex before calling write(2).Tijl Coosemans2010-11-261-65/+69
| * | | | | | QKqueueFileSystemWatcherEngine: Handle kevent(2) returning EINTR.Tijl Coosemans2010-11-261-1/+2
| * | | | | | QKqueueFileSystemWatcherEngine: Deleting kevent is handled by close().Tijl Coosemans2010-11-261-13/+1
| * | | | | | QKqueueFileSystemWatcherEngine: Use EV_CLEAR instead of EV_ONESHOT.Tijl Coosemans2010-11-261-14/+2
| | |_|_|_|/ | |/| | | |
* / | | | | Fix minor memory leakMiikka Heikkinen2010-11-261-0/+1
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-243-2/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-243-2/+16
| |\ \ \ \
| | * \ \ \ Merge remote branch 'qt/4.7' into 4.7Jason McDonald2010-11-232-15/+38
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-193-2/+16
| | |\ \ \ \ \
| | | * | | | | Fixed namespace issues related to epocroot.cppMiikka Heikkinen2010-11-191-2/+2
| | | * | | | | Resolve EPOCROOT in qt.conf using same logic as in .proMiikka Heikkinen2010-11-182-0/+14
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-181-2/+2
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge remote branch 'qt/4.7' into 4.7Jason McDonald2010-11-185-10/+11
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-121-2/+2
| | | | |\ \ \ \ \ \