summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QPdfEnginePrivate: Fix invalid format for rectangles on some localesDmitry Shachnev2013-02-221-6/+10
* Fix multiselection by CTRL-click in QFileDialog/KDE.Friedemann Kleint2013-02-211-1/+5
* Fix path separators in archives created by QZipWriterPavel Mogilevskiy2013-02-211-6/+6
* Fix text issue with Hiragana characters when stylesheet is applied.Mitch Curtis2013-02-212-0/+12
* QStackedLayout: Fix crash when focus widget is destroyed in hide()Jan Arve Saether2013-02-201-12/+15
* qpa: Fix crash when requesting QApplication::platformNativeInterface()Julien Brianceau2013-02-191-1/+1
* Add missing Objective-C namespace prefixesHalewijn Geerts2013-02-191-2/+2
* Ensure the native filedialog starts up with the right directoryAndy Shaw2013-02-181-0/+2
* Ensure that pixels is only freed if there was no CGImage for itAndy Shaw2013-02-131-1/+1
* Fixed crash in image reader when reading certain BMP files.Samuel Rødal2013-02-081-4/+4
* Fix TIFFTAG_RESOLUTIONUNIT handling.Leonard Lee2013-02-061-4/+5
* Actually use EGLint - EGLconst does not exist.Milian Wolff2013-02-061-1/+1
* Only allow one dir to be selected for getExistingDirectory() on WinAndy Shaw2013-01-301-1/+1
* Make sure the correct name filter is selected in the Mac file dialogAndy Shaw2013-01-301-5/+9
* Make sure QGraphicsItem notifies changes to focusScopeItem.Andreas Aardal Hanssen2013-01-291-5/+7
* 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