summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Call endSheet when the QFileDialog was shown as a sheet on MacAndy Shaw2013-01-291-0/+2
* Use correct variable type EGLint for EGL attributesPasi Petäjäjärvi2013-01-282-3/+3
* Fix comments to use pre C99 standard style insteadPasi Petäjäjärvi2013-01-281-5/+5
* Use QDir::homePath() for tilde expansionPasi Petäjäjärvi2013-01-281-1/+3
* Only send the enter/leave event when it makes sense to do soAndy Shaw2013-01-271-8/+12
* qkeymapper_win.cpp: Define missing constant for MinGW.Friedemann Kleint2013-01-251-0/+3
* Fix TextInput test failures.Andrew den Exter2013-01-231-0/+2
* Don't update the input method if the im hints haven't changed.Andrew den Exter2013-01-221-0/+2
* Fix glitch on MNG animation Loops when QMovie caching is enabledDavy Durham2013-01-221-0/+8
* Removed unused include headers <time.h> and <sys/time.h>Pasi Petäjäjärvi2013-01-221-5/+0
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-2118-28/+69
* fix illegal reference to a destroyed variableGatis Paeglis2013-01-201-1/+1
* QTBUG-15319: fix shortcuts with secondary Xkb layout.Aurelien Lourot2013-01-181-1/+4
* Change all shmget calls to user-only memoryThiago Macieira2013-01-182-2/+2
* Fixed dead keys on MS WindowsJuan Luis Boya García2013-01-161-3/+9
* Use a UUID for the NSToolbar in unified title and toolbar.Jake Petroules2013-01-151-1/+2
* Fix QVistaHelper::disconnectBackButton().Friedemann Kleint2013-01-152-1/+7
* Prevent a crash when hiding a window on Mac OS X 10.7 or laterAndy Shaw2013-01-141-0/+4
* QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
* Check for gtk_adjustment_configure as this is not always implementedAndy Shaw2013-01-141-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131249-1250/+1250
* Fix title bar height of Aero wizard on Windows 8.Friedemann Kleint2013-01-102-9/+23
* Do not use getuid() and getgid() functions in VxWorksPasi Petäjäjärvi2013-01-101-1/+1
* Mac: Fixed text rendering in selected tab buttonGabriel de Dietrich2013-01-071-22/+11
* Fix QWidget::showFullScreen() on QPARafael Roquetto2013-01-051-1/+1
* Fix QWidget::hide() on QPA platformsRafael Roquetto2013-01-051-1/+0
* Add cursor position support to QPlatformCursorRafael Roquetto2012-12-193-1/+36
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-191-1/+1
* Backport adjusting cursorToX for trailing spaces from Qt 5Eskil Abrahamsen Blomfeldt2012-12-192-15/+10
* a11y: Do not refer to destructed QObject in Windows bridgeJan Arve Saether2012-12-161-10/+24
* QPaintEngine: Fix build if compiled with QT_NO_XRENDERPeter Hartmann2012-12-151-1/+4
* Modified vertical alignments of simple widgets on OSXTero Ahola2012-12-141-7/+7
* Mac: fix bugs for font selection in QFontDialogLiang Qi2012-12-142-11/+7
* Fixes ignored composition mode in QPainter::fillRect with X11 engine.Samuel Rødal2012-12-111-2/+8
* Fix SSSE3 support build failure on mingwErik van Pienbroek2012-12-111-1/+1
* Fix QWidget support on PlaybookRafael Roquetto2012-12-091-1/+29
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-093-5/+23
* Disable graphic effects for widgets on Mac to prevent crashingAndy Shaw2012-12-091-1/+4
* Fix for fullscreen resolution change on QWSKarim Pinter2012-12-071-2/+6
* Clear focus of GraphicsItem focus scopes and their children.Andrew den Exter2012-12-051-3/+9
* Remove invalid assert from QGraphicsSceneRafael Roquetto2012-11-281-1/+0
* Fix conflict between QMainWindow::restoreState, QWidget::setStylesheet.Mitch Curtis2012-11-281-1/+2
* Draw disabled QMenu items in inactive state in vista style.Friedemann Kleint2012-11-281-1/+1
* Fix multiple tablet hires coordinate bug under X11Ryan Stelzleni2012-11-281-5/+11
* Fix hover handling in QTreeViewMiikka Heikkinen2012-11-242-14/+12
* BlackBerry: Removed filtering of window system eventsBernd Weimer2012-11-231-4/+3
* When clicking on a menu item which has a sub menu it should not closeAndy Shaw2012-11-151-0/+3
* Fix scrolldown arrow not showing on popup for QMenuMiikka Heikkinen2012-11-141-2/+4
* Windows: Fixed handling of key events containing ctrl modifierOliver Wolff2012-11-141-0/+8
* Don't use Cocoa code unconditionallyAndy Shaw2012-11-141-0/+2