diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /kghostview/ChangeLog | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kghostview/ChangeLog')
-rw-r--r-- | kghostview/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/kghostview/ChangeLog b/kghostview/ChangeLog new file mode 100644 index 00000000..3695036c --- /dev/null +++ b/kghostview/ChangeLog @@ -0,0 +1,40 @@ +Version 0.8: + * [Mario Weilguni] + Made it work with Qt 2.0 + Fixed a lot of layout problems + Fixed segfault caused by wrong accelerator in ::changeAccelerators() + There are still a few problems with changed color handling, + currently outcommented (look for "TODO" if you wish to fix it) + +Version 0.7: + * [Mark Donohoe] Patch from Jake Hamy <jehamby@lightside.com> which + incorporates code from Johanes Plass' GV. This adds + (1) Compressed file support, (2) PDF support + ( Currently limited by ghostscript's poor handling of + this format ) + * [Mark Donohoe] Fixed major performance bug which caused gs to be + repeatedly restarted + * [Mark Donohoe] Improved print dialog + - Print to file + - Print all, current, marked, or range of pages + - Setup spooler command, printer name + - Reverse order of printing + * [Mark Donohoe] Much better keyboard support + * [Mark Donohoe] Improved geometry management + * [Mark Donohoe] Improved warning and error dialogs + +Version 0.6.3: + * [Mark Donohoe] Session management + * [Mark Donohoe] Patch from Markus Duda <Duda@physik.rwth-aachen.de> for + pagelist. + ( Fixes a problem with documents that have named rather + than numbered pages I believe ) + * [Mark Donohoe] Imporvements to page list interface + * [Mark Donohoe] Fixed mix up of Magnification and Orientation on + View Control dialog + * [Mark Donohoe] Few geometry management fixes + * [Mark Donohoe] New icon + +Version 0.6.1: + * [Robert Williams] Added version.h and ChangeLog + * [Robert Williams] Added -caption "%c" to kghostview.kdelnk |