summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in docsStephen Kelly2013-04-231-1/+1
* Fix build with QT_NO_CLIPBOARDStephen Kelly2013-04-231-0/+4
* Fix crash when deleting a QMenu on exitGabriel de Dietrich2013-04-231-1/+1
* Enforce focus policy in item delegate's editorGabriel de Dietrich2013-04-231-1/+4
* Don't set WA_AcceptTouchEvents on Mac OS X.Morten Johan Sørvig2013-04-231-2/+2
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-221-3/+8
* Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-0/+1
* Implement QApplication::beep().Friedemann Kleint2013-04-191-0/+1
* Implement alertion state for windows.Friedemann Kleint2013-04-191-1/+11
* QMessageBox/Win: Include detailed text using Ctrl+C to copyJonathan Liu2013-04-191-1/+4
* Make password mask characters themeable.Mitch Curtis2013-04-194-36/+11
* Allow using Ctrl+C to copy selected text from DetailedText in QMessageBoxKai Koehne2013-04-191-2/+38
* Mac: Fix warnings about non-existing native Windows on startup.Friedemann Kleint2013-04-181-5/+5
* Mac: Fix various memory leaksGabriel de Dietrich2013-04-181-0/+1
* Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-0/+1
* Convert the new filename to native separators before checking itAndy Shaw2013-04-181-1/+1
* Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-181-1/+12
* Fix GroupBox painting on Windows when not using widgetsJens Bache-Wiig2013-04-182-48/+3
* Fusion & GTK styles need to check direction from style option not qappShawn Rutledge2013-04-182-3/+3
* An RTL submenu should be right-alignedShawn Rutledge2013-04-181-2/+2
* Move Fusion styles palette into QtGuiJørgen Lind2013-04-171-39/+3
* Prevent recursions when triggering menus in QToolButtonFrederik Gladhorn2013-04-161-0/+4
* QGtkStyle: Remove widget dependency from GroupBoxJens Bache-Wiig2013-04-161-18/+20
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-152-2/+3
* Widgets: Propagate 'accepted'-state of touch begin events.Friedemann Kleint2013-04-123-9/+16
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-6/+2
* Doc: Fix minor typoSze Howe Koh2013-04-101-1/+1
* QWizard/Win: Support RTL layout in Aero styleAhmed Saidi2013-04-082-3/+25
* QGtkStyle: Try to get the theme name from GtkSettingsDmitry Shachnev2013-04-051-32/+6
* Mark widget framestrut as dirty when window flags change.Friedemann Kleint2013-04-051-0/+3
* QGtkStyle: remove obsolete themeName != "Qt" checksDmitry Shachnev2013-04-051-12/+0
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-022-2/+1
* Fix tickmark painting on Fusion styleJens Bache-Wiig2013-04-011-47/+49
* Mac style: Fix disabled menu item palette entryGabriel de Dietrich2013-03-291-1/+1
* QWidget: micro-optimisationMarc Mutz2013-03-291-1/+1
* QTreeView - improve ItemNeverHasChildren slightlyThorbjørn Martsum2013-03-281-0/+2
* Support high-dpi pixmaps.Morten Johan Sørvig2013-03-281-10/+13
* Support high-dpi pixmaps and images.Morten Johan Sørvig2013-03-281-8/+13
* Mac style: Fix scaled clipping regions on retina displaysGabriel de Dietrich2013-03-281-1/+1
* Make QMacStyle paint right side up again.Morten Johan Sørvig2013-03-281-4/+4
* FileDialogs: Set shortcuts for navigation buttons.Frederik Gladhorn2013-03-271-0/+9
* Mac style: Remove suspicious assignmentGabriel de Dietrich2013-03-271-1/+0
* Support high-dpi images.Morten Johan Sørvig2013-03-261-3/+6
* Cocoa: Make retina desktop components work.Morten Johan Sørvig2013-03-261-4/+8
* Cocoa: Make touch events work again.Morten Johan Sørvig2013-03-261-0/+28
* Fix documentation of QFileSystemModel::resolveSymlinks().Sérgio Martins2013-03-261-2/+2
* Make QGraphicsScene::touchEventhandler ignore unhandled touch eventsMorten Johan Sørvig2013-03-261-1/+1
* Set screen position when generating synthetic mouse events from touchMorten Johan Sørvig2013-03-261-1/+1
* QMdi: Don't emit subWindowActivated during StyleChange handling.David Faure2013-03-251-1/+7
* OSX: WindowTransparentForInput QNSView pass events to next responderShawn Rutledge2013-03-241-1/+2