2006-12-01 tim <gyunaev@ulduzsoft.com> - Version changed to 2.7. - You can now switch between tabs using Alt+<tab number>, thanks Bobi Jam. - Kchmviewer should now work correctly on non-x86 platforms, including the codepage autodetection. - Added a warning when the browser or browser settings are changed that the application restart is required for changes to take effect. - Fixed the i18n compilation problem in kchmviewwindow.cpp. - If the TOC directory entry did not have an associated page, it was not possible to select it. - TOC directory entries now could be opened/closed with double-click on the entry name/icon, not just +/- icons. Credits to Ludo for the ideas. - No more duplicate entries in previous file history. - The window title is now truncated if too long. - Tab close icon now positioned correctly. - Now current window size and splitter position is also stored on exit - separately for each chm file. - Window selection with multiple tabs now works. - Czech translation added, thanks Hynek Fabian. - Dutch translation updated, thanks Rinse de Vries. 2006-04-05 tim <gyunaev@ulduzsoft.com> - Version changed to 2.6 - Fixed gcc 4.x compilation. - Added shortcut help in context menus. - Right-click menu is now available in Contents, Search, Index and Favorites windows. - Fixed navigation buttons 'What's this' messages. - Fixed compilation on Zaurus and Debian. 2006-04-05 tim <gyunaev@ulduzsoft.com> - Application icon should now be correctly installed. - Fixed handling of mailto: urls. - 'Locate in content' button now opens a Contents tab, if hidden. - Version 2.5 release. 2006-04-02 tim <gyunaev@ulduzsoft.com> - A tooltip is now shows the full text in all the tree and list views if truncated on screen. - Fixed content tree parser, now the content table should be parsed correctly. - Fixed crash after the encoding is changed, if any tree item is clicked. - Added a bookmark menu. Ctrl-B is a shortcut to add a bookmark. 2006-04-01 tim <gyunaev@ulduzsoft.com> - Added tab browsing. Use right-click and 'Open in new tab'. - Added right-click content menu to open pages in a new tab. - Control-click on link or table of contents opens a page in a new tab in background. - Shift-click on link or table of contents opens a page in a new tab in foreground. 2006-03-31 tim <gyunaev@ulduzsoft.com> - 'Setup' menu renamed to 'Settings' - Fixed various navigation errors when 'Locate' button didn't locate the appropriate topic. - Fixed forward navigation, and saved scroll position. - Added tab browsing. 2006-02-07 tim <gyunaev@ulduzsoft.com> - Navigation history rewritten, now it stores text position too. - Version changed to 2.1. 2006-02-06 tim <gyunaev@ulduzsoft.com> - Added 'Extract CHM content' menu item to extract the whole CHM file into a directory. 2006-02-02 tim <gyunaev@ulduzsoft.com> - Added i18n calls for complete internationalization. pot file created. - Switched to a new, correct automake file structure. - Fixed autotest. - Version changed to 2.0. 2006-02-01 tim <gyunaev@ulduzsoft.com> - Now kchmviewer uses system libchm if found, and no --with-builtin-chmlib configure switch defined. - Made configure more compatible with newest autoconf and Debian - thanks to Jose Luis Tallon. - Added an application icon - thanks to Jose Luis Tallon. - Fixed index parser for PHP manual - thanks to Dmitry Bakshaev. - In full screen mode the menu bar and status bar are now hidden. 2006-01-30 tim <gyunaev@ulduzsoft.com> - Added 'locate in content window' button to open currently opened topic in the content window. - Fixed compilation with gcc 4.1 - thanks to Jan Jitse Venselaar. - The algorithm to detect the valid root offset in contents page is changed. Now there should be less "CHMFile::ParseAndFillTopicsTree: child entry 1 with no root entry!" errors. - Pages with images only are now shown correctly. 2005-12-30 tim <gyunaev@ulduzsoft.com> - Fixed kqrunprocess.h compilation bug on some platforms.
23 lines
661 B
Makefile
23 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/12/10 09:41:46 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= kchmviewer-2.7
|
|
CATEGORIES= x11 misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/}
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
HOMEPAGE= http://www.kchmviewer.net/
|
|
COMMENT= KchmViewer is a chm (MS HTML help file format) viewer
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-kde
|
|
|
|
.include "../../devel/chmlib/buildlink3.mk"
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|