Warning: session_start(): open(/tmp/sess_toct5n1sl6cg7hvn8ok35bdsg2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kchmviewer 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 (3) .- Knowledge Base  . 

kchmviewer

   5.3  

KDE Other Utility

Score 86%
gyunaevgyunaev
BitDefender
kchmviewer
zoom


kchmviewer
zoom


kchmviewer
zoom


Link:  Link
Downloads:  9113
Submitted:  Jun 8 2005
Updated:  Jan 14 2011

Description:

KchmViewer is a chm (MS HTML help file format) viewer, written in C++. Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget library, and does not depend on KDE or Gnome. However, it may be compiled with full KDE support, including KDE widgets and KIO/KHTML.

The main advantage of KchmViewer is non-English language support. Unlike others, KchmViewer in most cases correctly detects help file encoding, correctly shows tables of context of Russian, Korean, Chinese and Japanese help files, and correctly searches in non-English help files (search for MBCS languages - ja/ko/ch is still in progress).

KchmViewer is written by George Yunaev, and is licensed under GNU GPL v3 license.




LicenseGPL
Send to a friend
Subscribe
Other  Content  from gyunaev
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10 ...

-
.

 And why not a lib ?

 
 by bertram25 on: Jul 29 2005
 
Score 50%

Your app is a very precious one, and really is a marvellous idea.

I think you should even make a lib out of it to make others able to take advantages of chms.

Why not something like libchm ? ;)


Bertram
Reply to this

-

 Re: And why not a li

 
 by jezz on: Nov 21 2005
 
Score 50%

I agree. And maybe it is a good idea to merge kchmviewer in khelpcenter. No?


Jérôme Pouiller (Jezz) jerome.pouiller@no-log.org
Reply to this

-

 Feature request

 
 by venson on: Aug 12 2005
 
Score 50%

Would be nice if the next version of kchmviewer could handle multiple command line arguments.

kchmviewer foo1.chm foo2.chm foo3.chm ......

with each opening in its own window.

Should be simple, i suppose. You seem to know what you're doing :-)


Reply to this

-
.

 Suse 9.3 V1.0

 
 by linux3114a on: Sep 7 2005
 
Score 50%

kchmviewer-1.0-s93k342.i586.rpm
at
http://home.tiscali.be/raoul.linux/download.htm


ENJOY !


raoul
Reply to this

-

 a bit broken build

 
 by pusling on: Oct 24 2005
 
Score 50%
puslingpusling
debian

I try to build it on debian unstable. it fails with ld not beeing able to find -lXext

When I run ./configure and in the Makefile in src, adds $(X_LDFLAGS) to line 372 everything works:
372 kchmviewer_LDFLAGS = $(QT_LDFLAGS) $(KDE_LDFLAGS) $(X_LDFLAGS)
adding $(X_LDFLAGS) to the same line in Makefile.am breaks everything because of different automakeversions.
If I get building to work without manually interact in the Makefile, I might add it to mirror.pusling.com - a extrarepo for debian unstable.


/Sune
Reply to this

-
.

 SuSE9.3 V1.1

 
 by linux3114a on: Oct 30 2005
 
Score 50%

kchmviewer-1.1-SuSE9.3K343.i586.rpm
at http://home.tiscali.be/raoul.linux/
via RPM icon

ENJOY !!


Raoul
Reply to this

-

 May be a Bug

 
 by tingxx on: Oct 31 2005
 
Score 50%
tingxxtingxx
none

When I open a chm file under chinese dir with the chmviewer .it will show that the file can't find.But when run chmviewer and open the chm file, it will be fine.
I don't know why ?


Reply to this

-

 Re: May be a Bug

 
 by KanKer on: Nov 1 2005
 
Score 50%

Here is the patch:

--- kchmviewer-1.1/src/kchmmainwindow.cpp.orig 2005-07-29 02:37:01.000000000 +0800
+++ kchmviewer-1.1/src/kchmmainwindow.cpp 2005-11-01 13:32:32.000000000 +0800
@@ -636,7 +652,7 @@

if ( !filename.isEmpty() )
{
- if ( !loadChmFile( filename ) )
+ if ( !loadChmFile( QString::fromLocal8Bit(filename )) )
return false;
/*
if ( search_index.isEmpty() )
@@ -796,7 +812,7 @@

// remove it, so it will be added again at the history top, and will not shitf anything.
// appConfig.m_History.remove ( appConfig.m_History.begin() + item);
- loadChmFile ( filename );
+ loadChmFile ( QString::fromLocal8Bit(filename) );
}

void KCHMMainWindow::updateHistoryMenu()
@@ -804,7 +820,7 @@
m_menuHistory->clear ();

for ( int i = appConfig.m_History.size() - 1; i >= 0; i-- )
- m_menuHistory->insertItem( appConfig.m_History[i], i );
+ m_menuHistory->insertItem( QString::fromLocal8Bit(appConfig.m_History[i]), i );
}

void KCHMMainWindow::slotActivateContentTab( )


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10 ...

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