summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qsystemtrayicon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update image in QSystemTray exampleChristian Ehrlicher2023-12-141-1/+1
* QSystemTrayIcon: properly disconnect old menu in setContextMenu()Vladimir Belyavsky2023-11-131-1/+1
* QSystemTrayIcon: Allow resetting context menuVladimir Belyavsky2023-11-121-1/+5
* Remove note about QSystemTrayIcon menu on macOS not emitting aboutToHideTor Arne Vestbø2022-12-121-3/+0
* doc: update the limitation of QSystemTrayIcon on X11Liang Qi2022-11-171-1/+3
* QSystemTrayIcon: remove unused deprecated call to QAction::associatedWidgets()Ivan Solovev2022-07-131-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-041-5/+5
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-8/+10
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-3/+2
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-0/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-051-11/+0
|\
| * Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-11/+0
* | Fix the documentation - QSystemTrayIcon::messageClicked works on macOSVolker Hilsheimer2019-08-301-2/+0
|/
* Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-121-0/+2
* 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
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-2/+4
|\|
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-2/+4
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+2
|\|
| * Fix warnings with -no-feature-menuTasuku Suzuki2017-04-301-0/+2
* | QPlatformSystemTrayIcon: Add signal contextMenuRequested()Friedemann Kleint2017-04-271-0/+18
* | Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-1/+1
* | Docs: add platform notes to QSystemTrayIconRichard Moe Gustavsen2017-04-051-1/+3
|/
* Add feature.pushbuttonStephan Binner2017-03-061-0/+7
* Add feature.label and feature.formlayoutStephan Binner2017-03-031-1/+11
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-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-251-1/+4
|\|
| * QSystemTrayIcon: initialize all membersMarc Mutz2017-01-141-1/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-1/+1
|\|
| * Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* | Fix uninitialized variable warning with gcc 4.9.0Laszlo Agocs2016-10-071-1/+1
* | QSystemTrayIconPrivate: replace inline _qpa_ stubs with direct callsSerge Lysenko2016-09-121-33/+0
* | Support large custom icons for the system tray balloon notificationSerge Lysenko2016-09-071-42/+50
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-5/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-5/+5
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-5/+5
* | | Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-131-3/+2
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-021-1/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-22/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+1
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+1