summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.1.2YELP_2_1_2Mikael Hallendal2002-11-013-2/+19
| | | | | | | | | | | | 2002-11-01 Mikael Hallendal <micke@codefactory.se> * Release 2.1.2 * NEWS: Updated for 2.1.2 * configure.in: - Bumped to 2.1.2 - Require gtkhtml2 2.1.2
* Implement find backward.Richard Hult2002-10-294-58/+155
| | | | | | | | | 2002-10-29 Richard Hult <rhult@codefactory.se> * src/yelp-html-gtkhtml2.c (yelp_html_find): Implement find backward. * src/yelp-window.c (window_find_again_cb): Implement.
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-10-292-64/+76
| | | | | | 2002-10-29 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Use the find dialog.Richard Hult2002-10-299-81/+552
| | | | | | | | | | | | | | | 2002-10-29 Richard Hult <rhult@codefactory.se> * src/yelp-window.c (window_find_response_cb) (window_find_delete_event_cb, window_find_cb): Use the find dialog. * src/yelp-html-gtkhtml2.c (yelp_html_find): Implement find forward. * data/ui/yelp.glade: Steal galeons find dialog. * configure.in: Add libglade dependency.
* Don't create GNodes with g_new, use g_node_new. Fixes a crash.Richard Hult2002-10-282-3/+11
| | | | | | | | | 2002-10-27 Richard Hult <rhult@codefactory.se> * src/yelp-pregenerate.c (main): Don't create GNodes with g_new, use g_node_new. Fixes a crash. (parse_section): Initialize variables and break out of loop when we have a match.
* removed unused struct type.Mikael Hallendal2002-10-263-7/+8
| | | | | | 2002-10-26 Mikael Hallendal <micke@codefactory.se> * src/yelp-base.c: removed unused struct type.
* s/ucirc/udblac/Andras Timar2002-10-212-40/+45
| | | | | | 2002-10-21 Andras Timar <timar@gnome.hu> * hu.po: s/ucirc/udblac/
* Released 2.1.1Mikael Hallendal2002-10-213-10/+31
| | | | | | | | | | | | 2002-10-21 Mikael Hallendal <micke@codefactory.se> * Released 2.1.1 * NEWS: updated for 2.1.1 * configure.in: - bumped version to 2.1.1 - depend on gtkhtml2 2.1.1
* Ditto.Richard Hult2002-10-214-5/+13
| | | | | | | | | | | | 2002-10-21 Richard Hult <rhult@codefactory.se> * src/yelp-view-content.c (content_show_uri): Ditto. * src/yelp-view-index.c (index_show_uri): Put head tag around meta and title tags. * src/yelp-main.c (main): Remove unused variable. Include string.h to avoid warnings.
* Don't try to set focus on view, use view->widget.Richard Hult2002-10-2110-10/+276
| | | | | | | | | | | | | | | | | | | | | | | | 2002-10-21 Richard Hult <rhult@codefactory.se> * src/yelp-view-content.c (content_show_uri): Don't try to set focus on view, use view->widget. * src/yelp-view-toc.c (toc_get_html): * src/yelp-view-index.c (index_get_html): * src/yelp-view.c (yelp_view_get_html): Implement YelpView::get_html. * src/yelp-view.h: Add virtual function get_html that returns the YelpHtml used by the view. * src/yelp-html-gtkhtml2.c (yelp_html_find_next): Implement. * src/yelp-html.h (yelp_html_find_next): Add virtual function find_next. * src/yelp-window.c (window_find_cb): The start of find functionality, needs more work. (window_init): Remove unused view_current variable.
* link with POPT_LIBS.Mikael Hallendal2002-10-193-1/+14
| | | | | | | | 2002-10-19 Mikael Hallendal <micke@codefactory.se> * src/Makefile.am (yelp_LDADD): link with POPT_LIBS. * configure.in: Check for popt, fixes #96168
* added, support to easy check if URI is of type 'index:' without any path.Mikael Hallendal2002-10-194-0/+26
| | | | | | | | | | 2002-10-19 Mikael Hallendal <micke@codefactory.se> * src/yelp-uri.c (yelp_uri_no_path): added, support to easy check if URI is of type 'index:' without any path. * src/yelp-view-index.c (index_show_uri): Don't try loading if URI is just 'index:'. Fixes #95877
* no need to check for YELP_URI_TYPE_GHELP_OTHER since it will never getMikael Hallendal2002-10-192-6/+23
| | | | | | | | | | | 2002-10-19 Mikael Hallendal <micke@codefactory.se> * src/yelp-reader.c: (reader_start): no need to check for YELP_URI_TYPE_GHELP_OTHER since it will never get here with that URI type. (yelp_reader_start): Check for file, unknown and ghelp_other and display it with gnome_uri_show, fixes #95181, thanks Paolo for investigating this.
* Updated Hungarian translation.Andras Timar2002-10-182-85/+75
| | | | | | 2002-10-18 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* YelpWindow is now inherited from GnomeApp. The window title is now "titlePaolo Maggi2002-10-175-125/+51
| | | | | | | | | | | | | | | | | | 2002-10-08 Paolo Maggi <maggi@athena.polito.it> * src/yelp-window.[ch]: YelpWindow is now inherited from GnomeApp. The window title is now "title - Help Browser", instead of "Help Browser:title", in this way you can see in the tasklist applet the name of the loaded page. Removed the gconf stuff since is no more needed. Note that Yelp still does not monitor menus_have_icons gconf key * src/yelp-view-content.c (content_show_uri): set the loading page title to "Loading...", instead of ".." * src/yelp-view-index.c (index_show_uri): ditto (set_relation): removed since no more needed (yelp_view_index_new): add an accellerator to "Search for:"
* Added Macedonian Translation for YELPIvan Stojmirov2002-10-161-0/+261
|
* made translatable the following strings: Next,Previous,Contents,About ThisMarius Andreiana2002-10-043-8/+45
| | | | | | | | 2002-10-04 Marius Andreiana <mandreiana@yahoo.com> * stylesheets/yelp-customization.xsl: made translatable the following strings: Next,Previous,Contents,About This Document * stylesheets/l10n.xml: added strings Next,Previous,Contents
* updated for 2.1.0YELP_2_1_0Mikael Hallendal2002-10-036-18/+166
| | | | | | | | | | | 2002-10-04 Mikael Hallendal <micke@codefactory.se> * NEWS: updated for 2.1.0 * configure.in: bumped version to 2.1.0, did a large jump here to reach GNOME version numbers. * autogen.sh: don't use gnome-common
* Don't include libgnome and gnome-vfs stuff.Mikael Hallendal2002-09-234-3/+13
| | | | | | | | | | | 2002-09-23 Mikael Hallendal <micke@codefactory.se> * src/yelp-db2html.c: Don't include libgnome and gnome-vfs stuff. * configure.in: Added DB2HTML_* variables. * src/Makefile.am (test_uri_LDADD): use special LIBS for yelp-db2html.
* - fix some cases of 'next' not leading anywhere on the TOC page - fix userSander Vesik2002-09-232-5/+21
| | | | | | | | | 2002-09-23 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: - fix some cases of 'next' not leading anywhere on the TOC page - fix user guide documents occasionaly having the 'Previous' link point to nowhere in the chunk "following" TOC
* changed to reflect changes in the views.Mikael Hallendal2002-09-1911-361/+504
| | | | | | | | | | | | | | | | | | | | | | 2002-09-20 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: changed to reflect changes in the views. * src/yelp-view.[ch]: - added - new super class of the views. * src/yelp-view-content.[ch]: * src/yelp-view-index.[ch]: * src/yelp-view-toc.[ch]: - removed signals - cleaning up and making it a YelpView subclass. * src/yelp-view-content.c: - removed signals - cleaning up and making it a YelpView subclass. * src/Makefile.am (yelp_SOURCES): added yelp-view.[ch]
* --Mikael Hallendal2002-09-181-1/+0
|
* updated added romanian translationMarius Andreiana2002-09-184-1/+24
| | | | | | | 2002-09-18 Marius Andreiana <mandreiana@yahoo.com> * po/ro.po: updated * stylesheets/l10n.xml: added romanian translation
* - Remove redundant call to gtk_tree_path_copy(). - Add casts to fixPadraig O'Briain2002-09-172-5/+13
| | | | | | | | | | 2002-09-03 Padraig O'Briain <padraig.obriain@sun.com> * src/yelp-view-content.c (content_reader_finished_cb): - Remove redundant call to gtk_tree_path_copy(). - Add casts to fix compiler warnings on Solaris. - Do not focus HtmlView widget if we have a row in the content tree. (Fixes #91708)
* added an error message.Narayana Pattipati2002-09-172-2/+7
| | | | | | 2002-09-17 Narayana Pattipati <narayana.pattipati@wipro.com> * src/yelp-pregenerate.c (main): added an error message.
* - initial support for <appendix> chunksSander Vesik2002-09-162-0/+17
| | | | | | | 2002-09-16 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: - initial support for <appendix> chunks
* - unindent copyright - leave space inbetween the 'Copyright' header andSander Vesik2002-09-163-11/+45
| | | | | | | | | | | | | | | | | | | | | | 2002-09-16 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: - unindent copyright - leave space inbetween the 'Copyright' header and copyright holders - emulate 'fine print' on licence text - make <TT> use monospaced font (should go into gtkhtml2) - give <variablelist>-s back internal spacing that was originaly lost due to both <variablelist> and table of contents resulting in the same html tags - change nested ordered lists to use "lower-alpha" instead of "lower-roman" - yet more fighting with table borders - make tables be consistently top aligned - leave space before figures and figure titles inside lists * stylesheets/yelp-custom.xsl: - wrap legalnotice in <div class="legalnotice">...</div>
* Release 1.0.6YELP_1_0_6Mikael Hallendal2002-09-043-1/+16
| | | | | | | | | | 2002-09-04 Mikael Hallendal <micke@codefactory.se> * Release 1.0.6 * NEWS: udpated for 1.0.6 * configure.in: 1.0.6
* added 'ro' to ALL_LINGUAS added ( thanks to Mugurel Tudor <mugurelu@go.ro>Marius Andreiana2002-09-014-1/+256
| | | | | | | 2002-09-01 Marius Andreiana <mandreiana@yahoo.com> * configure.in: added 'ro' to ALL_LINGUAS * ro.po: added ( thanks to Mugurel Tudor <mugurelu@go.ro> )
* removed trailing comma in the enum. Fixes #91789Mikael Hallendal2002-08-292-1/+6
| | | | | | | 2002-08-29 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: removed trailing comma in the enum. Fixes #91789
* Release 1.0.5YELP_1_0_5Mikael Hallendal2002-08-283-1/+15
| | | | | | | | | | 2002-08-28 Mikael Hallendal <micke@codefactory.se> * Release 1.0.5 * configure.in: 1.0.5 * NEWS: Updated for 1.0.5
* don't just select that path, but set the cursor at that path (fixesKristian Rietveld2002-08-282-1/+9
| | | | | | | | 2002-08-27 Kristian Rietveld <kris@gtk.org> * src/yelp-view-content.c (content_reader_finished_cb): don't just select that path, but set the cursor at that path (fixes #91609).
* Updated Spanish translation from Juan Manuel García MolinaGermán Poo Caamaño2002-08-272-60/+76
| | | | | | | 2002-08-27 Germán Poo Caamaño <gpoo@ubiobio.cl> * es.po: Updated Spanish translation from Juan Manuel García Molina <juanma_gm@wanadoo.es>
* Release 1.0.4YELP_1_0_4Mikael Hallendal2002-08-233-2/+19
| | | | | | | | | | 2002-08-23 Mikael Hallendal <micke@codefactory.se> * Release 1.0.4 * configure.in: 1.0.4, updated gtkhtml2 reqs to 2.0.2 * NEWS: Updated for 1.0.4
* Applied patch from Padraig to fix focus handling. Fixes #90010.Mikael Hallendal2002-08-222-4/+20
| | | | | | | | 2002-08-23 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-content.c: (yelp_view_content_show_uri): Applied patch from Padraig to fix focus handling. Fixes #90010.
* also free the node itself (yelp_man_cleaup_initial_tree): free the initialKristian Rietveld2002-08-223-19/+28
| | | | | | | | | 2002-08-22 Kristian Rietveld <kris@gtk.org> * src/yelp-man.c: (yelp_man_free_initial_tree): also free the node itself (yelp_man_cleaup_initial_tree): free the initial tree structure of the nodes we're freeing here.
* - Don't use the full base-uri for resolving relative links. Instead useMikael Hallendal2002-08-202-6/+8
| | | | | | | | 2002-08-21 Mikael Hallendal <micke@codefactory.se> * src/yelp-html-gtkhtml2.c (html_url_requested_cb): - Don't use the full base-uri for resolving relative links. Instead use the path part of the base-uri. Fixes #91199
* - Fix the desktop file so that it validates correctly.Ross Burton2002-08-202-3/+8
| | | | | | | 2002-08-20 Ross Burton <ross@burtonini.com> * yelp.desktop.in: - Fix the desktop file so that it validates correctly.
* src/yelp-html-gtkhtml1.c src/yelp-html-gtkhtml2.c src/yelp-view-content.cPadraig O'Briain2002-08-166-5/+13
| | | | | | | | | * src/yelp-html-gtkhtml1.c * src/yelp-html-gtkhtml2.c * src/yelp-view-content.c * src/yelp-view-index.c * stylesheets/docbook/html/docdbook.xsl Remove reference to bgcolor being set to white (bug #89838)
* applied patch from Kjaartan fixing #77895LIBGNOME_2_1_5LIBGNOME_2_1_4LIBGNOME_2_1_2LIBGNOME_2_1_1LIBGNOME_2_1_0LIBGNOME_2_0_6LIBGNOME_2_0_5LIBGNOME_2_0_4LIBGNOME_2_0_3Mikael Hallendal2002-08-151-2/+2
| | | | | | | 2002-08-15 Mikael Hallendal <micke@codefactory.se> * help-converters/man/gnome-man2html.c: (scan_table): applied patch from Kjaartan fixing #77895
* help-converters/man/gnome-man2html.c: Remove setting of BGCOLOR whenPadraig O'Briain2002-08-152-3/+3
| | | | | | | * help-converters/info/main.c: help-converters/man/gnome-man2html.c: Remove setting of BGCOLOR when writing HTML body tag. (bug #90655)
* Release 1.0.3YELP_1_0_3Mikael Hallendal2002-08-133-1/+18
| | | | | | | | | | 2002-08-13 Mikael Hallendal <micke@codefactory.se> * Release 1.0.3 * configure.in: Bumped to 1.0.3 * NEWS: Updated for 1.0.3
* - return a GSList instead - Hopefully fixed #90385 (yelp_man_init): usingMikael Hallendal2002-08-124-47/+75
| | | | | | | | | | 2002-08-13 Mikael Hallendal <micke@codefactory.se> * src/yelp-man.c: (yelp_man_remove_duplicates_from_manpath): - return a GSList instead - Hopefully fixed #90385 (yelp_man_init): using a GSList for manpathes instead of gchar **.
* - Removed the GNOME icon in the bottom - Removed the text in the bottom. -Mikael Hallendal2002-08-072-18/+14
| | | | | | | | | 2002-08-07 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-toc.c: - Removed the GNOME icon in the bottom - Removed the text in the bottom. - Removed the blue sidebar.
* Made changes to make yelp read the cached HTML files. Fixes #85258 newNarayana Pattipati2002-08-078-42/+748
| | | | | | | | | | | 2002-08-07 Narayana Pattipati <narayana.pattipati@wipro.com> * src/yelp-reader.c (yelp_reader_start): Made changes to make yelp read the cached HTML files. Fixes #85258 * src/yelp-pregenerate.c: new file. Creates yelp-pregenerate utility which pre-generates HTML files from XML files. * src/yelp-pregenerate.h: new file * src/yelp-reader.h: Added prototype for look_for_html_help_file
* - apply bold formating to guibuttons - apply mono formating to commands -Sander Vesik2002-08-052-8/+43
| | | | | | | | | | 2002-08-05 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: - apply bold formating to guibuttons - apply mono formating to commands - fix left-margin instead of margin-left - relief from table formating quirks - leave space after inline media objects
* dohYELP_1_0_2Mikael Hallendal2002-08-051-1/+1
|
* Release 1.0.2Mikael Hallendal2002-08-053-3/+30
| | | | | | | | | | | | | 2002-08-05 Mikael Hallendal <micke@codefactory.se> * Release 1.0.2 * NEWS: updated for 1.0.2 * configure.in: - Version updated to 1.0.2 - Requirement on libgnome to 2.0.2 - Requirement on gtkhtml2 to 1.99.10
* - include quotes around stylesheet path so its correctly passed inSander Vesik2002-08-054-5/+19
| | | | | | | | | | | | | 2002-08-05 Sander Vesik <sander.vesik@sun.com> * src/yelp-db2html.c: - include quotes around stylesheet path so its correctly passed in * stylesheets/yelp-custom.xsl: - move parameterisation of admonition graphics to yelp-customization.xsl * stylesheets/yelp-customization.xsl: - make <b> create a consistent result - make bulleted and numbered list items align consistently
* Updated Portuguese translation.Duarte Loreto2002-08-052-80/+93
| | | | | | 2002-08-05 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.