summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* doc: Added a missing \sa command, plus a \l in the text.Martin Smith2009-12-181-7/+8
* Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-172-0/+7
|\
| * Avoid timer starvation when handling many X11 eventsBradley T. Hughes2009-12-172-0/+7
| * Revert "Changes to support locale change event for symbian platform"Denis Dzyubenko2009-12-164-20/+1
| * Changes to support locale change event for symbian platformdka2009-12-154-1/+20
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-161-45/+109
|\ \
| * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-164-11/+13
| |\ \
| * | | qreal-izationAleksandar Sasha Babic2009-12-151-45/+109
* | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-142-2/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-143-9/+10
| |\ \ \ | | |_|/ | |/| |
| * | | Check if the timeout expired during the time update in qt_safe_selectThiago Macieira2009-12-111-2/+3
| | |/ | |/|
| * | Merge commit 'origin/4.6' into 4.6-upstreamBradley T. Hughes2009-12-091-0/+13
| |\ \
| | * | Compile on Windows CE.Bradley T. Hughes2009-12-081-0/+13
* | | | Fix QMetaObject::connect and disconnect with "dynamic signals"Olivier Goffart2009-12-142-20/+24
| |_|/ |/| |
* | | Use 64bit for the connectedSignalsOlivier Goffart2009-12-092-8/+9
* | | Fix regression in qVariantFromValue when converting from complex type to simp...Olivier Goffart2009-12-091-1/+1
|/ /
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-042-29/+40
|\ \ | |/
| * Merge commit 'c0b81480b2909b18ac15bdd124a562ae005c2f41' into origin-4.6Olivier Goffart2009-12-041-0/+57
| |\
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Bradley T. Hughes2009-11-303-43/+27
| |\ \
| * | | Fix performance regression of posted eventsBradley T. Hughes2009-11-272-29/+40
* | | | Made qobject.h "syncqt compliant".Jan-Arve Sæther2009-12-041-3/+3
* | | | Merge branch 'win32-icc' into 4.6Jan-Arve Sæther2009-12-042-12/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make sure that QtGui links with QtCore for the win32-icc mkspec.Jan-Arve Sæther2009-12-041-0/+4
| * | | Revert "Compile fix for win32-icc."Jan-Arve Sæther2009-11-301-12/+0
* | | | qreal-izationAleksandar Sasha Babic2009-12-021-0/+57
| |_|/ |/| |
* | | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-273-43/+27
|\ \ \ | |/ / | | / | |/ |/|
| * Don't crash via proxy model when moving QModelIndexesStephen Kelly2009-11-261-1/+1
| * Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-262-42/+26
| * Compile fix for win32-icc.Jan-Arve Sæther2009-11-231-0/+12
* | On Windows Flash is played only while moving mouse inside the plugin.Prasanth Ullattil2009-11-251-1/+1
* | Compile fix for win32-icc.Jan-Arve Sæther2009-11-241-0/+12
|/
* Fix the evaluation nag in binary installs with commercial licenses.Thiago Macieira2009-11-181-12/+14
* Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-171-0/+2
|\
| * Fix QT_NO_SHAREDMEMORY while not breaking the QNX buildJørgen Lind2009-11-161-0/+2
* | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-171-6/+6
|\ \ | |/ |/|
| * Don't sendPostedEvents() twice when calling processEvents() manuallyBradley T. Hughes2009-11-161-6/+6
* | Early return for allowMove within a parent QModelIndexStephen Kelly2009-11-131-4/+2
|/
* Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-121-0/+4
|\
| * Merge branch '4.6-platform' into 4.6Denis Dzyubenko2009-11-111-3/+11
| |\
| * | make qfunctions_wince.h C compatible againJoerg Bornemann2009-11-101-0/+4
| * | compile fix for tst_qfile on Windows CEJoerg Bornemann2009-11-091-1/+1
* | | Make sure posted events are always sent when calling processEvents() on Win32Bradley T. Hughes2009-11-111-0/+5
| |/ |/|
* | Add error handling for SetTimer() with the sentinel timer idBradley T. Hughes2009-11-091-3/+11
|/
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-061-5/+6
|\
| * Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-061-2/+2
| |\
| | * fix painting on Windows CEMaurice Kalinowski2009-11-061-2/+2
| * | Move the check for HWND to be right after the CreateWindow() callAndy Shaw2009-11-061-3/+4
| |/
* | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-042-131/+24
|\ \ | |/
| * Implement internal support for property interceptors (used by declarative).Michael Brasser2009-11-041-1/+4
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-031-128/+18
| |\