summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix unused private field warning in QMacMime.Jake Petroules2013-08-211-1/+1
* Only release when there is no lock on the objectAndy Shaw2013-08-201-2/+4
* Do not send clipboard message to application under debugger.Friedemann Kleint2013-08-191-0/+22
* Sun CC: Fix QFileDialog compilationSergio Ahumada2013-08-161-1/+1
* Add offset reading support in pnghandlerSamuel Gaist2013-08-081-0/+7
* Link to correct function in QApplication documentation.Mitch Curtis2013-08-081-1/+1
* Return the correct system font on OS X Mavericks.Jake Petroules2013-08-051-0/+7
* Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
* Fix QListWidget item widget scroll bugSamuel Gaist2013-08-051-3/+1
* Fix build regression caused by 7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf.Jake Petroules2013-08-041-1/+1
* Cleanup QFileIconProviderPrivate::getWinIcon().Sergio Martins2013-07-251-23/+18
* Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-233-33/+92
* evdev tablet support on LinuxShawn Rutledge2013-07-182-1/+4
* Consider virtual screen when determining dock widget visibility.Friedemann Kleint2013-07-131-2/+5
* qpa: Fix memory leak of QFontEngineBox objectFabienne Semeria2013-07-121-1/+5
* Fixes: ASSERT in qpaintengine_x11 when using native graphicssystemaavit2013-07-101-1/+1
* Mac: Handle the maximizing of the window ourselves when it is framelessAndy Shaw2013-07-081-1/+8
* Fix Mac static builds so they get the qt_menu.nib from the resource fileAndy Shaw2013-07-082-6/+40
* Fix clipping of QTextList decorators.Leonard Lee2013-07-081-1/+14
* can show the Cocoa color panel repeatedlyShawn Rutledge2013-07-051-0/+1
* Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-07-042-17/+27
* Fix leak in QDragManager::drag on macIvan Komissarov2013-06-281-1/+0
* Doc: remove the duplicate for in QStyle documentationLiang Qi2013-06-201-1/+1
* Recognize separator item in QMenu.Leonard Lee2013-06-171-2/+2
* QGtkStyle: add getIconThemeName() helper functionDmitry Shachnev2013-06-153-2/+27
* QDockWidget: Keep position when undocking.Friedemann Kleint2013-06-141-0/+3
* Cleanup the QDrag when doing a drag with the right mouse button on MacAndy Shaw2013-06-111-1/+4
* Only use Vista style for Wizards when on Vista or laterAndy Shaw2013-06-101-1/+1
* Fix for OS X QFileDialog showing bundle as directorySamuel Gaist2013-06-071-1/+1
* 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-151-6/+4
* QGV: fix items not to be selected on right mouse button releaseJ-P Nurmi2013-05-151-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