summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QWizard/Win: Support RTL layout in Aero styleAhmed Saidi2013-04-082-3/+25
* Compile with clang when C++11 support is enabledBradley T. Hughes2013-04-081-1/+1
* Fixed a bug where the MaximumSizeHint of a layout with spans was wrongJan Arve Saether2013-04-051-0/+2
* Fixed a bug where spans across empty cells got broken.Jan Arve Saether2013-04-041-1/+1
* Adding transformed support for QNX QWS pluginKarim Pinter2013-04-044-12/+70
* BlackBerry: show dialogs full screenRafael Roquetto2013-04-021-0/+8
* Windows: Fix the last file dialog bottleneck.Sergio Martins2013-03-284-4/+11
* Windows: Fix one of the two file dialog bottlenecks.Sergio Martins2013-03-281-1/+14
* QMdi: Don't emit subWindowActivated during StyleChange handling.David Faure2013-03-281-1/+7
* QWindowsVistaStyle::drawPrimitive(PE_Frame): fix background clippingJ-P Nurmi2013-03-211-10/+7
* Make QPixmap::grabWindow work on retina displays.Morten Johan Sørvig2013-03-201-1/+4
* Use [NSScreen backingScaleFactor] on 10.7+Morten Johan Sørvig2013-03-201-2/+7
* Fixed QPainter::drawPolyline() not drawing solid lines.Samuel Rødal2013-03-201-1/+16
* Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-201-6/+6
* Reorder for performance reasons.Sérgio Martins2013-03-192-2/+2
* Remove the usage of undefined QFontDatabase::WritingSystemLiang Qi2013-03-161-8/+0
* Clear the alphaCache when starting new paintingAndy Shaw2013-03-141-1/+1
* Fixes: assert in QPainter::fillRect on very large paint devicesaavit2013-03-141-0/+2
* Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-144-18/+24
* Fixed QTreeWidgetIterator to work with sorted QTreeWidgetJan Arve Saether2013-03-131-5/+4
* Add WindowStateChanged eventRafael Roquetto2013-03-065-0/+37
* 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