diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 20:55:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 20:55:46 -0600 |
commit | 8e6136491eebee929848c4c3072e744f9206deb4 (patch) | |
tree | 4af21caa66ee4abf3bd765a5e3310adfafd58a4a /ChangeLog | |
parent | 865e6145c0c7e9c0e5977774392a2b15b7942ed7 (diff) | |
download | kchmviewer-8e6136491eebee929848c4c3072e744f9206deb4.tar.gz kchmviewer-8e6136491eebee929848c4c3072e744f9206deb4.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -29,7 +29,7 @@ - KDE version sometime didn't kill the process after quit; thanks Norberto Bensa for fix. - Fixed popup menu popping in a wrong place when using QTextBrowser if the scrollbar position is not at the top of the document. - - KHTMLPart options sometime were not disabled while QTextBrowser was choosen. + - TDEHTMLPart options sometime were not disabled while QTextBrowser was choosen. 2007-03-01 tim <gyunaev@ulduzsoft.com> - The design changed; created the chm files processing library, and moved it outside the source @@ -222,32 +222,32 @@ - added a full-featured search engine with complex query support. 2005-06-02 tim <gyunaev@ulduzsoft.com> - - added copy/selectall functionality to KHTML browser, including a popup menu. - - fixed storing scrollbar position for KHTML browser. - - fixed window refresh on encoding change, encoding change now works for KHTML browser. - - zoom in/out buttons also work for KHTML browser. + - added copy/selectall functionality to TDEHTML browser, including a popup menu. + - fixed storing scrollbar position for TDEHTML browser. + - fixed window refresh on encoding change, encoding change now works for TDEHTML browser. + - zoom in/out buttons also work for TDEHTML browser. 2005-06-01 tim <gyunaev@ulduzsoft.com> - - clicking on links (in-book navigation) now works for KHTML browser. + - clicking on links (in-book navigation) now works for TDEHTML browser. - full links (ms-its:) in chm files are now supported. 2005-05-10 tim <gyunaev@ulduzsoft.com> - switched to KPopupMenu for KDE. - - fixed search/print for KHTMLPart. + - fixed search/print for TDEHTMLPart. - fixed status bar in KDE window. - added QWhatsThis for every toolbar icon. - fixed command-line parsing for KDE app, remove external GetOpt class. - fixed build outside the work directory. 2005-05-04 tim <gyunaev@ulduzsoft.com> - - KDE integration continues. Now we support printing from KHTML. + - KDE integration continues. Now we support printing from TDEHTML. - KIO-slave now works. - switched to KTabWidget for KDE. - fixed search/print for QTextBrowser. 2005-05-03 tim <gyunaev@ulduzsoft.com> - Reimplemented browser history in a more convinient way. - - KDE integration continues. Now we support KHTML. + - KDE integration continues. Now we support TDEHTML. - Added a KIO-slave to handle CHMs. - Now it is possible to open files with non-latin filenames. - Added support for CHM urls containing anchors. |