summaryrefslogtreecommitdiff
path: root/misc/kchmviewer
AgeCommit message (Collapse)AuthorFilesLines
2009-01-08Update to 4.0 (qt4/KDE4 release):wiz4-28/+48
2008-12-01 tim <gyunaev@ulduzsoft.com> - Version changed to 4.0 (release); - Released version 4.0. 2008-11-30 tim <gyunaev@ulduzsoft.com> - Integrate Fedora .desktop fixes (thx Patrice Dumas) - Implemented binary TOC and index tables (thx Razvan Cojocaru <razvanco@gmx.net>, the author of xchm). Speed up loading files more than twice! - Now showing 'waiting' cursor while loading chm table of contents or index. - Fixed QTextBrowser by providing workaround for "empty" books. - More compatibility fixes with KDE 4.1 - Added Swedish translation (thx Daniel Nylander) - Fixed handling files with file:// prefix. - Added D-BUS support for Qt and KDE builds, the application could now be controlled remotely from other applications or scripts. - Restored KDE translations. 2008-06-18 tim <gyunaev@ulduzsoft.com> - Version changed to 4.0b4; - Added WebKit support (requires QtWebKit module). WebKit browser is default for a system where QtWebKit is present; - Added support for Right-To-Left application and text layouts; - Added support for disabling automatic encoding detection for browsers which could detect it themselves (KHTMLPart and Webkit); 2008-06-06 tim <gyunaev@ulduzsoft.com> - Version changed to 4.0b3; - Added KDE4 support; - Fixed several compatibility issues with qt-4.4.0; - Added keyboard shortcuts to move to the next and previous entries in TOC: Ctrl+Right arrow and Ctrl+Left arrow; - Added manifest for the Windows version (thanks Cristian Adam); - Windows version should not rely on mingw DLL anymore; - Toolbars are now named; - Fixed parallel build (thanks Patrice Dumas); 2008-02-10 tim <gyunaev@ulduzsoft.com> - Version changed to 4.0b2 (this is Qt4-only release); - Added a command-line option to search through table of contents (--stoc); - Added Italian translation (thanks to Emilio Scalise); - Fixed crash on incorrectly compressed CHM file (thanks Albert Astals Cid); - Fixed kio-msits so it now works with KDE4 (thanks Albert Astals Cid); - Fixed FSF mailing address everywhere (thanks Albert Astals Cid); - Fixed handling of improperly formatted CHM files like Audigy help; - Added heuristics to support for improperly formatted CHMs which have toc and index, but do not specify so in the project file; - Fixed handling of CHM files which have local links in form of MS-ITS: urls; - Search engine has been integrated into libchmfile; - Search indexes are now stored in a single file, which should make it easier to make search available through the indexing application; 2007-08-26 tim <gyunaev@ulduzsoft.com> - Application ported to Qt4. - Recent files reworked. - Search on page is now done via toolbar (like FireFox), activated by Ctrl-F and /. - After switching tabs (either with mouse or Alt+<number> the focus is moved to the browser widget, so you don't have to click on it to navigate using keyboard. - Enchanced browser context menu.
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-1/+2
Bump PKGREVISION.
2007-09-16Initial import of kchmviewer-3.1, originally packaged for pkgsrc-wip bywiz4-0/+57
Ian Zagorskih, updated to latest version by me. 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 with optional KDE libraries. It does not require KDE, but may be compiled with full KDE support, including KDE widgets and KIO/KHTML. The main advantage of KchmViewer is extra support for non-English languages. Unlike other viewers, KchmViewer in most cases is able to detect help file encoding, correctly shows tables of context of Russian, Korean, Chinese and Japanese help files, and does correct search in non-English help files (search for MBCS languages - ja/ko/ch is still in progress).