aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/images
Commit message (Collapse)AuthorAgeFilesLines
* Unify the dimensions for all mode/action bar iconsAlessandro Portale2017-09-192-0/+0
| | | | | | | | | | | | | | Having icons of all different kinds of sizes makes it difficult to get the painting right in all cases. It definitely fails when the szsytem is running in multi-monitor mode with different scaling factors. Unifying the dimensions makes it possible. This change should not cause any visual difference in a purely scaled or unscaled screen. Task-number: QTCREATORBUG-18869 Change-Id: I3a864c9a86036b4f4f3b350a489077b247ca85b7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Themable, HighDpi Android/iOS device iconsAlessandro Portale2016-09-276-0/+0
| | | | | | | | Also used as option category icons Change-Id: I40916ff4683554a3e7de7126d737286eba4a525f Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-032-0/+0
| | | | | | | | This quietens warnings from libPNG during startup and shrinks the image sizes. Change-Id: Ieb4cb5e8ba30b99653896e283c2fb2cc267257f2 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Fix settings category icon for iOSEike Ziller2013-11-261-0/+0
| | | | | | | It had wrong size, leading to wrong margins. Change-Id: Ie107c396edba49fd6afa86535380a4cc5dc81252 Reviewed-by: hjk <hjk121@nokiamail.com>
* ios: preliminary support for iosFawzi Mohamed2013-10-021-0/+0
first work in progress support for ios * separate iosTool using xml communication used for device info and run * iossim tool to handle the simulator * debug prepared but not working * separate gcc toolchain detection fix for simulator 1) add a QT built for ios 2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro 3) build/run... Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d Reviewed-by: Eike Ziller <eike.ziller@digia.com>