summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* remove dead declaration from QColorMapJoerg Bornemann2013-05-071-4/+0
* QApplication: fix touch to mouse bug when setting buttons()Richard Moe Gustavsen2013-05-071-1/+2
* QGraphicsView: ignore unhandeled touch eventsRichard Moe Gustavsen2013-05-071-0/+2
* Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+3
* Mac style: Fix text offset within 'small' comboboxGabriel de Dietrich2013-04-301-0/+2
* Mac style: Update appearance of 'button with menu'Gabriel de Dietrich2013-04-301-19/+69
* QPlainTextEdit: add missing feature zoom on Ctrl+WheelCaroline Chao2013-04-302-0/+49
* Doc: Zooming inside QTextEditCaroline Chao2013-04-301-0/+2
* Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-04-291-4/+9
* Don't do any transitions if the widget is disabledAndy Shaw2013-04-251-1/+1
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-252-6/+7
* Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-241-0/+8
* Fixed documentation of QWidget::mouseDoubleClickEvent.Samuel Rødal2013-04-241-2/+0
* Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-231-1/+1
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-235-5/+19
* 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