summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-212-13/+3
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-2110-27/+84
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2110-27/+84
| |\
| | * 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
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-203-0/+13
* | | QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-201-1/+3
* | | QToolBox: remove redundant QAbstractButton::text() from paintEvent()Maks Naumov2015-01-191-1/+0
|/ /
* | QColorDialog: Fix build with QT_SMALL_COLORDIALOGSérgio Martins2015-01-171-70/+17
* | QProgressDialog: don't require setValue(0) to be called.David Faure2015-01-171-5/+11
* | QComboBox: simplify codeGiuseppe D'Angelo2015-01-161-7/+6
* | Reduce excessive painting caused by transient scrollbarsJ-P Nurmi2015-01-141-1/+1
* | QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+4
* | Add QWheelEvent::sourceShawn Rutledge2015-01-132-2/+2
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-134-7/+49
* | Android: Don't assume native window decoration in QDockWidgetKai Pastor2015-01-101-1/+1
* | QWindowsVistaStyle: Draw PE_PanelItemViewItem for non-item view widgets.Friedemann Kleint2015-01-101-9/+10
* | QSizePolicy: prepare for constexpr'ifcationMarc Mutz2015-01-081-6/+2
* | QtWidgets: convert remaining users of QSize::transpose() to transposed()Marc Mutz2015-01-084-11/+11
* | QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-0810-40/+14
* | QColorDialog: Fix flickering when using "Pick screen color"Sérgio Martins2015-01-062-7/+13
* | QColorDialog: fix a crash on small displaysGiuseppe D'Angelo2015-01-051-1/+2
* | QColorDialog: merge two consecutive ifs with the same testGiuseppe D'Angelo2015-01-051-2/+0
* | QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-041-5/+28
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-296-14/+37
|\|
| * 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
* | QSizePolicy: add Q_FLAGS(ControlTypes)Marc Mutz2014-12-261-0/+1
* | QWidget: use a static assert for a compile-time checkGiuseppe D'Angelo2014-12-251-3/+3
* | QColorDialog: Move string into retranslateStrings()Sérgio Martins2014-12-231-1/+2
* | QColorDialog: Add missing accelerator keySérgio Martins2014-12-221-1/+1
* | Fix discard framebuffer support in QOpenGLWidgetLaszlo Agocs2014-12-211-4/+4
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-2030-222/+0
* | Make setting twice the very same model on QComboBox a no-opGiuseppe D'Angelo2014-12-201-0/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1811-46/+68
|\|
| * 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