summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-multimedia-staging into 4....Qt Continuous Integration System2010-03-30122-2071/+4391
|\ \ \
| * | | Fix typo in phonon/symbian.Justin McPherson2010-03-301-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-30122-2071/+4391
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-302-7/+28
| | |\ \
| | | * | Remove debug code disabling the video widget output control.Andrew den Exter2010-03-301-1/+0
| | | * | Force a repaint on changes in the native size of video frames.Andrew den Exter2010-03-301-0/+2
| | | * | Don't fill the video widget borders or background by default.Andrew den Exter2010-03-302-7/+27
| | * | | Fixed compilation on 64 bits Mac OS 10.5Dmytro Poplavskiy2010-03-301-1/+1
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Andrew den Exter2010-03-292-2/+4
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-294-3/+13
| | | |\ \
| | | | * | Update PulseAudio config.test.Justin McPherson2010-03-291-1/+2
| | | * | | QuickTime video widget: use widget palette for video background color.Dmytro Poplavskiy2010-03-291-1/+2
| | * | | | Fix compile.Andrew den Exter2010-03-291-0/+2
| | | |/ / | | |/| |
| | * | | Fix strange typo? in Phonon/ds9.pro.Justin McPherson2010-03-291-1/+1
| | * | | Change availabilty of camera related code.Justin McPherson2010-03-292-1/+10
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-29102-1962/+3673
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-2999-1959/+3665
| | | |\ \ | | | | |/ | | | |/|
| | | | * Merge branch 'phonon-update' into 4.7Justin McPherson2010-03-2999-1959/+3665
| | | | |\
| | | | | * Remove references to evr based renderer from .pro.Justin McPherson2010-03-291-10/+1
| | | | | * Phonon core; compile fixes after merge.Justin McPherson2010-03-262-2/+1
| | | | | * Phonon qt7; Compile fixes after merge.Justin McPherson2010-03-265-12/+21
| | | | | * Phonon; complete integration.Justin McPherson2010-03-2512-22/+1678
| | | | | * Update Phonon CMakeLists.txt.Justin McPherson2010-03-251-1/+1
| | | | | * Update Phonon qt7 backend to 4.4.0.Justin McPherson2010-03-2510-574/+137
| | | | | * Update Phonon ds9 backend to 4.4.0.Justin McPherson2010-03-2533-996/+621
| | | | | * Update Phonon GStreamer backend to 4.4.0.Justin McPherson2010-03-2520-142/+651
| | | | | * Update Phonon core to 4.4.0Justin McPherson2010-03-2523-217/+571
| | * | | | QuickTime media backend: ensure quicktime notification areDmytro Poplavskiy2010-03-291-4/+4
| | * | | | QuickTime backend: disable video outputs in stopped state.Dmytro Poplavskiy2010-03-2910-33/+19
| | * | | | QuickTime media backend: Render CIImage based video frames directly withDmytro Poplavskiy2010-03-2911-66/+660
| | | |/ / | | |/| |
* | | | | Correctly construct boolean JSValue'sAaron Kennedy2010-03-301-3/+9