2124
by Adam Reichold
Add context menu item to append selected text to bookmark comment. |
1 |
Release 0.5: |
2 |
* Added support for Qt version 6 while keeping compatibility with Qt version 4 and 5 intact. |
|
2132
by Adam Reichold
Update changelog to indicate C++11 requirement. |
3 |
* Changed required language version from C++98 to C++11. |
2124
by Adam Reichold
Add context menu item to append selected text to bookmark comment. |
4 |
* Added context menu item to add selected text to bookmark comment. Thanks to S. Razi Alavizadeh. |
5 |
* Imported various new and updated translations from Launchpad. Thanks to all Launchpad translators! |
|
6 |
||
2049
by Adam Reichold
Update change log to reflect the last feature work. |
7 |
Release 0.4.18: |
2076
by Adam Reichold
Merge improvements by djcj to better determine the plug-in library names automatically. |
8 |
* Fixed various issue w.r.t. statically linked plug-ins and cross builds for Windows. Thanks to Marshall Banana. |
2083
by Adam Reichold
Use UTF-8 instead of the unspecified local 8-bit encoding since the IPP specification actually mandates it. |
9 |
* Fixed encoding issues w.r.t. CUPS names. Thanks to Silvan Scherrer. |
2086
by Adam Reichold
Do not overwrite page-ranges CUPS option when it was already set by Qt's print dialog. |
10 |
* Fixed not overwriting page ranges CUPS option when set already by Qt's print dialog. Thanks to Fabio Rossi. |
2088
by Adam Reichold
Do not refresh modified documents from disk without giving the user a change to save the modifications. |
11 |
* Fixed refreshing modified documents from disk. |
2049
by Adam Reichold
Update change log to reflect the last feature work. |
12 |
* Added support for nested splitting of document views. |
13 |
* Added support for transparent decompression of document files. |
|
2052
by Adam Reichold
Also save and restore the current tab index when the tabs themselves are saved and restored. |
14 |
* Added restoring of tab order and of current tab. |
2056
by Adam Reichold
Add support to open the current document in a new window by Pavel Sanda. |
15 |
* Added action to open current file in new window. Thanks to Pavel Sanda. |
2079
by Adam Reichold
Merge update to Fitz plug-in including support for EPUB, XPS, CBZ and FB2 by S. Razi Alavizadeh. |
16 |
* Updated support for MuPDF to version 1.12 and later. Thanks to S. Razi Alavizadeh. |
17 |
* Added support for EPUB, XPS, CBZ and FB2 via MuPDF. Thanks to S. Razi Alavizadeh. |
|
2085
by Adam Reichold
Update version and changelog. |
18 |
* Automated translations import from Launchpad via Travis CI. Thanks to S. Razi Alavizadeh. |
19 |
* Imported various new and updated translations from Launchpad. Thanks to all Launchpad translators! |
|
2049
by Adam Reichold
Update change log to reflect the last feature work. |
20 |
|
1969
by Adam Reichold
Add triggering of SyncTeX reverse search using keyboard modifiers and make it possible to explicitly disable keyboard modifiers. |
21 |
Release 0.4.17: |
1989
by Adam Reichold
Update change log. |
22 |
* Fixed query to populate the instance list for the choose instance dialog. |
1998
by Adam Reichold
Select the complete text when opening a mapped page number dialog. |
23 |
* Fixed selecting the complete text upon opening a page number dialog. |
2015
by Adam Reichold
Fix computation of tile sub rect to respect device pixel ratio. |
24 |
* Fixed computation of tile sub rect w.r.t. non-unit device pixel ratios. |
1992
by Adam Reichold
Move loading of interactive elements out of the main event loop to make loading large documents more responsive. |
25 |
* Moved loading of interactive elements out of the main event loop. |
2027
by Adam Reichold
Refactor render task events so that only one event is sent in the common case, i.e. if a task finishes successfully. |
26 |
* Optimize tile rendering event handling by centralizing dispatch. |
1997
by Adam Reichold
Automatically expand the results of the current tab in the extended search dock. |
27 |
* The results of the current tab are now automatically expanded in the extended search dock. |
1983
by Adam Reichold
Update change log and readme, noting the current problems with the Fitz plug-in. |
28 |
* Added support for external document links to the outline view. |
2033
by Adam Reichold
Extend change log and choose a better name for the dummy future used for serial search. |
29 |
* Added optional page-parallel execution of text search. |
1969
by Adam Reichold
Add triggering of SyncTeX reverse search using keyboard modifiers and make it possible to explicitly disable keyboard modifiers. |
30 |
* Added triggering SyncTeX reverse search using a keyboard modifier. |
31 |
* Keyboard modifiers for mouse interaction can be disabled. |
|
1977
by Adam Reichold
Make the search dock layout adaptable to vertical/horizontal positioning. |
32 |
* Optimizations of the search dock layout w.r.t. vertical/horizontal positioning. |
1999
by Adam Reichold
Add context menu option to move document to different instance after small refactoring of D-Bus handling. |
33 |
* Added context menu action to move document to a different instance. |
2012
by Adam Reichold
Change the cache size tracking granularity to raise the maximum cache size from 2 GB to 2 TB. |
34 |
* Changed cache size tracking from byte to kilobyte granularity to support more than 2 GB cache. |
2013
by Adam Reichold
Extend the options to save a document with making save and save-as the defaults while the old save copy option becomes an alternative that has no keyboard shortcut bound by default to come closer to the usual defaults of editors instead of Poppler-based viewers. |
35 |
* Added a save in addition to the save-as action to simplify modifying documents in-place. |
1979
by Adam Reichold
Import updated translations and add Japanese translation. |
36 |
* Added Japanese translations. Thanks to Koji Yokota. |
37 |
* Updated British English translations. Thanks to Anthony Harrington. |
|
38 |
* Updated Russian translations. Thanks to ned. |
|
39 |
* Updated French translations. Thanks to Charles Monzat. |
|
40 |
* Updated Lithunian translations. Thanks Moo. |
|
1969
by Adam Reichold
Add triggering of SyncTeX reverse search using keyboard modifiers and make it possible to explicitly disable keyboard modifiers. |
41 |
|
1925
by Adam Reichold
Update change log. |
42 |
Release 0.4.16: |
1967
by Adam Reichold
Bump version number. |
43 |
* Fixed an incompatibility with FDo's shared MIME type database that broke opening DjVu documents. |
1925
by Adam Reichold
Update change log. |
44 |
* Added function to dynamically fit thumbnails into the viewport. |
1944
by Adam Reichold
Add support to use system SyncTeX parser library via pkg-config. |
45 |
* Added support to use system SyncTeX parser library. |
1928
by Adam Reichold
Merge the addition of an image support plug-in. |
46 |
* Added support to open image formats supported by Qt. |
1969
by Adam Reichold
Add triggering of SyncTeX reverse search using keyboard modifiers and make it possible to explicitly disable keyboard modifiers. |
47 |
* SyncTeX is available and discoverable within the main view's context menu. |
1927
by Adam Reichold
Import updated translation files. |
48 |
* Updated Czech translations. Thanks to Pavel Fric. |
49 |
* Updated Malay translations. Thanks to abuyop. |
|
50 |
* Updated Brazilian Portuguese translations. Thanks to Felipe Braga. |
|
1945
by Adam Reichold
Imported updated Russian, Czech, British English, Ukrainian, German, Spanish, Malay, Portuguese and Lithunian translations. |
51 |
* Updated Russian translations. Thanks to ned. |
1962
by Adam Reichold
Import updated Russian, Polish, German, Ukrainian, Malay, Spanish, Czech, British English and French translations. |
52 |
* Updated British English translations. Thanks to Andi Chandler and Anthony Harrington. |
1945
by Adam Reichold
Imported updated Russian, Czech, British English, Ukrainian, German, Spanish, Malay, Portuguese and Lithunian translations. |
53 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
54 |
* Updated Portuguese translations. Thanks to Sérgio Marques. |
|
55 |
* Updated Lithunian translations. Thanks to Moo. |
|
1962
by Adam Reichold
Import updated Russian, Polish, German, Ukrainian, Malay, Spanish, Czech, British English and French translations. |
56 |
* Updated Spanish translations. Thanks to Guillermo and Adolfo Jayme. |
57 |
* Updated French translations. Thanks to Charles Monzat. |
|
1925
by Adam Reichold
Update change log. |
58 |
|
1877
by Adam Reichold
Imported updated Polish and Italian translations. |
59 |
Release 0.4.15: |
1884
by Adam Reichold
Merge Martin Banky's patch to fix compatiblity with MuPDF version 1.7. |
60 |
* Fixed compatibility with MuPDF version 1.7. Thanks to Martin Banky. |
1897
by Adam Reichold
Update the change log. |
61 |
* Added keeping the page-relative position upon page change. |
1877
by Adam Reichold
Imported updated Polish and Italian translations. |
62 |
* Added document properties on PDF version, encryption and linearization. |
1888
by Adam Reichold
Merge outline keyboard navigation branch. |
63 |
* Added keyboard navigation to the outline view. Thanks to Bendik R. Opstad. |
1904
by Adam Reichold
Merge the configurable document context menu and also make the tab context menu configurable. |
64 |
* Added configurable document and tab context menus. Thanks to S. Razi Alavizadeh. |
1914
by Adam Reichold
Merge the composition mode and related render parameter handling changes. |
65 |
* Added composition modes to adjust the background of scanned documents. |
1880
by Adam Reichold
Update change log and contributors. |
66 |
* Extended the default movement keyboard shortcuts to include the numpad keys. |
1901
by Adam Reichold
Import the work on the per-tab trim-margins setting and the shared data implementation of the render parameters. |
67 |
* Made the trim-margins setting a per-tab property. |
1909
by Adam Reichold
Added Hungarian translations. |
68 |
* Added Hungarian translations. Thanks to Páder Rezső. |
1877
by Adam Reichold
Imported updated Polish and Italian translations. |
69 |
* Updated Polish translations. Thanks to Piotr Strębski. |
70 |
* Updated Italian translations. Thanks to Claudio Arseni. |
|
1896
by Adam Reichold
Import updated French, Malay, German, Ukrainian, Polish, Czech and British English translations. |
71 |
* Updated Czech translations. Thanks to Pavel Fric. |
72 |
* Updated British English translations. Thanks to Anthony Harrington and Andy Chandler. |
|
73 |
* Updated Malay translations. Thanks to abuyop. |
|
74 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
|
75 |
* Updated French translations. Thanks to Jean Marc. |
|
1877
by Adam Reichold
Imported updated Polish and Italian translations. |
76 |
|
1794
by Adam Reichold
Update change log. |
77 |
Release 0.4.14: |
1802
by Adam Reichold
Fix keyboard movement in annotations and form fields. |
78 |
* Fixed keyboard movement not working in annotations and form fields. |
1816
by Adam Reichold
Merge restoring of expanded outline items after refresh. |
79 |
* Fixed display of warning dialog upon restoring tabs. |
1818
by Adam Reichold
Update change log. |
80 |
* Fixed compilation using LLVM Clang. Thanks to Franz Fellner. |
1829
by Adam Reichold
Update translation templates and change log. |
81 |
* Fixed crash upon middle-clicking into empty part of tab bar. |
1851
by Adam Reichold
Update the change log. |
82 |
* Fixed a race condition in text extraction within the extended search dock. |
1839
by Adam Reichold
Try to decouple highlighted matched text from the matching itself done by the backends. |
83 |
* Fixed losing rendering hints after unlocking encrypted PDF documents. |
1801
by Adam Reichold
Imported updated Polish translation. |
84 |
* Improved user interaction of the extended search dock. |
1851
by Adam Reichold
Update the change log. |
85 |
* Improved the speed of text extraction within the extended search dock. Thanks to S. Razi Alavizadeh. |
1861
by Adam Reichold
Update change log. |
86 |
* Improved performance at very large scale factors by dynamically adjusting tile size. |
1816
by Adam Reichold
Merge restoring of expanded outline items after refresh. |
87 |
* Added restoring of expanded outline items after refresh. Thanks to Bendik R. Opstad. |
1801
by Adam Reichold
Imported updated Polish translation. |
88 |
* Added various smaller user interface enhancements. |
1842
by Adam Reichold
Clearify Poppler version requirement for whole-words search option. |
89 |
* Added whole-words-only search option (depending on Poppler version 0.31 or higher). |
1833
by Adam Reichold
Expose searchable menus via the settings dialog. |
90 |
* Added optionally searchable tabs and bookmarks menus. |
1839
by Adam Reichold
Try to decouple highlighted matched text from the matching itself done by the backends. |
91 |
* Improved flexibility of searching DjVu documents. |
1836
by Adam Reichold
Import updated Finnish, German, Polish, Ukrainian, British English and Czech translations. |
92 |
* Added Finnish translation of online help. Thanks to Timo Seppola. |
1801
by Adam Reichold
Imported updated Polish translation. |
93 |
* Updated settings section of the online help. |
94 |
* Updated Czech translations. Thanks to Pavel Fric. |
|
95 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
|
96 |
* Updated Polish translations. Thanks to Piotr Strębski. |
|
1804
by Adam Reichold
Import updated British English and Czech translations. |
97 |
* Updated British English translations. Thanks to Anthony Harrington. |
1810
by Adam Reichold
Imported updated Slovak translations. |
98 |
* Updated Slovak translations. Thanks to DAG Software. |
1820
by Adam Reichold
Import updated Spanish and Simplified Chinese translations. |
99 |
* Updated Spanish translations. Thanks to Adolfo Jayme. |
100 |
* Updated Simplified Chinese translations. Thanks to electricface. |
|
1852
by Adam Reichold
Import updated Catalan, Galician, Slovak, Russian and Malay translations. |
101 |
* Updated Catalan translations. Thanks to VPablo. |
1867
by Adam Reichold
Import updated British English and Russian translations. |
102 |
* Updated Russian translations. Thanks to ☠Jay ZDLin☠ and Aleksey Kabanov. |
1852
by Adam Reichold
Import updated Catalan, Galician, Slovak, Russian and Malay translations. |
103 |
* Updated Galician translations. Thanks to Marcos Lans. |
104 |
* Updated Malay translations. Thanks to abuyop. |
|
1871
by Adam Reichold
Imported updated French translations. |
105 |
* Updated French translations. Thanks to Jean Marc. |
1794
by Adam Reichold
Update change log. |
106 |
|
1724
by Adam Reichold
Reduce unknown file type warning to console message to fix the '--quiet'. |
107 |
Release 0.4.13: |
1808
by Adam Reichold
Fix tense in change log of previous release. |
108 |
* Fixed a memory leak when processing meta-data in the DjVu plug-in. |
109 |
* Fixed a crash when loading corrupted DjVu documents. |
|
1816
by Adam Reichold
Merge restoring of expanded outline items after refresh. |
110 |
* Removed the warning dialog about unknown file type to fix the '--quiet' option. |
1808
by Adam Reichold
Fix tense in change log of previous release. |
111 |
* Added optional extended search dock displaying results from all open tabs. Thanks to S. Razi Alavizadeh. |
112 |
* Added per-tab setting to convert pages to grayscale after rendering. |
|
1758
by Adam Reichold
Import updated German, Ukrainian, British English, Portuguese, Malay, Kazakh and Galician translations. |
113 |
* Updated British English translations. Thanks to Anthony Harrington. |
114 |
* Updated Czech translations. Thanks to Pavel Fric. |
|
115 |
* Updated Malay translations. Thanks to abuyop. |
|
116 |
* Updated Galician translations. Thanks to Marcos Lans. |
|
117 |
* Updated Kazakh translations. Thanks to Baurzhan Muftakhidinov. |
|
118 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
|
119 |
* Updated Portuguese translations. Thanks to Sérgio Marques. |
|
1774
by Adam Reichold
Imported updated Polish and Ukrainian translations. |
120 |
* Updated Polish translations. Thanks to Piotr Strębski. |
1724
by Adam Reichold
Reduce unknown file type warning to console message to fix the '--quiet'. |
121 |
|
1634
by Adam Reichold
Bump version in preparation of the next development cycle. |
122 |
Release 0.4.12: |
1648
by Adam Reichold
Loading document defaults might change the view mode so we have to emit the corresponding signals. |
123 |
* Fixed loading document-supplied view mode defaults. |
1689
by Adam Reichold
Install application icon to hicolor icon theme. |
124 |
* Fixed installation location of application icon to use hicolor icon theme. |
1709
by Adam Reichold
Update change log. |
125 |
* Fixed an instability of DjVu meta-data extraction. |
1688
by Adam Reichold
Imported updated British English, German, Ukrainian and Thai translations. |
126 |
* Added function to automatically trim empty page margins. |
127 |
* Added dock to improved access to bookmarks. Thanks to S. Razi Alavizadeh. |
|
128 |
* Added support for document-supplied page label. Thanks to S. Razi Alavizadeh. |
|
129 |
* Added context menu to copy link addresses. |
|
130 |
* Improved caching, i.e. do not drop pixmaps on scale factor change. Thanks to Martin Spacek. |
|
131 |
* Improved rendering by giving a higher priority to rendering visible pages compared to prefetching. Thanks to S. Razi Alavizadeh. |
|
132 |
* Improved computation of current page for continuous layouts. Thanks to S. Razi Alavizadeh. |
|
1691
by Adam Reichold
Improve detection of word boundaries within DjVu documents and do not show text options in copying context menu if no text is available. |
133 |
* Improved searching of DjVu documents. Thanks to S. Razi Alavizadeh. |
1688
by Adam Reichold
Imported updated British English, German, Ukrainian and Thai translations. |
134 |
* Extended the D-Bus interface to support more IPC scenarios. |
1641
by Adam Reichold
Update translation templates. |
135 |
* Updated Italian translations. Thanks to Claudio Arseni. |
1644
by Adam Reichold
Imported updated German, Ukrainian and British English translations. |
136 |
* Updated British English translations. Thanks to Anthony Harrington. |
137 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
|
1647
by Adam Reichold
Imported updated Czech, Slovak and Italian translations. |
138 |
* Updated Czech translations. Thanks to Pavel Fric. |
139 |
* Updated Slovak translations. Thanks to DAG Software. |
|
1688
by Adam Reichold
Imported updated British English, German, Ukrainian and Thai translations. |
140 |
* Updated Thai translations. Thanks to Rockworld. |
1700
by Adam Reichold
Import updated Czech, Slowak, Ukrainian, German, Malay, Russian and Persian translations. |
141 |
* Updated Russian translations. Thanks to Oleg Koptev. |
142 |
* Updated Malay translations. Thanks to abuyop. |
|
1701
by Adam Reichold
Import updated Catalan, Galician, Italian and Polish translations. |
143 |
* Updated Catalan translations. Thanks to VPablo. |
144 |
* Updated Galician translations. Thanks to Marcos Lans. |
|
145 |
* Updated Polish translations. Thanks to Mateusz Łukasik. |
|
1634
by Adam Reichold
Bump version in preparation of the next development cycle. |
146 |
|
1633
by Adam Reichold
Bump version for extra bugfix release of 0.4.11.1. |
147 |
Release 0.4.11.1: |
1632
by Adam Reichold
Fix some problems when compiling using Microsoft Visual C++. |
148 |
* Fix progress and error icons and obsolete pixmaps not working without tiling. |
149 |
* Fix compilation using Microsoft Visual C++. Thanks to S. Razi Alavizadeh. |
|
150 |
||
1540
by Adam Reichold
Fixed building without SQLite support again. |
151 |
Release 0.4.11: |
1567
by Adam Reichold
Merged tiled rendering branch. |
152 |
* Added tiled rendering currently disabled by default. |
1578
by Adam Reichold
Merge logarithmic zooming branch by Martin Spacek. |
153 |
* Made zooming logarithmic instead of linear. Thanks to Martin Spacek. |
154 |
* Added displaying various library versions in the about box. Thanks to Martin Spacek. |
|
1587
by Adam Reichold
Update change log. |
155 |
* Added actions to toggle visibility of tool bars and menu bar. |
156 |
* Fixed questionably low interval for automatically saving persistent state. Thanks to Martin Spacek. |
|
1616
by Adam Reichold
Imported updated Czech and British English translations. |
157 |
* Fixed high writing overhead for automatically saving persistent state. Thanks to Boris Popov. |
1540
by Adam Reichold
Fixed building without SQLite support again. |
158 |
* Fixed building without SQLite support again. Thanks to Sébastien Szymanski. |
1543
by Adam Reichold
Fix disabled restoring tabs and bookmarks so that it becomes effective immediately. |
159 |
* Fixed disabling restoring of tabs and bookmarks. Thanks to Benjamin Eltzner. |
1541
by Adam Reichold
Remove extended prints option page set and number-up as they are redundant with Qt's internal options since version 5.2. |
160 |
* Removed extended print options page set and number-up as Qt version 5.2 supports them internally. |
1628
by Adam Reichold
Imported French, Malay, Galician, Italian, Polish, Russian, Slovak, Belarussian and Thai translations. |
161 |
* Updated French translations. Thanks to Tubuntu and Sylvie Gallet. |
1622
by Adam Reichold
Imported updated Catalan and British English translations. |
162 |
* Updated British English translations. Thanks to A. Kohl, Anthony Harrington and fossfreedom. |
1559
by Adam Reichold
Imported updated German, French, Spanish, Ukrainian, British English and Galician translations. |
163 |
* Updated Galician translations. Thanks to Marcos Lans. |
164 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
|
165 |
* Updated Spanish translations. Thanks to Adolfo Jayme. |
|
1561
by Adam Reichold
Import updated Czech and Spanish translations. |
166 |
* Updated Czech translations. Thanks to Pavel Fric. |
1622
by Adam Reichold
Imported updated Catalan and British English translations. |
167 |
* Updated Catalan translations. Thanks to VPablo. |
1628
by Adam Reichold
Imported French, Malay, Galician, Italian, Polish, Russian, Slovak, Belarussian and Thai translations. |
168 |
* Updated Malay translations. Thanks to abuyop. |
169 |
* Updated Italian translations. Thanks to Claudio Arseni. |
|
170 |
* Updated Polish translations. Thanks to Piotr Strębski. |
|
171 |
* Updated Russian translations. Thanks to Alexander Volkov. |
|
172 |
* Updated Slovak translations. Thanks to DAG Software. |
|
173 |
* Added Belarussian translations. Thanks to Yury Yatsynovich. |
|
174 |
* Added Thai translations. Thanks to KL. |
|
1540
by Adam Reichold
Fixed building without SQLite support again. |
175 |
|
1493
by Adam Reichold
Merged branch improving database robustness and updated translation templates. |
176 |
Release 0.4.10: |
1525
by Adam Reichold
Fix race condition of emitting after deleting. |
177 |
* Fixed race condition when a deleted render task mit tries to emit a signal. Thanks to Benjamin Eltzner. |
1529
by Adam Reichold
Update change log. |
178 |
* Fixed double deletion in recently closed menu. Thanks to Arnaud Schmittbuhl. |
1502
by Adam Reichold
Use document title and tab title if available. |
179 |
* Fixed inconsistency when invoking a unique instance. Thanks to Dorian Scholz. |
1533
by Adam Reichold
Update change log. |
180 |
* Fixed confusing auto-refresh if file is deleted. |
1502
by Adam Reichold
Use document title and tab title if available. |
181 |
* Added using the document title from the meta-data as the tab title. Thanks to Dorian Scholz. |
1510
by Adam Reichold
Merge spreading out tabs to fill the whole tab bar. |
182 |
* Added spreading out tabs to fill the whole tab bar. Thanks to Dorian Scholz. |
1493
by Adam Reichold
Merged branch improving database robustness and updated translation templates. |
183 |
* Added periodically storing persistent state. |
1496
by Adam Reichold
Update changelog and help file. |
184 |
* Added opening internal links in a new tab by middle-clicking. |
1497
by Adam Reichold
Implement a zoom-to-selection action using the middle mouse button. |
185 |
* Added zooming to selection by middle-dragging. |
1516
by Adam Reichold
Imported updated Ukrainian, Indonesian, British English and Vietnamese translations. |
186 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
187 |
* Updated British English translations. Thanks to Anthony Harrington. |
|
188 |
* Updated Vietnamese translations. Thanks to Khang Mạnh Tử. |
|
1530
by Adam Reichold
Imported updated Indonesian translation. |
189 |
* Updated Indonesian translation. Thanks to Rizal Muttaqin and Trisno Pamuji. |
1523
by Adam Reichold
Imported updated Czech, Slovak, Polish and Vietnamese translations. |
190 |
* Updated Czech translations. Thanks to Pavel Fric. |
191 |
* Updated Slovak translations. Thanks to DAG Software. |
|
192 |
* Updated Polish translations. Thanks to Piotr Strębski. |
|
1526
by Adam Reichold
Imported updated Portuguese and Romainian translations. |
193 |
* Updated Romainian translations. Thanks to Vlad Paul Paval. |
194 |
* Updated Portuguese translations. Thanks to Sérgio Marques. |
|
1534
by Adam Reichold
Imported updated Malay and Galician translations. |
195 |
* Updated Malay translations. Thanks abuyop. |
196 |
* Updated Galician translations. Thanks to Marcos Lans. |
|
1536
by Adam Reichold
Imported updated Asturian translations. |
197 |
* Updated Asturian translations. Thanks to Xuacu Saturio. |
1537
by Adam Reichold
Imported updated Brazilian Portuguese translations. |
198 |
* Updated Brazilian Portuguese translations. Thanks to Lucas Reis. |
1493
by Adam Reichold
Merged branch improving database robustness and updated translation templates. |
199 |
|
1438
by Adam Reichold
Merged render-backend branch. |
200 |
Release 0.4.9: |
1439
by Adam Reichold
Merged branch containing experimental Fitz plug-in. |
201 |
* Added experimental Fitz plug-in. |
1462
by Adam Reichold
Add action to use text as selection instead of copying to clipboard. |
202 |
* Added action to use text as selection instead of copying to clipboard. |
203 |
* Added color feedback whether search term was found to help dialog. Thanks to Benjamin Eltzner. |
|
1468
by Adam Reichold
Imported updated Vietnamese translations. |
204 |
* Added option to switch multiple page layouts into right-to-left mode. Thanks to Abdellah Chelli. |
1477
by Adam Reichold
Imported updated Polish and Kazakh translations. |
205 |
* Added loading of document-supplied defaults. |
1438
by Adam Reichold
Merged render-backend branch. |
206 |
* Added setting to choose Poppler backend. |
1446
by Adam Reichold
Imported updated Czech, Slovak and British English translations. |
207 |
* Updated Czech translations. Thanks to Pavel Fric. |
208 |
* Updated Slovak translations. Thanks to DAG Software. |
|
1447
by Adam Reichold
Imported updated Czech, French and Polish translations. |
209 |
* Updated British English translations. Thanks to Anthony Harrington. |
210 |
* Updated Polish translations. Thanks to Piotr Strębski. |
|
1491
by Adam Reichold
Import updated French translations. |
211 |
* Updated French translations. Thanks to Pierre Soulat and Arnaud Schmittbuhl. |
1448
by Adam Reichold
Imported updated Azerbaijani, British English and Ukrainian translations. |
212 |
* Updated Azerbaijani translations. Thanks to Rashid Aliyev. |
213 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
|
1450
by Adam Reichold
Imported updated Czech and Malay translations. |
214 |
* Updated Malay translations. Thanks to abuyop. |
1459
by Adam Reichold
Import updated Malay, German and British English translations. |
215 |
* Updated German translations. Thanks to Benjamin Eltzner. |
1468
by Adam Reichold
Imported updated Vietnamese translations. |
216 |
* Updated Vietnamese translations. Thanks to Khang Mạnh Tử. |
1477
by Adam Reichold
Imported updated Polish and Kazakh translations. |
217 |
* Updated Kazakh translations. Thanks to Baurzhan Muftakhidinov. |
1487
by Adam Reichold
Imported updated interface translations. |
218 |
* Updated Asturian translations. Thanks to Xuacu Saturio. |
219 |
* Updated Catalan translations. Thanks to Marc Coll Carrillo and VPablo. |
|
220 |
* Updated Spanish translations. Thanks to Aaron Farias. |
|
221 |
* Updated Galician translatios. Thanks to Miguel Anxo Bouzada. |
|
222 |
* Updated Hebrew translations. Thanks to Yaron Shahrabani. |
|
223 |
* Updated Italian translations. Thanks to Claudio Arseni. |
|
1438
by Adam Reichold
Merged render-backend branch. |
224 |
|
1388
by Adam Reichold
bumped version and imported Vietnamese translations |
225 |
Release 0.4.8: |
1391
by Adam Reichold
fix #ifdef inconsistency in the database class |
226 |
* Fixed building without SQLite support. Thanks to Franz Fellner. |
1419
by Adam Reichold
Fixed a performance problem when switching to a tab with a fallback outline takes seconds, since when restoring the expansion state, even ineffective actions take very long. |
227 |
* Fixed a performance problem when switching to a tab with a fallback outline takes seconds. |
1399
by Adam Reichold
Updated change log and translation templates. |
228 |
* Added optional functionality to restore closed tabs. |
1419
by Adam Reichold
Fixed a performance problem when switching to a tab with a fallback outline takes seconds, since when restoring the expansion state, even ineffective actions take very long. |
229 |
* Added zoom functionality to the presentation view. |
1393
by Adam Reichold
imported updated Malay translation |
230 |
* Added Vietnamese translations. Thanks to Khang Mạnh Tử. |
1434
by Adam Reichold
Imported updated Ukrainian and added Swedish translations. |
231 |
* Added Swedish translations. Thanks to Martin Linder. |
1393
by Adam Reichold
imported updated Malay translation |
232 |
* Updated Bulgarian translations. Thanks to Atanas Kovachki. |
233 |
* Updated Malay translations. Thanks to abuyop. |
|
1406
by Adam Reichold
Imported updated Ukrainian, Czech, Slovak, Russian and Portuguese translations. |
234 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
235 |
* Updated Slovak translations. Thanks to DAG Software. |
|
236 |
* Updated Portuguese translations. Thanks to Sérgio Marques. |
|
237 |
* Updated Czech translations. Thanks to Pavel Fric. |
|
238 |
* Updated Russian translations. Thanks to HsH and Aleksey Kabanov. |
|
1426
by Adam Reichold
Imported updated German, British English, French and Ukrainian translations. |
239 |
* Updated French translations. Thanks to Arnaud Schmittbuhl. |
240 |
* Updated British English translations. Thanks to Anthony Harrington. |
|
1427
by Adam Reichold
Imported updated Malay and Catalan translations. |
241 |
* Updated Catalan translations. Thanks to Marc Coll Carrillo. |
1428
by Adam Reichold
Imported updated Czech, German, Bulgarian and Chinese (Simplified) translations and bumped version. |
242 |
* Updated German translations. Thanks to Dennis Baudys. |
243 |
* Updated Chinese (Simplified) translations. Thanks to Evo Jimmy. |
|
1431
by Adam Reichold
Imported updated Malay, Azerbaijani and Slovak translations. |
244 |
* Updated Malay translations. Thanks to abuyop. |
245 |
* Updated Azerbaijani translations. Thanks to Rashid Aliyev. |
|
1436
by Adam Reichold
Imported updated Czech and Polish translations. |
246 |
* Updated Polish translations. Thanks to Mateusz Łukasik. |
1388
by Adam Reichold
bumped version and imported Vietnamese translations |
247 |
|
1318
by Adam Reichold
merge focus-toolbar branch |
248 |
Release 0.4.7: |
1321
by Adam Reichold
merged labelled-bookmarks branch that extends the bookmarks storage format |
249 |
* Extended bookmarks storage format to add labelled bookmarks. |
1364
by Adam Reichold
merged overlay branch and updated translation templates |
250 |
* Extended handling of annotations and form fields using overlays. |
1340
by Adam Reichold
merge external-video branch adding support for execute links and file attachment annotations |
251 |
* Added support for opening execute links and for saving file attachments from annotations. |
1320
by Adam Reichold
merge unknown-options branch improving parsing of command-line arguments |
252 |
* Improved parsing of command-line arguments and Workbench integration on AmigaOS. Thanks to Chris Young. |
1346
by Adam Reichold
merge movement key improvement by Thomas Etter |
253 |
* Improved behaviour of movement keys in certain corner cases. Thanks to Thomas Etter. |
1318
by Adam Reichold
merge focus-toolbar branch |
254 |
* Added keyboard shortcuts to focus current page and scale factor in tool bar. |
1361
by Adam Reichold
fix a life cycle issue when adding/removing annotations (memory leak and missing signal connections) |
255 |
* Fixed a race condition that could lead to dropping rendered pages. |
256 |
* Fixed a small issue with adding and removing annotations. |
|
1375
by Adam Reichold
import Lithunian and updated Brazilian Portuguese translations |
257 |
* Added partial Lithunian translation. Thanks to Automatizatorius. |
1383
by Adam Reichold
imported Korean and updated Polish translations |
258 |
* Added partial Korean translation. Thanks to Litty. |
1332
by Adam Reichold
imported updated Czech, Ukrainian, French and British English translations |
259 |
* Updated Czech translations. Thanks to Pavel Fric. |
1376
by Adam Reichold
imported updated French translation |
260 |
* Updated French translations. Thanks to Arnaud Schmittbuhl, Tubuntu, Pierre Soulat and Teromene. |
1332
by Adam Reichold
imported updated Czech, Ukrainian, French and British English translations |
261 |
* Updated Ukrainian translations. Thanks to Yuri Chornoivan. |
1381
by Adam Reichold
imported updated Bulgarian, Catalan, German, Greek, British English, Spanish, French, Galician, Italian and Lithunian translations |
262 |
* Updated British English translations. Thanks to Andi Chandler and Anthony Harrington. |
1342
by Adam Reichold
imported updated French, Malay and Ukrainian translations |
263 |
* Updated Malay translations. Thanks to abuyop. |
1345
by Adam Reichold
imported updated Italian translations |
264 |
* Updated Italian translations. Thanks to Claudio Arseni. |
1383
by Adam Reichold
imported Korean and updated Polish translations |
265 |
* Updated Polish translations. Thanks to Mateusz Łukasik and Piotr Strębski. |
1351
by Adam Reichold
imported updated German and Brazilian Portuguese translations |
266 |
* Updated Brazilian Portuguese translations. Thanks to Rodrigo Zimmermann. |
1381
by Adam Reichold
imported updated Bulgarian, Catalan, German, Greek, British English, Spanish, French, Galician, Italian and Lithunian translations |
267 |
* Updated German translations. Thanks to Thomas Worofsky, Tobias B. and Benjamin Eltzner. |
1374
by Adam Reichold
imported updated Slovak translation |
268 |
* Updated Kazakh translations. Thanks to Baurzhan Muftakhidinov. |
269 |
* Updated Slovak translations. Thanks to DAG Software. |
|
1381
by Adam Reichold
imported updated Bulgarian, Catalan, German, Greek, British English, Spanish, French, Galician, Italian and Lithunian translations |
270 |
* Updated Bulgarian translations. Thanks to Atanas Kovachki. |
271 |
* Updated Galician translations. Thanks to Marcos Lans. |
|
272 |
* Updated Catalan translations. Thanks to VPablo. |
|
273 |
* Updated Greek translations. Thanks to George Christofis. |
|
274 |
* Updated Italian translations. Thanks to Giovanni Grieco. |
|
275 |
* Updated Spanish translations. Thanks to Adolfo Jayme Barrientos. |
|
1382
by Adam Reichold
imported updated Italian, Spanish, German and Azerbaijani |
276 |
* Updated Azerbaijani translations. Thanks to Rashid Aliyev. |
1318
by Adam Reichold
merge focus-toolbar branch |
277 |
|
1248
by Adam Reichold
bump version again and prepare for merging feature branches |
278 |
Release 0.4.6: |
1253
by Adam Reichold
updated change log, man page, usage and online help as well as translation templates |
279 |
* Added function that keeps obsolete pixmaps and displays them until final rendering is available. |
280 |
* Added command-line option that displays a dialog to choose the name of the started instance. |
|
281 |
* Added confirmation dialog before closing a modified document. |
|
1261
by Adam Reichold
update translation templates and change log |
282 |
* Added optional support for device pixel ratios that are unequal to one. |
1274
by Adam Reichold
merged presentation-background branch and updated translation templates |
283 |
* Added setting to change presentation background. |
284 |
* Added desktop action for non-unique instances and choosing instances to the desktop entry. |
|
1266
by Adam Reichold
imported updated Galician and Malay translations |
285 |
* Fixed loading of translation for Qt dialogs, e.g. the print dialog. |
1273
by Adam Reichold
imported updated French, Galician, Malay and Polish translations |
286 |
* Added support for translations of online help. Thanks to Yuri Chornoivan. |
1289
by Adam Reichold
merge Benjamin's searchable help branch |
287 |
* Added support for searching of online help. Thanks to Benjamin Eltzner. |
1285
by Adam Reichold
import updated Ukrainian and Czech translations of online help |
288 |
* Updated Ukrainian translation and added translation of the online help. Thanks to Yuri Chornoivan. |
1262
by Adam Reichold
imported updated Czech and Ukrainian translations |
289 |
* Updated Czech translation. Thanks to Pavel Fric. |
1273
by Adam Reichold
imported updated French, Galician, Malay and Polish translations |
290 |
* Updated Galician translation and added partial translation of the online help. Thanks to Marcos Lans. |
1282
by Adam Reichold
import updated Galician and Ukrainian and added Bulgarian, French, Italian and Malay translations of the online help |
291 |
* Updated Malay translation and added partial translation of the online help. Thanks to abuyop. |
1290
by Adam Reichold
imported updated Polish translation and added partial translation of the online help |
292 |
* Updated Polish translation and added partial translation of the online help. Thanks to Mateusz Łukasik. |
1282
by Adam Reichold
import updated Galician and Ukrainian and added Bulgarian, French, Italian and Malay translations of the online help |
293 |
* Updated French translation and added partial translation of the online help. Thanks to Arnaud Schmittbuhl, Pierre Soulat and Pierre Slamich. |
294 |
* Updated Italian translation and added partial translation of the online help. Thanks to Claudio Arseni. |
|
1298
by Adam Reichold
imported updated Azerbaijani, Catalan, British English, Spanish, Hebrew, Idonesian and Chinese translations |
295 |
* Updated Catalan translation. Thanks to Marc Coll Carrillo and VPablo. |
1285
by Adam Reichold
import updated Ukrainian and Czech translations of online help |
296 |
* Updated Czech translation and added translation of the online help. Thanks to Pavel Fric. |
1284
by Adam Reichold
imported updated Czech, Slovak and Ukrainian translations |
297 |
* Updated Slovak translation and added partial translation of the online help. Thanks to DAG Software. |
1296
by Adam Reichold
imported updated Slovak and Portuguese translations |
298 |
* Updated Portuguese translation. Thanks to Sérgio Marques. |
1314
by Adam Reichold
imported updated German translation of the online help |
299 |
* Updated British English translation and added partial translation of the online help. Thanks to fossfreedom and Andi Chandler. |
1298
by Adam Reichold
imported updated Azerbaijani, Catalan, British English, Spanish, Hebrew, Idonesian and Chinese translations |
300 |
* Updated Idonesian translation. Thanks to Trisno Pamuji. |
301 |
* Updated Azerbaijani translation and added partial translation of the online help. Thanks to Rashid Aliyev. |
|
302 |
* Updated Chinese (Simplified) translation and added partial translation of the online help. Thanks to Xiaoxing Ye. |
|
303 |
* Updated Hebrew translation. Thanks to Yaron Shahrabani. |
|
1314
by Adam Reichold
imported updated German translation of the online help |
304 |
* Updated German translation and added partial translation of the online help. Thanks to Tobias B. and Benjamin Eltzner. |
1282
by Adam Reichold
import updated Galician and Ukrainian and added Bulgarian, French, Italian and Malay translations of the online help |
305 |
* Added partial Bulgarian translation of the online help. Thanks to Atanas Kovachki. |
1248
by Adam Reichold
bump version again and prepare for merging feature branches |
306 |
|
1202
by Adam Reichold
small fix to drawing the search progress |
307 |
Release 0.4.5: |
1217
by Adam Reichold
update change log |
308 |
* Fixed an error in drawing the search progress. |
1229
by Adam Reichold
update change log |
309 |
* Fixed an error preventing the annotation context menu from being displayed. |
1217
by Adam Reichold
update change log |
310 |
* Fixed decorating links when using Qt5. |
311 |
* Improved the layout of the search widgets. |
|
312 |
* Added setting to heuristically synchronize the outline view to the current page. |
|
313 |
* Improved thumbnails layout to change between horizontal and vertical according to dock location. |
|
1220
by Adam Reichold
imported updated Malay and Ukrainian translations |
314 |
* Updated Malay translation. Thanks to abuyop. |
315 |
* Updated Ukrainian translation. Thanks to Yuri Chornoivan. |
|
1222
by Adam Reichold
imported updated Czech and Italian translations |
316 |
* Updated Czech translation. Thanks to Pavel Fric. |
317 |
* Updated Italian translation. Thanks to Claudio Arseni. |
|
1226
by Adam Reichold
imported updated German and Slovak translations |
318 |
* Updated Slovak translation. Thanks to DAG Software. |
319 |
* Updated German translation. Thanks to A. Kohl. |
|
1234
by Adam Reichold
import updated Bulgarian translation |
320 |
* Updated Bulgarian translation. Thanks to Blagovest Petrov. |
1240
by Adam Reichold
imported updated French translation |
321 |
* Updated French translation. Thanks to Arnaud Schmittbuhl. |
1242
by Adam Reichold
imported updated Slovak, Czech and Kazakh translations |
322 |
* Updated Kazakh translation. Thanks to Baurzhan Muftakhidinov. |
1202
by Adam Reichold
small fix to drawing the search progress |
323 |
|
1174
by Adam Reichold
add partial Portuguese translation |
324 |
Release 0.4.4: |
1183
by Adam Reichold
update change log |
325 |
* Improved building on Windows and OS/2 and plug-in handling on all platforms. Thanks to Silvan Scherrer. |
1186
by Adam Reichold
updated change log, online help and translation templates |
326 |
* Added button to revert only the settings on the current tab of the settings dialog to their defaults. |
1179
by Adam Reichold
updated change log and translation templates |
327 |
* Added tool tip showing paper size to the thumbnails view. |
1177
by Adam Reichold
added setting for the number of entries in the number of recently used list |
328 |
* Added setting for number of entries in the recently used list. |
1176
by Adam Reichold
imported updated Russian and Azerbaijani translations |
329 |
* Updated Russian translation. Thanks to Kyrill Detinov and Rashid Aliyev. |
330 |
* Updated Azerbaijani translation. Thanks to Rashid Aliyev. |
|
1188
by Adam Reichold
imported updated Brazilian Portuguese, Spanish, Slovak and Ukrainian translations |
331 |
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith. |
332 |
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos. |
|
333 |
* Updated Slovak translation. Thanks to DAG Software. |
|
334 |
* Updated Ukrainian translation. Thanks to Yuri Chornoivan. |
|
1189
by Adam Reichold
imported updated Esperanto translation |
335 |
* Updated Esperanto translation. Thanks to Eliovir. |
1190
by Adam Reichold
import updated Czech, Galican, Malay, Romanian and Russian translations |
336 |
* Updated Czech translation. Thanks to Pavel Fric. |
337 |
* Updated Galician translation. Thanks to Marcos Lans. |
|
338 |
* Updated Romanian translation. Thanks to Vlad Paul Paval. |
|
339 |
* Updated Malay translation. Thanks to abuyop. |
|
1192
by Adam Reichold
imported updated Portuguese and British English translations |
340 |
* Updated British English translation. Thanks to Andi Chandler. |
1193
by Adam Reichold
imported updated Italian translation |
341 |
* Updated Italian translation. Thanks to Claudio Arseni. |
1194.1.1
by Adam Reichold
imported updated Polish and Croatian translations |
342 |
* Updated Polish translation. Thanks to Mateusz Łukasik. |
343 |
* Updated Croatian translation. Thanks to freedomrun. |
|
1195
by Adam Reichold
imported updated French translation |
344 |
* Updated French translation. Thanks to Teromene. |
1175
by Adam Reichold
imported updated Portuguese translation |
345 |
* Added Portuguese translation. Thanks to Sérgio Marques. |
1197
by Adam Reichold
Imported updated Portuguese and Kazakh translations. |
346 |
* Added Kazakh translation. Thanks to Baurzhan Muftakhidinov. |
1174
by Adam Reichold
add partial Portuguese translation |
347 |
|
1104
by Adam Reichold
minor organizational shuffling |
348 |
Release 0.4.3: |
1119
by Adam Reichold
some organizational shuffling |
349 |
* Fixed custom movement shortcuts not being activated after program initialization. |
350 |
* Fixed default scroll area shortcuts not being shadowed completely. |
|
1124
by Adam Reichold
updated change log and added some cosmetic whitespace |
351 |
* Fixed outline view layout on open and refresh and trying to set resize mode of non-existent outline view columns. |
1139
by Adam Reichold
updated manual page and change log |
352 |
* Increased auto-refresh timeout and made auto-refresh and prefetch timeouts configurable. |
1129
by Adam Reichold
updated change log and translation templates |
353 |
* Improved drawing of search result highlights and added a setting for the highlight color. |
1104
by Adam Reichold
minor organizational shuffling |
354 |
* Added command-line options '--quiet' and '--help'. |
1109
by Adam Reichold
updated online help and change log |
355 |
* Added support for multiple shortcuts for each action. |
1119
by Adam Reichold
some organizational shuffling |
356 |
* Added option to highlight the current thumbnail. |
1120
by Adam Reichold
imported updated Ukrainian, Malay, Slovak and Croatian translations |
357 |
* Updated Ukrainian translation. Thanks to Yuri Chornoivan. |
358 |
* Updated Malay translation. Thanks to abuyop. |
|
359 |
* Updated Slovak translation. Thanks to DAG Software. |
|
360 |
* Updated Croatian translation. Thanks to freedomrun. |
|
1125
by Adam Reichold
imported updated Polish translation |
361 |
* Updated Polish translation. Thanks to Mateusz Łukasik. |
1143
by Adam Reichold
imported updated French and Czech translations |
362 |
* Updated Czech translation. Thanks to Pavel Fric. |
1145
by Adam Reichold
imported updated French translation |
363 |
* Updated French translation. Thanks to Hélion du Mas des Bourboux and Dorian. |
1152
by Adam Reichold
imported updated Catalan and Hebrew translations |
364 |
* Updated Catalan translation. Thanks to VPablo. |
365 |
* Updated Hebrew translation. Thanks to Yaron Shahrabani. |
|
1153
by Adam Reichold
imported updated Asturian translation |
366 |
* Updated Asturian translation. Thanks to Xuacu Saturio. |
1154
by Adam Reichold
imported updated British English translation |
367 |
* Updated British English translation. Thanks to Andi Chandler. |
1159
by Adam Reichold
imported updated Galician and Brazilian Portuguese translation |
368 |
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith. |
1160
by Adam Reichold
imported updated Romanian translation |
369 |
* Updated Romanian translation. Thanks to Vlad Paul Paval. |
1158
by Adam Reichold
imported updated Galician translation |
370 |
* Added Galician translation. Thanks to Marcos Lans and Miguel Anxo Bouzada. |
1104
by Adam Reichold
minor organizational shuffling |
371 |
|
1056
by Adam Reichold
the merge that came from the future |
372 |
Release 0.4.2: |
373 |
* Refactoring to improve code size and quality. |
|
374 |
* Added restoring and saving of printer settings. |
|
375 |
* Added command-line option to initiate a search in the current tab. |
|
1059
by Adam Reichold
added setting to control annotation color |
376 |
* Added setting to determine the color of annotations added. |
377 |
* Instead of return to page, there is now jump backward and forward. |
|
378 |
* Added setting to limit thumbnails to search results. |
|
1056
by Adam Reichold
the merge that came from the future |
379 |
* Added setting on where to open new tabs. |
1059
by Adam Reichold
added setting to control annotation color |
380 |
* Added setting to display the current page in the window title. |
1060
by Adam Reichold
imported updated Czech and Malay translations |
381 |
* Updated Czech translation. Thanks Pavel Fric. |
382 |
* Updated Malay translation. Thanks to abuyop. |
|
1084
by Adam Reichold
imported updated French translation |
383 |
* Updated French translation. Thanks to Tubuntu and Hélion du Mas des Bourboux. |
1069
by Adam Reichold
imported updated Azerbaijani, Bulgarian, French, Polish, Romanian, Slovak and Ukrainian translations |
384 |
* Updated Ukrainian translation. Thanks to Yuri Chornoivan. |
1087
by Adam Reichold
imported updated Slovak and Polish translations |
385 |
* Updated Polish translation. Thanks to isamu715 and Mateusz Łukasik. |
1069
by Adam Reichold
imported updated Azerbaijani, Bulgarian, French, Polish, Romanian, Slovak and Ukrainian translations |
386 |
* Updated Azerbaijani translation. Thanks to Rashid Aliyev. |
387 |
* Updated Romanian translation. Thanks to Vlad Paul Paval. |
|
388 |
* Updated Bulgarian translation. Thanks to Blagovest Petrov. |
|
389 |
* Updated Slovak translation. Thanks to DAG Software. |
|
1086
by Adam Reichold
imported updated Spanish and Russian translation |
390 |
* Updated Russian translation. Thanks to Eugene Marshal and Ivlev Denis. |
1083
by Adam Reichold
imported updated British English and Azerbaijani translations |
391 |
* Updated British English translation. Thanks to fossfreedom. |
1096
by Adam Reichold
imported updated Croatian and Russian translations |
392 |
* Updated Croatian translation. Thanks to freedomrun and Paolo Pelesk. |
1091
by Adam Reichold
imported updated Spanish translation |
393 |
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos and Aaron Farias. |
1088
by Adam Reichold
imported updated Italian translation |
394 |
* Updated Italian translation. Thanks to Claudio Arseni. |
1089
by Adam Reichold
imported updated Romanian and Catalan translations |
395 |
* Updated Catalan translation. Thanks to VPablo. |
1092
by Adam Reichold
imported updated Chinese (Simplified) translation |
396 |
* Updated Chinese (Simplified) translation. Thanks to Wang Dianjin. |
1094
by Adam Reichold
imported updated Brazilian Portuguese translation |
397 |
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith. |
1056
by Adam Reichold
the merge that came from the future |
398 |
|
971
by Adam Reichold
imported updated Danish translation |
399 |
Release 0.4.1: |
1016
by Adam Reichold
updated CHANGES file and translation templates |
400 |
* Added configurable keyboard shortcuts. |
992
by Adam Reichold
imported updated Czech translation |
401 |
* Added per-plug-in settings for PDF and PS plug-ins. |
402 |
* Added granular hinting and thin line mode settings for the PDF plug-in. |
|
1000
by Adam Reichold
updated change log and online help |
403 |
* Added progress and errors icons for page rendering. |
1035
by Adam Reichold
imported updated Slovak, Malay and Danish translations |
404 |
* Added workaround for overwriting a file with itself using a temporary file. |
1008
by Adam Reichold
DjVu: add missing mutex locker and brew up some minimalistic search |
405 |
* Added rudimentary text extraction and search support for DjVu documents. |
1035
by Adam Reichold
imported updated Slovak, Malay and Danish translations |
406 |
* Changed color inversion to be a per-tab property. |
992
by Adam Reichold
imported updated Czech translation |
407 |
* Improved rotation and color inversion in the presentation view. |
971
by Adam Reichold
imported updated Danish translation |
408 |
* Updated Danish translation. Thanks to Aputsiaq Niels Janussen. |
992
by Adam Reichold
imported updated Czech translation |
409 |
* Updated Czech translation. Thanks to Pavel Fric. |
1042
by Adam Reichold
imported updated Polish and Catalan translations |
410 |
* Updated Polish translation. Thanks to Mateusz Łukasik and isamu715. |
995
by Adam Reichold
imported updated Polish, Malay, Esperanto and Slovak translations |
411 |
* Updated Malay translation. Thanks to abuyop. |
412 |
* Updated Slovak translation. Thanks to DAG Software. |
|
1007
by Adam Reichold
imported updated Italian translation |
413 |
* Updated Italian translation. Thanks to Claudio Arseni. |
1009
by Adam Reichold
imported updated Brazilian Portuguese and Russian translations |
414 |
* Updated Russian translation. Thanks to Kyrill Detinov. |
1035
by Adam Reichold
imported updated Slovak, Malay and Danish translations |
415 |
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith. |
416 |
* Updated Danish translation. Thanks to Aputsiaq Niels Janussen. |
|
1039
by Adam Reichold
imported updated French translation |
417 |
* Updated French translation. Thanks to Sylvie Gallet and Tubuntu. |
1042
by Adam Reichold
imported updated Polish and Catalan translations |
418 |
* Updated Catalan translation. Thanks to VPablo. |
1043
by Adam Reichold
imported updated Spanish translation |
419 |
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos. |
1044
by Adam Reichold
imported updated Hebrew translation |
420 |
* Updated Hebrew translation. Thanks to Yaron Shahrabani. |
1045
by Adam Reichold
imported updated Ukrainian translation |
421 |
* Updated Ukrainian translation. Thanks to yurchor. |
1046
by Adam Reichold
imported Bulgarian and updated British English translation |
422 |
* Updated British English translation. Thanks to Andi Chandler. |
972
by Adam Reichold
imported Esperanto translation |
423 |
* Added Esperanto translation. Thanks to Donald Rogers. |
1046
by Adam Reichold
imported Bulgarian and updated British English translation |
424 |
* Added Bulgarian translation. Thanks to Atanas Kovachki and Blagovest Petrov. |
1047
by Adam Reichold
imported Azerbaijani translation |
425 |
* Added partial Azerbaijani translation. Thanks to Rashid Aliyev. |
971
by Adam Reichold
imported updated Danish translation |
426 |
|
819
by Adam Reichold
prepared build system for multiple formats |
427 |
Release 0.4: |
428 |
* Added support for multiple formats. |
|
924
by Adam Reichold
merged libmagic support |
429 |
* Added format detection using libmagic. |
869
by Adam Reichold
merged Alexander Volkov's PostScript plug-in and changed plug-in preference to local before system-wide |
430 |
* Added support for PostScript. Thanks to Alexander Volkov. |
880
by Adam Reichold
implement rudimentary DjVu support |
431 |
* Added rudimentary support for DjVu. |
906
by Adam Reichold
DjVu: merge Alexander's link support |
432 |
* Added support for hyperlinks in DjVu documents. Thanks to Alexander Volkov. |
925
by Adam Reichold
DjVu: added support loading outlines |
433 |
* Added support for outline and properties of DjVu documents. |
833
by Adam Reichold
added support for handling UNIX signals |
434 |
* Added support for UNIX signals. |
946
by Adam Reichold
implement links to external documents in MainWindow and update translation templates |
435 |
* Added missing support for links to external documents. |
934
by Adam Reichold
changed to a heavier presentation view implementation, increased prefetching asymmetry and prevented prefetching of already cached pages |
436 |
* Small improvements to prefetching. |
437 |
* Changed presentation view to support rotation, caching and prefetching. |
|
807
by Adam Reichold
drop support for storing tabs and bookmarks as XML files |
438 |
* Dropped support for storing tabs and bookmarks as XML files. |
815
by Adam Reichold
finished simplifying header handling |
439 |
* Improved handling of headers and their interdependencies. Thanks to Alexander Volkov. |
965
by Adam Reichold
imported updated Ukrainian, Italian and French translations |
440 |
* Updated Ukrainian translation. Thanks to Vladimir Smolyar and yurchor. |
806
by Adam Reichold
imported updated Croatian translation |
441 |
* Updated Croatian translation. Thanks to freedomrun. |
837
by Adam Reichold
add forgotten changelog entry |
442 |
* Updated Slovak translation. Thanks to DAG Software. |
848
by Adam Reichold
imported updated Czech translation |
443 |
* Updated Czech translation. Thanks to Pavel Fric. |
957
by Adam Reichold
imported updated Slovak and Polish translations |
444 |
* Updated British English translation. Thanks to Andi Chandler. |
445 |
* Updated French translation. Thanks to Hélion du Mas des Bourboux. |
|
964
by Adam Reichold
imported Malay and updated French and Polish translations |
446 |
* Updated Polish translation. Thanks to Mateusz Łukasik and Mike08. |
1009
by Adam Reichold
imported updated Brazilian Portuguese and Russian translations |
447 |
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith. |
962
by Adam Reichold
imported updated Hebrew, Catalan and Asturian translations |
448 |
* Updated Hebrew translation. Thanks to Yaron Shahrabani. |
449 |
* Updated Catalan translation. Thanks to VPablo. |
|
450 |
* Updated Asturian translation. Thanks to Xuacu Saturio. |
|
965
by Adam Reichold
imported updated Ukrainian, Italian and French translations |
451 |
* Updated French translation. Thanks to Sylvie Gallet and Tanguy Herrmann. |
452 |
* Updated Italian translation. Thanks to Claudio Arseni. |
|
966
by Adam Reichold
imported updated Czech, Spanish, Hebrew, Italian, Polish and Russian translations |
453 |
* Updated Spanish translation. Thanks to Dante Diaz. |
454 |
* Updated Russian translation. Thanks to Vladimir Smolyar. |
|
969
by Adam Reichold
imported updated Bosnian translation |
455 |
* Updated Bosnian translation. Thanks to Kenan Dervišević. |
964
by Adam Reichold
imported Malay and updated French and Polish translations |
456 |
* Added Malay translation. Thanks to abuyop. |
805
by Adam Reichold
imported updated Ukrainian translation |
457 |
|
745
by Adam Reichold
updated changelog |
458 |
Release 0.3.7: |
746
by Adam Reichold
merged database feature branch and updated translation templates |
459 |
* Added persistent per-file settings. |
745
by Adam Reichold
updated changelog |
460 |
* Separated "Save copy" and "Save as" functionality. |
461 |
* Added extended print option "page ranges". |
|
462 |
* Added configurable background and paper color. |
|
755
by Adam Reichold
Merged named instances by Michal Trybus with small changes: |
463 |
* Added named instances. Thanks to Michał Trybus. |
788
by Adam Reichold
import Alexander Volkov's settings proxy |
464 |
* Refactored settings handling. Thanks to Alexander Volkov. |
794
by Adam Reichold
merged reduction of header interdependencies |
465 |
* Reduced header interdependencies. Thanks to Alexander Volkov. |
768
by Adam Reichold
search for data files in the 'data' subdirectory of the application directory |
466 |
* Changed searching for data files in the "data" subdirectory of the application directory. |
747
by Adam Reichold
imported updated German, Hebrew and Italian translations |
467 |
* Updated Hebrew translation. Thanks to Yaron Shahrabani. |
468 |
* Updated Italian translation. Thanks to Claudio Arseni. |
|
750
by Adam Reichold
imported updated Slovak translation |
469 |
* Updated Slovak translation. Thanks to DAG Software. |
763
by Adam Reichold
imported updated Czech and Brazilian Portuguese translations |
470 |
* Updated Brazilian Portuguese translation. Thanks to Átila Camurça and Phillipe Smith. |
752
by Adam Reichold
imported updated Brazilian Portuguese and Asturian translations |
471 |
* Updated Asturian translation. Thanks to Xuacu Saturio. |
753
by Adam Reichold
imported updated Czech translation |
472 |
* Updated Czech translation. Thanks to Pavel Fric. |
761
by Adam Reichold
imported updated Danish translation |
473 |
* Updated Danish translation. Thanks to Daniel Ejsing-Duun and Aputsiaq Niels Janussen. |
1069
by Adam Reichold
imported updated Azerbaijani, Bulgarian, French, Polish, Romanian, Slovak and Ukrainian translations |
474 |
* Updated Romanian translation. Thanks to Vlad Paul Paval. |
781
by Adam Reichold
imported updated Catalan translation |
475 |
* Updated Catalan translation. Thanks to VPablo. |
784
by Adam Reichold
imported updated Hebrew, Russian and Spanish translations |
476 |
* Updated Russian translation. Thanks to Nkolay Parukhin. |
477 |
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos. |
|
795
by Adam Reichold
imported updated Uyghur translation |
478 |
* Updated Uyghur translation. Thanks to Gheyret T.Kenji and Sahran. |
803
by Adam Reichold
imported updated Croatian translation |
479 |
* Updated Croatian translation. Thanks to freedomrun. |
751
by Adam Reichold
imported Bosnian translation |
480 |
* Added Bosnian translation. Thanks to Kenan Dervišević. |
763
by Adam Reichold
imported updated Czech and Brazilian Portuguese translations |
481 |
* Added Polish translation. Thanks to Michał Trybus. |
782
by Adam Reichold
imported Basque translation |
482 |
* Added Basque translation. Thanks to Asier Iturralde Sarasola. |
786
by Adam Reichold
imported updated Uyghur and addded partial Kirghiz translations |
483 |
* Added partial Kirgiz translation. Thanks to blacktext. |
800
by Adam Reichold
imported partial Indonesian translation |
484 |
* Added partial Indonesian translation. Thanks to Abdul Munif Hanafi. |
745
by Adam Reichold
updated changelog |
485 |
|
659
by Adam Reichold
add support for multiple returns |
486 |
Release 0.3.6: |
487 |
* Added a 'multiple pages' layout mode. |
|
488 |
* Added support for extended options in the print dialog. |
|
489 |
* Added support for multiple returns. |
|
664
by Adam Reichold
merged rudimentary form and support and updated translation templates |
490 |
* Added rudimentary form support. |
695
by Adam Reichold
updated translation templates and changelog |
491 |
* Fixed handling of boolean CUPS options. |
701
by Adam Reichold
imported updated Italian translation |
492 |
* Exposed render hint 'overprint preview'. |
733
by Adam Reichold
implement viewport culling for the thumbnails view |
493 |
* Added viewport culling for the thumbnails view. |
661
by Adam Reichold
imported updated Slovak translation |
494 |
* Updated Slovak translation. Thanks to DAG Software. |
663
by Adam Reichold
imported updated Czech and Slovak translations |
495 |
* Updated Czech translation. Thanks Pavel Fric. |
678
by Adam Reichold
imported updated Brazilian Portuguese, Hebrew, Slovak and Spanish translations |
496 |
* Updated Hebrew translation. Thanks to Yaron Shahrabani. |
730
by Adam Reichold
imported updated Brazilian Portuguese translation |
497 |
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith and Rafael Neri. |
737
by Adam Reichold
imported updated Spanish translation |
498 |
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos, manolox and Daniel Ejsing-Duun. |
726
by Adam Reichold
imported updated Danish, French and Croatian translations |
499 |
* Updated Croatian translation. Thanks to freedomrun and gogo. |
729
by Adam Reichold
imported updated French translation |
500 |
* Updated French translation. Thanks to Aurélien Ribeiro, Dominique Chomet, Quentin Pagès and Gisele Perreault. |
724
by Adam Reichold
imported updated Catalan and Greek translations |
501 |
* Updated Greek translation. Thanks to George Christofis. |
740
by Adam Reichold
imported updated Russian and Ukrainian translations |
502 |
* Updated Russian translation. Thanks to Kyrill Detinov and Vladimir Smolyar. |
503 |
* Updated Ukrainian translation. Thanks to Vladimir Smolyar. |
|
737
by Adam Reichold
imported updated Spanish translation |
504 |
* Added Danish translation. Thanks to mjjzf, Ask Hjorth Larsen and Daniel Ejsing-Duun. |
687
by Adam Reichold
imported updated Spanish and Uyghur translations |
505 |
* Added partial Uyghur translation. Thanks to Gheyret T.Kenji. |
696
by Adam Reichold
imported British English and Italian translations |
506 |
* Added British English translation. Thanks to Andi Chandler. |
710
by Adam Reichold
added action to expand/collapse all entries in the outline view |
507 |
* Added Italian translation. Thanks to Claudio Arseni. |
1069
by Adam Reichold
imported updated Azerbaijani, Bulgarian, French, Polish, Romanian, Slovak and Ukrainian translations |
508 |
* Added Romanian translation. Thanks to Vlad Paul Paval. |
721
by Adam Reichold
updated contributor and change log |
509 |
* Added partial Chinese (Simplified) translation. Thanks to Wang Dianjin. |
510 |
* Added partial Burmese translation. Thanks to Pyae Sone. |
|
724
by Adam Reichold
imported updated Catalan and Greek translations |
511 |
* Added Catalan translation. Thanks to VPablo. |
659
by Adam Reichold
add support for multiple returns |
512 |
|
640
by Adam Reichold
finally transforming the dailydeb changelog into an upstream changelog file |
513 |
Release 0.3.5: |
514 |
* Improved compatibility with older versions of Qt and Poppler. |
|
515 |
* Improved the layout of the settings dialog. |
|
516 |
* Improved compatibility with other applications using Poppler by cropping text annotations to 24px x 24px @ 72dpi. |
|
517 |
* Added searching data files in the application directory to improve compatibility with Windows and OS/2. |
|
518 |
* Added a 'save image to file' option to the 'copy to clipboard' pop-up menu. |
|
519 |
* Added support for forward and inverse search using SyncTeX. |
|
520 |
* Updated Slovak and Czech translations. Thanks to DAG Software and Pavel Fric. |
|
521 |
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith and Fábio Nogueira. |
|
522 |
* Updated Russian and Ukrainian translations. Thanks to Vladimir Smolyar. |
|
523 |
* Added Hebrew translation. Thanks to Yaron Shahrabani. |
|
524 |
* Updated partial Greek translation. Thanks to George Christofis. |
|
642
by Adam Reichold
imported updated Turkish translation |
525 |
* Added Turkish translation. Thanks to Şâkir Aşçı. |
640
by Adam Reichold
finally transforming the dailydeb changelog into an upstream changelog file |
526 |
* Added partial Croation translation. Thanks to freedomrun. |
527 |
* Added partial Finnish translation. Thanks to Eetu Aalto. |
|
528 |
* Added partial Asturian translation. Thanks to Xuacu Saturio. |
|
529 |
* Added partial French translation. Thanks to Baptiste Fontaine, Kévin Peignot, Smonff, Sylvie Gallet, fbn69 and Gisele Perreault. |
|
644
by Adam Reichold
imported partial Spanish translation |
530 |
* Added partial Spanish translation. Thanks to Adolfo Jayme Barrientos, Dante Díaz and Paco Molinero. |
640
by Adam Reichold
finally transforming the dailydeb changelog into an upstream changelog file |
531 |
|
532 |
Release 0.3.4: |
|
533 |
* Fixed a crash when highlight all is enabled and the document is refreshed. |
|
534 |
* Fixed problems with highlight all and find next. |
|
535 |
* Added a setting to select the screen used in the presentation view. |
|
536 |
* Added a setting to synchronize main view and presentation view. |
|
537 |
* Added a 'Two pages with cover page' layout mode. |
|
538 |
* Added delayed pop-up menu for 'recently used' to 'open (in new tab)' tool bar action. |
|
539 |
* Added Brazilian Portuguese translation. Thanks to Phillipe Smith. |
|
540 |
* Updated Slovak translation. Thanks to DAG Software. |
|
541 |
* Updated Czech translation. Thanks to Pavel Fric. |
|
542 |
* Updated Russian and Ukrainian translations. Thanks to Vladimir Smolyar. |
|
543 |
||
544 |
Release 0.3.3: |
|
545 |
* Fixed some rendering artifacts. |
|
546 |
* Improved navigation using bookmarks. |
|
547 |
* Reorganized settings dialog and made keyboard modifiers for several mouse actions configurable. |
|
548 |
* Added menu and tool bar actions to copy texts or images or add annotations. |
|
549 |
* Added Ukrainian translation. Thanks to Vladimir Smolyar. |
|
550 |
* Updated Slovak translation. Thanks to DAG Software. |
|
551 |
* Updated Czech translation. Thanks to Pavel Fric. |
|
552 |
* Updated Russian translation. Thanks to Eugene Marshal and Vladimir Smolyar. |
|
553 |
||
554 |
Release 0.3.2: |
|
555 |
* Reduced code size and complexity. |
|
556 |
* Reduced memory consumption and made caching optional. |
|
557 |
* Further interface consolidation. |
|
558 |
* Changed the search interface to allow concurrent search processes. |
|
559 |
* Replaced the transient bookmarking mechanism in the document view with an optionally persistent bookmarking mechanism in the main window which bookmarks files and pages. |
|
560 |
* Added rudimentary annotation support. |
|
561 |
* Added '--unique' command-line option to the system-wide launcher. |
|
562 |
* Added Czech translation. Thanks to Pavel Fric. |
|
563 |
* Added partial Greek translation. Thanks to athmakrigiannis. |
|
564 |
* Added partial Russian translation. Thanks to v_2e. |
|
565 |
* Added Slovak translation. Thanks to DAG Software. |
|
566 |
||
567 |
Release 0.3.1: |
|
568 |
* Fixed several bugs. |
|
569 |
* Changed license from GPLv3 to GPLv2 to remove license incompatibilities with poppler. |
|
570 |
* Removed French, Ukrainian and Russian translations because of license change. |
|
571 |
||
572 |
Release 0.3: |
|
573 |
* Focus on usability of the interface. |
|
574 |
* Improved scaling. |
|
575 |
* Added printing using CUPS. |
|
576 |
* Added configurable tool bars. |
|
577 |
* Added build-time options. |
|
578 |
* Improved documentation. |
|
579 |
* Updated German translation. |
|
580 |
* Updated Russian translation. Thanks to Eugene Marshal. |
|
581 |
||
582 |
Release 0.2.2: |
|
583 |
* Improved settings dialog. |
|
584 |
* Improved thumbnails view. |
|
585 |
* Added recenctly used menu. |
|
586 |
* Added presentation view. |
|
587 |
* Added automatic refresh. |
|
588 |
* Added simple transient bookmarks mechanism. |
|
589 |
* Added '--unique' command-line option. |
|
590 |
* Added some help content and updated the manual page. Thanks to Benjamin Eltzner. |
|
591 |
* Updated French translation. Thanks to Fabian Pijcke. |
|
592 |
* Added partial Romanian translation. Thanks to Andi Cristian Șerbănescu. |
|
593 |
||
594 |
Release 0.2.1: |
|
595 |
* Extensive refactoring. |
|
596 |
* Improved search. |
|
597 |
* Simplified text-selection. |
|
598 |
* Added outline and thumbnails view. |
|
599 |
* Added settings dialog. |
|
600 |
* Added French translation. Thanks to Glad Deschrijver. |
|
601 |
* Added partial Russian, Belorussian and Ukrainian translations. Thanks to Leo Romanovski. |
|
602 |
||
603 |
Release 0.2: |
|
604 |
* Complete rewrite introducing background rendering. |
|
605 |
* Added rudimentary support for search and text-selection. |
|
606 |
* Limited page cache by byte count instead of image count. |