Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara... | Warwick Allison | 2009-11-04 | 43 | -663/+1766 |
|\ | |||||
| * | Implement internal support for property interceptors (used by declarative). | Michael Brasser | 2009-11-04 | 1 | -1/+4 |
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-03 | 1 | -128/+18 |
| |\ | |||||
| | * | Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual. | David Boddie | 2009-11-02 | 1 | -128/+18 |
| * | | Revert "Compile fix until configure.exe is rebuilt for Windows" | Daniel Molkentin | 2009-11-03 | 1 | -2/+1 |
| * | | Fixed compilation on windows. | Dmytro Poplavskiy | 2009-11-03 | 1 | -3/+3 |
| * | | Fixed qrand global static related problem. | Dmytro Poplavskiy | 2009-11-03 | 1 | -19/+40 |
| * | | Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6 | Thiago Macieira | 2009-11-02 | 13 | -106/+306 |
| |\ \ | |||||
| | * \ | Merge remote branch 'origin/4.6' into core-4.6 | Thiago Macieira | 2009-10-29 | 12 | -106/+808 |
| | |\ \ | |||||
| | * | | | Remove the posix_memalign and Win32 _aligned_malloc | Thiago Macieira | 2009-10-29 | 1 | -38/+0 |
| | * | | | Merge branch '4.6' into core-4.6 | Thiago Macieira | 2009-10-29 | 2 | -8/+17 |
| | |\ \ \ | |||||
| | * | | | | Fix compilation on Mac: there's no malloc.h there | Thiago Macieira | 2009-10-29 | 1 | -5/+4 |
| | * | | | | Update confusing qWarning message. | Thiago Macieira | 2009-10-29 | 1 | -2/+2 |
| | * | | | | Fix compilation in QContiguousCache. | Thiago Macieira | 2009-10-29 | 1 | -3/+3 |
| | * | | | | Initialise the reserved bits to 0. | Thiago Macieira | 2009-10-28 | 7 | -4/+11 |
| | * | | | | Fix Qt containers to properly support types with strict alignments. | Thiago Macieira | 2009-10-28 | 9 | -39/+150 |
| | * | | | | Add the aligned versions of qMalloc/qRealloc/qFree | Thiago Macieira | 2009-10-28 | 2 | -0/+103 |
| | * | | | | Add some STL compatibility for QContiguousCache and private inheritance | Thiago Macieira | 2009-10-28 | 1 | -60/+65 |
| | * | | | | Merge remote branch 'origin/4.6' into core-4.6 | Thiago Macieira | 2009-10-28 | 2 | -3/+6 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | Make QProcess report errors from a failed subprocess start. | Thiago Macieira | 2009-10-27 | 1 | -4/+14 |
| | * | | | | QLibrary on Windows: Do not show error boxes when library load fails | Peter Hartmann | 2009-10-27 | 1 | -0/+3 |
| * | | | | | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 19 | -220/+423 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add missing QENUM declarations (needed by declarative). | Warwick Allison | 2009-11-02 | 1 | -0/+2 |
| | * | | | | | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstream | Bradley T. Hughes | 2009-10-30 | 5 | -102/+287 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | QLocale: AM/PM symbol support for symbian platform | dka | 2009-10-28 | 1 | -1/+3 |
| | | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_... | Bradley T. Hughes | 2009-10-28 | 2 | -5/+184 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Fill gap of X.org/XFree multimedia/special/launcher keys | Helio Chissini de Castro | 2009-10-27 | 2 | -5/+184 |
| | | | * | | | | | Merge branch '4.6' into 4.6-platform | Denis Dzyubenko | 2009-10-26 | 5 | -28/+46 |
| | | | |\ \ \ \ \ | | | | | |/ / / / | |||||
| | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-driven | Bradley T. Hughes | 2009-10-28 | 7 | -31/+52 |
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | |||||
| | | * | | | | | | Don't stop event processing at the second WM_QT_SENDPOSTEDEVENTS | Bradley T. Hughes | 2009-10-28 | 1 | -3/+7 |
| | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Compile on Windows when QS_RAWINPUT is not defined. | Bradley T. Hughes | 2009-10-21 | 1 | -1/+4 |
| | | * | | | | | Use GetStatusQueue() to look for timer and input messages | Bradley T. Hughes | 2009-10-21 | 1 | -2/+1 |
| | | * | | | | | Remove workarounds for Win32 event dispatcher bugs | Bradley T. Hughes | 2009-10-20 | 1 | -12/+0 |
| | | * | | | | | Send posted events in response to WM_QT_SENDPOSTEDEVENTS | Bradley T. Hughes | 2009-10-20 | 1 | -84/+94 |
| | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6 | Olivier Goffart | 2009-10-30 | 2 | -15/+19 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch '4.6-s60' into 4.6 | axis | 2009-10-30 | 2 | -15/+19 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | Fixed: Variable res goes out of scope but is accessed later via pointer | Miikka Heikkinen | 2009-10-29 | 1 | -3/+3 |
| | | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | axis | 2009-10-29 | 2 | -8/+17 |
| | | | |\ \ \ \ \ \ | | | | | | |_|_|/ / | | | | | |/| | | | | |||||
| | | | * | | | | | | Increased block size for file IO in Symbian. | Miikka Heikkinen | 2009-10-28 | 1 | -12/+16 |
| | | | | |_|/ / / | | | | |/| | | | | |||||
| | * | | | | | | | Merge commit 'widget/4.6' into origin/4.6 | Olivier Goffart | 2009-10-30 | 6 | -78/+35 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | | * | | | | | | Fix qvariant_cast<QVariant> when a QVariant is really inside a QVariant | Olivier Goffart | 2009-10-29 | 1 | -0/+3 |
| | | * | | | | | | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-29 | 4 | -11/+23 |
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | | |||||
| | * | | | | | | | Introduce internal StateType to avoid excessive qobject_casts | Kent Hansen | 2009-10-30 | 7 | -25/+80 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Reverts bf1a6bb6b3b8c98f6ab402512eb2f1996c2435c7 | Jørgen Lind | 2009-10-30 | 7 | -119/+85 |
| * | | | | | | | Remove QT_NO_ICON from mimimal | Jørgen Lind | 2009-10-29 | 1 | -3/+0 |
| * | | | | | | | Fix SHAREDMEMORY | Jørgen Lind | 2009-10-29 | 1 | -2/+1 |
| * | | | | | | | Fix PROXYMODEL | Jørgen Lind | 2009-10-29 | 3 | -5/+2 |
| * | | | | | | | Fix THREAD and TOOLBAR | Jørgen Lind | 2009-10-29 | 7 | -72/+99 |
| * | | | | | | | Remove ICON from QFeature | Jørgen Lind | 2009-10-29 | 3 | -67/+58 |
| * | | | | | | | Fix dependencies in qfeatures | Jørgen Lind | 2009-10-29 | 2 | -62/+89 |