summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QLineEdit: Fix length calculation for input mask "\\\\"Daniel Teske2017-07-131-3/+11
* Convert features.tableview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-2/+4
* Convert features.datetimeedit to QT_[REQUIRE_]CONFIGStephan Binner2017-07-115-16/+13
* Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-1112-45/+46
* Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-031-1/+6
* QLineEdit: Document that []{} are reserved in Input MasksDaniel Teske2017-07-031-0/+1
* QLineEdit: Tweak selectionStart() documentationDaniel Teske2017-07-031-1/+1
* Convert features.fontcombobox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-293-9/+6
* Convert features.statustip to QT_CONFIGStephan Binner2017-06-294-6/+6
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-2911-23/+30
* QTabBar: fix expanded tabs appearanceOleg Yadrov2017-06-281-9/+9
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-2822-26/+26
* Fix current tab text color on Mac when a proxy style is installedGabriel de Dietrich2017-06-281-4/+0
* Doc: Update widget style gallery topicLeena Miettinen2017-06-093-3/+4
* QPlainTextEdit: not show place holder when having preedit stringLiang Qi2017-06-081-1/+1
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-0116-171/+39
* Convert features.splashscreen to QT_REQUIRE_CONFIGStephan Binner2017-05-293-10/+10
* Convert features.lcdnumber to QT_[REQUIRE_]CONFIGStephan Binner2017-05-293-9/+9
* Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-293-13/+15
* QMenu: Ensure popup() gets the right screen geometryGabriel de Dietrich2017-05-041-9/+11
* QMenu: Refactor column layout logicGabriel de Dietrich2017-05-031-5/+3
* Fix build without features.style-stylesheetTasuku Suzuki2017-04-281-1/+1
* Fix build without features.shortcutTasuku Suzuki2017-04-271-0/+2
* QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-261-1/+15
* Fix UB in QSplitter::childEventOlivier Goffart2017-04-231-9/+10
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-222-24/+13
* Remove features.rubberband dependency of features.splitterStephan Binner2017-04-212-1/+13
* Remove wrong features.rubberband condition of features.dockwidgetStephan Binner2017-04-212-2/+0
* Fix QComboBox popup from opening on wrong screenJoni Poikelin2017-04-211-0/+16
* QLineEdit: Make the clear button always the leftmost buttonElvis Angelaccio2017-04-191-0/+11
* Fix build for -no-feature-cssparserStephan Binner2017-04-191-0/+2
* Fix warnings for -no-feature-texthtmlparserStephan Binner2017-04-192-0/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-182-5/+19
|\
| * QtWidgets: Don't open submenus when mouse is moving between actionsBłażej Szczygieł2017-04-122-5/+19
* | QSplitter::replaceWidget(): Add geometry related remarkGabriel de Dietrich2017-04-141-0/+4
* | QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-141-9/+44
* | QMenu: Fix margins related display issuesDongmei Wang2017-04-142-21/+58
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-066-4/+8
|\|
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-045-1/+6
| * QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-03-301-3/+2
* | 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-dockwidgetNikita Krupenko2017-03-291-0/+3
* | Add GHS internal id TOOLS-26637 to bug workaround commentsKimmo Ollila2017-03-281-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-281-0/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-0/+11
| |\|
| | * 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-281-1/+1
|/ /
* | Introduce QInputControl::isCommonTextEditShortcutJoerg Bornemann2017-03-271-45/+1