Warning: session_start(): open(/tmp/sess_22ssuflgr566mr6bja74amhr30, 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: prev   1  2  3  4 

-
.

 Nice

 
 by CARTMAN on: Mar 16 2005
 
Score 50%

But be sure to get an icon for next release ;-)


Reply to this

-

 ebuild link

 
 by alexandre on: Mar 16 2005
 
Score 50%

http://www.chlhp.de/files/ebuilds/kchm-0.1.2.ebuild


Reply to this

-

 php_manual

 
 by alexandre on: Mar 16 2005
 
Score 50%

It is not working with php manual.
php_manual_en.chm


Reply to this

-
.

 Re: php_manual

 
 by ChL on: Mar 16 2005
 
Score 50%

I have no problems with it.
I used the newest version: www.php.net/distributions/manual/php_manual_en.chm


Reply to this

-

 Re: Re: php_manual

 
 by alexandre on: Mar 16 2005
 
Score 50%

ok... :)

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.


Reply to this

-

 Re: php_manual

 
 by Braindead on: Mar 16 2005
 
Score 50%

I'am aware of this problem. It's a bug in libchm++, which I use for data extraction. I fixed this bug, and soon I upload a new version of kchm.


Reply to this

-
.

 That\'s I again

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

O,yes, really rapid reaction on bug report :-) I have compiled quite without problems, __LITTLE_ENDIAN was undefined at two times. I suppose this patch to solve problems:


--- 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!


Rashid N. Achilov, RNA1-RIPE
Reply to this

-
.

 A small misorder

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

I have noticed, when I creating FreeBSD port, that kchm creates two subdirs in /share/apps - share/apps/kchm and share/apps/chmnew. Is it normal or misorder?


Rashid N. Achilov, RNA1-RIPE
Reply to this

-

 Re: A small misorder

 
 by Braindead on: Mar 16 2005
 
Score 50%

It's normal. One for application, one for kpart.


Reply to this

-
.

 Thank you

 
 by iges on: Mar 16 2005
 
Score 50%

Uuh the fonts look really nice on screenshots, compared to xchm, will try it out ;)


Slackware 10.1
KDE 3.3.2

Reply to this

goto page: prev   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