Warning: session_start(): open(/tmp/sess_0182kd67o1buu6c7tndcqor233, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kchm openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

kchm

   0.6.5  

KDE Other Software

Score 81%
kchm
zoom


kchm
zoom


kchm
zoom


Link:  Link
Downloads:  8141
Submitted:  Mar 15 2005
Updated:  Mar 17 2005

Description:

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.




Changelog:

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




LicenseGPL
(gentoo ebuild 0.3.1)
Send to a friend
Subscribe
Other  Content  from Braindead
Report inappropriate content



goto page:  1  2  3  4 

-

 Small compile quirk

 
 by ghostdog17 on: Mar 15 2005
 
Score 50%

Hi,
Your application is very good, until now I used xchm which has a greater feature set like bookmark and search capability but in my chm test set fails to render some tables and special character that your application manages perfectly. Kudos to you :)
Compiling your application on a FC3 with kde 3.3.2 I had a small problem:
----------------------------
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/
include/kde -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -I.. -I../.. -I../../../libchm++ -DQT_THR
EAD_SUPPORT -D_REENTRANT -DFOR_KPART -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE
=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-string
s -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT Htm
lView.lo -MD -MP -MF ".deps/HtmlView.Tpo" -c -o HtmlView.lo HtmlView.cpp; \
then mv -f ".deps/HtmlView.Tpo" ".deps/HtmlView.Plo"; else rm -f ".deps/HtmlView.Tpo"; exit 1; fi
HtmlView.cpp:25:19: chmxx.h: No such file or directory
make[3]: *** [HtmlView.lo] Error 1
----------------------------
My dirty patch was to insert in
kchm-0.1.1/src/kpart/Makefile file
the -I$(top_builddir)/libchm++ on DEFAULT_INCLUDES key.

Bye Bye
Claudio


Reply to this

-

 Re: Small compile quirk

 
 by Braindead on: Mar 15 2005
 
Score 50%

1) Thank you for your feedback. It seems that I did some management on source tree, but forgot update some Makefiles.

2) More features - in future versions.


Reply to this

-
.

 super tool!

 
 by ChL on: Mar 15 2005
 
Score 50%

I'm waiting for such a tool a long time. Also used xchm till know. I like the kio-slave.


Reply to this

-

 Re: super tool!

 
 by ChL on: Mar 15 2005
 
Score 50%

Because I like it so much I created an ebuild for other Gentoo users:
www.chlhp.de/files/ebuilds/kchm-0.1.1a.ebuild

btw. After I close chm I get the following message:
QObject::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null)::activePartChanged( KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part * )


Reply to this

-

 Re: Re: super tool!

 
 by Braindead on: Mar 15 2005
 
Score 50%

I think it's ok.


Reply to this

-
.

 Re: Re: Re: super tool!

 
 by ChL on: Mar 16 2005
 
Score 50%

You are too fix with releasing new versions. ;-)
Here is the new ebuild:
www.chlhp.de/files/ebuilds/kchm-0.1.2.ebuild
Maybe you can add it to the downloads here.


Reply to this

-

 Yes yes yes

 
 by fab on: Mar 15 2005
 
Score 50%
fabfab
editor

I was waiting for this for some time now. You rock!!

Thanks ...


Fab


Reply to this

-
.

 O, YESSS!

 
 by citycat on: Mar 15 2005
 
Score 50%
citycatcitycat
LLC "AS-System Complex"
Home

O, YESSS! At least! It's a cool! It's a super-cool! It's a super-puper-mega-bla-bla-bla cool! :-) I have so many really good books in .CHM format. Now I haven't more need M$ to read it! Some warnings about compilation under FreeBSD 5.3-RELEASE (KDE 3.3.2, QT 3.3.4):
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.


Rashid N. Achilov, RNA1-RIPE
Reply to this

-
.

 And some misconfig

 
 by citycat on: Mar 15 2005
 
Score 50%
citycatcitycat
LLC "AS-System Complex"
Home

Please, detect OS, because FreeBSD has not __BYTE_ORDER and similar, but has BYTE_ORDER instead.


Rashid N. Achilov, RNA1-RIPE
Reply to this

-

 Re: And some misconfig

 
 by Braindead on: Mar 15 2005
 
Score 50%

Try this
http://sourceforge.net/project/showfiles.php?group_id=133874&package_id=147000


Reply to this

-

 kchm breaks kdevelop

 
 by maclouis on: Mar 15 2005
 
Score 50%

This is a great app. but installing breaks kdevelop it seems to overwrite libkchmpart.so and kio_chm.so. Any way around this


Reply to this

-

 Re: kchm breaks kdevelop

 
 by Braindead on: Mar 16 2005
 
Score 50%

Fixed :)


Reply to this

goto page:  1  2  3  4 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team