summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* macOS QComboBox: Don't show scrollers if they aren't neededDaniel Teske2017-07-102-0/+14
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-062-2/+8
|\
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0434-77/+77
|\|
| * 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
* | QDateTimeEdit: update cursor blinking code to match new APIRichard Moe Gustavsen2017-06-261-2/+2
* | Restrict QStyleHints::showShortcutsInContextMenus() to context menusFriedemann Kleint2017-06-262-2/+10
* | macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-1/+0
* | Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-201-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-194-4/+5
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0722-201/+73
|\|
| * 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
* | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-042-3/+3
* | Do its best in QComboBox to map completer's indexAlexey Chernov2017-06-011-1/+15
* | QSplashScreen: make all ctors use the same Qt::WindowFlagsMarc Mutz2017-05-221-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-079-52/+84
|\|
| * 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
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-292-6/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-206-35/+141
|\|
| * 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
* | | Reset d->mouseDown only if it's the menu being hiddenMarco Martin2017-04-181-1/+2
* | | Pluginize the platform stylesJake Petroules2017-04-142-2/+2