summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* QSystemTrayIcon/X11: Create tray icon window when system tray appearsAlexander Volkov2019-04-232-22/+57
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-102-2/+2
* Set QScroller's parent to its widget, for memory managementShawn Rutledge2018-12-081-0/+1
* QScroller: Fix crash when multiple scrollers are registeredFriedemann Kleint2018-12-071-3/+5
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-172-11/+13
|\
| * Modernize the "animation" featureLiang Qi2018-10-122-11/+13
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-9/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-1/+8
|\|
| * Fix QCompleter popups preventing the application from exitingAlexandru Croitor2018-09-261-1/+8
* | Use nullptr instead of 0Jesus Fernandez2018-08-181-17/+26
* | Fix -Winconsistent-missing-destructor-overrideJesus Fernandez2018-08-171-1/+1
* | Modernize the "thread" featureUlf Hermann2018-08-171-0/+1
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-121-0/+2
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-24/+3
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-101-42/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-0/+1
|\|
| * Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-2/+2
* | Add missing documentation for QUndoStack propertiesMitch Curtis2018-04-051-0/+55
* | QUndoStack: add more Q_PROPERTYsMitch Curtis2018-03-071-0/+5
* | Use QT_CONFIG(stringlistmodel) rather than QT_NO_STRINGLISTMODELUlf Hermann2018-02-192-3/+3
|/
* 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