summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed typo in QDialog.Jerome Pasion2013-06-031-1/+1
* Fix creating new QWS surface only when it does not exist alreadyPasi Petäjäjärvi2013-05-231-1/+6
* Convert the new filename to native separators before checking itAndy Shaw2013-05-181-1/+1
* Respect specified minimum height for menuBar also if it has HFW.Jan Arve Saether2013-05-161-6/+4
* QGV: fix items not to be selected on right mouse button releaseJ-P Nurmi2013-05-161-1/+1
* Prevent crash due to giving QWidget::update() a large region.Samuel Rødal2013-05-151-3/+8
* Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-05-151-4/+9
* Widgets: avoid integer divide by zero in QProgressDialogLiang Qi2013-05-151-0/+1
* Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-05-061-4/+2
* Fix Mac OS X Carbon build with Qt in a namespace.Danny Boelens2013-04-262-2/+8
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-255-5/+19
* Fix a typo of an internal function nameLiang Qi2013-04-233-4/+4
* Fix warning about narrowing inside {}Olivier Goffart2013-04-231-2/+2
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-231-3/+8
* QSystemTrayIcon: fix narrowing warningMarc Mutz2013-04-231-1/+1
* Fixed invalid memory read in SSSE3 image blending code.Samuel Rodal2013-04-221-1/+1
* Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-04-221-2/+3
* Fix clang build on Mac OS XDanny Boelens2013-04-191-1/+1
* Prevent recursions when triggering menus in QToolButtonFrederik Gladhorn2013-04-171-0/+3
* QGtkStyle: remove an unnecessary sanity check for theme nameDmitry Shachnev2013-04-111-4/+1
* 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-191-0/+2
* Ensure that pixels is only freed if there was no CGImage for itAndy Shaw2013-02-131-1/+1