summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add a   in anchor tag, otherwise gtkhtml2 won't be able to jump toLIBGNOME_1_114_0LIBGNOME_1_113_0LIBGNOME_1_112_1Mikael Hallendal2002-03-031-1/+1
| | | | | | | | 2002-03-03 Mikael Hallendal <micke@codefactory.se> * help-converters/info/html.c: (dump_html_for_node): add a &nbsp; in anchor tag, otherwise gtkhtml2 won't be able to jump to it.
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-03-032-74/+129
| | | | | | 2002-03-03 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Renamed the *.in files which seem to have been renamed in the source.Ole Laursen2002-03-032-2/+7
| | | | | | | 2002-03-03 Ole Laursen <olau@hardworking.dk> * POTFILES.in: Renamed the *.in files which seem to have been renamed in the source.
* - Fixes #73056 (yelp_window_new): don't create index view if no index isMikael Hallendal2002-03-034-35/+31
| | | | | | | | | | | | | 2002-03-03 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: - Fixes #73056 (yelp_window_new): don't create index view if no index is available. (yw_create_toolbar): don't add index-button if index is not available. (yw_populate): don't insert index page in notebook if index is not present.
* added/impl. (yelp_base_class_init): use getWindows.Mikael Hallendal2002-03-034-3/+46
| | | | | | | | | | | | | 2002-03-03 Mikael Hallendal <micke@codefactory.se> * src/yelp-base.c: (impl_Yelp_getWindows): added/impl. (yelp_base_class_init): use getWindows. * idl/GNOME_Yelp.idl (GNOME): - Added getWindows which returns a sequence of strings with the URL's of all open windows. This is needed to save the session-state. (Fixes #73184).
* added, needed for session management.Mikael Hallendal2002-03-034-2/+14
| | | | | | | | | | 2002-03-03 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: (yelp_window_get_current_uri): added, needed for session management. * src/yelp-html.c (yh_free_stream_data): removed debug printout.
* - Fixed #67954 (yvi_html_url_selected_cb): implemented.Mikael Hallendal2002-03-032-9/+21
| | | | | | | | | 2002-03-03 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-index.c: - Fixed #67954 (yvi_html_url_selected_cb): implemented. (yelp_view_index_show_uri): fixed compile warning.
* check if url starts with index:, if so, let YelpViewIndex handle it.Mikael Hallendal2002-03-038-46/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-03-03 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: (yw_handle_url): check if url starts with index:, if so, let YelpViewIndex handle it. (yelp_window_new): connect to url_selected on YelpViewIndex. * src/yelp-view-index.c: - added URL_SELECTED signal. (yvi_index_selection_changed_cb): emit url_selected. (yvi_entry_activated_cb): fixed warning. (yvi_filter_idle): same. (yelp_view_index_show_uri): added/impl. * src/yelp-view-content.c: removed the title-changed signal for now. I should really make all views derive from the same object. Lots of things are similar. (at least for YelpViewIndex and YelpViewContent. * src/yelp-scrollkeeper.c: (ys_parse_index_item): - add a ? before the link. - add a index: before the uri The uri will now be index:ghelp:... (not soo nice but it's to make the window know which view it is).
* - removed lots of debug output. (yvi_entry_changed_cb): implemented. callMikael Hallendal2002-03-027-36/+182
| | | | | | | | | | | | | | | | | | | | | | | | 2002-03-02 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-index.c: - removed lots of debug output. (yvi_entry_changed_cb): implemented. call filter from idle. (yvi_filter_idle): added/impl. (yvi_search): removed. * src/yelp-section.c: (yelp_section_compare): take the arguments as gconstpointer so the function doesn't have to be cast everytime used. * src/yelp-scrollkeeper.c: (ys_parse_index_item): - don't add title if it's not valid utf8. Is this check needed? - call strdown on all title's in the index-terms. * src/yelp-index-model.c: (yelp_index_model_filter): added/impl. Please don't report problems running/building Yelp after this commit, I'm in the middle of hacking and will finish this during the weekend.
* Removed non-existing file.Ole Laursen2002-03-023-22/+67
| | | | | | | | 2002-03-02 Ole Laursen <olau@hardworking.dk> * POTFILES.in: Removed non-existing file. * da.po: Updated Danish translation.
* use the column-enum to specify columns.Mikael Hallendal2002-03-027-2496/+70
| | | | | | | | | | | | | | | | | | | | | 2002-03-02 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-index.c: (yvi_index_selection_changed_cb): use the column-enum to specify columns. * src/yelp-index-model.c: (yim_init): initially set index_words to NULL. (yim_get_column_type): return the correct type. (yim_get_value): add support for the extra hidden section column. (yelp_index_model_set_words): inform that new lines have been added to the model. * src/yelp-index-model.h: added a column-enum * src/Makefile.am: removed gtktreemodelfilter Please don't report problems running/building Yelp after this commit, I'm in the middle of hacking and will finish this during the weekend.
* - replaced the old ListStore with the new YelpIndexModel.Mikael Hallendal2002-03-024-65/+44
| | | | | | | | | | | | | | | 2002-03-02 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-index.c: - replaced the old ListStore with the new YelpIndexModel. (yvi_index_term_add): removed, not needed when using own model. (yvi_setup_index_view): removed. * src/yelp-index-model.[ch]: missed some copy&paste-changes when copying the model from MrProject :) (yelp_index_model_set_words): added. Please don't report problems running/building Yelp after this commit, I'm in the middle of hacking and will finish this during the weekend.
* - in-the-middle-commit on index search stuff. (yvi_entry_changed_cb):Mikael Hallendal2002-03-027-14/+599
| | | | | | | | | | | | | | | | | | | | | | 2002-03-02 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-index.c: - in-the-middle-commit on index search stuff. (yvi_entry_changed_cb): added (yvi_entry_activated_cb): added (yvi_entry_text_inserted_cb): added (yvi_search): added (yvi_complete_idle): added (yvi_complete_func): added (yelp_view_index_new): connect to signals in the entry. * src/yelp-scrollkeeper.c: removed debug variable. * src/yelp-index-model.[ch]: added model for the index. * configure.in: added compile warnings. Please don't report problems running/building Yelp after this commit, I'm in the middle of hacking and will finish this during the weekend.
* Updated Greek translationSimos Xenitellis2002-03-012-67/+127
|
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-03-012-2/+47
|
* Updated Malay Translation.Hasbullah Bin Pit2002-03-012-17/+60
| | | | | | 2002-03-01 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay Translation.
* Updated Swedish translation.Christian Rose2002-03-012-22/+66
| | | | | | 2002-03-01 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated German translation.Christian Meyer2002-03-012-33/+81
|
* Updated Estonian translation.Tõivo Leedjärv2002-02-282-23/+69
| | | | | | 2002-03-01 Tõivo Leedjärv <leedjarv@interest.ee> * et.po: Updated Estonian translation.
* added translator-credits to about-box.Mikael Hallendal2002-02-282-3/+5
| | | | | | | 2002-02-28 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: (yw_about_cb): added translator-credits to about-box.
* - #72636 fixed. - added GtkItemFactory to priv-struct. - added a Go-menuMikael Hallendal2002-02-282-68/+193
| | | | | | | | | | | 2002-02-28 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: - #72636 fixed. - added GtkItemFactory to priv-struct. - added a Go-menu with the actions from the toolbar in it. - removed accelerators from toolbar items. - renamed some functions that made it easier to add the Go-menu.
* Updated Danish translation.Ole Laursen2002-02-282-22/+13
| | | | | | 2002-02-28 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Malay Translation.Hasbullah Bin Pit2002-02-282-30/+38
| | | | | | 2002-02-28 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay Translation.
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-02-282-13/+22
|
* - Basic support for Session Management. (yelp_save_session): added/impl.Sandeep V Honde2002-02-282-0/+53
| | | | | | | | | 2002-02-28 Sandeep V Honde <sandeep.honde@wipro.com> * src/yelp-main.c : - Basic support for Session Management. (yelp_save_session): added/impl. (yelp_client_die) : added/impl.
* Updated Estonian translation.Tõivo Leedjärv2002-02-282-44/+48
| | | | | | 2002-02-28 Tõivo Leedjärv <leedjarv@interest.ee> * et.po: Updated Estonian translation.
* Fixed Swedish translation.Christian Rose2002-02-282-7/+11
| | | | | | 2002-02-28 Christian Rose <menthos@menthos.com> * sv.po: Fixed Swedish translation.
* Updated Ukrainian translationYuri Syrota2002-02-281-77/+73
|
* da updateKenneth Christiansen2002-02-282-38/+58
|
* Updated Swedish translation.Christian Rose2002-02-272-40/+59
| | | | | | 2002-02-28 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Added "Search for:" label in fron of the search entry. Fixes #72643Mikael Hallendal2002-02-274-9/+34
| | | | | | | | | | | | | | | | | 2002-02-28 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-index.c: (yelp_view_index_new): Added "Search for:" label in fron of the search entry. Fixes #72643 * src/yelp-window.c: (yw_create_toolbar): - Update string, fixes #72634 - Update string, fixes #72635 * src/yelp-view-toc.c: (yelp_view_toc_man_1): Update string, fixes #72638 (yelp_view_toc_start): Update string, fixes #72632
* Updated German translation.Christian Meyer2002-02-272-40/+180
|
* Updated Slovak translation.Stanislav Visnovsky2002-02-272-56/+52
| | | | | | 2002-02-27 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-02-252-3/+8
|
* added/impl. (yvi_setup_index_view): added/impl. (yelp_view_index_new):Mikael Hallendal2002-02-255-18/+53
| | | | | | | | | | | 2002-02-25 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-index.c: (yvi_index_term_add): added/impl. (yvi_setup_index_view): added/impl. (yelp_view_index_new): call yvi_setup_index_view. * src/yelp-scrollkeeper.c: removed some debug printouts.
* added yelpMikael Hallendal2002-02-251-1/+1
|
* added index-list to arguments.Mikael Hallendal2002-02-2513-114/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-02-25 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c: (yelp_window_new): added index-list to arguments. * src/yelp-view-index.c: started to fix (was a copy&paste from yelp-view-content. * src/yelp-section.h: added YELP_SECTION_INDEX to YelpSectionType. * src/yelp-section.c: include string.h, fixes compile warning. * src/yelp-scrollkeeper.c: - Basic support for ScrollKeeper index added - use g_ascii_strcasecmp instead of depricated g_strcasecmp. Thanks to the wipro guys for notifying. (ys_parse_index): added/impl. (ys_parse_index_file): added/impl. (ys_parse_index_item): added/impl. (yelp_scrollkeeper_init): - added GList **index to arguments. * src/yelp-main.c: (yelp_main_open_new_window): use g_error (yelp_main_start): same. * src/yelp-history.c: include string.h, fixes compile warning. * src/yelp-base.c: added index-list to priv-struct (yelp_base_new): call scrollkeeper_init with index-list (yelp_base_new_window): send the index-list to the new window. started work on supporting index-search.
* Remove unsupported #ifdef ENABLE_NLS stuff.Kjartan Maraas2002-02-223-5/+5
| | | | | | 2002-02-22 Kjartan Maraas <kmaraas@gnome.org> * src/yelp-main.c: Remove unsupported #ifdef ENABLE_NLS stuff.
* Updated.Fatih Demir2002-02-212-35/+144
|
* Added Greek translationSimos Xenitellis2002-02-204-1/+223
|
* Updated Malay Translation.Hasbullah Bin Pit2002-02-192-69/+54
| | | | | | 2002-02-20 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay Translation.
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-02-182-17/+50
|
* don't add entry to history list if it's the same as the current.Mikael Hallendal2002-02-1810-42/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-02-18 Mikael Hallendal <micke@codefactory.se> * src/yelp-history.c (yelp_history_goto): don't add entry to history list if it's the same as the current. * src/yelp-window.c (yw_home_button_clicked): Notify the history list that we have moved. * src/yelp-view-index.c (yvi_tree_selection_changed_cb): call yelp_html_open_uri instead of yelp_html_open_section. * src/yelp-html.[ch] (yelp_html_open_uri): renamed from yelp_html_open_sectoin. It now takes an uri and a reference instead of a YelpSection. * src/yelp-view-content.c (yelp_view_content_show_uri): call yelp_html_open_uri instead of creating a temporary YelpSection. * src/yelp-view-toc.c (yelp_view_toc_man_2): don't send html for translations, reported by Christian Rose * src/yelp-window.c (yw_init): make the default size smaller. * src/yelp-view-toc.c: typedef the YelpImportantDocsSection struct (yelp_view_toc_start): only write section topic for important documents if there is any documents installed in that section. * src/yelp-util.c: (yelp_util_extract_docpath_from_uri): - Also work for sgml documents.
* remove GNOME_COMMON_INIT, GNOME_PLATFORM_GNOME_2Gediminas Paulauskas2002-02-182-3/+4
| | | | | | 2002-02-18 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: remove GNOME_COMMON_INIT, GNOME_PLATFORM_GNOME_2
* Added Estonian translation.Tõivo Leedjärv2002-02-162-0/+216
| | | | | | 2002-02-17 Tõivo Leedjärv <leedjarv@interest.ee> * et.po: Added Estonian translation.
* Added et to ALL_LINGUAS.Tõivo Leedjärv2002-02-162-1/+5
| | | | | | 2002-02-17 Tõivo Leedjärv <leedjarv@interest.ee> * configure.in: Added et to ALL_LINGUAS.
* Updated Danish translation.Ole Laursen2002-02-162-42/+48
| | | | | | 2002-02-16 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* rename install-local since automake doesn't like itjacob berkman2002-02-132-1/+6
| | | | | | | 2002-02-13 jacob berkman <jacob@ximian.com> * src/Makefile.am (install-exec-local): rename install-local since automake doesn't like it
* Implement buffering writes for generated html.Alex Larsson2002-02-132-4/+36
| | | | | | | | 2002-02-13 Alex Larsson <alexl@redhat.com> * src/yelp-view-toc.c (yelp_view_toc_write, yelp_view_toc_close, yelp_view_toc_open): Implement buffering writes for generated html.
* Updated Swedish translation.Christian Rose2002-02-132-55/+61
| | | | | | 2002-02-13 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.