Commit Graph

55 Commits

Author SHA1 Message Date
mattias
c019b71631 lhelp: clean up
git-svn-id: trunk@37712 -
2012-06-21 11:22:32 +00:00
juha
844e616738 IDE etc.: unify 3 dots in GUI string to have a space ( ...).
git-svn-id: trunk@36666 -
2012-04-09 08:24:59 +00:00
andrew
251d250a55 Fixed chm index searching not working
git-svn-id: trunk@35871 -
2012-03-10 15:07:52 +00:00
juha
62fcc662c6 LCL: remove IFDEFs for old FPC versions. Lazarus won't compile anyway with old versions.
git-svn-id: trunk@34948 -
2012-01-26 10:47:37 +00:00
juha
95796bbe75 lhelp: Put splitter initially to the right place.
git-svn-id: trunk@31991 -
2011-08-15 19:23:29 +00:00
juha
3e2ccd6a39 chmhelp, lhelp: cleanup
git-svn-id: trunk@31949 -
2011-08-11 20:25:23 +00:00
mattias
9638accb2a chmhelp: fixed UTF8 file name
git-svn-id: trunk@30875 -
2011-05-23 21:06:54 +00:00
andrew
f6b299e26a * Fixed using topic id instead of context id
git-svn-id: trunk@30857 -
2011-05-22 13:36:51 +00:00
andrew
fa52e18965 * Fixed loading of context id's from the command line
git-svn-id: trunk@30845 -
2011-05-22 01:19:21 +00:00
sekelsenmat
3f25f191e9 Fixes lhelp compilation. Patch from bug #17225
git-svn-id: trunk@27921 -
2010-10-28 08:06:08 +00:00
andrew
a58662c257 lhelp - loading toc and index is now lightning fast. It is loaded before showing the desired page.
git-svn-id: trunk@26983 -
2010-08-02 22:52:44 +00:00
andrew
147aafd3c7 * lhelp - additional fix for url's loading twice
git-svn-id: trunk@26982 -
2010-08-02 21:55:31 +00:00
andrew
a3ba202973 lhelp - fixed the Default page of a chm being loaded twice on initial opening of a chm
git-svn-id: trunk@26981 -
2010-08-02 21:44:29 +00:00
andrew
1952bfcff4 fixed search results so that the modified pages are valid html
added exception handling in case the fcl html parser cannot read the html

git-svn-id: trunk@26973 -
2010-08-02 02:44:02 +00:00
andrew
b05063d299 * lhelp search result now use ttreeview
git-svn-id: trunk@26970 -
2010-08-02 01:40:55 +00:00
andrew
bd0d7d8bcd * changed lhelp index viewer to a treeview instead of listview since it's much faster to load items
git-svn-id: trunk@26936 -
2010-07-31 15:33:40 +00:00
andrew
96065ffa17 * lhelp code cleanup
git-svn-id: trunk@26923 -
2010-07-31 05:19:20 +00:00
andrew
958abdd1d0 * fixed highlight for different case words
git-svn-id: trunk@26922 -
2010-07-31 04:30:25 +00:00
andrew
900b64d932 * lhelp search results now color the words searched for. For some reason setting the background color with css doesn't work.
git-svn-id: trunk@26921 -
2010-07-31 04:11:43 +00:00
andrew
c56eea9bf0 * lhelp opendialog remembers last dir
git-svn-id: trunk@26916 -
2010-07-30 23:01:13 +00:00
andrew
957fb24560 * lhelp title now shows the active chm title and the titles of all open chms
git-svn-id: trunk@26915 -
2010-07-30 22:35:04 +00:00
andrew
5cee5308ba * lhelp now saves recent files and it's position/size
git-svn-id: trunk@26914 -
2010-07-30 21:20:46 +00:00
andrew
c426de02a7 * Fixed most parts of bug #16997
git-svn-id: trunk@26913 -
2010-07-30 19:40:09 +00:00
andrew
6085c465cd * fixed bug #16689 where chm search results would have an unusable url
git-svn-id: trunk@26685 -
2010-07-16 13:56:17 +00:00
andrew
7b12360c79 * Fixed bug #14890 where if no binary or text Index existed a crash would occur. if fpc > 2.4 is used then fpc needs to be latest too since a bug was found there also that caused the same crash
git-svn-id: trunk@22282 -
2009-10-26 00:48:00 +00:00
andrew
4590634148 * Fixed chm toc being loaded as index
git-svn-id: trunk@22279 -
2009-10-24 19:20:00 +00:00
andrew
b7d39f719c * Added support for binary toc and index support from fpc
git-svn-id: trunk@22097 -
2009-10-11 16:36:22 +00:00
andrew
1e517759ea * fixed lhelp index viewstyle
git-svn-id: trunk@21967 -
2009-10-02 00:06:54 +00:00
andrew
c97887101c * lhelp uses fpc code to parse toc sitemap
* lhelp - remove newline from please wait message
* lhelp - made listview column size 400 since autosize is not working

git-svn-id: trunk@21950 -
2009-10-01 15:18:11 +00:00
andrew
95a11eb773 * changed lhelp viewstyle for the index to vsReport
git-svn-id: trunk@21947 -
2009-10-01 14:17:36 +00:00
andrew
6f52a21925 * lhelp shows TOC node when any url is loaded if there is one
* changed lhelp toc treeview to be readonly

git-svn-id: trunk@21946 -
2009-10-01 13:55:00 +00:00
andrew
a66f070242 * Various cosmetic fixes for lhelp
* lhelp now will highlight the item in the TOC if it exists when a link is clicked in a document

git-svn-id: trunk@21945 -
2009-10-01 13:28:24 +00:00
paul
e2693b1724 components: chmhelp: DoOpenChm can leave fChms = nil in case of exception (e.g.: when file is locked)
git-svn-id: trunk@21722 -
2009-09-16 00:14:52 +00:00
andrew
7854048a16 Fixed toc links containing the char "#" and not being able to find the file
git-svn-id: trunk@20999 -
2009-07-29 03:03:20 +00:00
andrew
e0673a43bf Made OpenURL dialog more user friendly
git-svn-id: trunk@20622 -
2009-06-13 23:58:52 +00:00
andrew
3d88da4119 Applied changes from Alex22
git-svn-id: trunk@20532 -
2009-06-09 02:40:26 +00:00
paul
e966b41e53 lhelp: fixed anchoring
git-svn-id: trunk@17847 -
2008-12-16 03:51:20 +00:00
andrew
006f02864e * updated icon for chm toc documents
* updated http dataprovider for lnet trunk. only enabled if the lnetvisual package is added as a requirement
* some cleanup for chmcontentprovider

git-svn-id: trunk@17842 -
2008-12-15 17:15:56 +00:00
andrew
9cdedcc5dd * Enabled chm search support for fpc >=2.3.1 and fpc >= 2.2.3
git-svn-id: trunk@17779 -
2008-12-10 04:36:30 +00:00
andrew
dec871d178 * Updated lhelp to use new images from laurent
git-svn-id: trunk@17765 -
2008-12-09 16:25:21 +00:00
andrew
2e2ae63b1a * ifdef'd the chm searching code so an older fpc can compile it
git-svn-id: trunk@17672 -
2008-12-03 12:13:47 +00:00
andrew
45a0a8e636 * now lhelp tabs are not shown if the items they represent are not available
git-svn-id: trunk@17669 -
2008-12-03 03:36:09 +00:00
andrew
9a205e2a39 * fixed index out of bounds error
git-svn-id: trunk@17668 -
2008-12-03 03:06:54 +00:00
andrew
27000278c6 * hopefully fixed display problems with win32
git-svn-id: trunk@17667 -
2008-12-03 02:00:13 +00:00
andrew
441f211cf7 * some more lhelp fixes loading chm's from lazarus works properly now when two chms are opened
git-svn-id: trunk@17666 -
2008-12-03 01:03:46 +00:00
andrew
707ab26207 * made lhelp url loading more robust. now an absolute link is stored in history
git-svn-id: trunk@17665 -
2008-12-02 22:31:28 +00:00
andrew
956f2ff5ce * Hopefully fixed lhelp layout problems and a win32 bug about path delimiters
git-svn-id: trunk@17593 -
2008-11-26 01:51:01 +00:00
andrew
28e1d0e3e3 Removed attempted sorting of search results since the gtk2 listview mixed up the items
git-svn-id: trunk@17406 -
2008-11-16 13:56:04 +00:00
andrew
da4caf47b9 * Added search tab to lhelp
* searching chms is possible with trunk fpc

git-svn-id: trunk@17404 -
2008-11-16 06:02:15 +00:00
vincents
4b419e7e3c lhelp: replaced idle timer with asyncmethod call.
git-svn-id: trunk@17153 -
2008-10-29 15:55:13 +00:00