summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Commit message in time for mergeyelp-spoonDon Scorgie2007-07-301-0/+15
| | | | svn path=/branches/yelp-spoon/; revision=2847
* Make themes sort-of work. Good enough for a release, anywayDon Scorgie2007-07-306-170/+109
| | | | | | | | | | | | * src/yelp-settings.c: * configure.in: * src/yelp-settings.h: * src/Makefile.am: * stylesheets/yelp-common.xsl: Make themes sort-of work. Good enough for a release, anyway svn path=/branches/yelp-spoon/; revision=2845
* Make loading of files directly work againDon Scorgie2007-07-292-22/+52
| | | | | | | * src/yelp-window.c: Make loading of files directly work again svn path=/branches/yelp-spoon/; revision=2843
* Add in some pretty parameters Fix parameters to make printed docsDon Scorgie2007-07-245-7/+56
| | | | | | | | | | | | * src/yelp-info.c: * src/yelp-man.c: * src/yelp-docbook.c: Add in some pretty parameters * src/yelp-db-print.c: Fix parameters to make printed docs *slightly* prettier svn path=/branches/yelp-spoon/; revision=2842
* Convert search across to use Rarian and clean up lots of crud from theDon Scorgie2007-07-242-269/+138
| | | | | | | | * src/yelp-search-parser.c: Convert search across to use Rarian and clean up lots of crud from the file svn path=/branches/yelp-spoon/; revision=2841
* Massive cleanup Remove old code from yelp-utils Fix shutdown requests fromDon Scorgie2007-07-2311-1136/+60
| | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * src/yelp-base.c: * src/yelp-search-parser.c: * src/yelp-search.c: * src/yelp-window.c: * src/yelp-window.h: * src/yelp-utils.c: * src/yelp-utils.h: * src/Makefile.am: * src/yelp-main.c: Massive cleanup Remove old code from yelp-utils Fix shutdown requests from sessions (hopefully) Remove as many warnings as possible (the rest are mostly mozilla errors) Make sure we get and set GLIB_GENMARSHAL as, apparently, we have never done this which seems to result in badness making the marshal.list svn path=/branches/yelp-spoon/; revision=2840
* Lots of fun updates... Clean up yelp-window.c a LOT Remove old, obsoleteDon Scorgie2007-07-237-1290/+95
| | | | | | | | | | | | | | | | | * src/Makefile.am: * configure.ac: * src/yelp-toc.c: * src/yelp-search-parser.c: * src/yelp-window.c: * src/yelp-info-parser.c: Lots of fun updates... Clean up yelp-window.c a LOT Remove old, obsolete code Make search, man and info mandatory Bump g-d-u min version to include new db2xhtml code Remove extra printf I'd forgotten svn path=/branches/yelp-spoon/; revision=2839
* Handle external URI's Beginnings of error support (not complete)Don Scorgie2007-07-102-10/+47
| | | | | | | | * src/yelp-window.c: Handle external URI's Beginnings of error support (not complete) svn path=/branches/yelp-spoon/; revision=2836
* First pass at searching. Search still relies on scrollkeeper. Other thanDon Scorgie2007-07-088-21/+2119
| | | | | | | | | | | | | | | * src/yelp-window.c: * src/yelp-search.c: * src/yelp-search.h: * src/yelp-search-parser.c: * src/yelp-search-parser.h: * src/yelp-utils.c: * src/Makefile.am: First pass at searching. Search still relies on scrollkeeper. Other than that, it seems to all work (with basic search at least) svn path=/branches/yelp-spoon/; revision=2835
* Make printing (pages and documents) work again. Although, the calling xsltDon Scorgie2007-07-085-10/+999
| | | | | | | | | | | | * src/yelp-window.c: * src/yelp-db-print.c: * src/yelp-db-print.h: * src/Makefile.am: Make printing (pages and documents) work again. Although, the calling xslt needs somewhat cleaned up, it doesn't look particularly appealing atm. svn path=/branches/yelp-spoon/; revision=2834
* Temporarily work around breakage in gnome-doc-utils Add back (empty) printDon Scorgie2007-07-084-22/+60
| | | | | | | | | | | | | | | * configure.in: Temporarily work around breakage in gnome-doc-utils * src/yelp-window.c: Add back (empty) print menu items to stop errors Add the "Loading..." and watch cursor when we are loading Correctly set the sensitivity of relevant menu items for DocBooks Make "About this document" work again * src/yelp-docbook.c: Since the new g-d-u currently has a list of topics on the right, don't display the sections pane svn path=/branches/yelp-spoon/; revision=2833
* Make history work again Make loading HTML docs workDon Scorgie2007-07-084-76/+161
| | | | | | | | | | | | * src/yelp-window.c: Make history work again Make loading HTML docs work * src/yelp-utils.h: * src/yelp-utils.c: Make a distinction between html and xhtml to keep gecko happy svn path=/branches/yelp-spoon/; revision=2832
* Fix info page titles in TOC Fix file:// uri's when with too many /'sDon Scorgie2007-07-078-18/+528
| | | | | | | | | | | | | | | | | | * src/yelp-utils.c: * src/yelp-toc.c: Fix info page titles in TOC Fix file:// uri's when with too many /'s * src/Makefile.am: * src/yelp-info-parser.c: * src/yelp-info.c: * src/yelp-info.h: * src/yelp-window.c: Convert info pages across to new pager system Hook up info pages into yelp, new style Fix various things in the parser to cope with having less available info for resolving frags svn path=/branches/yelp-spoon/; revision=2831
* Fix param problem in yelp-toc resulting in badnessDon Scorgie2007-07-072-0/+13
| | | | | | | * src/yelp-toc.c: Fix param problem in yelp-toc resulting in badness svn path=/branches/yelp-spoon/; revision=2830
* Now Rarian is fast, don't split out man and info pages. Add in params soDon Scorgie2007-07-013-86/+58
| | | | | | | | | | | * src/yelp-toc.c: Now Rarian is fast, don't split out man and info pages. Add in params so the TOC looks nice and shiny Fix a couple of silly warnings * src/yelp-base.c: Move initialisation of bookmarks and settings to before TOC svn path=/branches/yelp-spoon/; revision=2829
* Spoon is now Rarian. Bump min version to 0.5.0Don Scorgie2007-06-207-110/+98
| | | | | | | | | | | | * configure.in: * src/test-resolver.c: * src/yelp-toc.c: * src/yelp-window.c: * src/yelp-utils.c: * src/yelp-utils.h: Spoon is now Rarian. Bump min version to 0.5.0 svn path=/branches/yelp-spoon/; revision=2827
* Minor fix to recognise man:<filepath>Don Scorgie2007-06-1410-43/+246
| | | | | | | | | | | | | | | | | | | | | | | | * src/yelp-utils.c: Minor fix to recognise man:<filepath> * src/Makefile.am: * src/yelp-window.c: Add support for docbook (yay!) and man pages Rename silly function names to something slightly more sensible Update my email address in help dialog (minor) * src/test-document.c: * src/yelp-document.c: * src/yelp-document.h: * src/yelp-docbook.c: Add support for getting the sections GtkTreeModel out * src/yelp-page.c: * src/yelp-page.h: Add functions to get the length (remaining) of page svn path=/branches/yelp-spoon/; revision=2826
* Make bookmarks work in the New World OrderDon Scorgie2007-06-132-12/+5
| | | | | | | * src/yelp-window.c: Make bookmarks work in the New World Order svn path=/branches/yelp-spoon/; revision=2825
* start loading yelp-toc at start of base to take advantage of threading andDon Scorgie2007-06-136-31/+73
| | | | | | | | | | | | | | | | | | | | * src/yelp-base.c: start loading yelp-toc at start of base to take advantage of threading and make the toc load even quicker (except man pages of course) * src/yelp-toc.c: Make icon work (when the rest of the customisations are plumbed in) * src/yelp-utils.c: Fix result for TOC pages * src/yelp-document.c: Fix crash when canceling page request * src/yelp-window.c: Implement canceling of requests Implement location dialog svn path=/branches/yelp-spoon/; revision=2824
* First pass at making yelp work again Very, very broken, but TOC shows upDon Scorgie2007-06-1210-138/+351
| | | | | | | | | | | | | | | | | | | | | | * src/yelp-window.c: * src/yelp-base.c: * src/yelp-window.h: * src/yelp-utils.c: * src/yelp-utils.h: * src/Makefile.am: * stylesheets/toc2html.xsl: First pass at making yelp work again Very, very broken, but TOC shows up (and is navigatable) Thought, nothing else works and is liable to crash if used rename YELP_TYPE_* to YELP_SPOON_TYPE_* to stop conflict when compiling Oh, and introduce hundreds of compiler warnings * src/yelp-toc.c: * src/yelp-toc.h: Make TOC doc singleton svn path=/branches/yelp-spoon/; revision=2822
* Add ghelp resolve support Many minor fixes to pass default test suite AddDon Scorgie2007-06-123-14/+224
| | | | | | | | | | * src/yelp-utils.c: Add ghelp resolve support Many minor fixes to pass default test suite * src/test-resolver.c: Add default tests svn path=/branches/yelp-spoon/; revision=2821
* Add man page resolver support. Make info fall back to man pages when notDon Scorgie2007-06-112-6/+81
| | | | | | | | * src/yelp-utils.c: Add man page resolver support. Make info fall back to man pages when not found svn path=/branches/yelp-spoon/; revision=2820
* Add gnome-vfs-init() and section (for results section) Add support forDon Scorgie2007-06-114-15/+237
| | | | | | | | | | | * src/test-resolver.c: Add gnome-vfs-init() and section (for results section) * src/yelp-utils.c: Add support for resolving info and full path uri's. * src/yelp-utils.h: Add long description of resolver function svn path=/branches/yelp-spoon/; revision=2819
* Bit more frameworkDon Scorgie2007-06-024-6/+137
| | | | | | | | | | * src/test-resolver.c: Bit more framework * src/yelp-utils.c: * src/yelp-utils.h: Beginnings of testing (sort-of recognises different types) svn path=/branches/yelp-spoon/; revision=2818
* Beginning (empty) of new utils resolver (masked by DON_UTILS define)Don Scorgie2007-05-315-3/+65
| | | | | | | | | | | * src/yelp-utils.h: * src/yelp-utils.c: Beginning (empty) of new utils resolver (masked by DON_UTILS define) * src/test-resolver.c: * src/Makefile.am: Beginnings of resolver test svn path=/branches/yelp-spoon/; revision=2817
* Add in man pages Do an interesting use of the new stuff to run 3Don Scorgie2007-04-304-15/+224
| | | | | | | | | | | | | | | * src/yelp-toc.c: Add in man pages Do an interesting use of the new stuff to run 3 transforms - main, info and man so we quickly get the main page, then get man and info when ready Add myself to authors and copyright * src/yelp-document.h: * src/yelp-document.c: Add yelp_document_has_page that's used in yelp-toc svn path=/branches/yelp-spoon/; revision=2812
* Add info page supportDon Scorgie2007-04-262-4/+133
| | | | | | | * src/yelp-toc.c: Add info page support svn path=/branches/yelp-spoon/; revision=2811
* Make TOC work properly with new document structureDon Scorgie2007-04-266-20/+41
| | | | | | | | | | | | | * stylesheets/toc2html.xsl: * src/test-document.c: * src/yelp-toc.c: Make TOC work properly with new document structure * src/yelp-page.c: * src/yelp-docbook.c: Various misc. changes to make docbook work properly Add TODO's svn path=/branches/yelp-spoon/; revision=2810
* Initial commit of new yelp-toc (broken) Add toc option to test-documentDon Scorgie2007-04-246-4/+640
| | | | | | | | | | | | * src/yelp-toc.c: * src/yelp-toc.h: * src/yelp-db-pager.c: * src/test-document.c: * src/Makefile.am: Initial commit of new yelp-toc (broken) Add toc option to test-document (broken) svn path=/branches/yelp-spoon/; revision=2809
* ChangeLogShaun McCance2007-04-2224-180/+3789
| | | | | | | | | | | | | | | | | * ChangeLog * src/Makefile.am: * src/test-man-parser.c: * src/yelp-debug.h: * src/yelp-error.c: * src/yelp-error.h: * src/yelp-io-channel.c: * src/yelp-man-parser.c: * src/yelp-man-parser.h: * src/yelp-utils.c: * src/yelp-utils.h: - Merging yelp-document into yelp-spoon svn path=/branches/yelp-spoon/; revision=2808
* convert man TOC to new spoon work as wellDon Scorgie2007-04-142-1/+66
| | | | | | | * src/yelp-toc-pager.c: (slightly later) convert man TOC to new spoon work as well svn path=/branches/yelp-spoon/; revision=2804
* Convert info TOC to use new spoon workDon Scorgie2007-04-142-1/+91
| | | | | | | * src/yelp-toc-pager.c: Convert info TOC to use new spoon work svn path=/branches/yelp-spoon/; revision=2803
* First pass at spoon integration TOC correctly displayed, replacing all skDon Scorgie2007-03-253-10/+26
| | | | | | | | | | * stylesheets/toc2html.xsl: * src/yelp-toc-pager.c: First pass at spoon integration TOC correctly displayed, replacing all sk code with spoon_for_each_in_category() svn path=/branches/yelp-spoon/; revision=2792
* src/yelp-toc-pager.c: First work on Spoon integration Search forDon Scorgie2007-03-253-1/+24
| | | | | | | | | | | | | | | src/yelp-toc-pager.c: * configure.in: First work on Spoon integration Search for pkg-config Spoon file Run a spoon-for-each, printing doc names -This line, and those below, will be ignored-- M configure.in M src/yelp-toc-pager.c M ChangeLog svn path=/branches/yelp-spoon/; revision=2791
* Updated Italian translation.Luca Ferretti2007-03-232-77/+82
| | | | | | | | | 2007-03-23 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=2789
* 2007-03-17 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated ↵Jovan Naumovski2007-03-172-83/+83
| | | | | | Macedonian translation. svn path=/trunk/; revision=2784
* sv.po: Updated Swedish translationDaniel Nylander2007-03-162-117/+120
| | | | svn path=/trunk/; revision=2782
* Updated Albanian translation.Laurent Dhima2007-03-162-227/+486
| | | | svn path=/trunk/; revision=2781
* Updated Turkish TranslationBaris Cicek2007-03-122-237/+497
| | | | svn path=/trunk/; revision=2780
* - Version 2.18.0YELP_2_18_0Shaun McCance2007-03-123-1/+23
| | | | | | | | * configure.in: * NEWS: - Version 2.18.0 svn path=/trunk/; revision=2778
* Updated Kurdish translation to 100%Erdal Ronahi2007-03-042-298/+717
| | | | svn path=/trunk/; revision=2777
* updatingfor Punjabi by alamAmanpreet Singh Alam2007-03-031-108/+103
| | | | svn path=/trunk/; revision=2776
* Update Ukrainian translation.Maxim Dziumanenko2007-03-012-51/+10
| | | | | | | | | 2007-03-01 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=2775
* Updated Lithuanian translation.Gintautas Miliauskas2007-02-272-99/+102
| | | | | | | | | 2007-02-27 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=2774
* Translation updated.Gabor Kelemen2007-02-252-85/+89
| | | | | | | | 2007-02-25 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=2773
* Fix for mozilla API change on trunk.Christian Persch2007-02-233-10/+6
| | | | | | | | | | 2007-02-23 Christian Persch <chpe@svn.gnome.org> * src/Yelper.cpp: * src/Yelper.h: Fix for mozilla API change on trunk. svn path=/trunk/; revision=2772
* Updated French translation by Jonathan Ernst.Stéphane Raimbault2007-02-092-114/+108
| | | | | | | | 2007-02-09 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Jonathan Ernst. svn path=/trunk/; revision=2771
* updated hebrew translationYair Hershkovitz2007-01-162-180/+215
| | | | svn path=/trunk/; revision=2770
* Remove +x from po filesChristian Persch2006-12-313-0/+0
| | | | svn path=/trunk/; revision=2769
* Updated Belarusian Translation.Ales Nyakhaychyk2006-12-122-522/+762
| | | | | | 2006-12-12 Ales Nyakhaychyk <nab@mail.by> * be.po: Updated Belarusian Translation.