summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fix up handling of built sources for srcdir!=builddir builds.James Henstridge2004-10-282-5/+9
| | | | | | | | | | | | | | | | | | 2004-10-28 James Henstridge <james@jamesh.id.au> * src/Makefile.am: fix up handling of built sources for srcdir!=builddir builds. * po/POTFILES.in: remove some files that have been removed. * data/Makefile.am: add some files to the clean list. * Makefile.am: add intltool files to the distclean list. * configure.in: clean up a bit, removing obsolete macro usage. * autogen.sh: use the gnome-common autogen.sh script. Request a Automake 1.7.
* - Added more tag descriptions.Shaun McCance2004-03-151-37/+33
| | | | | * xhelp.xml: - Added more tag descriptions.
* - Added more metadata keys.Shaun McCance2004-03-081-1/+35
| | | | | * text/xhelp/xhelp.xml: - Added more metadata keys.
* - Some updates to the draft.Shaun McCance2004-03-081-117/+141
| | | | | * test/xhelp/xhelp.xml: - Some updates to the draft.
* - Added support address/email in titlepage, per #134769. Also don'tShaun McCance2004-02-181-1/+11
| | | | | | | | | * stylesheets/db2html-titlepage.xsl: * test/testdoc1/testdoc1.xml: - Added support address/email in titlepage, per #134769. Also don't duplicate then name of othercredit. - Merged templates for author | editor | othercredit, since they're all the same.
* test/xhelp/Makefile.am test/xhelp/legal.xml test/xhelp/xhelp.omfShaun McCance2004-02-166-1/+221
| | | | | | | | | | * test/Makefile.am: * test/configure.in: * test/xhelp/Makefile.am * test/xhelp/legal.xml * test/xhelp/xhelp.omf * test/xhelp/xhelp.xml - Adding draft proposal work, so I have somewhere to track it.
* - More cmdsynopsis work.Shaun McCance2004-02-111-1/+45
| | | | | | * stylesheets/db2html-synopsis.xsl: * test/testdoc1/testdoc1.xml: - More cmdsynopsis work.
* - Don't always grab focus on the gtkhtml2 widget. I did this as part of myShaun McCance2004-02-091-0/+1
| | | | | | | | | | | | | | | * src/yelp-html-gtkhtml2.c: * src/yelp-window.c: - Don't always grab focus on the gtkhtml2 widget. I did this as part of my efforts to lay smack-down on gtkhtml2's scrolling weirdness, but it isn't needed with the solution I have, and it's annoying. * stylesheets/db2html-html.xsl: * stylesheets/db2html-toc.xsl: - Stylistic TOC changes, and only print Contents header when there are. * test/testdoc1/testdoc1.xml: - Chunk two levels deep.
* - Tweak to the idle writer that squeezes out a few more scroll problems.Shaun McCance2004-02-031-103/+30
| | | | | | | | * src/yelp-window.c: - Tweak to the idle writer that squeezes out a few more scroll problems. * test/testdoc1/testdoc1.xml: - Added indexterms
* - Handling another category that doesn't exist. ~sigh~Shaun McCance2004-01-221-1/+12
| | | | | | | | | | | | | | * data/toc.xml.in: - Handling another category that doesn't exist. ~sigh~ * stylesheets/db2html-html.xsl: - Modification to variablelist rendering. * stylesheets/db2html-xref.xsl: - Pull content of ulink from url when there's no content. * test/testdoc1/testdoc1.xml: - Test ulink.
* - Fixed ugly but benign typo.Shaun McCance2004-01-221-1/+11
| | | | | | | | * src/yelp-window.h: - Fixed ugly but benign typo. * test/testdoc1/testdoc1.xml: - Implemented test for xref.
* - Don't require absolute path for a file given on the command line.Shaun McCance2004-01-141-1/+1
| | | | | | | | * src/yelp-base.c: - Don't require absolute path for a file given on the command line. * test/testdoc1/testdoc1.xml: - That really isn't my email address. Really.
* - Added lots of comments.Shaun McCance2004-01-101-1/+1
| | | | | | | | * stylesheets/l10n.xml.in: - Added lots of comments. * test/testdoc1/testdoc1.xml: - Made my email address correct.
* 004-01-10 Eric Baudais <drake@gnome.orgEric Baudais2004-01-101-1/+17
| | | | | * test/testdoc1/testdoc1.xml - Added some more glossary tests.
* - More link fixes, making endterm cases look right.Shaun McCance2004-01-105-0/+368
| | | | | | | | | | | | * stylesheets/db2html-xref.xsl: - More link fixes, making endterm cases look right. * test/Makefile.am: * test/autogen.sh: * test/configure.in: * test/omf.make: * test/xmldocs.xml: - Making test/ independantly buildable.
* - Fixed the test doc so everything is valid DocBook.Eric Baudais2004-01-101-10/+78
| | | | | | | 2004-01-09 Eric Baudais <drake@gnome.org> * test/testdoc1/testdoc1.xml: - Fixed the test doc so everything is valid DocBook.
* - Some glossary work.Shaun McCance2004-01-091-0/+16
| | | | | | | | | | | * stylesheets/db2html-chunk.xsl: - Some glossary work. * stylesheets/gettext.xsl: - Strip trailing space from number-less headers. * test/testdoc1/testdoc1.xml: - Some glossary test stuff.
* - A quick comment, to remind me.Shaun McCance2004-01-011-0/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | * src/yelp-db-pager.c: - A quick comment, to remind me. * src/yelp-html-gtkhtml2.c: - Don't let the html view shrink to nothing. * src/yelp-window.c: - Handle external URIs, like web sites and stuff. * stylesheets/db2html-header.xsl: - Actually implement 'header' for all relevant elements. * stylesheets/db2html-html.xsl: - Some formattings changes. * stylesheets/db2html-toc.xsl: - Don't replicate the 'xref' template. That's silly. * stylesheets/db2html-xref.xsl: - Do links properly. Duh. * test/testdoc1/testdoc1.xml: - Put in tests for some inline elements.
* - Version 2.5.2.YELP_2_5_2Shaun McCance2003-12-301-1/+0
| | | | | | | | | | | | | | * NEWS: - Version 2.5.2. * configure.in: - Removed test/testdoc/Makefile, so distcheck will work. * src/yelp-base.c: - Removed extraneous includes. * po/*.po: - Stuff distcheck does.
* - Adding .cvsignore.Shaun McCance2003-12-301-0/+4
| | | | | * test/testdoc1/.cvsignore: - Adding .cvsignore.
* - Transpose Titlepage and Contents.Shaun McCance2003-12-301-2/+2
| | | | | | | | | | | | | | | | | | | | | * src/yelp-db-pager.c: - Transpose Titlepage and Contents. * src/yelp-main.c: - Handle startup notification. * stylesheets/db2html-header.xsl - Implement @label attribute. * stylesheets/db2html-html.xsl: * stylesheets/db2html-navbar.xsl: - Fixes for prev/next links. * stylesheets/db2html-toc.xsl: - Deboldify section titles. * test/testdoc1/testdoc1.xml: - Change to 4.1.2. I need to fix this fiasco. ~sigh~
* - Put classsynopsis in a gray box. - Monospace tt, since gtkhtml2 doesn't.Shaun McCance2003-12-291-17/+59
| | | | | | | | | | | | | | | | | | * stylesheets/db2html-html.xsl: - Put classsynopsis in a gray box. - Monospace tt, since gtkhtml2 doesn't. * stylesheets/db2html-index.xsl: - Remove indexterm, as it's already in -suppressed.xsl. * stylesheets/db2html-synopsis.xsl: - More work on classsynopsis and friends. * stylesheets/db2html.xsl: - Actually include -synopsis.xsl. * test/testdoc1/testdoc1.xml: - Put in a test for classsynopsis.
* configure.in src/Makefile.am - Updates dependencies.Shaun McCance2003-12-271-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in * src/Makefile.am - Updates dependencies. * data/Makefile.am: * data/icons/Makefile.am: * data/icons/caution.png: * data/icons/important.png: * data/icons/note.png: * data/icons/tip.png: * data/icons/warning.png: - Adding icons here. * src/yelp-db-pager.c: - Changed params around a bit. * stylesheets/docbook/ - Removing a bunch of stuff. * stylesheets/db2html-admon.xsl: * stylesheets/db2html-html.xsl - Various stylistic improvements. * test/testdoc1/testdoc1.xml: - Changes to admonition samples.
* - Added myself to AUTHORS.Shaun McCance2003-12-271-1/+86
| | | | | | | | | | | | | | | | * AUTHORS: - Added myself to AUTHORS. * src/yelp-db-pager.c: - Fixed memory leak in params. * src/yelp-uri.c: * src/yelp-uri.h: * src/yelp-window.c: - Re-added Hallski's copyright statements. * test/testdoc1/testdoc1.xml: - Put actual content in, including admonition section.
* - Added test documents.Shaun McCance2003-12-274-0/+140
* configure.in: * test/testdoc1/Makefile.am: * test/testdoc1/legal.xml: * test/testdoc1/testdoc1.omf: * test/testdoc1/testdoc1.xml: - Added test documents. * data/toc.xml.in: - Handling System|... stuff from SK. * stylesheets/Makefile.am: - Removed db2html-tmp.xsl: * stylesheets/db2html-biblio.xsl: * stylesheets/db2html-index.xsl: * stylesheets/db2html-navbar.xsl: * stylesheets/db2html-synopsis.xsl: * stylesheets/db2html.xsl: - Various additions and improvements.