summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* Fix a few container detachmentsSérgio Martins2016-01-101-3/+3
* QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-281-2/+2
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* Send QEvent::Tooltip to QSystemTrayIconIlya Kotov2015-11-262-6/+3
* QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-5/+5
* QCompleter::splitPath(): don't get tangled up in stringsMarc Mutz2015-10-151-11/+8
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3
* Doc: Fix URL in QSystemTrayIcon documentationTopi Reinio2015-10-021-1/+1
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-1/+5
* QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-131-0/+3
* QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-065-12/+12
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-6/+6
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-302-5/+5
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-2/+1
* | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-121-8/+6
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+1
|\|
| * QSystemTrayIcon: Fix the placement of title and message in a balloonAlexander Volkov2015-04-271-1/+1
* | Move the systemTrayVisualHasAlphaChannel to the QXcbSystemTrayTrackerJørgen Lind2015-02-251-4/+2
* | xcb: Expose the systemtray functions through platformheadersJørgen Lind2015-02-231-21/+5
|/
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* xcb: QSystemTrayIcon: grab background pixmap for compositing only onceShawn Rutledge2015-02-121-12/+11
* Update copyright headersJani Heikkinen2015-02-1129-217/+209
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-5/+24
|\
| * QSystemTrayIcon: handle submenus correctlyDmitry Shachnev2015-01-222-5/+24
* | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+1
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-035-9/+9
* | QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-222-6/+10
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-2/+12
|\|
| * Propagate the source of mouse eventsAlexander Volkov2014-12-111-2/+12
* | xcb: Fix transparent tray backgrounds with 24bpp tray visualsUli Schlachter2014-12-091-2/+25
* | Harmonize QPA TrayIcon showMessage parameter orderShawn Rutledge2014-12-084-12/+10
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-038-34/+34
|/
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Balloon tip must follow systemtray iconAllan Sandfeld Jensen2014-09-253-4/+24
* Update license headers and add new license filesMatti Paaso2014-09-2427-513/+297
* Widgets: remove pointless assignmentsMaks Naumov2014-09-031-3/+2
* Support transparency in qt5 system tray icons, regardless of tray visualLeo Franchi2014-07-041-5/+27
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-0/+6
|\
| * Fix pixel noise in X11 systray icons that are not 22x22Allan Sandfeld Jensen2014-06-301-0/+6
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-251-0/+2
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-1/+6
|\|
| * If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-291-1/+6
* | Prefer QPA implementation in qsystemtrayicon_x11 if availableMartin Gräßlin2014-02-254-42/+126
|/
* Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-171-1/+7
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-242-2/+4
|\
| * Make QSystemTrayIcon::showMessage invokableAllan Sandfeld Jensen2013-10-112-2/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-116-21/+21
|\|