Commit Graph

36 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
Oswald Buddenhagen
1fda2111d4 Merge remote-tracking branch 'origin/2.6'
Conflicts:
	src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in
	src/plugins/debugger/qtmessageloghandler.cpp
	src/plugins/debugger/qtmessagelogwindow.cpp
	src/plugins/madde/maemodeployconfigurationwidget.cpp
	src/plugins/qmldesigner/components/integration/designdocumentcontroller.cpp
	src/plugins/qmldesigner/designercore/include/widgetqueryview.h
	src/plugins/qmldesigner/designercore/metainfo/metainfoparser.cpp
	src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.cpp
	src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.h
	src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
	src/plugins/qnx/bardescriptormagicmatcher.h
	src/plugins/qt4projectmanager/profilekeywords.cpp
	src/plugins/remotelinux/deployablefilesperprofile.cpp
	src/plugins/remotelinux/deployablefilesperprofile.h
	src/plugins/remotelinux/deploymentinfo.cpp
	src/plugins/remotelinux/deploymentsettingsassistant.cpp
	src/plugins/remotelinux/profilesupdatedialog.cpp
	tests/auto/icheckbuild/ichecklib.cpp
	tests/auto/icheckbuild/parsemanager.cpp
	tests/auto/icheckbuild/parsemanager.h

Change-Id: Ie465a578446a089e1c502d1cb1096e84ca058104
2013-01-31 16:25:33 +01:00
Robert Loehning
298531e370 Incremented year in copyright info
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2013-01-29 16:27:03 +01:00
Michael Brüning
a0974004af Fix pixel issue with external link icons in footer.
Task-number: QTCREATORBUG-7267

Change-Id: I96e38a03c713fc31ffc9cf975f0d6509bd728993
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2012-11-12 12:00:44 +01:00
Leena Miettinen
8fc23aa662 Doc: fix a link to the doc server in the CSS
Change-Id: If41f459cdf474f6a6e63fa85f151f730091c59b6
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2012-10-16 16:48:31 +02:00
Orgad Shaneh
735f23e7f4 Some more deNokia
Change-Id: I13cdc87a32b1a952c80d8e7bbedd67d2d4ccbe53
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2012-10-10 11:26:07 +02:00
Leena Miettinen
2adf48ef43 Doc: implement fixes to the help style
Change-Id: I2fa4c75724b96d8ea096dbd4a6d74691c7edf172
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2012-04-27 13:38:57 +02:00
Leena Miettinen
cea8205f1a Doc: use style sheet from qt
Change-Id: Ibd50fabf6aca006b799cac2317920700677470bf
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2012-04-27 11:47:45 +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
Daniel Molkentin
9fd3935381 Remove header margins in help.
Change-Id: Ieedb77796af59d282de79942e640fbaa92ecb3c1
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
2012-02-02 12:45:10 +01:00
Daniel Molkentin
9c3426ba7b Docs: Space out nested lists correctly
Change-Id: I27dd7c492cc7aa8f1f3e253aebfe4c1e230b25ce
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
2012-01-23 12:49:40 +01: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
Leena Miettinen
ecfef3c2e1 Doc: fix security issue in HTML template
Change-Id: I2fbcb030195a9104eeba8b83037623103efdb5c0
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2011-10-28 13:16:57 +02:00
Daniel Molkentin
8bd82a81fe Help: Remove margins around the visual root elements. 2011-08-16 12:04:22 +02: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
David Boddie
f6b2433320 Doc: Attempted to fix table a header alignment problem.
Task-number: QTBUG-13591
2011-02-16 15:52:07 +01:00
David Boddie
c8faf6e1f4 Doc: Style - show navigation, fix list items, reduce contents size.
Task-number: QTBUG-13594
Reviewed-by: Leena Miettinen
2011-02-16 14:12:29 +01:00
David Boddie
a20cd34863 Updated the configuration files to use the updated qdoc.
Updated qdoc to remove hard-coded dependencies on style sheets.
Simplified the offline documentation, introducing an offline.css
file to be used for documentation in Qt Creator.
2011-02-11 08:40:55 +01:00
Morten Engvoldsen
b4207f31bc Doc: Fixing QTBUG-13595 2010-09-28 10:59:16 +02:00
Morten Engvoldsen
2e6403950c Doc: fixing creator bug in footer 2010-09-16 13:19:36 +02:00
Morten Engvoldsen
4dbe032d34 Doc: fixing style issues - table indent 2010-09-16 13:19:35 +02:00
Morten Engvoldsen
4e66dbcb23 Doc: Fixing line helgit, ol indent, columns (css3) 2010-09-16 13:19:35 +02:00
Leena Miettinen
9685a0a4de Doc - Remove obsolete style sheet. 2010-09-10 15:41:04 +02:00
Morten Engvoldsen
f01e3dbc13 Doc: fixing padding between list numbers and text. 2010-09-07 10:45:09 +02:00
Morten Engvoldsen
f0e2f88ee6 Doc: fixing numeric lists 2010-09-07 10:12:45 +02:00
Morten Engvoldsen
f279a6090b Doc: Removing redundant images from template dir 2010-09-06 18:46:50 +02:00
Morten Engvoldsen
9476add6c6 Doc: Updated qdocconf files, style and template. 2010-09-06 18:41:17 +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
88d8bf8797 Ammendment to last commit, fix alignment of images in lists for good. 2010-06-22 11:09:03 +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
aa28e042ea Fix help being unusable in split mode by using Qt doc offline style
Reviewed-by: Leena Miettinen
2010-06-04 14:43:03 +02:00
Daniel Molkentin
4df88cceb7 Update the doc style from Qt
Reviewed-by: Oswald Buddenhagen
2010-06-03 20:01:19 +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