summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Do not extend the last toolbar in a line when moving itThierry Bastian2009-11-202-5/+7
* | | | | | | Q_ASSERT failure when resizing a span to (1,1) in 1st cellGabriel de Dietrich2009-11-201-1/+1
* | | | | | | Fixed antialiasing in the GL based QGraphicsView demos under X11.Trond Kjernåsen2009-11-201-1/+6
* | | | | | | avoid possible crash when showing a modal dialog from a widget destructorThierry Bastian2009-11-201-2/+3
* | | | | | | Fix for tabwidget usesScrollButton being overriden by stylesheetOlivier Goffart2009-11-202-2/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-2011-13/+122
|\ \ \ \ \ \
| * | | | | | QAbstractSlider: keypad navigation is slow.Frans Englich2009-11-192-4/+74
| * | | | | | Symbian: QKeyEvent:isAutoRepeat() doesn't workFrans Englich2009-11-191-1/+1
| * | | | | | Fix crash when using splash screen, or QPixmap::copy()Shane Kearns2009-11-192-0/+7
| * | | | | | Freeze def files against 4.6.0Shane Kearns2009-11-196-8/+40
* | | | | | | Do not recreate the VGImage if the size is unchangedRhys Weatherley2009-11-202-33/+10
* | | | | | | Remove unmatched else in non-EGL mode for OpenVG pixmap dataRhys Weatherley2009-11-201-1/+0
* | | | | | | Prevent a deep copy of QImage::bits() in the OpenVG pixmap implementationRhys Weatherley2009-11-201-2/+10
* | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Olivier Goffart2009-11-194-24/+51
|\ \ \ \ \ \ \
| * | | | | | | Item views: make sure the model is connected/disconnected correctlyThierry Bastian2009-11-192-8/+30
| * | | | | | | Item views: make sure the hovered item is updated when scrollingThierry Bastian2009-11-192-16/+21
* | | | | | | | Fixes regression in QListView: Selection would not expend to the full viewportOlivier Goffart2009-11-191-2/+6
|/ / / / / / /
* | | | | | | On main window, the sizegrip visibility was not correctly updatedThierry Bastian2009-11-191-8/+21
* | | | | | | Fixes: QCommandLinkButton crop large icons.Olivier Goffart2009-11-191-1/+2
* | | | | | | Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-1939-271/+382
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-1962-266/+334
| |\ \ \ \ \ \
| * | | | | | | Fixed Multi-length strings not implemented for float functionsOlivier Goffart2009-11-191-3/+19
| * | | | | | | Revert "Fix detection of linux-g++"Paul Olav Tvete2009-11-194-4/+4
| * | | | | | | Softkeymanager to not update sofkeys when native s60 dialog is shownJason Barron2009-11-181-0/+4
| * | | | | | | Complement Phonon for Symbian documentation.Frans Englich2009-11-181-0/+4
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix multiple regressions in QGtkStyle caused by freetype fixesJens Bache-Wiig2009-11-182-13/+20
| * | | | | | Fix QGtkStyle crash when switching themes.Robert Griebl2009-11-182-31/+46
| * | | | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-184-119/+107
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-17143-2303/+1989
| | |\ \ \ \
| | * | | | | doc: Clarified function of setLayoutDirection()Martin Smith2009-11-171-2/+4
| | * | | | | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-54/+81
| | * | | | | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-4/+2
| | * | | | | Fix QIODevice::getChar optimizationJoão Abecasis2009-11-171-46/+12
| | * | | | | Remove needless loop in QIODevice::seekJoão Abecasis2009-11-171-12/+7
| | * | | | | There should only be one write buffer at a time in QFileJoão Abecasis2009-11-171-1/+1
| * | | | | | Fix the mentioning of the LGPL licensing of QtScript and QtWebKitSimon Hausmann2009-11-181-5/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1860-715/+748
| |\ \ \ \ \
| | * | | | | register pointer type for invokeRobert Griebl2009-11-181-0/+4
| | * | | | | Remove DWCAPS_DOUBLEBUFFER in window creationAnders Bakken2009-11-181-1/+1
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Justin McPherson2009-11-17328-4760/+7293
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6Justin McPherson2009-11-174-29/+66
| | |\ \ \ \ \ \
| | | * | | | | | No audio devices found for Ubuntu with QAudio classesKurt Korbatits2009-11-164-29/+66
| | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6Justin McPherson2009-11-124-7/+25
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Fix compilation of Phonon DS9 backend when Qt is built statically.Andrew den Exter2009-11-123-6/+7
| | | * | | | | | Fix assert on windows when deleting phonon nodes from a running graph.Andrew den Exter2009-11-121-1/+18
| | | * | | | | | Phonon; Integrate changes to .desktop fileJustin McPherson2009-11-111-0/+42
| | | * | | | | | Phonon; Integrate changes to cmake files.Justin McPherson2009-11-114-20/+38
| | | * | | | | | Gstreamer: Do not assume that the list index is the same as the deviceJustin McPherson2009-11-111-2/+10
| | | * | | | | | Gstreamer: Added DVD supportJustin McPherson2009-11-111-15/+19
| | | * | | | | | Gstreamer: Do not assume that the list index is the same as the device id.Justin McPherson2009-11-111-4/+7