aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickimagebase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | QQuickImageBase: Avoid a signal connection altogetherRobin Burchell2017-04-281-9/+9
* | QQuickImageBase: allow derived classes to affect devicePixelRatio usageMitch Curtis2017-02-241-19/+28
|/
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* Scale images correctly with sourceSize and PreserveAspectCrop/FitAlbert Astals Cid2016-11-111-6/+7
* Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
|\
| * Fix high-DPI image and svg providersMorten Johan Sørvig2016-04-121-1/+1
* | Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* QQuickImageBase: Add support for @3x imagesOlivier Goffart2015-12-071-28/+12
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Image: fix crash when switching between multiple screensMitch Curtis2015-09-251-1/+1
* | QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell2015-08-191-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-3/+3
|\|
| * Fix performance regression in Image construction.Gunnar Sletta2015-06-081-3/+3
* | QQuickImageBase: Use the static form of QFile::exists().Robin Burchell2015-06-231-1/+1
* | QQuickImageBase: Minimize the cost for devicePixelRatio setting.Robin Burchell2015-06-091-8/+20
|/
* Fix the implicitSize of SVG Images on retina displayJocelyn Turcotte2015-05-221-1/+1
* Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-191-1/+26
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Image: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-01-231-1/+1
* | Fix deprecation warnings about constructing QString from const char*.Friedemann Kleint2015-02-231-1/+2
* | High-dpi SVG and QQuickImageProvider ImagesMorten Johan Sørvig2015-02-131-1/+13
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* Avoid string-based connect in QQuickImageBase.Michael Brasser2014-12-081-5/+5
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Don't try to reload QQuick images when changing to null screenTaylor Braun-Jones2014-08-061-2/+2
* Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-031-0/+5
* Fix warnings about deprecated construction of QStrings from ASCII.Friedemann Kleint2014-03-271-2/+2
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-201-2/+71
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Disconnect from previous loading image when loading a new image.Michael Brasser2013-01-241-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Update SGNode after pixmap is invalidatedAlan Alpert2012-11-301-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix signal emission for the Image based items when loading.Damian Jansen2012-07-131-24/+33
* Remove QQuickImageBase's explicitSourceSize.Robin Burchell2012-07-021-10/+2
* Checking for QUrl equality is not all that expensive, so remove hack.Robin Burchell2012-06-261-2/+2
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-5/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+290