summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-2/+2
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-12/+11
|\
| * Fix possible divide by zero in QMacStyleLiang Qi2015-01-191-5/+6
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-164-14/+29
| |\
| * | Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
| * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-5/+3
* | | Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-231-2/+2
* | | QSystemTrayIcon: handle submenus correctlyDmitry Shachnev2015-01-222-5/+24
* | | Doc: remove wrong note in QTreeWidget::itemWidget.David Faure2015-01-221-2/+0
* | | Accessibility: Fix selection change notifications on LinuxFrederik Gladhorn2015-01-213-3/+3
* | | FusionStyle: Don't try to draw null pixmapsUlf Hermann2015-01-191-0/+3
* | | Doc: Fix typosSze Howe Koh2015-01-192-2/+2
* | | Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-2/+1
* | | Account for pixmap's device pixel ratio when calculating the label sizeAndy Shaw2015-01-191-5/+7
| |/ |/|
* | Fix stylesheet crash.Morten Johan Sørvig2015-01-161-2/+2
* | QColorDialog: Don't loose focus while color pickingSérgio Martins2015-01-092-7/+23
* | docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
|/
* Remove redundant codeAndy Shaw2015-01-071-5/+0
* Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48
* Doc: Describe the enum item QStyle::PE_FrameStatusBar as obsoleteAlexander Volkov2014-12-221-1/+1
* QColorDialog: Fix a few layouting issues.Sérgio Martins2014-12-221-2/+13
* QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-3/+4
* Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-192-7/+18
* doc: Fix mistake in QProgressBar::orientationAlejandro Exojo2014-12-191-1/+1
* Fix OS X style MDI area subwindow resizeMarko Kangas2014-12-181-0/+4
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-18/+13
* QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4
* QColorDialog: Fix picking screen colors inside QColorPickerSérgio Martins2014-12-131-5/+21
* Propagate the source of mouse eventsAlexander Volkov2014-12-114-2/+16
* Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-102-0/+8
* Fixed small bug in code snippet for QGraphicsItemBenjamin Summerton2014-12-101-1/+1
* Removed redundancy in QGraphicsItem documentation.Benjamin Summerton2014-12-102-16/+1
* Android: Make cursor keys work againPaul Olav Tvete2014-12-091-1/+1
* Support vertical sliders on AndroidPaul Olav Tvete2014-12-091-6/+26
* QHeaderView: take the sort indicator into account when eliding textGiuseppe D'Angelo2014-12-092-3/+10
* Styles: improve SH_Header_ArrowAlignment handlingGiuseppe D'Angelo2014-12-093-2/+9
* Widgets: be more careful when setting focus on touch releaseRichard Moe Gustavsen2014-12-081-0/+7
* Update window flags from QToolBarPrivate::endDrag().Friedemann Kleint2014-12-081-2/+0
* QMacStyle: Fix 32-bit buildGabriel de Dietrich2014-12-051-1/+1
* QColumnView: don't set an invalid index as the current oneGiuseppe D'Angelo2014-12-051-2/+5
* QDockWidget: Prevent repetitive unplugging of floating dock widgets.Friedemann Kleint2014-12-041-0/+2
* Revert "Use single finger pan to scroll text edits on touch screens."Tor Arne Vestbø2014-12-041-21/+2
* Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-043-35/+1
* QMenuBar: fix extra indent on the right with a TopLeftCorner widget.Friedemann Kleint2014-12-041-3/+2
* Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-031-0/+6
* QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-021-1/+2
* QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-021-1/+1
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-2/+2
|\
| * iOS, QComboBox: don't apply special case for OS X on iOSRichard Moe Gustavsen2014-11-261-2/+2
* | Implement heightForWidth().Friedemann Kleint2014-11-271-0/+31