summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Ensure the scrollers appears when there is too many menu itemsAndy Shaw2012-02-171-10/+11
* Don't render glyph with FT with fetchMetricsOnlyJiang Jiang2012-02-151-1/+1
* QDial: Fix crash when singleStep-property is 0.Friedemann Kleint2012-02-151-1/+3
* Fixed memory leak in QPA/Lighthouse event handling.Samuel Rødal2012-02-141-0/+1
* Build break fixAri Lehtola2012-02-141-1/+2
* Added QAccessibleGroupBoxJosé Millán Soto2012-02-101-0/+3
* Symbian: Fix for VKB default language to English in RTL variantSatyam Bandarapu2012-02-101-1/+1
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-101-11/+0
* When doing mouse move compression, pass non-MotionNotify events to installed ...John Stanley2012-02-101-1/+4
* Pass events to installed event dispatcher event filters before passing them t...John Stanley2012-02-103-13/+25
* QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-101-1/+14
* Fix crash in qt_init when the XFIXES extension is not available.David Faure2012-02-101-0/+8
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-02-091-1/+6
* Symbian: Fix for blank window after taping Editing options.Satyam Bandarapu2012-02-092-8/+45
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-02-091-1/+1
* Fix Qt to use font with simplified chinese characters as default if neededMarko Kenttala2012-02-081-0/+8
* Fix for effects in Qt-applications startupAri Lehtola2012-02-081-0/+7
* Prevent crashing on Symbian in case EGL surface creation fails.Pauli Jarvinen2012-02-083-1/+16
* Update accessibility selections in QTextControl.Frederik Gladhorn2012-02-081-2/+13
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-083-6/+6
* Don't get stuck in a loop while trying to close the active popup widgetAndy Shaw2012-02-081-1/+1
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-071-1/+12
* Fixed CustomDashLine drawing bug.Samuel Rødal2012-02-071-1/+3
* Use available geometry when maximized.Rafael Roquetto2012-02-071-1/+9
* Do not check isActiveWindow to determine if an accessible widget is focusableJosé Millán Soto2012-02-061-1/+1
* Fixed DEBUG macro redefinition when compiling for WEC7 with MSVC.jaanttil2012-02-031-11/+11
* Reduces compiler warnings when compiling for WEC7jaanttil2012-02-034-2/+8
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-033-3/+38
* QTextEdit cursor position fix when moving left/right with selectionPasi Matilainen2012-02-031-6/+20
* Make QMacCocoaViewContainer work again.Morten Johan Sorvig2012-02-031-0/+3
* Check for the clipboard manager when looping due to app quitingAlbert Astals Cid2012-02-022-3/+9
* Add accessible role Terminal.Frederik Gladhorn2012-02-021-0/+1
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-02-011-0/+1
* Various Qt documentation fixes (wk 44)artoka2012-01-314-4/+10
* Various qt documentation fixes (wk 43)artoka2012-01-313-5/+9
* Fixed EGL build for WEC7jaanttil2012-01-311-1/+1
* Fixed QEventDispatcherQPA::processEvents()Rafael Roquetto2012-01-311-3/+2
* Fixed qapplication_win.cpp build for WinCEjaanttil2012-01-311-1/+1
* Build fix to qapplication_win.cpp when QT_NO_GESTURES is usedjaanttil2012-01-311-1/+1
* Removed unnecesary dependency to winx.h from desktopservices for WinCE.jaanttil2012-01-301-3/+0
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-0/+4
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-273-117/+151
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-272-120/+118
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-271-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-271-45/+86
* blitter: Move the definition out of the class declarationHolger Hans Peter Freyther2012-01-271-59/+68
* blitter: Kill the isBlitterLocked variable of theHolger Hans Peter Freyther2012-01-273-11/+11
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-271-30/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-271-77/+64
* Catch exceptions inside QSymbianControl::DrawJaakko Helanti2012-01-252-1/+16