summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix a crash when registering 2 metatype name for the same actual typeThierry Bastian2010-03-181-11/+7
* Fixed problem in painting of QTreeViewThierry Bastian2010-03-181-11/+11
* Optimized visualRegionForSelection in various item views classesGabriel de Dietrich2010-03-183-18/+49
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-1810-249/+218
|\
| * Add a raw bind() function to QGLBuffer.Rhys Weatherley2010-03-182-0/+34
| * QTreeView: Remove a lot of useless and slow code.Olivier Goffart2010-03-172-213/+28
| * Make sure XCopyArea has completed before resuming renderingTom Cooksey2010-03-171-0/+6
| * Make QX11GLPixmapData::scroll() return a valueTom Cooksey2010-03-171-1/+3
| * Fix some rendering/scrolling artifacts with QX11GLWindowSurfaceTom Cooksey2010-03-171-0/+4
| * Implement scrolling in QX11GLWindowSurfaceTom Cooksey2010-03-172-13/+36
| * Make WA_TranslucentBackground work with QX11GLWindowSurfaceTom Cooksey2010-03-171-0/+2
| * Add ultra-paranoid synchronization to QX11GLPixmapDataTom Cooksey2010-03-172-6/+65
| * Fixed a potential crash in headerview when inserting a sectionThierry Bastian2010-03-171-6/+3
| * Fix a sizing issue of message box on windows Vista/7Thierry Bastian2010-03-171-11/+38
* | 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
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-156-40/+609
| |\ \ \ \ \
| | * | | | | Implement symbian^3 e32atomics APIShane Kearns2010-03-155-38/+607
| | * | | | | Fix fromSymbian*() image conversion functions.Jason Barron2010-03-151-2/+2
| * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-151-3/+3
| |\ \ \ \ \ \
| | * | | | | | Fixed cleartype text rendering on translucent surfaces.Trond Kjernaasen2010-03-151-3/+3
| * | | | | | | Make QColorDialog usable on small screensHarald Fernengel2010-03-151-23/+46
| | |/ / / / / | |/| | | | |
* | | | | | | add default values to parameter of virtual methods in QProxyModelThierry Bastian2010-03-171-12/+13
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-171-1/+1
|\ \ \ \ \ \
| * | | | | | Display the itemSendScenePositionChange properly when debugging.Alexis Menard2010-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-17433-10296/+23860
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | probably need to update user configurations once in a while tooLorn Potter2010-03-171-1/+1
| * | | | | use dynamicstore insteadLorn Potter2010-03-171-29/+14
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-16433-10296/+23875
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Define JS_NO_EXPORT to avoid JSC C API functions being exportedKent Hansen2010-03-161-1/+1
| | * | | | Don't use QScriptValueIterator to iterate over an arrayKent Hansen2010-03-161-3/+9
| | * | | | QtScript: Fix regression when calling newQObject() from native constructorKent Hansen2010-03-161-1/+1
| | * | | | Keypress events ignored in listview on Cocoa (64 Bit) with Japanese IMEPrasanth Ullattil2010-03-162-2/+56
| | * | | | Update only appropriate rectangles during update_sys().Fabien Freling2010-03-161-9/+12
| | * | | | QNetworkReply: Fix canReadLine()Markus Goetz2010-03-163-1/+16
| | * | | | Abort waiting replies on session error.Aaron McCarthy2010-03-162-0/+18
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-15427-10283/+23766
| | |\ \ \ \
| | | * | | | different approach to fixing "the other" aliasing issueOswald Buddenhagen2010-03-151-37/+15
| | | * | | | fix aliasing issue in node_construct()Oswald Buddenhagen2010-03-151-0/+8
| | | * | | | detach in fewer cases, remove redundant calculationOswald Buddenhagen2010-03-151-3/+1
| | | * | | | SSL: Fix memleak related to local certificateMarkus Goetz2010-03-154-3/+21
| | | * | | | Improve keyboard layout detection on X11Bradley T. Hughes2010-03-154-27/+78