summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix several unused warnings for misc disabled featuresStephan Binner2017-04-045-0/+41
* Fix warning for -no-feature-graphicsviewStephan Binner2017-04-041-1/+1
* Fix warning for -no-feature-menubarStephan Binner2017-04-041-1/+1
* QFusionStyle::drawPrimitive(): Use color in cache key of PE_PanelButtonCommandFriedemann Kleint2017-04-041-2/+3
* QMenu: Do not unnecessarily call QPlatformMenu::menuItemForTag()Friedemann Kleint2017-04-031-1/+3
* Fix warnings for -no-feature-dockwidgetv5.9.0-beta1Nikita Krupenko2017-03-311-1/+1
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* Fix warnings for -no-feature-itemviewsNikita Krupenko2017-03-291-0/+2
* Fix warnings for -no-feature-dockwidgetNikita Krupenko2017-03-291-0/+3
* Fix warnings for -no-feature-comboboxNikita Krupenko2017-03-291-0/+2
* Add GHS internal id TOOLS-26637 to bug workaround commentsKimmo Ollila2017-03-281-1/+2
* Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-3/+6
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-286-0/+17
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-286-0/+17
| |\
| | * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-275-0/+6
| | * Make sure QDBusMenuBar is restored when the window is hidden and shownDmitry Shachnev2017-03-271-0/+11
* | | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-282-5/+5
|/ /
* | Introduce QInputControl::isCommonTextEditShortcutJoerg Bornemann2017-03-271-45/+1
* | Build fix for -no-feature-texteditPaul Olav Tvete2017-03-271-0/+2
* | Workaround GHS compiler bugKimmo Ollila2017-03-271-0/+12
* | Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-272-4/+4
|\|
| * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-1/+1
| * Fix floating dock widget having the wrong parentOlivier Goffart2017-03-221-3/+3
* | Add feature.dialogStephan Binner2017-03-2217-40/+90
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-223-8/+50
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-213-8/+50
| |\|
| | * QToolBox: fix potential UB (invalid cast) in Private::_q_widgetDestroyed()Marc Mutz2017-03-211-6/+4
| | * Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-2/+45
| | * Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+1
* | | QWizard: use the 3-int QColor ctor instead of the string oneMarc Mutz2017-03-211-1/+1
|/ /
* | QDataWidgetMapper: replace an inefficient QList with std::vectorMarc Mutz2017-03-201-31/+27
* | Add features.widgettextcontrolStephan Binner2017-03-206-11/+31
* | Set default fbo redirect correctly for QOpenGLWidget viewportsLaszlo Agocs2017-03-181-0/+14
* | When changing screen, only update the font if dpi has changedOlivier Goffart2017-03-171-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1311-48/+48
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1311-48/+48
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-064-4/+0
| | * QMenu: make wide submenu appear on the same screen with its parent menuOleg Yadrov2017-03-041-2/+13
| | * Wide QMenu: fix size and positionOleg Yadrov2017-03-042-30/+16
| | * QMacStyle::sizeFromContents(CT_Menu): take proxy style into accountOleg Yadrov2017-03-031-1/+9
| | * Fix UB in QWidgetItemV2::~QWidgetItemV2Olivier Goffart2017-03-021-1/+1
| | * QDialogButtonGroup: Fix removal of deleted buttonsOlivier Goffart2017-03-021-3/+2
| | * Fix UB in QWidgetResizeHandler::eventFilterOlivier Goffart2017-02-271-5/+6
| | * Properly use the "process" featureUlf Hermann2017-02-271-1/+0
| | * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* | | Add feature.abstractbuttonStephan Binner2017-03-1316-19/+76
|/ /
* | Deprecate QString::nullMarc Mutz2017-03-122-3/+3
* | QMacStyle: fix QTabBar tab sizeOleg Yadrov2017-03-111-9/+3
* | Build fix for -no-feature-sliderPaul Olav Tvete2017-03-092-0/+6