summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Improved qt_gradient_clamp for reflect spreads.Samuel Rødal2011-05-101-5/+2
| * | Prepared for SIMD implementation of radial gradients.Samuel Rødal2011-05-102-177/+174
| * | Fix incorrect rendering of checked menu items on Windows ClassicJonathan Liu2011-05-102-10/+7
| * | Fix OpenGL build break on SymbianGuoqing Zhang2011-05-101-1/+1
| * | Fix a bug with menu overflowing from a lower resolution second screen.Pierre Rossi2011-05-102-14/+51
| * | Calculate the submenu position after emitting aboutToShow()Pierre Rossi2011-05-101-21/+21
| * | Fixed a crash in QListViewThierry Bastian2011-05-101-1/+1
| * | Doc: Fixed reference to a name in a table.David Boddie2011-05-101-1/+1
| * | Fix progressbar animation on VistaJens Bache-Wiig2011-05-101-5/+4
| * | QTabWidget/Win: do not add content margin when documentMode enabledJonathan Liu2011-05-101-2/+8
| * | QTableView: prevent QTableView from hanging when removing rows.Pierre Rossi2011-05-102-1/+21
| * | QFileSystemModel: Handle QDir::NoDot and QDir::NoDotDot for setFilterJonathan Liu2011-05-101-5/+7
| * | Don't crash when requesting text.Frederik Gladhorn2011-05-101-1/+5
| * | Let QAccessibleButton::text return something even when not visible.Frederik Gladhorn2011-05-101-3/+0
| * | Fixed regression where AT client did not always announce stuff properly.Jan-Arve Sæther2011-05-101-1/+6
| * | Don't use inactive borders for spinbox on MacJens Bache-Wiig2011-05-101-1/+1
| * | Cocoa: respect QT_NO_EXCEPTION in color dialogRichard Moe Gustavsen2011-05-101-0/+5
| * | Make navigation in TabWidgets consistent.Frederik Gladhorn2011-05-101-4/+9
| * | Fix text for checkable buttons, unit tests.Frederik Gladhorn2011-05-101-0/+17
| * | Window and Application fixes for accessibility.Frederik Gladhorn2011-05-102-4/+2
| * | Call QAccessible::updateAccessibility when changing accessible name.Frederik Gladhorn2011-05-101-0/+2
| * | QAccessibleTextEdit: Using x coordinate for calculate character widthJosé Millán Soto2011-05-101-1/+1
| * | Use the virtual API to clear a selection.Stephen Kelly2011-05-101-5/+2
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-1012-134/+135
| |\|
| | * Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-1012-134/+135
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-101-2/+3
| |\ \
| | * | Respect capacity in QVector::append().Liang Qi2011-05-101-2/+3
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-105-8/+43
| |\ \ \ | | | |/ | | |/|
| | * | Add internal documentation for QUnifiedToolbarSurface.Fabien Freling2011-05-101-0/+33
| | * | Change the repaint() call to an update().Fabien Freling2011-05-101-2/+2
| | * | Change the repaint() to an update().Fabien Freling2011-05-101-4/+4
| | * | Set the default graphics system to raster.Fabien Freling2011-05-101-1/+1
| | * | Revert "Switch the default graphics system to raster on Mac."Fabien Freling2011-05-101-1/+1
| | * | Fix a race condition when the main window is being destructed.Fabien Freling2011-05-102-1/+3
| | * | Switch the default graphics system to raster on Mac.Fabien Freling2011-05-101-1/+1
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-106-11/+9
| |\| |
| | * | Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-106-11/+9
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-102-23/+69
| |\| |
| | * | Retrieve the actual data in the Wayland clipboard only when requested.Laszlo Agocs2011-05-102-23/+69
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-102-4/+7
| |\| |
| | * | Fix QDefaultAnimationDriverAlan Alpert2011-05-102-4/+7
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-102-0/+4
| |\| |
| | * | Turned on private headers for some plugins.Jonni Rainisto2011-05-092-0/+4
| * | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-0914-40/+241
| |\ \ \ | | | |/ | | |/|
| | * | Fix QNetworkConfigurationManager usage outside main thread firstShane Kearns2011-05-091-3/+12
| | * | Update QTBUG-17223 for Qt 4.8Shane Kearns2011-05-093-1/+16
| | * | Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-094-1/+19
| | * | Fix QNetworkReplyImpl error handlingShane Kearns2011-05-091-4/+13
| | * | Enable per network configuration proxy settings in QNetworkAccessManagerShane Kearns2011-05-092-27/+53
| | * | Allow a network configuration to be included in a proxy queryShane Kearns2011-05-093-4/+123