summaryrefslogtreecommitdiffstats
path: root/util/s60theme
Commit message (Collapse)AuthorAgeFilesLines
* Changed names and URLs to reflect name change.axis2009-08-193-3/+3
| | | | RevBy: Trust me
* Update license headers according to commit 858c70f768e.axis2009-08-063-6/+6
| | | | RevBy: Trust me
* More usable output of the s60theme utilityAlessandro Portale2009-06-082-3/+7
|
* S60theme util's README typos fixed.Sami Merilä2009-06-081-4/+4
|
* Proper English sentenceAlessandro Portale2009-06-071-2/+2
|
* Added a README to give people a hint of what this obscure piece ofAlessandro Portale2009-06-071-0/+31
| | | | code does.
* 's60theme' is a commandline tool which converts Carbide.ui themes intoAlessandro Portale2009-06-074-0/+441
an intermediate binary format that can be read by the simulated QS60Style. So, for example Designer (standalone or in Carbide) will be able to display a realistic S60 Ui. The intermediate binary format hashes of QPictures and QColors, streamed to a QByteArray and compressed. The QS60Style could not load the Carbide.ui theme directly because SVG handling is unfortunately not part of QtGui, and would require a dependency on the QtSvg module. Also, 's60theme' uses QWebkit to parse the SVG graphics (inspired by Ariya's 'WebKit-based SVG rasterizer' labs post). QtSvg had some issues with the SVGs that come with Carbide.ui.