summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+3
| |\
| | * Avoid calling QCompleter::popup() internallyGabriel de Dietrich2017-09-221-0/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-268-20/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-205-3/+12
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-194-3/+10
| | * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-064-17/+13
| |\|
| | * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-044-17/+13
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-195-12/+12
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-198-34/+34
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+4
|\|
| * QCompleter: Add check before setting the widgetGabriel de Dietrich2017-08-281-0/+4
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-182-3/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-152-24/+28
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-152-24/+28
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-13/+17
|\|
| * Convert features.dirmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-7/+9
| * Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-211-6/+8
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-1/+1
|\|
| * Convert features.treeview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-151-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0410-63/+60
|\|
| * Convert features.filesystemmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-8/+10
| * Convert features.undocommand to QT_[REQUIRE_]CONFIGStephan Binner2017-06-283-14/+12
| * Convert features.undostack to QT_CONFIGStephan Binner2017-06-283-7/+6
| * Convert features.undogroup to QT_[REQUIRE_]CONFIGStephan Binner2017-06-286-25/+25
| * Convert features.undoview to QT_[REQUIRE_]CONFIGStephan Binner2017-06-283-10/+8
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-072-0/+4
|\|
| * Fix warning for -no-feature-graphicsviewStephan Binner2017-05-031-0/+2
| * Fix warnings with -no-feature-menuTasuku Suzuki2017-04-301-0/+2
* | Windows QPA: Move system tray icon implementation into the pluginFriedemann Kleint2017-04-272-533/+1
* | QPlatformSystemTrayIcon: Add signal contextMenuRequested()Friedemann Kleint2017-04-272-0/+19
* | QCompletionEngine: avoid a node allocation on lookupMarc Mutz2017-04-272-17/+34
* | Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-1/+1
* | qsystemtrayicon_win.cpp: Clean obsolete codeFriedemann Kleint2017-04-121-104/+42
* | Docs: add platform notes to QSystemTrayIconRichard Moe Gustavsen2017-04-051-1/+3
|/
* Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-4/+4
* Add feature.pushbuttonStephan Binner2017-03-061-0/+7
* Add feature.label and feature.formlayoutStephan Binner2017-03-032-1/+14
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-1/+2
* Add feature.scrollerStephan Binner2017-03-013-8/+18
* Fix some qdoc warnings for 5.9Friedemann Kleint2017-02-061-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-304-1/+10
|\
| * Compile with -no-feature-tooltipPaul Olav Tvete2017-01-251-0/+2
| * Fix build with -no-feature-menuPaul Olav Tvete2017-01-251-0/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-1/+6
|\|
| * QSystemTrayIcon: initialize all membersMarc Mutz2017-01-141-1/+4
| * Doc: corrected qdoc list syntaxNico Vertriest2017-01-091-0/+2
* | Added isObsolete and setObsolete functions in QUndoStackAddison Elliott2017-01-023-15/+147