summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1863-508/+1795
|\
| * Make destructor virtual.Aaron McCarthy2010-03-181-1/+1
| * Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-03-173-54/+179
| * Remove unwanted code in f8d5f2594a9b268b9eeecf95b24b23fc940c71cePrasanth Ullattil2010-03-171-3/+1
| * Compile fix on keypad-navigation systemsThiago Macieira2010-03-171-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-1759-454/+1618
| |\
| | * Force qt-zlib to be used for host system when cross compiling.Zeno Albisser2010-03-172-2/+2
| | * compile fix for WindowsThomas Hartmann2010-03-171-0/+1
| | * Fixed focus handling when Qt is embedded into Cocoa app.Denis Dzyubenko2010-03-171-3/+17
| | * Do not beep on Mac when pressing some keys.Denis Dzyubenko2010-03-174-4/+17
| | * Do not deliver the same key event multiple times in Cocoa.Denis Dzyubenko2010-03-173-28/+19
| | * Implement Idle-priority threads for Linux.Thiago Macieira2010-03-172-46/+65
| | * Improved qt_x11_wait_for_window_managerDenis Dzyubenko2010-03-171-28/+10
| | * Doc: document QElapsedTimerThiago Macieira2010-03-172-0/+268
| | * Added missing "const" for mac.Martin Smith2010-03-171-1/+1
| | * Cocoa: minisplitter has only 1px wide grab areaCarlos Manuel Duclos Vergara2010-03-171-2/+5
| | * "Strictly" Fullscreen Application in Mac OSCarlos Manuel Duclos Vergara2010-03-171-0/+16
| | * Bugfix the Symbian implementationThiago Macieira2010-03-173-4/+22
| | * Add QDateTime::currentDateTimeUtc and QDateTime::currentMsecsSinceEpochThiago Macieira2010-03-174-116/+253
| | * remove, fixupThiago Macieira2010-03-171-5/+0
| | * Change the 32-bit rollover on Windows and Symbian to be more efficient.Thiago Macieira2010-03-172-34/+27
| | * Add a couple of extra functions to QElapsedTimerThiago Macieira2010-03-176-11/+76
| | * Rename the files tooThiago Macieira2010-03-177-0/+0
| | * Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-1744-153/+153
| | * Remove unnecessary functions from the QTimestamp API.Thiago Macieira2010-03-176-76/+0
| | * Add support for 32-bit rollovers on WindowsThiago Macieira2010-03-171-5/+21
| | * Port QTest::qWait also to use QTimestamp.Thiago Macieira2010-03-171-2/+2
| | * Port QtMultimedia uses of QTime as a stopwatch to QTimestamp (unix code only)Thiago Macieira2010-03-172-4/+6
| | * Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-1720-62/+60
| | * Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-176-26/+26
| | * Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-176-66/+14
| | * Add a qtimestamp.cpp with some common functions.Thiago Macieira2010-03-177-12/+106
| | * Make qcore_unix.cpp share code with QTimestampThiago Macieira2010-03-175-97/+68
| | * Add the Symbian version of QTimestamp.Thiago Macieira2010-03-171-0/+117
| | * Add the Windows implementation of QTimestampThiago Macieira2010-03-172-0/+121
| | * Add the non-Mac Unix implementation of QTimestamp.Thiago Macieira2010-03-172-0/+150
| | * Add the Mac implementation of QTimestamp.Thiago Macieira2010-03-172-1/+111
| | * Initial version of QTimestamp class.Thiago Macieira2010-03-174-0/+203
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-171-5/+0
| | |\
| | | * Cleanup: Removed include file and comment.jasplin2010-03-171-5/+0
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-182-16/+47
|\ \ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-172-16/+47
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Kai Koehne2010-03-17434-10297/+23861
| | |\ \ \ | | | |/ /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-172-16/+47
| | |\ \ \
| | | * | | Pause the direct show graph when the playback rate is 0.0.Andrew den Exter2010-03-172-16/+47
* | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-1711-134/+710
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-163-30/+52
| |\ \ \ \ \
| | * | | | | Use AudioConverter when not preferred format.Justin McPherson2010-03-162-26/+34
| | * | | | | Handle values passed to setNotifyInterval more robustly.Justin McPherson2010-03-162-2/+16
| | * | | | | Make sure to check for a valid audioformat before open.Justin McPherson2010-03-162-2/+2