summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3127-350/+350
* Backport implementation of OS X QSystemTrayIcon from Qt 5Samuel Gaist2015-02-121-62/+110
* Windows: Fix return value of QDesktopServices::storageLocation(DataLocation).Friedemann Kleint2014-12-041-6/+7
* [OS X]: respect icon visibility preference in system tray menusRené J.V. Bertin2014-10-091-1/+1
* Backport: use backslashes for UNCs pathSamuel Gaist2014-10-011-16/+23
* Replace all ocurrences of NSApp with [NSApplication sharedApplication].Jake Petroules2014-09-011-1/+1
* Updated year in copyright headerKai Koehne2014-03-2626-26/+26
* QSystemTrayIcon: fix narrowing warningMarc Mutz2013-04-231-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1326-26/+26
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-292-1/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2927-643/+647
* license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-141-4/+2
* Update contact information in license headers.Sergio Ahumada2012-08-0126-52/+52
* QWS: Add support for HomeLocation and TempLocationBhooshan Supe2012-04-111-0/+5
* Fix build error for Blackberry OS QDesktopServicesRafael Roquetto2012-03-301-0/+1
* Support QDesktopServices on BlackBerry platformsRafael Roquetto2012-03-292-1/+116
* Removed unnecesary dependency to winx.h from desktopservices for WinCE.jaanttil2012-01-301-3/+0
* Update year in Nokia copyright messages.Jason McDonald2012-01-1126-26/+26
* Symbian Linuxification building case changesPasi Pentikainen2011-10-201-5/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-flexPasi Pentikainen2011-09-131-0/+3
|\
| * Update QDesktopServices openUrl() documentation on Symbian OSJuha Kukkonen2011-09-121-0/+3
* | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-09-031-4/+4
|\ \ | |/ |/|
| * URLs used with scheme handler use appropriate encoding for schememread2011-09-011-4/+4
| * Update licenseheader text in source filesJyri Tahtela2011-05-1325-425/+425
* | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-05-2326-425/+538
|\ \
| * \ Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-189-3845/+0
| |\ \
| * | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1334-578/+578
* | | | Remove S60 version pluginsMiikka Heikkinen2011-05-202-10/+33
| |/ / |/| |
* | | Revert all QScroller and QFlickGesture related code.Robert Griebl2011-05-1610-3958/+0
|/ /
* | Allow different text for undo actions and items in QUndoViewAlexander Potashev2011-05-093-10/+41
* | Allow using not only prefixes for undo command textAlexander Potashev2011-05-093-17/+44
* | Merge earth-team into origin/4.8Olivier Goffart2011-05-031-1/+1
|\ \
| * \ Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-211-1/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-1/+1
| | |\|
| | | * QDesktopServices::openUrl() doesn't handle URL encodings correctlyCarlos Manuel Duclos Vergara2011-04-151-1/+1
* | | | Fixes warnings about unused variablesOlivier Goffart2011-04-282-5/+2
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-192-15/+13
|\ \ \ | |/ / |/| |
| * | Use s/static/Q_GLOBAL_STATIC/g in QScrollerRobert Griebl2011-04-182-15/+13
* | | Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-011-1/+1
|/ /
* | Merge remote-tracking branch 'mainline/master'Oswald Buddenhagen2011-03-221-2/+4
|\ \
| * \ Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-1710-9/+10
| |\ \
| * | | Fix 7ea1dd46966ae7cfa07fa18c001704e3c981b669 for Mac desktop builds.con2011-03-071-2/+3
| * | | Move Mac specific include into Q_WS_MAC scope for QScroller abstractioncon2011-02-071-1/+2
* | | | Fix compilation with QT_NO_Tasuku Suzuki2011-03-214-6/+86
| |/ / |/| |
* | | Merge earth-team into masterOlivier Goffart2011-03-151-0/+1
|\ \ \
| * | | Windows: Activate the context menu on tray icons when shown.Martin Petersson2011-03-101-0/+1
| |/ /
* / / Update copyright year to 2011.Rohan McGovern2011-03-119-9/+9
|/ /
* | Fixed spelling.Robert Griebl2011-01-241-1/+1
* | Use qreal everywhere to avoid double/float errors on embedded platforms.Robert Griebl2011-01-241-9/+9
* | Fixed overshooting with a very low start velocity.Robert Griebl2011-01-242-71/+87