summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Avoid flicker when invalidate is propagated in a widget/layout hierarchyJan-Arve Sæther2011-05-125-76/+190
* Fix licence headers again for MR 900Gabriel de Dietrich2011-05-122-20/+21
* New algorithm for drawing thin linesLars Knoll2011-05-126-1449/+1137
* Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-112-0/+4
* Add the QIdentityProxyModel.Stephen Kelly2011-05-114-1/+700
* Fix initial main window dimensions for "fullscreen with softkeys" caseMiikka Heikkinen2011-05-111-0/+5
* Fixes crash in QWidget::effectiveWinId.Bjørn Erik Nilsen2011-05-112-0/+21
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-1115-47/+94
|\
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-1113-42/+39
| * Add some QRawFont related low level functions to avoid extra copyingJiang Jiang2011-05-112-5/+55
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-111-0/+2
|\ \ | |/ |/|
| * Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-101-0/+2
* | Merge remote-tracking branch 'staging/master'Olivier Goffart2011-05-105-22/+262
|\ \
| * | Compile on MacEskil Abrahamsen Blomfeldt2011-05-101-2/+2
| * | Avoided calling updateAccessibility() from updateMicroFocus if the item was h...Jan-Arve Sæther2011-05-101-2/+4
| * | Notify a11y framework of FocusChanges for QGraphicsObjectJan-Arve Sæther2011-05-101-0/+12
| * | Call updateAccessibility on the QGraphicsObject in updateMicroFocusJan-Arve Sæther2011-05-101-6/+10
| * | Fix updateAccessibility for QGraphicsObjectsJan-Arve Sæther2011-05-101-1/+123
| * | Make accessibility work on Windows with alienJan-Arve Sæther2011-05-101-13/+113
* | | Allow different text for undo actions and items in QUndoViewAlexander Potashev2011-05-103-10/+41
* | | Allow using not only prefixes for undo command textAlexander Potashev2011-05-103-17/+44
* | | Ensure that QDateTimeEdit::calendarWidget() will always return a valid widget.Robin Burchell2011-05-102-18/+33
* | | Fix drawing text in item view:Olivier Goffart2011-05-101-0/+21
* | | Fixed bug in X11 backend when creating translucent windows.Samuel Rødal2011-05-101-2/+7
* | | Fixed bug in QPdfEngine::addImage causing mono images to be made 32 bitMatthew Cattell2011-05-101-1/+4
* | | Reduce open and stat system calls for QSettingsmae2011-05-101-0/+3
* | | Fixed off-by-one in radial gradient color table index computation.Samuel Rødal2011-05-101-4/+2
* | | Fixes warnings about unused variablesOlivier Goffart2011-05-109-18/+6
* | | Fixes warnings about unused variablesOlivier Goffart2011-05-1011-65/+1
* | | Fixes warnings about unused variablesOlivier Goffart2011-05-105-17/+2
* | | Add accessible events as defined by IAccessible2.Frederik Gladhorn2011-05-101-0/+36
* | | Removed warning from QPixmap::handle().Samuel Rødal2011-05-101-6/+2
* | | Removing the "resetInternalData" slot in QAbstractProxyModelGabriel de Dietrich2011-05-102-26/+1
* | | Fix insert and scroll to bottom casemae2011-05-101-0/+5
* | | Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-05-103-11/+48
* | | Typos in internal api docs.Frederik Gladhorn2011-05-101-2/+2
* | | Revert "Fixed a crash in QListView"Thierry Bastian2011-05-101-1/+1
* | | Do not modify window size for fullscreen windows in setGeometry_sysMiikka Heikkinen2011-05-101-1/+10
* | | Totally kill MR 916Gabriel de Dietrich2011-05-1011-779/+385
* | | Another attempt at fixing the MSVC2005 build.Samuel Rødal2011-05-101-1/+6
* | | Compile fix in qdrawhelper_sse2.cpp for MSVC 2005.Samuel Rødal2011-05-101-0/+5
* | | Reverting merge request 916Gabriel de Dietrich2011-05-107-58/+70
* | | Reverting merge request 916Gabriel de Dietrich2011-05-102-1/+3
* | | Compile fix in qdrawhelper_sse2.cpp.Samuel Rødal2011-05-101-1/+1
* | | Build fix on QMenuBarThierry Bastian2011-05-102-3/+1
* | | Do not call setSizePolicy from ctor, it might call a virtual functionJan-Arve Sæther2011-05-101-2/+2
* | | Fix copyright and a few codestyle mistakesThierry Bastian2011-05-103-114/+113
* | | Renamed QAbstractMenuBarImpl to QAbstractMenuBarInterfaceAurélien Gâteau2011-05-105-14/+14
* | | Make ctor and dtor of QAbstractMenuBarImpl inlineAurélien Gâteau2011-05-103-47/+3
* | | QAbstractMenuBarImpl::allowSetVisible => setVisibleAurélien Gâteau2011-05-104-14/+6