blob: 3695036c613abe2d00b86adb8d53c648af09af02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
|