summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix Phonon compilation with a namespaced Qt.Thiago Macieira2010-04-016-0/+36
* Revert "adds a timeout option to QThreadPool::waitForDone();"Pierre Rossi2010-04-013-15/+7
* Fix compilation on Windows: forgot to change one toTime_tHelperThiago Macieira2010-03-311-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-3145-277/+379
|\
| * Fix compilation with Sun CC: no semi-colon after Q_ENUM.Thiago Macieira2010-03-311-1/+1
| * Remove the "Insert unicode control character" menu entry on X11.Pierre Rossi2010-03-314-8/+59
| * adds a timeout option to QThreadPool::waitForDone();Pierre Rossi2010-03-313-7/+15
| * Remove leading whitespace from Qt header macros.Thiago Macieira2010-03-313-23/+23
| * Rename the xxxMsecsSinceEpoch functions to xxxMSecsSinceEpoch.Thiago Macieira2010-03-313-22/+22
| * Add QDateTime members that operate on 64-bit milliseconds.Thiago Macieira2010-03-312-15/+105
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-3134-248/+201
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-3034-248/+201
| | |\
| | | * Fix compilation on WinCE and MinGW by memsetting the OVERLAPPED struct.Thiago Macieira2010-03-301-3/+2
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-3034-248/+202
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-3034-248/+202
| | | | |\
| | | | | * Fix compile error on mingw.Jason McDonald2010-03-301-1/+4
| | | | | * MONILITY-645Wolfgang Beck2010-03-305-18/+71
| | | | | * Do not override alternate background color in PlastiqueJens Bache-Wiig2010-03-291-1/+0
| | | | | * Fix QComboBox ignoring foreground role in some stylesJens Bache-Wiig2010-03-291-1/+9
| | | | | * Fix compilation on HP-UXi: _SC_MONOTONIC_CLOCK isn't definedThiago Macieira2010-03-291-1/+1
| | | | | * Ensure that we return QPair<long,long> in all cases.Thiago Macieira2010-03-291-3/+3
| | | | | * Update PLATFORM(SPARC64) to CPU(SPARC64)Thiago Macieira2010-03-291-1/+1
| | | | | * Support EtchDisabledText with spin box on Windows styleJens Bache-Wiig2010-03-291-2/+6
| | | | | * QNAM HTTP: Fix invoking a method when being destructed right nowPeter Hartmann2010-03-291-3/+6
| | | | | * Fixed a typo in the QDoubleValidotor doc.Denis Dzyubenko2010-03-291-1/+1
| | | | | * Trivial fix to JavaScriptCore to fix building with MSVC 2010John Brooks2010-03-272-4/+4
| | | | | * Remove QGuard.Thiago Macieira2010-03-264-197/+1
| | | | | * QtScript: Add yet more missing API shimsKent Hansen2010-03-264-4/+65
| | | | | * QtScript: Make sure the old identifier table is restoredKent Hansen2010-03-263-3/+6
| | | | | * Fix compile error with QT_NO_TEXTHTMLPARSER in QtGuiTasuku Suzuki2010-03-261-1/+4
| | | | | * uic3: -extract: Write XPM-images correctly.Friedemann Kleint2010-03-268-7/+20
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-319-39/+89
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-311-20/+31
| |\ \ \ \ \ \
| | * | | | | | Optimize QDeclarativeEngine::importExtensionmae2010-03-311-20/+31
| * | | | | | | Fix bug when adding import paths manuallyAlan Alpert2010-03-311-1/+7
| |/ / / / / /
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-318-18/+51
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-31191-2628/+5354
| | |\ \ \ \ \
| | | * | | | | QGraphicsEffect : Don't rely on the exposedArea when rendering the item into ...Alexis Menard2010-03-311-1/+1
| | | * | | | | Improve flipable example.Yann Bodson2010-03-311-1/+1
| | | * | | | | VisibleArea is not a creatable type.Michael Brasser2010-03-311-1/+1
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-3157-540/+882
| | | |\ \ \ \ \
| | | | * | | | | Update mouseX(Y) when clicking on a mouse areaLeonardo Sobral Cunha2010-03-311-0/+1
| | | | |/ / / /
| | | * | | | | docWarwick Allison2010-03-311-0/+8
| | | * | | | | docWarwick Allison2010-03-311-0/+4
| | * | | | | | Fix snapping in listview.Martin Jones2010-03-312-15/+35
* | | | | | | | Revert 4.6 commits that shouldn't be in 4.7.Thiago Macieira2010-03-317-1/+254
* | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-3123-313/+391
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-3112-274/+44
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "Add a children private property needed for QML to support QGraphicsOb...Alexis Menard2010-03-316-245/+0
| | * | | | | | | Revert "struct -> class, it's better."Alexis Menard2010-03-311-2/+1