summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fix intltool problem with dist.YELP_2_5_2_1Shaun McCance2003-12-303-8/+14
| | | | | | | | * Makefile.am: - Fix intltool problem with dist. * configure.in: - Version 2.5.2.1.
* - Version 2.5.2.YELP_2_5_2Shaun McCance2003-12-3065-7730/+8900
| | | | | | | | | | | | | | * 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.
* - Grab the default style if gtk_rc_get_style_by_paths returns NULL.Shaun McCance2003-12-302-14/+23
| | | | | * src/yelp-theme.c: - Grab the default style if gtk_rc_get_style_by_paths returns NULL.
* - doc_name and doc_path were reversed for some reason.Shaun McCance2003-12-304-67/+97
| | | | | | | | * src/yelp-db-pager.c: - doc_name and doc_path were reversed for some reason. * stylesheets/db2html-html.xsl: - Some fancification to the navbar.
* - Move Applets into Applications. - Accomodote non-standardShaun McCance2003-12-307-60/+51
| | | | | | | | | | | | | | | | | | * data/toc.xml.in: - Move Applets into Applications. - Accomodote non-standard GNOME|Applications|Accessories. * src/yelp-theme.c: - Don't be an idiot. Use snprintf. * src/yelp-window.c: - Make the busy cursor go away when erroring out. * stylesheets/db2html-html.xsl: - Make admonitions use the only theme color we have for now. * stylesheets/db2html-list.xsl: - Don't bold varlistentry/term. I might change this back.
* - Consider #index to be equal to no fragment.Shaun McCance2003-12-305-30/+103
| | | | | | | | | | | * src/yelp-uri.c: - Consider #index to be equal to no fragment. * src/yelp-window.c: - Some improvement to the history mechanism. * stylesheets/db2html-division.xsl: - Pull titles from articleinfo and bookinfo when necessary.
* - Transpose Titlepage and Contents.Shaun McCance2003-12-3010-18/+87
| | | | | | | | | | | | | | | | | | | | | * 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-297-40/+121
| | | | | | | | | | | | | | | | | | * 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.
* Update Czech translationMiloslav Trmac2003-12-292-5/+10
|
* Updated Swedish translation.Christian Rose2003-12-292-45/+57
| | | | | | 2003-12-29 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2003-12-292-182/+204
| | | | | | 2003-12-29 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-292-5/+10
| | | | | | 2003-12-29 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Serbian translation.Danilo Šegan2003-12-294-90/+113
| | | | | | | | 2003-12-29 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation. * POTFILES.in: Added src/yelp-theme.c.
* Some modifications...Görkem Çetin2003-12-281-58/+36
|
* CVS_SILENTGörkem Çetin2003-12-281-127/+145
|
* Update Czech translationMiloslav Trmac2003-12-272-48/+54
|
* Updated Danish translation.Ole Laursen2003-12-272-131/+151
| | | | | | 2003-12-27 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* - Added omf.make and xmldocs.make for testdocs.Shaun McCance2003-12-272-0/+148
| | | | | | * omf.make: * xmldocs.make: - Added omf.make and xmldocs.make for testdocs.
* configure.in src/Makefile.am - Updates dependencies.Shaun McCance2003-12-27108-38232/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-277-8/+123
| | | | | | | | | | | | | | | | * 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-2714-228/+400
| | | | | | | | | | | | | | | | | | | | | | * 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.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-272-184/+156
| | | | | | 2003-12-27 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Removing.Shaun McCance2003-12-241-133/+0
| | | | * stylesheets/db2html-section.xsl: Removing.
* Removing.Shaun McCance2003-12-241-5/+0
| | | | * stylesheets/db2html-tmp.xsl: Removing.
* - Add yelp-theme to test_pager_SOURCESShaun McCance2003-12-2417-248/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.am: - Add yelp-theme to test_pager_SOURCES * src/yelp-db-pager.c: * src/yelp-theme.c: * src/yelp-theme.h: - Theme the gray color of screen, programlisting, etc. * src/yelp-window.c: - Change keybindings up, for fun. * stylesheets/Makefile.am: * stylesheets/db2html-formal.xsl: * stylesheets/db2html-lists.xsl: - Removing db2html-formal and db2html-lists * stylesheets/db2html-block.xsl: - Better implementation of msg stuff. * stylesheets/db2html-html.xsl: * stylesheets/db2html-param.xsl: - Theme the gray color of screen, programlisting, etc. - Various stylistic improvements in the CSS. * stylesheets/db2html-inline.xsl: * stylesheets/db2html-titlepage.xsl: * stylesheets/gettext.xsl: - Get rid of em-dashes. ~sigh~ * stylesheets/db2html-title.xsl: - Implemented some more titles and subtitles. * stylesheets/db2html-titlepage.xsl: - Deboldify Affiliation. The pages are too bold.
* - Changed things around to accomodate more stuff.Shaun McCance2003-12-232-177/+234
| | | | | * src/yelp-toc-pager.c: - Changed things around to accomodate more stuff.
* - Removing yelp-customization.xslShaun McCance2003-12-223-2/+8
| | | | | * stylesheets/Makefile.am: - Removing yelp-customization.xsl
* Removing.Shaun McCance2003-12-222-147/+4
| | | | * stylesheets/yelp-customization.xsl: Removing.
* Updated Swedish translation.Christian Rose2003-12-212-131/+154
| | | | | | 2003-12-22 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Polish translation updatedArtur Flinta2003-12-211-0/+4
|
* Updated polish translationArtur Flinta2003-12-211-59/+46
|
* Dutch translation updated by Tino Meinen.Vincent van Adrighem2003-12-202-129/+149
| | | | | | 2003-12-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Dutch translation updated by Tino Meinen.
* Updated Arabic translationArafat Medini2003-12-202-84/+82
| | | | | | 2003-12-20 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation
* Updated Spanish translation.Francisco Javier F. Serrador2003-12-202-130/+148
| | | | | | 2003-12-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Serbian translation.Danilo Šegan2003-12-203-262/+292
|
* Update Czech translationMiloslav Trmac2003-12-202-127/+111
|
* Updated German translation / POTFILES.in.Christian Neumair2003-12-193-186/+127
|
* - Crash fix from Chee Bin HOH.Shaun McCance2003-12-182-1/+6
| | | | | * src/yelp-db-pager.c: - Crash fix from Chee Bin HOH.
* All from Chee Bin HOH:Shaun McCance2003-12-185-215/+480
| | | | | | | | | | | | | | | | | | | | | | | | | | * data/ui/yelp.glade: - A new 'Find dialog which has same GUI as epiphany's Find dialog. * src/yelp-html-gtkhtml2.c: - Add automatically 'wrap around' if finding reaches the end of an html page (but avoid searching twice). - Searching from where the previous finding stops. - Clean up the yelp-html-gtkhtml2.c source a bit. * src/yelp-html.c: - Change yelp_html_find to return a boolean value to indicate the success or failure of findiing. * src/yelp-window.c: - Change 'Find in page... Ctrl+F' to 'Find... Ctrl+F' - Change 'Find again Ctrl+G' to 'Find Next Ctrl+G' - Add 'Find Previous Shift+Ctrl+G' to 'Edit' menu. - Disable the 'Next' button if finding next fails or 'Previous' button if finding previous fails. - Disable 'Next' and 'Previous' buttons if no text being entered into the 'Find' text entry, else enable the both buttons. - Hitting 'Alt-N' or 'Alt+P' will only activate the 'Next' button or 'Previous' button, NOT pulling down the 'Find' combobox entry list.
* - Attempts at working with GtkIconTheme.Shaun McCance2003-12-187-30/+118
| | | | | | | | | | | * src/Makefile.am: * src/yelp-base.c: * src/yelp-main.c: * src/yelp-window.c: - Attempts at working with GtkIconTheme. * src/yelp-window.c: - Check for model != NULL, to avoid ugly warnings.
* 2003-12-18 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2003-12-172-164/+101
|
* Updated Belarusian translationAles Nyakhaychyk2003-12-172-61/+44
|
* src/yelp-view-* - Removing.Shaun McCance2003-12-178-2421/+0
| | | | | * src/yelp-view-* - Removing.
* - Removing yelp-scrollkeeper and yelp-sections.Shaun McCance2003-12-1711-1180/+12
| | | | | | | | | | * src/Makefile.am: * src/yelp-base.c: * src/yelp-history.h: * src/yelp-html.h: * src/yelp-util.c: * src/yelp-window.c: - Removing yelp-scrollkeeper and yelp-sections.
* - Made sidebar selection follow the page loeded.Shaun McCance2003-12-162-3/+68
| | | | | * src/yelp-window.c: - Made sidebar selection follow the page loeded.
* Updated Catalan translation.Jordi Mallach2003-12-162-106/+98
|
* - Add prev, next, and toc to YelpPage. - Create menu items for Previous,Shaun McCance2003-12-166-220/+265
| | | | | | | | | | * src/yelp-db-pager.c: * src/yelp-pager.c: * src/yelp-pager.h: * src/yelp-toc-pager.c: * src/yelp-window.c: - Add prev, next, and toc to YelpPage. - Create menu items for Previous, Next, and Contents.
* - Make prev/next stuff work. - Create a top (TOC) link. - Switch to havingShaun McCance2003-12-163-86/+153
| | | | | | | | | * stylesheets/db2html-html.xsl: * stylesheets/db2html-navbar.xsl: - Make prev/next stuff work. - Create a top (TOC) link. - Switch to having db2html-navbar just return an id, more flexible. - Insert link tags in html for prev, next, and top.
* - Changed state to a bitfield, easier to extend. - Re-added the "contents"Shaun McCance2003-12-165-65/+181
| | | | | | | | | * src/yelp-db-pager.c: * src/yelp-pager.c: * src/yelp-pager.h: * src/yelp-window.c: - Changed state to a bitfield, easier to extend. - Re-added the "contents" signal for faster page-existence checking.