
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KChm is a new chm viewer for KDE. It consists of kio_chm, corresponding kpart(so you can view chm files in konqueror) and a small viewer on top of this.
15 years ago
0.6.5:
* Tabbed browsing
* Support for non-latin chm files
* Some more small features
* Some bugs are fixed
0.3.1:
* auto-expand first level of content
* "Home" button on toolbar
* Contents Tree collapse/expand on mouse double-click on a chapter
* Ability to show/hide "Contents Sidebar"
* "Copy" support
* "Copy Link Address" on URL's support
* Some more features
* Some bugs are fixed
TODO:
searching && printing.
0.1.2:
* FreeBSD related problems fixed
* kdevelop interaction fixed
0.1.1a:
* compilation fixed
0.1.1:
* Initial release
15 years ago
0.6.5:
* Tabbed browsing
* Support for non-latin chm files
* Some more small features
* Some bugs are fixed
0.3.1:
* auto-expand first level of content
* "Home" button on toolbar
* Contents Tree collapse/expand on mouse double-click on a chapter
* Ability to show/hide "Contents Sidebar"
* "Copy" support
* "Copy Link Address" on URL's support
* Some more features
* Some bugs are fixed
TODO:
searching && printing.
0.1.2:
* FreeBSD related problems fixed
* kdevelop interaction fixed
0.1.1a:
* compilation fixed
0.1.1:
* Initial release
jonnymccullagh
14 years ago
http://rapidshare.de/files/26020195/kchm-0.6.5_0.6.5-1_i386.deb.html
hopefully this will help someone with easier package management for removal etc.
thanks,
jonny
Report
attendant
15 years ago
thanks for the app, btw. good work.
Report
k3nz0o
15 years ago
is it for KDE 3.3 Only ??
I really need this in my KDE 3.2, but I still dont wanna upgrade to 3.3
Curently I use xCHM to open CHM files
Report
AndrewM
15 years ago
Report
AndrewM
15 years ago
Report
citycat
15 years ago
Report
maarizwan
15 years ago
Report
maarizwan
15 years ago
I wish this be part of KDE 4. :)
Report
ChL
15 years ago
http://www.chlhp.de/files/ebuilds/kchm-0.3.1.ebuild
Report
ChL
15 years ago
http://www.chlhp.de/files/ebuilds/kchm-0.6.5.ebuild
(have fun)
Report
CARTMAN
15 years ago
Thanks,
ismail
Report
iges
15 years ago
Report
citycat
15 years ago
Report
Braindead
15 years ago
Report
citycat
15 years ago
--- chmxx.h Tue Mar 15 22:25:29 2005
+++ chmxx.h.new Wed Mar 16 17:21:59 2005
@@ -16,9 +16,11 @@
#if BYTE_ORDER == LITTLE_ENDIAN
#warning: here
- #define __BYTE_ORDER __LITTLE_ENDIAN
+ #define __BYTE_ORDER BYTE_ORDER
+ #define __LITTLE_ENDIAN LITTLE_ENDIAN
#elif BYTE_ORDER == BIG_ENDIAN
- #define __BYTE_ORDER __BIG_ENDIAN
+ #define __BYTE_ORDER BYTE_ORDER
+ #define __BIG_ENDIAN BIG_ENDIAN
#else
#error: define proper byte order
#endif
All another are OK. A some wishlist:
1. An icon and menu entry ( I think, in "Utilites" category)
2. "Open file" on toolbar
3. When file was opened, auto-expand first level of content (or make a preference - start expanded / start collapsed)
Please keep your work! It is very needful!
Report
alexandre
15 years ago
php_manual_en.chm
Report
Braindead
15 years ago
Report
ChL
15 years ago
I used the newest version: www.php.net/distributions/manual/php_manual_en.chm
Report
alexandre
15 years ago
now it works fine.
I believe that the problem is with my file chm. My old file has 3,4mb, but it works fine with xchm.
ps. English is not my natural language.
Report
alexandre
15 years ago
Report
CARTMAN
15 years ago
Report
citycat
15 years ago
Report
Braindead
15 years ago
http://sourceforge.net/project/showfiles.php?group_id=133874&package_id=147000
Report
citycat
15 years ago
1. FreeBSD has not __off64_t, please place it inside CHM_USE_IO64 #ifdef's
2. FreeBSD has not pread64 (and any other similar, i.e. lseek64), please detect OS or switch off CHM_USE_IO64 by default.
3. Viewer binary file has name chm, not kchm, as expected :-)
Please, keep this project actual! It is really VERY useful program! (So many exclamations...:-) I simply excited - so, my dreams are in real now...). I'll make FreeBSD port for it.
Report
fab
15 years ago
Thanks ...
Fab
Report