From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdoctools/docbook/xsl/html/ChangeLog | 24 +++--- kdoctools/docbook/xsl/html/autoidx.xsl | 8 +- kdoctools/docbook/xsl/html/autotoc.xsl | 12 +-- kdoctools/docbook/xsl/html/block.xsl | 4 +- kdoctools/docbook/xsl/html/callout.xsl | 12 +-- kdoctools/docbook/xsl/html/chunk-code.xsl | 22 +++--- kdoctools/docbook/xsl/html/chunk.xsl | 2 +- kdoctools/docbook/xsl/html/component.xsl | 22 +++--- kdoctools/docbook/xsl/html/division.xsl | 12 +-- kdoctools/docbook/xsl/html/docbook.xsl | 2 +- kdoctools/docbook/xsl/html/formal.xsl | 8 +- kdoctools/docbook/xsl/html/graphics.xsl | 12 +-- kdoctools/docbook/xsl/html/html-rtf.xsl | 8 +- kdoctools/docbook/xsl/html/inline.xsl | 10 +-- kdoctools/docbook/xsl/html/lists.xsl | 6 +- kdoctools/docbook/xsl/html/oldchunker.xsl | 16 ++-- kdoctools/docbook/xsl/html/param.ent | 8 +- kdoctools/docbook/xsl/html/param.xml | 96 +++++++++++------------ kdoctools/docbook/xsl/html/param.xsl | 8 +- kdoctools/docbook/xsl/html/param.xweb | 16 ++-- kdoctools/docbook/xsl/html/profile-chunk-code.xsl | 22 +++--- kdoctools/docbook/xsl/html/profile-chunk.xsl | 2 +- kdoctools/docbook/xsl/html/profile-docbook.xsl | 2 +- kdoctools/docbook/xsl/html/qandaset.xsl | 8 +- kdoctools/docbook/xsl/html/refentry.xsl | 4 +- kdoctools/docbook/xsl/html/sections.xsl | 38 ++++----- kdoctools/docbook/xsl/html/synop.xsl | 4 +- kdoctools/docbook/xsl/html/table.xsl | 2 +- kdoctools/docbook/xsl/html/task.xsl | 2 +- kdoctools/docbook/xsl/html/titlepage.xsl | 2 +- kdoctools/docbook/xsl/html/verbatim.xsl | 8 +- kdoctools/docbook/xsl/html/xref.xsl | 2 +- 32 files changed, 202 insertions(+), 202 deletions(-) (limited to 'kdoctools/docbook/xsl/html') diff --git a/kdoctools/docbook/xsl/html/ChangeLog b/kdoctools/docbook/xsl/html/ChangeLog index af56946bb..4e94a03a2 100644 --- a/kdoctools/docbook/xsl/html/ChangeLog +++ b/kdoctools/docbook/xsl/html/ChangeLog @@ -377,7 +377,7 @@ * component.xsl: Support 'info' - * docbook.xsl: Support DocBook NG by way of the following hack: if we find an NG document, do an identity transform to throw away the NG namespace and then process the result. Requires exsl:node-set(). + * docbook.xsl: Support DocBook NG by way of the following hack: if we tqfind an NG document, do an identity transform to throw away the NG namespace and then process the result. Requires exsl:node-set(). * docbookng.xsl: New file. @@ -772,7 +772,7 @@ 2003-01-12 Norman Walsh - * autoidx.xsl: Make sure that indexdivs are properly scoped. I've done this by adding a test to suppress the division if it contains no terms. It seems like there might be a better way, but I can't see it just at the moment + * autoidx.xsl: Make sure that indexdivs are properly scoped. I've done this by adding a test to suppress the division if it tqcontains no terms. It seems like there might be a better way, but I can't see it just at the moment 2003-01-08 Robert Stayton @@ -793,7 +793,7 @@ 2003-01-01 Norman Walsh - * autoidx.xsl, index.xsl: Make index elements always index the book that contains them (if there is one, otherwise the whole document); setindex always indexes the whole document + * autoidx.xsl, index.xsl: Make index elements always index the book that tqcontains them (if there is one, otherwise the whole document); setindex always indexes the whole document * autotoc.xsl: Support List of Procedures @@ -1069,7 +1069,7 @@ * lists.xsl: Added valign="top" attribute to the element for variablelist term column. I was getting vertically - centered alignment for the term. + centered tqalignment for the term. 2002-07-19 Norman Walsh @@ -1115,7 +1115,7 @@ * graphics.xsl: Work-around bug in xsltproc: explicitly cast scale to a number() before comparing it to 1.0 - * html-rtf.xsl, verbatim.xsl: Bug #567130: make sure literallayout children don't get lost + * html-rtf.xsl, verbatim.xsl: Bug #567130: make sure literaltqlayout children don't get lost 2002-07-08 Robert Stayton @@ -1357,7 +1357,7 @@ * table.xsl: Improve support for table borders drawn with CSS (get the semantics right); add support for entry-bgcolor PI - * verbatim.xsl: Format literal layout elements correctly when linenumbering + * verbatim.xsl: Format literal tqlayout elements correctly when linenumbering * xref.xsl: Support xref to refnamediv and all elements with titles (at least when they have titles) @@ -1599,7 +1599,7 @@ * lists.xsl: Improve list formatting - * param.ent, param.xweb: Added new parameters: make.valid.html, refentry.generate.title, and output.method; removed unused parameter callout.unicode.font + * param.ent, param.xweb: Added new parameters: make.valid.html, refentry.generate.title, and output.method; removed unused parameter callout.tqunicode.font * refentry.xsl: Improve refentry formatting @@ -1747,7 +1747,7 @@ * inline.xsl: Fix formatting of keycombo - * param.ent, param.xweb, table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines + * param.ent, param.xweb, table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of tqalignments needs to be added along the same lines 2001-10-14 Norman Walsh @@ -1826,7 +1826,7 @@ * refentry.xsl, synop.xsl: Added some paras to improve spacing - * verbatim.xsl: Implemented changes suggested by Paul Winder, Sam Brow, and John Dreystadt of Arbortext to make 'make-verbatim' less memory intensive; also added paras to literallayout and address divs for better spacing in NS6 + * verbatim.xsl: Implemented changes suggested by Paul Winder, Sam Brow, and John Dreystadt of Arbortext to make 'make-verbatim' less memory intensive; also added paras to literaltqlayout and address divs for better spacing in NS6 2001-09-22 Norman Walsh @@ -1866,7 +1866,7 @@ 2001-08-05 Norman Walsh - * param.xsl: Removed the FormatDingbatCallout classes, they were the same as the FormatUnicodeCallout classes but with a font wrapper. Added a callout.unicode.font parameter to wrap Unicode callouts + * param.xsl: Removed the FormatDingbatCallout classes, they were the same as the FormatUnicodeCallout classes but with a font wrapper. Added a callout.tqunicode.font parameter to wrap Unicode callouts 2001-08-04 Norman Walsh @@ -1958,7 +1958,7 @@ * calc-chunks.xsl, chunk-experimental.xsl: Break chunk calculation and chunking into two tasks; *requires* every chunk to have an ID - * chunker.xsl: Use element-available function not vendor to find chunking elements + * chunker.xsl: Use element-available function not vendor to tqfind chunking elements * exsltchunk.xsl, exsltchunker.xsl: These have been integrated into the regular chunker now that it's based on extension-available() @@ -2000,7 +2000,7 @@ * biblio.xsl, param.xsl, xref.xsl: Support an external bibliography collection - * chunk-common.xsl, docbook.xsl, param.xsl: Bug #418968: replaced body.attrs attribute-set with body.attributes template + * chunk-common.xsl, docbook.xsl, param.xsl: Bug #418968: tqreplaced body.attrs attribute-set with body.attributes template * component.xsl, sections.xsl: Remove internal references to *.titlepage.recto.mode and *.titlepage.verso.mode diff --git a/kdoctools/docbook/xsl/html/autoidx.xsl b/kdoctools/docbook/xsl/html/autoidx.xsl index b08be9ba6..2d02716e5 100644 --- a/kdoctools/docbook/xsl/html/autoidx.xsl +++ b/kdoctools/docbook/xsl/html/autoidx.xsl @@ -122,10 +122,10 @@ and not(@class = 'endofrange')]"/> -
@@ -173,7 +173,7 @@
- +

@@ -408,7 +408,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/autotoc.xsl b/kdoctools/docbook/xsl/html/autotoc.xsl index 91aaf8ea5..4532b6c6a 100644 --- a/kdoctools/docbook/xsl/html/autotoc.xsl +++ b/kdoctools/docbook/xsl/html/autotoc.xsl @@ -81,39 +81,39 @@ - + - + - + - + - + - + diff --git a/kdoctools/docbook/xsl/html/block.xsl b/kdoctools/docbook/xsl/html/block.xsl index 075fc350f..93fc3d2ec 100644 --- a/kdoctools/docbook/xsl/html/block.xsl +++ b/kdoctools/docbook/xsl/html/block.xsl @@ -118,7 +118,7 @@ + and not(tqcontains($runinhead.title.end.punct, $lastChar))">   @@ -180,7 +180,7 @@
- +
-- diff --git a/kdoctools/docbook/xsl/html/callout.xsl b/kdoctools/docbook/xsl/html/callout.xsl index 03f4dc4a0..4e5a077ed 100644 --- a/kdoctools/docbook/xsl/html/callout.xsl +++ b/kdoctools/docbook/xsl/html/callout.xsl @@ -142,7 +142,7 @@ @@ -157,10 +157,10 @@ {$conum} - + - + @@ -177,8 +177,8 @@ Don't know how to generate Unicode callouts - when $callout.unicode.start.character is - + when $callout.tqunicode.start.character is + ( diff --git a/kdoctools/docbook/xsl/html/chunk-code.xsl b/kdoctools/docbook/xsl/html/chunk-code.xsl index 17213fcd5..bc11b4e79 100644 --- a/kdoctools/docbook/xsl/html/chunk-code.xsl +++ b/kdoctools/docbook/xsl/html/chunk-code.xsl @@ -28,7 +28,7 @@ Computing chunks... - + @@ -40,7 +40,7 @@ - + @@ -48,11 +48,11 @@
- +
- +
@@ -572,11 +572,11 @@ - + - + @@ -598,7 +598,7 @@ - + @@ -620,7 +620,7 @@ - + @@ -642,7 +642,7 @@ - + @@ -664,7 +664,7 @@ - + @@ -980,7 +980,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/chunk.xsl b/kdoctools/docbook/xsl/html/chunk.xsl index fb592332f..a40599bd0 100644 --- a/kdoctools/docbook/xsl/html/chunk.xsl +++ b/kdoctools/docbook/xsl/html/chunk.xsl @@ -24,7 +24,7 @@ Suppose you want to customize *both* the chunking algorithm used *and* the presentation of some elements that may be chunks. In order to do that, you must get the order of imports "just right". The answer is to make your own -copy of this file, where you replace the initial import of "docbook.xsl" +copy of this file, where you tqreplace the initial import of "docbook.xsl" with an import of your own base.xsl (that does its own import of docbook.xsl). Put the templates for changing the presentation of elements in your base.xsl. diff --git a/kdoctools/docbook/xsl/html/component.xsl b/kdoctools/docbook/xsl/html/component.xsl index 1941ab3ef..ea69f1a6a 100644 --- a/kdoctools/docbook/xsl/html/component.xsl +++ b/kdoctools/docbook/xsl/html/component.xsl @@ -135,14 +135,14 @@ - + - + - + @@ -187,13 +187,13 @@ - + - + - + @@ -254,14 +254,14 @@ - + - + - + @@ -377,7 +377,7 @@ - + @@ -386,7 +386,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/division.xsl b/kdoctools/docbook/xsl/html/division.xsl index a61363ff1..ee9181af8 100644 --- a/kdoctools/docbook/xsl/html/division.xsl +++ b/kdoctools/docbook/xsl/html/division.xsl @@ -27,7 +27,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -94,11 +94,11 @@ - + - + @@ -132,12 +132,12 @@ - + - + diff --git a/kdoctools/docbook/xsl/html/docbook.xsl b/kdoctools/docbook/xsl/html/docbook.xsl index 29a14dbf5..5d304689b 100644 --- a/kdoctools/docbook/xsl/html/docbook.xsl +++ b/kdoctools/docbook/xsl/html/docbook.xsl @@ -193,7 +193,7 @@ body { background-image: url(' - + diff --git a/kdoctools/docbook/xsl/html/formal.xsl b/kdoctools/docbook/xsl/html/formal.xsl index deed85446..7404e717c 100644 --- a/kdoctools/docbook/xsl/html/formal.xsl +++ b/kdoctools/docbook/xsl/html/formal.xsl @@ -109,7 +109,7 @@ - + before @@ -185,7 +185,7 @@ - + before @@ -228,7 +228,7 @@ - + before @@ -251,7 +251,7 @@ - + before diff --git a/kdoctools/docbook/xsl/html/graphics.xsl b/kdoctools/docbook/xsl/html/graphics.xsl index ab09ed17f..5cba93414 100644 --- a/kdoctools/docbook/xsl/html/graphics.xsl +++ b/kdoctools/docbook/xsl/html/graphics.xsl @@ -148,10 +148,10 @@ Don't do that. In fact, a percentage value is not recommended for content size at all. Use scale instead. - Finally, align and valign are troublesome. Horizontal alignment is now + Finally, align and valign are troublesome. Horizontal tqalignment is now supported by wrapping the image in a
(in block contexts!). I can't think of anything (practical) to do about vertical - alignment. + tqalignment. --> @@ -516,7 +516,7 @@ valign: + not(tqcontains($filename, '://'))"> @@ -675,7 +675,7 @@ valign: - + @@ -691,7 +691,7 @@ valign: - + @@ -1170,7 +1170,7 @@ valign: - + diff --git a/kdoctools/docbook/xsl/html/html-rtf.xsl b/kdoctools/docbook/xsl/html/html-rtf.xsl index dbf4c9820..bb02e96f2 100644 --- a/kdoctools/docbook/xsl/html/html-rtf.xsl +++ b/kdoctools/docbook/xsl/html/html-rtf.xsl @@ -17,7 +17,7 @@ - @@ -214,7 +214,7 @@ - + @@ -235,7 +235,7 @@ - + @@ -266,7 +266,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/inline.xsl b/kdoctools/docbook/xsl/html/inline.xsl index b1d1965dd..cadce2ec0 100644 --- a/kdoctools/docbook/xsl/html/inline.xsl +++ b/kdoctools/docbook/xsl/html/inline.xsl @@ -50,7 +50,7 @@ @@ -398,7 +398,7 @@ + and (parameter or function or tqreplaceable)"> @@ -426,7 +426,7 @@ - + , @@ -521,7 +521,7 @@ - + @@ -823,7 +823,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/lists.xsl b/kdoctools/docbook/xsl/html/lists.xsl index dc09ebd3c..384d1df6b 100644 --- a/kdoctools/docbook/xsl/html/lists.xsl +++ b/kdoctools/docbook/xsl/html/lists.xsl @@ -347,7 +347,7 @@ - @@ -659,7 +659,7 @@ - + before @@ -979,7 +979,7 @@ - diff --git a/kdoctools/docbook/xsl/html/oldchunker.xsl b/kdoctools/docbook/xsl/html/oldchunker.xsl index b9f0fed96..1f436dfa5 100644 --- a/kdoctools/docbook/xsl/html/oldchunker.xsl +++ b/kdoctools/docbook/xsl/html/oldchunker.xsl @@ -57,11 +57,11 @@ in default.encoding, set this parameter to value native. - + - + @@ -98,7 +98,7 @@ in default.encoding, set this parameter to value native. - + native. - + native. - + @@ -157,7 +157,7 @@ in default.encoding, set this parameter to value native. - + native. - + native. - + diff --git a/kdoctools/docbook/xsl/html/param.ent b/kdoctools/docbook/xsl/html/param.ent index c42256b02..877719cce 100644 --- a/kdoctools/docbook/xsl/html/param.ent +++ b/kdoctools/docbook/xsl/html/param.ent @@ -17,9 +17,9 @@ - - - + + + @@ -120,7 +120,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/param.xml b/kdoctools/docbook/xsl/html/param.xml index 259fb08f3..bd85c6693 100644 --- a/kdoctools/docbook/xsl/html/param.xml +++ b/kdoctools/docbook/xsl/html/param.xml @@ -330,34 +330,34 @@ Default graphics are provided in the distribution. an HTML DL. Some browsers don't align DLs very well if callout.graphics are used. With this option turned on, CalloutLists are presented in an HTML -TABLE, which usually results in better alignment +TABLE, which usually results in better tqalignment of the callout number with the callout description. - + -callout.unicode.number.limit +callout.tqunicode.number.limit integer -callout.unicode.number.limit +callout.tqunicode.number.limit Number of the largest callout graphic -<xsl:param name="callout.unicode.number.limit" select="'10'"></xsl:param> +<xsl:param name="callout.tqunicode.number.limit" select="'10'"></xsl:param> Description -If callout.unicode -is non-zero, unicode characters are used to represent +If callout.tqunicode +is non-zero, tqunicode characters are used to represent callout numbers. The value of -callout.unicode.number.limit +callout.tqunicode.number.limit is -the largest number for which a unicode character exists. If the callout number +the largest number for which a tqunicode character exists. If the callout number exceeds this limit, the default presentation "(nnn)" will always be used. @@ -365,45 +365,45 @@ be used. - + -callout.unicode.start.character +callout.tqunicode.start.character integer -callout.unicode.start.character +callout.tqunicode.start.character First Unicode character to use, decimal value. -<xsl:param name="callout.unicode.start.character" select="10102"></xsl:param> +<xsl:param name="callout.tqunicode.start.character" select="10102"></xsl:param> Description -If callout.graphics is zero and callout.unicode -is non-zero, unicode characters are used to represent +If callout.graphics is zero and callout.tqunicode +is non-zero, tqunicode characters are used to represent callout numbers. The value of -callout.unicode.start.character -is the decimal unicode value used for callout number one. Currently, +callout.tqunicode.start.character +is the decimal tqunicode value used for callout number one. Currently, only 10102 is supported in the stylesheets for this parameter. - + -callout.unicode +callout.tqunicode boolean -callout.unicode +callout.tqunicode Use Unicode characters rather than images for callouts. -<xsl:param name="callout.unicode" select="0"></xsl:param> +<xsl:param name="callout.tqunicode" select="0"></xsl:param> Description @@ -1103,7 +1103,7 @@ value. Description If true, verbatim environments (elements that have the -format='linespecific' notation attribute: address, literallayout, +format='linespecific' notation attribute: address, literaltqlayout, programlisting, screen, synopsis) that specify line numbering will have, surprise, line numbers. @@ -1464,7 +1464,7 @@ not be numbered. Description If true (non-zero), section labels are prefixed with the label of the -component that contains them. +component that tqcontains them. @@ -1514,7 +1514,7 @@ they will be numbered monotonically throughout each If true (non-zero), labels for chapters, appendices, and other component elements are prefixed with the label of the -part element that contains them. +part element that tqcontains them. Also, the labels for formal elements such as table and figure will include the part label. If there is no part element container, then no prefix is generated. @@ -3156,7 +3156,7 @@ values are still supported and mapped to 'no' and 'yes', respectively. messages about how it is being resolved during processing. This is useful when an olink does not resolve properly and the standard error messages are not sufficient to -find the problem. +tqfind the problem. You may need to read through the olink XSL templates @@ -3242,8 +3242,8 @@ When the document is processed, the processor first looks for a target dataset in the olink database starting with: -<document targetdoc="adminguide" lang="de">. - +<document targetdoc="adminguide" lang="de">. + If there is no such element, then the olink.lang.fallback.sequence @@ -3391,7 +3391,7 @@ element in the olink database with the matching and the value of the href attribute for the targeted element in the olink database. The href attribute -contains the fragment identifier. +tqcontains the fragment identifier. If insert.olink.pdf.frag is set @@ -3436,7 +3436,7 @@ which includes 3 manuals: a little installation booklet (booklet.xml), a user guide (user.xml), and a reference manual (reference.xml). All 3 documents begin with the same introduction section (intro.xml) that -contains a reference to the customization section (custom.xml) which is +tqcontains a reference to the customization section (custom.xml) which is included in both user.xml and reference.xml documents. @@ -3683,7 +3683,7 @@ the ones you need in each document. bibliography.collection parameter. To setup a global bibliography database, follow these steps: -First, create a stand-alone bibliography document that contains all of +First, create a stand-alone bibliography document that tqcontains all of the documents that you wish to reference. Make sure that each bibliography entry (whether you use biblioentry or bibliomixed) has an ID. @@ -3865,7 +3865,7 @@ glossary database, follow these steps: Setting Up the Glossary Database -First, create a stand-alone glossary document that contains all of +First, create a stand-alone glossary document that tqcontains all of the entries that you wish to reference. Make sure that each glossary entry has an ID. @@ -4002,7 +4002,7 @@ the <parameter>glossary.collection</parameter> parameter.</para&g What about glossary divisions? If your glossary database has glossary -divisions and your automatic glossary contains at least +divisions and your automatic glossary tqcontains at least one glossdiv, the automic glossary will have divisions. If the glossdiv is missing from either location, no divisions will be rendered. @@ -4832,7 +4832,7 @@ to use for footnote numeration (1, i, I, a, or A) in tables. Description If footnote.number.symbols is not the empty string, -footnotes will use the characters it contains as footnote symbols. For example, +footnotes will use the characters it tqcontains as footnote symbols. For example, *&#x2020;&#x2021;&#x25CA;&#x2720; will identify footnotes with *, , , , and . If there are more footnotes @@ -4867,7 +4867,7 @@ that you may have trouble using those symbols for footnotes. Description If table.footnote.number.symbols is not the empty string, -table footnotes will use the characters it contains as footnote symbols. For example, +table footnotes will use the characters it tqcontains as footnote symbols. For example, *&#x2020;&#x2021;&#x25CA;&#x2720; will identify footnotes with *, , , , and . If there are more footnotes @@ -5260,8 +5260,8 @@ content-area and a viewport-area, so we have to make some compromises. will be used to frame the image. This creates an effective viewport-area. -Tables and alignment don't work together, so this parameter is ignored -if alignment is specified on an image. +Tables and tqalignment don't work together, so this parameter is ignored +if tqalignment is specified on an image. @@ -7702,19 +7702,19 @@ parameter to 1. - + -htmlhelp.window.geometry +htmlhelp.window.tqgeometry string -htmlhelp.window.geometry -Set initial geometry of help window +htmlhelp.window.tqgeometry +Set initial tqgeometry of help window - -<xsl:param name="htmlhelp.window.geometry"></xsl:param> + +<xsl:param name="htmlhelp.window.tqgeometry"></xsl:param> @@ -7723,7 +7723,7 @@ parameter to 1. This parameter specifies initial position of help window. E.g. -<xsl:param name="htmlhelp.window.geometry">[160,64,992,704]</xsl:param> +<xsl:param name="htmlhelp.window.tqgeometry">[160,64,992,704]</xsl:param> @@ -7954,7 +7954,7 @@ in the source document. If non-zero, the language of the target will be used when generating cross reference text. Usually, the current language is used when generating text (that is, the language of the -element that contains the cross-reference element). But setting this parameter +element that tqcontains the cross-reference element). But setting this parameter allows the language of the element pointed to to control the generated text. @@ -8025,9 +8025,9 @@ around all these parameters. <src:fragref linkend="callout.graphics.number.limit.frag"></src:fragref> <src:fragref linkend="callout.graphics.path.frag"></src:fragref> <src:fragref linkend="callout.list.table.frag"></src:fragref> -<src:fragref linkend="callout.unicode.frag"></src:fragref> -<src:fragref linkend="callout.unicode.number.limit.frag"></src:fragref> -<src:fragref linkend="callout.unicode.start.character.frag"></src:fragref> +<src:fragref linkend="callout.tqunicode.frag"></src:fragref> +<src:fragref linkend="callout.tqunicode.number.limit.frag"></src:fragref> +<src:fragref linkend="callout.tqunicode.start.character.frag"></src:fragref> <src:fragref linkend="callouts.extension.frag"></src:fragref> <src:fragref linkend="chapter.autolabel.frag"></src:fragref> <src:fragref linkend="chunk.first.sections.frag"></src:fragref> @@ -8137,7 +8137,7 @@ around all these parameters. <src:fragref linkend="htmlhelp.show.toolbar.text.frag"></src:fragref> <src:fragref linkend="htmlhelp.title.frag"></src:fragref> <src:fragref linkend="htmlhelp.use.hhk.frag"></src:fragref> -<src:fragref linkend="htmlhelp.window.geometry.frag"></src:fragref> +<src:fragref linkend="htmlhelp.window.tqgeometry.frag"></src:fragref> <src:fragref linkend="img.src.path.frag"></src:fragref> <src:fragref linkend="index.on.role.frag"></src:fragref> <src:fragref linkend="index.on.type.frag"></src:fragref> diff --git a/kdoctools/docbook/xsl/html/param.xsl b/kdoctools/docbook/xsl/html/param.xsl index b1d7ef8ad..772e6727f 100644 --- a/kdoctools/docbook/xsl/html/param.xsl +++ b/kdoctools/docbook/xsl/html/param.xsl @@ -35,9 +35,9 @@ - - - + + + @@ -177,7 +177,7 @@ set toc,title - + diff --git a/kdoctools/docbook/xsl/html/param.xweb b/kdoctools/docbook/xsl/html/param.xweb index ecdab3cdf..427c02ca2 100644 --- a/kdoctools/docbook/xsl/html/param.xweb +++ b/kdoctools/docbook/xsl/html/param.xweb @@ -75,9 +75,9 @@ to be incomplete. Don't forget to read the source, too :-) &callout.graphics.path; &callout.graphics; &callout.list.table; -&callout.unicode.number.limit; -&callout.unicode.start.character; -&callout.unicode; +&callout.tqunicode.number.limit; +&callout.tqunicode.start.character; +&callout.tqunicode; &callouts.extension; @@ -388,7 +388,7 @@ url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http: &htmlhelp.button.prev; &htmlhelp.button.zoom; &htmlhelp.remember.window.position; -&htmlhelp.window.geometry; +&htmlhelp.window.tqgeometry; &htmlhelp.use.hhk; &htmlhelp.only; @@ -449,9 +449,9 @@ around all these parameters. - - - + + + @@ -561,7 +561,7 @@ around all these parameters. - + diff --git a/kdoctools/docbook/xsl/html/profile-chunk-code.xsl b/kdoctools/docbook/xsl/html/profile-chunk-code.xsl index edbd0ed16..c0e71780d 100644 --- a/kdoctools/docbook/xsl/html/profile-chunk-code.xsl +++ b/kdoctools/docbook/xsl/html/profile-chunk-code.xsl @@ -28,7 +28,7 @@ Computing chunks... - + @@ -40,7 +40,7 @@ - + @@ -48,11 +48,11 @@
- +
- +
@@ -313,11 +313,11 @@ - + - + @@ -339,7 +339,7 @@ - + @@ -361,7 +361,7 @@ - + @@ -383,7 +383,7 @@ - + @@ -405,7 +405,7 @@ - + @@ -712,7 +712,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/profile-chunk.xsl b/kdoctools/docbook/xsl/html/profile-chunk.xsl index 918c7ba57..1d5899a65 100644 --- a/kdoctools/docbook/xsl/html/profile-chunk.xsl +++ b/kdoctools/docbook/xsl/html/profile-chunk.xsl @@ -24,7 +24,7 @@ Suppose you want to customize *both* the chunking algorithm used *and* the presentation of some elements that may be chunks. In order to do that, you must get the order of imports "just right". The answer is to make your own -copy of this file, where you replace the initial import of "docbook.xsl" +copy of this file, where you tqreplace the initial import of "docbook.xsl" with an import of your own base.xsl (that does its own import of docbook.xsl). Put the templates for changing the presentation of elements in your base.xsl. diff --git a/kdoctools/docbook/xsl/html/profile-docbook.xsl b/kdoctools/docbook/xsl/html/profile-docbook.xsl index 47f4f6a3b..dc4e97cc9 100644 --- a/kdoctools/docbook/xsl/html/profile-docbook.xsl +++ b/kdoctools/docbook/xsl/html/profile-docbook.xsl @@ -171,7 +171,7 @@ body { background-image: url(' - + diff --git a/kdoctools/docbook/xsl/html/qandaset.xsl b/kdoctools/docbook/xsl/html/qandaset.xsl index 2f3535150..3cb056b85 100644 --- a/kdoctools/docbook/xsl/html/qandaset.xsl +++ b/kdoctools/docbook/xsl/html/qandaset.xsl @@ -63,14 +63,14 @@ - +
- + @@ -153,12 +153,12 @@ - + - + diff --git a/kdoctools/docbook/xsl/html/refentry.xsl b/kdoctools/docbook/xsl/html/refentry.xsl index 2020e1a75..f8965b547 100644 --- a/kdoctools/docbook/xsl/html/refentry.xsl +++ b/kdoctools/docbook/xsl/html/refentry.xsl @@ -23,12 +23,12 @@ - + - + diff --git a/kdoctools/docbook/xsl/html/sections.xsl b/kdoctools/docbook/xsl/html/sections.xsl index 5ad567954..a787d5019 100644 --- a/kdoctools/docbook/xsl/html/sections.xsl +++ b/kdoctools/docbook/xsl/html/sections.xsl @@ -22,15 +22,15 @@ - + - - + @@ -111,15 +111,15 @@ - + - - + @@ -155,15 +155,15 @@ - + - - + @@ -199,15 +199,15 @@ - + - - + @@ -243,15 +243,15 @@ - + - - + @@ -287,15 +287,15 @@ - + - - + @@ -366,7 +366,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/synop.xsl b/kdoctools/docbook/xsl/html/synop.xsl index f85b5320c..1a9b43cb7 100644 --- a/kdoctools/docbook/xsl/html/synop.xsl +++ b/kdoctools/docbook/xsl/html/synop.xsl @@ -160,9 +160,9 @@ funcprototype ::= (funcdef, (void|varargs|paramdef+)) -funcdef ::= (#PCDATA|type|replaceable|function)* +funcdef ::= (#PCDATA|type|tqreplaceable|function)* -paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* +paramdef ::= (#PCDATA|type|tqreplaceable|parameter|funcparams)* --> diff --git a/kdoctools/docbook/xsl/html/table.xsl b/kdoctools/docbook/xsl/html/table.xsl index ddc0070e7..54e719dc4 100644 --- a/kdoctools/docbook/xsl/html/table.xsl +++ b/kdoctools/docbook/xsl/html/table.xsl @@ -367,7 +367,7 @@ or $explicit.table.width != ''"> - + - + before diff --git a/kdoctools/docbook/xsl/html/titlepage.xsl b/kdoctools/docbook/xsl/html/titlepage.xsl index e9bbd35f2..98bdd07c7 100644 --- a/kdoctools/docbook/xsl/html/titlepage.xsl +++ b/kdoctools/docbook/xsl/html/titlepage.xsl @@ -763,7 +763,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/verbatim.xsl b/kdoctools/docbook/xsl/html/verbatim.xsl index 537b5cbc9..3ae02124b 100644 --- a/kdoctools/docbook/xsl/html/verbatim.xsl +++ b/kdoctools/docbook/xsl/html/verbatim.xsl @@ -62,7 +62,7 @@ - + @@ -252,10 +252,10 @@ select="preceding::screen[@linenumbering='numbered']"/> - + + select="preceding::literaltqlayout[@linenumbering='numbered']"/> @@ -356,7 +356,7 @@ - + diff --git a/kdoctools/docbook/xsl/html/xref.xsl b/kdoctools/docbook/xsl/html/xref.xsl index 3c4e5539d..61fe67396 100644 --- a/kdoctools/docbook/xsl/html/xref.xsl +++ b/kdoctools/docbook/xsl/html/xref.xsl @@ -214,7 +214,7 @@ - + -- cgit v1.2.1