summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-6/+1
|\
| * Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-261-6/+1
| * Windows: Use SM_CXSMICON instead of SM_CXICON for the tray icon sizeFriedemann Kleint2017-11-041-3/+2
| * QSystemTrayIcon/Windows: Fix position of context menu with High DPI scalingFriedemann Kleint2017-10-161-0/+9
* | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-2/+2
* | QScroller: Fix deprecation warning about QDdesktopWidget:::primaryScreen()Friedemann Kleint2017-12-212-37/+2
* | QScroller: maintain activeScrollers as a QList, not a QSetMarc Mutz2017-12-181-6/+5
* | Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-081-3/+4
* | 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