Commit Graph

11 Commits

Author SHA1 Message Date
Tobias Hunger
c3b6721a60 PNG: Fix warning about sRGB information
libpng 1.6 prints a line warning about this whenever loading any
of these files.

Remove color mangement related sections as well as time information
from the PNG files using:

pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB -rem time -force -ow FileName

PNGcrush is losslessly recompressing the files, too.

Change-Id: I483dfb98414c4914840bd5ee9318153a599747b1
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-05-27 16:12:01 +02:00
Leena Miettinen
56ed79050b Doc: add green icons for next and previous topics
For the online style, now that the text is removed

Change-Id: I13b7da504abda0b395e25dbf6e6ec4bcf03f4ec8
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2012-04-27 11:47:12 +02:00
Leena Miettinen
fe9051fdff Doc: rename arrow image
Change-Id: I999363adbe9a5c819bf25f8bdfa58bc3fa5eae04
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2012-04-27 11:46:57 +02:00
Leena Miettinen
0d72da2fd4 Doc: style sheet for Qt Creator help files
Change-Id: Ic030af03851e3c0d856029de807aa239a6e08b47
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
2011-12-22 13:55:34 +01:00
Oswald Buddenhagen
603cef1032 make images non-executable
Change-Id: Id1c5189db9091fa69327bab4db454e3c55bd2286
Reviewed-on: http://codereview.qt.nokia.com/286
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2011-06-01 11:51:16 +02:00
Oswald Buddenhagen
f07c89df18 de-duplicate doc templates
Change-Id: I6672b08ac8b8ea8de76d3a3850330a8dda2d6767
Reviewed-on: http://codereview.qt.nokia.com/285
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2011-06-01 11:51:07 +02:00
Morten Engvoldsen
f279a6090b Doc: Removing redundant images from template dir 2010-09-06 18:46:50 +02:00
Daniel Molkentin
294dfd10a3 Adjust to changes in qdoc from Qt 4.7.
Reviewed-By: Leena Miettinen
2010-08-17 11:46:18 +02:00
Daniel Molkentin
29333c18fc Fix more glitches in the online version of the docs
- sprites_combined was too old (pull from Qt)
- page.png asset was not copied and used
- style.css was improved
  - don't show bullets for numbered lists
  - vertically center <img>s in ul or ol environment
  - don't specify widths for the module name

Reviewed-By: Leena Miettinen
2010-06-22 11:02:20 +02:00
Daniel Molkentin
c7db4a09c8 Sync doc style with Qt, introduce online version (make docs_online)
The spacing errors come from Qt, and should be fixed there.

Reviewed-By: Oswald Buddenhagen
2010-06-15 15:02:57 +02:00
Daniel Molkentin
ab309f31e4 Applying the new layout (slightly modified) to the Qt Creator docs.
Reviewed-By: Leena Miettinen
2010-05-04 16:16:47 +02:00