summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-0443-663/+1766
|\
| * 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
| |\
| | * Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual.David Boddie2009-11-021-128/+18
| * | Revert "Compile fix until configure.exe is rebuilt for Windows"Daniel Molkentin2009-11-031-2/+1
| * | Fixed compilation on windows.Dmytro Poplavskiy2009-11-031-3/+3
| * | Fixed qrand global static related problem.Dmytro Poplavskiy2009-11-031-19/+40
| * | Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-0213-106/+306
| |\ \
| | * \ Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-2912-106/+808
| | |\ \
| | * | | Remove the posix_memalign and Win32 _aligned_mallocThiago Macieira2009-10-291-38/+0
| | * | | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-292-8/+17
| | |\ \ \
| | * | | | Fix compilation on Mac: there's no malloc.h thereThiago Macieira2009-10-291-5/+4
| | * | | | Update confusing qWarning message.Thiago Macieira2009-10-291-2/+2
| | * | | | Fix compilation in QContiguousCache.Thiago Macieira2009-10-291-3/+3
| | * | | | Initialise the reserved bits to 0.Thiago Macieira2009-10-287-4/+11
| | * | | | Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-289-39/+150
| | * | | | Add the aligned versions of qMalloc/qRealloc/qFreeThiago Macieira2009-10-282-0/+103
| | * | | | Add some STL compatibility for QContiguousCache and private inheritanceThiago Macieira2009-10-281-60/+65
| | * | | | Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-282-3/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Make QProcess report errors from a failed subprocess start.Thiago Macieira2009-10-271-4/+14
| | * | | | QLibrary on Windows: Do not show error boxes when library load failsPeter Hartmann2009-10-271-0/+3
| * | | | | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-0219-220/+423
| |\ \ \ \ \
| | * | | | | Add missing QENUM declarations (needed by declarative).Warwick Allison2009-11-021-0/+2
| | * | | | | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-305-102/+287
| | |\ \ \ \ \
| | | * | | | | QLocale: AM/PM symbol support for symbian platformdka2009-10-281-1/+3
| | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-282-5/+184
| | | |\ \ \ \ \
| | | | * | | | | Fill gap of X.org/XFree multimedia/special/launcher keysHelio Chissini de Castro2009-10-272-5/+184
| | | | * | | | | Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-265-28/+46
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-287-31/+52
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | Don't stop event processing at the second WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-281-3/+7
| | | | |/ / / / | | | |/| | | |
| | | * | | | | Compile on Windows when QS_RAWINPUT is not defined.Bradley T. Hughes2009-10-211-1/+4
| | | * | | | | Use GetStatusQueue() to look for timer and input messagesBradley T. Hughes2009-10-211-2/+1
| | | * | | | | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-201-12/+0
| | | * | | | | Send posted events in response to WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-201-84/+94
| | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-302-15/+19
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch '4.6-s60' into 4.6axis2009-10-302-15/+19
| | | |\ \ \ \ \ \
| | | | * | | | | | Fixed: Variable res goes out of scope but is accessed later via pointerMiikka Heikkinen2009-10-291-3/+3
| | | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-292-8/+17
| | | | |\ \ \ \ \ \ | | | | | | |_|_|/ / | | | | | |/| | | |
| | | | * | | | | | Increased block size for file IO in Symbian.Miikka Heikkinen2009-10-281-12/+16
| | | | | |_|/ / / | | | | |/| | | |
| | * | | | | | | Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-306-78/+35
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Fix qvariant_cast<QVariant> when a QVariant is really inside a QVariantOlivier Goffart2009-10-291-0/+3
| | | * | | | | | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-294-11/+23
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | * | | | | | | Introduce internal StateType to avoid excessive qobject_castsKent Hansen2009-10-307-25/+80
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Reverts bf1a6bb6b3b8c98f6ab402512eb2f1996c2435c7Jørgen Lind2009-10-307-119/+85
| * | | | | | | Remove QT_NO_ICON from mimimalJørgen Lind2009-10-291-3/+0
| * | | | | | | Fix SHAREDMEMORYJørgen Lind2009-10-291-2/+1
| * | | | | | | Fix PROXYMODELJørgen Lind2009-10-293-5/+2
| * | | | | | | Fix THREAD and TOOLBARJørgen Lind2009-10-297-72/+99
| * | | | | | | Remove ICON from QFeatureJørgen Lind2009-10-293-67/+58
| * | | | | | | Fix dependencies in qfeaturesJørgen Lind2009-10-292-62/+89