summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* QFlickGestureRecognizer: hoist a constant subexpression out of a for loopMarc Mutz2015-12-181-1/+2
* QScrollerPrivate: fix some const-incorrectnessesMarc Mutz2015-12-173-8/+8
* QFlickGestureRecognizer: remove a useless checkMarc Mutz2015-12-171-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-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
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-272-6/+3
|\|
| * Send QEvent::Tooltip to QSystemTrayIconIlya Kotov2015-11-262-6/+3
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-215-14/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-042-5/+5
|\|
| * QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-5/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-11/+8
|\|
| * QCompleter::splitPath(): don't get tangled up in stringsMarc Mutz2015-10-151-11/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-143-5/+9
|\|
| * 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
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-1/+3
* | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
|/
* 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