1commit 268ed59da718f619acc4b85573b892b0fe7ffd1d
2Author: raveit65 <mate@raveit.de>
3Date:   Fri Aug 6 12:19:42 2021 +0200
4
5    release 1.26.0
6
7 NEWS         | 11 +++++++++++
8 configure.ac |  4 ++--
9 2 files changed, 13 insertions(+), 2 deletions(-)
10
11commit e47829c063eee38eec4c9eba398350b44152ebce
12Author: raveit65 <mate@raveit.de>
13Date:   Fri Aug 6 11:38:48 2021 +0200
14
15    tx: sync with transifex
16
17 help/ca/ca.po       | 4144 +++++++++++++++++++++++++++++++--------------
18 help/da/da.po       | 4154 +++++++++++++++++++++++++++++++--------------
19 help/de/de.po       | 3881 ++++++++++++++++++++++++++++++------------
20 help/es/es.po       | 3862 ++++++++++++++++++++++++++++++------------
21 help/fr/fr.po       | 4212 ++++++++++++++++++++++++++++++---------------
22 help/gl/gl.po       | 3758 +++++++++++++++++++++++++++++-----------
23 help/it/it.po       | 4708 +++++++++++++++++++++++++++++++++++++--------------
24 help/ja/ja.po       | 3965 ++++++++++++++++++++++++++++++++-----------
25 help/ko/ko.po       | 3521 ++++++++++++++++++++++++++++----------
26 help/ms/ms.po       | 4140 ++++++++++++++++++++++++++++++--------------
27 help/nb/nb.po       | 3482 +++++++++++++++++++++++++++----------
28 help/nl/nl.po       | 3864 ++++++++++++++++++++++++++++++------------
29 help/oc/oc.po       | 3704 +++++++++++++++++++++++++++++-----------
30 help/pl/pl.po       | 3581 +++++++++++++++++++++++++++++----------
31 help/pt_BR/pt_BR.po | 4039 ++++++++++++++++++++++++++++++-------------
32 help/ru/ru.po       | 4153 +++++++++++++++++++++++++++++++--------------
33 help/sr/sr.po       | 4119 +++++++++++++++++++++++++++++++++-----------
34 help/sv/sv.po       | 3674 +++++++++++++++++++++++++++++-----------
35 help/tr/tr.po       | 3815 +++++++++++++++++++++++++++++------------
36 help/uk/uk.po       | 4149 +++++++++++++++++++++++++++++++--------------
37 help/zh_CN/zh_CN.po | 4164 +++++++++++++++++++++++++++++++--------------
38 po/bg.po            |   10 +-
39 po/ca.po            |    4 +-
40 po/cs.po            |   12 +-
41 po/da.po            |  191 ++-
42 po/de.po            |    2 +-
43 po/el.po            |    4 +-
44 po/es.po            |    2 +-
45 po/fr.po            |   16 +-
46 po/he.po            |   34 +-
47 po/hr.po            |    2 +-
48 po/id.po            |  196 ++-
49 po/it.po            |   32 +-
50 po/ja.po            |  431 ++---
51 po/ko.po            |   59 +-
52 po/nb.po            |    4 +-
53 po/oc.po            |   55 +-
54 po/pt.po            |    2 +-
55 po/sr.po            |  193 ++-
56 po/sv.po            |   10 +-
57 po/zh_CN.po         |  201 +--
58 41 files changed, 60281 insertions(+), 24268 deletions(-)
59
60commit e85824b1f7da4dc142a25a9eef500014d3f0609f
61Author: raveit65 <mate@raveit.de>
62Date:   Fri Aug 6 11:29:56 2021 +0200
63
64    tx: update resource
65
66 atril.pot | 364 +++++++++++++++++++++++++++++++-------------------------------
67 1 file changed, 182 insertions(+), 182 deletions(-)
68
69commit e04d77232cf433d9340e83c0761ee102a6710f97
70Author: raveit65 <mate@raveit.de>
71Date:   Fri Aug 6 11:27:07 2021 +0200
72
73    travis-Ci: use libera.chat as notification server
74
75 .travis.yml | 2 +-
76 1 file changed, 1 insertion(+), 1 deletion(-)
77
78commit 88e8547e92c3694326c25417ea813942a7b24862
79Author: mbkma <johannes.unruh@fau.de>
80Date:   Fri Jun 4 13:49:26 2021 +0200
81
82    ev-window.c: only create a EvWebView if needed
83
84    A WebKit processes should only be created when the user actually requests to open a file type requiring WebKit to be processed.
85
86 shell/ev-window.c | 13 ++++++++++---
87 1 file changed, 10 insertions(+), 3 deletions(-)
88
89commit 50d0b23c608020dd1da3fb3e13883941182ec89e
90Author: Christoph Fritz <chf.fritz@googlemail.com>
91Date:   Mon Mar 8 13:54:39 2021 +0100
92
93    ev-sidebar-links: Optimize reverse link lookup for a page
94
95    Commit adapted for atril, picked up from:
96    https://gitlab.gnome.org/GNOME/evince/-/commit/c3de8e75d6d0920478af210ba19a2d94b0734917
97
98    Credits to Benjamin Berg <bberg@redhat.com>
99
100      | For large documents the linear search for the first link that is on a
101      | certain page is really slow. Because of this scrolling becomes slow
102      | whenever the page changes.
103      |
104      | Replace the linear search with a search in a binary tree populated with
105      | the first link on each page and the corresponding GtkTreePath. This way
106      | a specialized binary tree lookup can be used to find the closest
107      | matching link and select that in the treeview.
108      |
109      | https://bugzilla.gnome.org/show_bug.cgi?id=779614
110
111 shell/ev-sidebar-links.c | 139 +++++++++++++++++++++++++++--------------------
112 1 file changed, 80 insertions(+), 59 deletions(-)
113
114commit ae1c8e7e9e881022bbad8da68b3efcee10268ed0
115Author: raveit65 <mate@raveit.de>
116Date:   Sat May 29 15:16:16 2021 +0200
117
118    travis-ci: use ubuntu focal as host system
119
120    fixes build issues with fedora:latest (f34) tag.
121
122 .travis.yml | 2 +-
123 1 file changed, 1 insertion(+), 1 deletion(-)
124
125commit d0e6b3690ab24e34dc73c56a3ad30e7c6f55bd3b
126Author: raveit65 <mate@raveit.de>
127Date:   Thu Apr 22 18:57:05 2021 +0200
128
129    travis: disable travis builds for ubuntu
130
131    Sadly, there is a limit for free builds at docker.com
132    See discussion
133    https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
134
135 .travis.yml | 2 +-
136 1 file changed, 1 insertion(+), 1 deletion(-)
137
138commit 31f65910114d11671cb042ee240b95e78a933ebb
139Author: orbea <orbea@riseup.net>
140Date:   Sun Apr 4 07:07:18 2021 -0700
141
142    introspection: Fix bogus --library arguments.
143
144 libdocument/Makefile.am | 2 +-
145 libview/Makefile.am     | 2 +-
146 2 files changed, 2 insertions(+), 2 deletions(-)
147
148commit b8f1d0c2d0ebb7adaecc9fcaceef111a3737ebff
149Author: Jason Crain <jcrain@src.gnome.org>
150Date:   Fri Jan 10 15:35:05 2020 -0700
151
152    libdocument: remove _ev_g_mkdtemp function
153
154    The g_mkdtemp function was added to glib 2.30. Remove our local copy and
155    use the glib one instead.
156
157 libdocument/ev-file-helpers.c | 87 +------------------------------------------
158 1 file changed, 1 insertion(+), 86 deletions(-)
159
160commit 87b2266515ecd6685fd0e3a6402788bfb11ebfb9
161Author: rbuj <robert.buj@gmail.com>
162Date:   Wed Mar 17 10:26:58 2021 +0100
163
164    epub: declaration of ‘uL’ shadows a previous local [-Wshadow]
165
166 backend/epub/minizip/unzip.c | 2 --
167 1 file changed, 2 deletions(-)
168
169commit 88244cd89a31268242610316c0fd51a405a91d02
170Author: rbuj <robert.buj@gmail.com>
171Date:   Wed Mar 17 08:23:44 2021 +0100
172
173    ev-window: missing initializer for a field of ‘GtkActionEntry’
174
175 shell/ev-window.c | 12 ++++++------
176 1 file changed, 6 insertions(+), 6 deletions(-)
177
178commit f14a3157184d0496c77f62731d0a17c6b87d9d1f
179Author: rbuj <robert.buj@gmail.com>
180Date:   Wed Mar 17 10:04:04 2021 +0100
181
182    epub: fix typo
183
184 backend/epub/minizip/unzip.c | 2 +-
185 1 file changed, 1 insertion(+), 1 deletion(-)
186
187commit 8674cf0ae61ec293d4585c2cfc74f58d1da2e3d6
188Author: raveit65 <mate@raveit.de>
189Date:   Mon Mar 29 21:07:57 2021 +0200
190
191    release 1.25.1
192
193 NEWS         | 36 ++++++++++++++++++++++++++++++++++++
194 configure.ac |  2 +-
195 2 files changed, 37 insertions(+), 1 deletion(-)
196
197commit acf610802b5bc85a6cdfd1aba5084df6b49b971c
198Author: raveit65 <mate@raveit.de>
199Date:   Mon Mar 29 21:02:49 2021 +0200
200
201    tx: sync with transifex
202
203 help/af/af.po                   |    4 +-
204 help/am/am.po                   |    4 +-
205 help/ar/ar.po                   |    4 +-
206 help/as/as.po                   |    4 +-
207 help/ast/ast.po                 |    4 +-
208 help/az/az.po                   |    4 +-
209 help/be/be.po                   |    4 +-
210 help/bg/bg.po                   |    4 +-
211 help/bn/bn.po                   |    4 +-
212 help/bn_IN/bn_IN.po             |    4 +-
213 help/br/br.po                   |    4 +-
214 help/bs/bs.po                   |    4 +-
215 help/ca/ca.po                   |   10 +-
216 help/ca@valencia/ca@valencia.po |    4 +-
217 help/cmn/cmn.po                 |    4 +-
218 help/crh/crh.po                 |    4 +-
219 help/cs/cs.po                   |    4 +-
220 help/cy/cy.po                   |    4 +-
221 help/da/da.po                   |   10 +-
222 help/de/de.po                   |   17 +-
223 help/dz/dz.po                   |    4 +-
224 help/el/el.po                   |    8 +-
225 help/en_AU/en_AU.po             |    4 +-
226 help/en_CA/en_CA.po             |    4 +-
227 help/en_GB/en_GB.po             |   42 +-
228 help/eo/eo.po                   |    4 +-
229 help/es/es.po                   |   83 ++-
230 help/es_AR/es_AR.po             |    4 +-
231 help/es_CL/es_CL.po             |    4 +-
232 help/es_CO/es_CO.po             |    4 +-
233 help/et/et.po                   |    4 +-
234 help/eu/eu.po                   |    4 +-
235 help/fa/fa.po                   |    4 +-
236 help/fi/fi.po                   |    4 +-
237 help/fr/fr.po                   |  363 ++++++++----
238 help/fy/fy.po                   |    4 +-
239 help/ga/ga.po                   |    4 +-
240 help/gl/gl.po                   |    4 +-
241 help/gu/gu.po                   |    4 +-
242 help/he/he.po                   |   11 +-
243 help/hi/hi.po                   |    4 +-
244 help/hr/hr.po                   |    4 +-
245 help/hu/hu.po                   |    4 +-
246 help/hy/hy.po                   |    4 +-
247 help/ia/ia.po                   |    4 +-
248 help/id/id.po                   |   13 +-
249 help/ie/ie.po                   |    4 +-
250 help/is/is.po                   |    4 +-
251 help/it/it.po                   |   10 +-
252 help/ja/ja.po                   |    6 +-
253 help/ka/ka.po                   |    4 +-
254 help/kab/kab.po                 |   11 +-
255 help/kk/kk.po                   |    4 +-
256 help/kn/kn.po                   |    4 +-
257 help/ko/ko.po                   |    4 +-
258 help/ks/ks.po                   |    4 +-
259 help/ku/ku.po                   |    4 +-
260 help/ku_IQ/ku_IQ.po             |    4 +-
261 help/ky/ky.po                   |    4 +-
262 help/lt/lt.po                   |    8 +-
263 help/lv/lv.po                   |    4 +-
264 help/mai/mai.po                 |    4 +-
265 help/mg/mg.po                   |    4 +-
266 help/mk/mk.po                   |    4 +-
267 help/ml/ml.po                   |    4 +-
268 help/mn/mn.po                   |    4 +-
269 help/mr/mr.po                   |    4 +-
270 help/ms/ms.po                   |   10 +-
271 help/nb/nb.po                   |   15 +-
272 help/nds/nds.po                 |    4 +-
273 help/ne/ne.po                   |    4 +-
274 help/nl/nl.po                   |   29 +-
275 help/nn/nn.po                   |   15 +-
276 help/nso/nso.po                 |    4 +-
277 help/oc/oc.po                   |   82 ++-
278 help/or/or.po                   |    4 +-
279 help/pa/pa.po                   |    4 +-
280 help/pl/pl.po                   |   11 +-
281 help/ps/ps.po                   |    4 +-
282 help/pt/pt.po                   |   79 +--
283 help/pt_BR/pt_BR.po             |   70 ++-
284 help/ro/ro.po                   |    4 +-
285 help/ru/ru.po                   |   10 +-
286 help/si/si.po                   |    4 +-
287 help/sk/sk.po                   |    4 +-
288 help/sl/sl.po                   |    4 +-
289 help/sq/sq.po                   |   21 +-
290 help/sr/sr.po                   |   68 ++-
291 help/sr@latin/sr@latin.po       |    4 +-
292 help/sv/sv.po                   |  103 ++--
293 help/ta/ta.po                   |    4 +-
294 help/te/te.po                   |    4 +-
295 help/th/th.po                   |    4 +-
296 help/tr/tr.po                   |   48 +-
297 help/ug/ug.po                   |    4 +-
298 help/uk/uk.po                   |    4 +-
299 help/ur/ur.po                   |    4 +-
300 help/uz/uz.po                   |    8 +-
301 help/vi/vi.po                   |    4 +-
302 help/wa/wa.po                   |    4 +-
303 help/xh/xh.po                   |    4 +-
304 help/zh_CN/zh_CN.po             |   31 +-
305 help/zh_HK/zh_HK.po             |    4 +-
306 help/zh_TW/zh_TW.po             |    4 +-
307 help/zu/zu.po                   |    4 +-
308 po/af.po                        |  985 +++++++++++++++++++++++---------
309 po/am.po                        |  985 +++++++++++++++++++++++---------
310 po/ar.po                        |  985 +++++++++++++++++++++++---------
311 po/as.po                        |  985 +++++++++++++++++++++++---------
312 po/ast.po                       |  989 +++++++++++++++++++++++---------
313 po/az.po                        |  985 +++++++++++++++++++++++---------
314 po/be.po                        |  985 +++++++++++++++++++++++---------
315 po/bg.po                        |  987 +++++++++++++++++++++++---------
316 po/bn.po                        |  985 +++++++++++++++++++++++---------
317 po/bn_IN.po                     |  985 +++++++++++++++++++++++---------
318 po/br.po                        |  985 +++++++++++++++++++++++---------
319 po/bs.po                        |  985 +++++++++++++++++++++++---------
320 po/ca.po                        | 1005 +++++++++++++++++++++++---------
321 po/ca@valencia.po               |  985 +++++++++++++++++++++++---------
322 po/cmn.po                       |  985 +++++++++++++++++++++++---------
323 po/crh.po                       |  985 +++++++++++++++++++++++---------
324 po/cs.po                        | 1013 ++++++++++++++++++++++++---------
325 po/cy.po                        |  985 +++++++++++++++++++++++---------
326 po/da.po                        |  996 +++++++++++++++++++++++---------
327 po/de.po                        | 1003 +++++++++++++++++++++++---------
328 po/de_CH.po                     |  981 +++++++++++++++++++++++---------
329 po/dz.po                        |  985 +++++++++++++++++++++++---------
330 po/el.po                        |  991 +++++++++++++++++++++++---------
331 po/en_AU.po                     |  985 +++++++++++++++++++++++---------
332 po/en_CA.po                     |  985 +++++++++++++++++++++++---------
333 po/en_GB.po                     |  989 +++++++++++++++++++++++---------
334 po/eo.po                        |  985 +++++++++++++++++++++++---------
335 po/es.po                        | 1009 +++++++++++++++++++++++---------
336 po/es_AR.po                     |  981 +++++++++++++++++++++++---------
337 po/es_CL.po                     |  981 +++++++++++++++++++++++---------
338 po/es_CO.po                     |  988 +++++++++++++++++++++++---------
339 po/es_MX.po                     |  981 +++++++++++++++++++++++---------
340 po/es_PR.po                     |  981 +++++++++++++++++++++++---------
341 po/es_VE.po                     |  981 +++++++++++++++++++++++---------
342 po/et.po                        |  985 +++++++++++++++++++++++---------
343 po/eu.po                        |  988 +++++++++++++++++++++++---------
344 po/fa.po                        |  985 +++++++++++++++++++++++---------
345 po/fi.po                        |  989 +++++++++++++++++++++++---------
346 po/fr.po                        | 1006 +++++++++++++++++++++++---------
347 po/frp.po                       |  981 +++++++++++++++++++++++---------
348 po/fur.po                       |  985 +++++++++++++++++++++++---------
349 po/fy.po                        |  985 +++++++++++++++++++++++---------
350 po/ga.po                        |  985 +++++++++++++++++++++++---------
351 po/gl.po                        | 1014 ++++++++++++++++++++++++---------
352 po/gu.po                        |  985 +++++++++++++++++++++++---------
353 po/ha.po                        |  981 +++++++++++++++++++++++---------
354 po/he.po                        |  988 +++++++++++++++++++++++---------
355 po/hi.po                        |  985 +++++++++++++++++++++++---------
356 po/hr.po                        |  995 +++++++++++++++++++++++---------
357 po/hu.po                        | 1031 +++++++++++++++++++++++----------
358 po/hy.po                        |  985 +++++++++++++++++++++++---------
359 po/ia.po                        |  981 +++++++++++++++++++++++---------
360 po/id.po                        |  994 +++++++++++++++++++++++---------
361 po/ie.po                        | 1019 ++++++++++++++++++++++++---------
362 po/ig.po                        |  981 +++++++++++++++++++++++---------
363 po/is.po                        |  985 +++++++++++++++++++++++---------
364 po/it.po                        | 1017 ++++++++++++++++++++++++---------
365 po/ja.po                        | 1002 +++++++++++++++++++++++---------
366 po/ka.po                        |  985 +++++++++++++++++++++++---------
367 po/kab.po                       |  991 +++++++++++++++++++++++---------
368 po/kk.po                        |  985 +++++++++++++++++++++++---------
369 po/kn.po                        |  985 +++++++++++++++++++++++---------
370 po/ko.po                        |  987 +++++++++++++++++++++++---------
371 po/ks.po                        |  981 +++++++++++++++++++++++---------
372 po/ku.po                        |  985 +++++++++++++++++++++++---------
373 po/ku_IQ.po                     |  985 +++++++++++++++++++++++---------
374 po/ky.po                        |  985 +++++++++++++++++++++++---------
375 po/li.po                        |  985 +++++++++++++++++++++++---------
376 po/lt.po                        | 1000 +++++++++++++++++++++++---------
377 po/lv.po                        |  985 +++++++++++++++++++++++---------
378 po/mai.po                       |  985 +++++++++++++++++++++++---------
379 po/mg.po                        |  985 +++++++++++++++++++++++---------
380 po/mi.po                        |  985 +++++++++++++++++++++++---------
381 po/mk.po                        |  985 +++++++++++++++++++++++---------
382 po/ml.po                        |  985 +++++++++++++++++++++++---------
383 po/mn.po                        |  985 +++++++++++++++++++++++---------
384 po/mr.po                        |  985 +++++++++++++++++++++++---------
385 po/ms.po                        |  994 +++++++++++++++++++++++---------
386 po/nb.po                        | 1006 +++++++++++++++++++++++---------
387 po/nds.po                       |  989 +++++++++++++++++++++++---------
388 po/ne.po                        |  985 +++++++++++++++++++++++---------
389 po/nl.po                        | 1006 +++++++++++++++++++++++---------
390 po/nn.po                        |  990 +++++++++++++++++++++++---------
391 po/nso.po                       |  985 +++++++++++++++++++++++---------
392 po/oc.po                        | 1200 +++++++++++++++++++++++++++------------
393 po/or.po                        |  985 +++++++++++++++++++++++---------
394 po/pa.po                        |  985 +++++++++++++++++++++++---------
395 po/pl.po                        | 1027 +++++++++++++++++++++++----------
396 po/pms.po                       |  985 +++++++++++++++++++++++---------
397 po/ps.po                        |  985 +++++++++++++++++++++++---------
398 po/pt.po                        | 1004 +++++++++++++++++++++++---------
399 po/pt_BR.po                     |  994 +++++++++++++++++++++++---------
400 po/ro.po                        |  985 +++++++++++++++++++++++---------
401 po/ru.po                        |  997 +++++++++++++++++++++++---------
402 po/rw.po                        |  985 +++++++++++++++++++++++---------
403 po/sc.po                        |  981 +++++++++++++++++++++++---------
404 po/si.po                        |  985 +++++++++++++++++++++++---------
405 po/sk.po                        | 1005 +++++++++++++++++++++++---------
406 po/sl.po                        | 1004 +++++++++++++++++++++++---------
407 po/sq.po                        |  985 +++++++++++++++++++++++---------
408 po/sr.po                        | 1004 +++++++++++++++++++++++---------
409 po/sr@latin.po                  |  985 +++++++++++++++++++++++---------
410 po/sv.po                        |  998 +++++++++++++++++++++++---------
411 po/ta.po                        |  985 +++++++++++++++++++++++---------
412 po/te.po                        |  985 +++++++++++++++++++++++---------
413 po/th.po                        |  985 +++++++++++++++++++++++---------
414 po/tk.po                        |  985 +++++++++++++++++++++++---------
415 po/tr.po                        | 1004 +++++++++++++++++++++++---------
416 po/tt.po                        |  985 +++++++++++++++++++++++---------
417 po/ug.po                        |  985 +++++++++++++++++++++++---------
418 po/uk.po                        | 1004 +++++++++++++++++++++++---------
419 po/ur.po                        |  985 +++++++++++++++++++++++---------
420 po/uz.po                        |  985 +++++++++++++++++++++++---------
421 po/vi.po                        |  985 +++++++++++++++++++++++---------
422 po/wa.po                        |  985 +++++++++++++++++++++++---------
423 po/xh.po                        |  985 +++++++++++++++++++++++---------
424 po/yi.po                        |  985 +++++++++++++++++++++++---------
425 po/yo.po                        |  981 +++++++++++++++++++++++---------
426 po/zh_CN.po                     |  993 +++++++++++++++++++++++---------
427 po/zh_HK.po                     |  985 +++++++++++++++++++++++---------
428 po/zh_TW.po                     |  999 +++++++++++++++++++++++---------
429 po/zu.po                        |  985 +++++++++++++++++++++++---------
430 227 files changed, 88435 insertions(+), 34022 deletions(-)
431
432commit add00d636f0ba1ee3a49e9bba4f7c012f76df7d3
433Author: raveit65 <mate@raveit.de>
434Date:   Mon Mar 29 20:50:15 2021 +0200
435
436    tx: update resource
437
438 help/atril.pot | 3001 +++++++++++++++++++++++++++++++++++++++++++-------------
439 1 file changed, 2318 insertions(+), 683 deletions(-)
440
441commit e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec
442Author: mbkma <johannes.unruh@fau.de>
443Date:   Fri Mar 12 11:24:53 2021 +0100
444
445    update help
446
447 help/C/annotation-properties.page     |  51 +++
448 help/C/annotations-delete.page        |  40 ++
449 help/C/annotations-disabled.page      |  21 +
450 help/C/annotations-navigate.page      |  23 +
451 help/C/annotations-save.page          |  45 ++
452 help/C/annotations.page               |  76 ++++
453 help/C/bookmarks.page                 |  89 ++++
454 help/C/bug-filing.page                |  37 ++
455 help/C/commandline.page               |  61 +++
456 help/C/convertPostScript.page         |  59 +++
457 help/C/convertSVG.page                |  55 +++
458 help/C/convertpdf.page                |  68 +++
459 help/C/default-settings.page          |  33 ++
460 help/C/develop.page                   |  27 ++
461 help/C/documentation.page             |  30 ++
462 help/C/duplex-npages.page             |  86 ++++
463 help/C/editing.page                   |  34 ++
464 help/C/figures/atril-trail.png        | Bin 0 -> 907 bytes
465 help/C/figures/atril.png              | Bin 0 -> 3267 bytes
466 help/C/figures/atril_start_window.png | Bin 23384 -> 0 bytes
467 help/C/finding.page                   |  64 +++
468 help/C/formats.page                   |  50 +++
469 help/C/forms-saving.page              |  86 ++++
470 help/C/forms.page                     |  34 ++
471 help/C/index.docbook                  | 794 ----------------------------------
472 help/C/index.page                     |  72 +++
473 help/C/introduction.page              |  24 +
474 help/C/invert-colors.page             |  36 ++
475 help/C/legal-unported.xml             |   8 +
476 help/C/legal.xml                      |  85 +---
477 help/C/license.page                   |  59 +++
478 help/C/movingaround.page              | 184 ++++++++
479 help/C/noprint.page                   |  76 ++++
480 help/C/openerror.page                 |  25 ++
481 help/C/opening.page                   |  73 ++++
482 help/C/password.page                  |  52 +++
483 help/C/presentations.page             |  82 ++++
484 help/C/print-2sided.page              |  44 ++
485 help/C/print-booklet.page             |  36 ++
486 help/C/print-differentsize.page       |  65 +++
487 help/C/print-pagescaling.page         |  57 +++
488 help/C/printing.page                  |  56 +++
489 help/C/reload.page                    |  32 ++
490 help/C/shortcuts.page                 | 265 ++++++++++++
491 help/C/singlesided-npages.page        | 113 +++++
492 help/C/synctex-beamer.page            |  45 ++
493 help/C/synctex-compile.page           |  34 ++
494 help/C/synctex-editors.page           |  57 +++
495 help/C/synctex-search.page            |  69 +++
496 help/C/synctex-support.page           |  55 +++
497 help/C/synctex.page                   |  23 +
498 help/C/textselection.page             |  39 ++
499 help/C/translate.page                 |  34 ++
500 help/Makefile.am                      |  59 ++-
501 54 files changed, 2850 insertions(+), 872 deletions(-)
502
503commit 2651eeb6938177551676efc0a9ffde1e2c9ab9fc
504Author: raveit65 <mate@raveit.de>
505Date:   Mon Mar 8 15:05:41 2021 +0100
506
507    travis: build with mate-common-1.24.2 from repos
508
509 .build.yml | 11 -----------
510 1 file changed, 11 deletions(-)
511
512commit 8e98803b9642dbb58822754a5eb6d415147233c9
513Author: raveit65 <mate@raveit.de>
514Date:   Mon Feb 22 10:06:00 2021 +0100
515
516    tx: temporarily disable build for ArchLinux
517
518 .travis.yml | 2 +-
519 1 file changed, 1 insertion(+), 1 deletion(-)
520
521commit 3c52e85e2a7d73bf15b5f403c346d2abb6441385
522Author: rbuj <robert.buj@gmail.com>
523Date:   Mon Feb 8 15:25:08 2021 +0100
524
525    update resource for transifex
526
527 atril.pot | 761 +++++++++++++++++++++++++++++++++++++++++++++++++-------------
528 1 file changed, 601 insertions(+), 160 deletions(-)
529
530commit eccf87bbaa249967237630376057c889070b1ea3
531Author: rbuj <robert.buj@gmail.com>
532Date:   Mon Feb 8 15:28:45 2021 +0100
533
534    caja extension: Update copyright year
535
536 properties/libatril-properties-page.caja-extension.desktop.in.in | 2 +-
537 1 file changed, 1 insertion(+), 1 deletion(-)
538
539commit 1d3eb340559c8a593bfc877aa4fef1198565bd1f
540Author: rbuj <robert.buj@gmail.com>
541Date:   Mon Feb 8 14:54:49 2021 +0100
542
543    dvi: use glib i18n macros
544
545 backend/dvi/mdvi-lib/Makefile.am |  4 +++-
546 backend/dvi/mdvi-lib/private.h   | 14 ++++----------
547 backend/dvi/mdvi-lib/util.c      | 20 +++++++++++---------
548 configure.ac                     |  4 ++++
549 po/POTFILES.in                   | 15 +++++++++++++++
550 5 files changed, 37 insertions(+), 20 deletions(-)
551
552commit b9e8446945d36482f968f3356b7dcb14ae9104a5
553Author: rbuj <robert.buj@gmail.com>
554Date:   Mon Feb 8 13:50:02 2021 +0100
555
556    i18n: use g_dngettext instead of ngettext
557
558 shell/ev-window.c | 31 ++++++++++++++++++-------------
559 1 file changed, 18 insertions(+), 13 deletions(-)
560
561commit 66de6ed56647df275f2844eb6106349932991579
562Author: rbuj <robert.buj@gmail.com>
563Date:   Mon Feb 8 13:36:28 2021 +0100
564
565    build: allow users to disable gettext support (--disable-nls)
566
567 Makefile.am                | 7 +++++--
568 backend/comics/Makefile.am | 4 ++++
569 backend/djvu/Makefile.am   | 4 ++++
570 backend/dvi/Makefile.am    | 4 ++++
571 backend/epub/Makefile.am   | 6 +++++-
572 backend/pdf/Makefile.am    | 4 ++++
573 backend/pixbuf/Makefile.am | 4 ++++
574 backend/ps/Makefile.am     | 4 ++++
575 backend/tiff/Makefile.am   | 4 ++++
576 backend/xps/Makefile.am    | 4 ++++
577 configure.ac               | 4 +++-
578 data/Makefile.am           | 8 ++++++++
579 help/Makefile.am           | 4 ++++
580 libdocument/ev-document.h  | 7 +++----
581 libdocument/ev-init.c      | 7 +------
582 po/Makevars                | 4 ++--
583 previewer/ev-previewer.c   | 4 +++-
584 properties/Makefile.am     | 6 +++++-
585 shell/main.c               | 4 +++-
586 19 files changed, 74 insertions(+), 19 deletions(-)
587
588commit 6b159d0665c67c3c78c2968673e24bf45c2430d2
589Author: rbuj <robert.buj@gmail.com>
590Date:   Tue Jan 26 09:48:19 2021 +0100
591
592    build: Use PACKAGE_URL variable
593
594 configure.ac                                       |  9 +++++-
595 data/Makefile.am                                   | 36 ++++++++++++----------
596 ...tril.appdata.xml.in => atril.appdata.xml.in.in} |  2 +-
597 po/POTFILES.in                                     |  4 +--
598 properties/Makefile.am                             | 10 +++---
599 ...il-properties-page.caja-extension.desktop.in.in |  2 +-
600 shell/ev-window.c                                  |  2 +-
601 7 files changed, 39 insertions(+), 26 deletions(-)
602
603commit fe6a858432d2657a2f004a2e40b1005e2142f7b2
604Author: rbuj <robert.buj@gmail.com>
605Date:   Wed Jan 27 11:57:44 2021 +0100
606
607    build: display package name and version in configure summary
608
609 configure.ac | 3 +++
610 1 file changed, 3 insertions(+)
611
612commit 3c7cadfca5b53b3c554caa295b3352a91341346c
613Author: rbuj <robert.buj@gmail.com>
614Date:   Tue Jan 26 09:03:05 2021 +0100
615
616    build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
617
618 configure.ac | 2 +-
619 1 file changed, 1 insertion(+), 1 deletion(-)
620
621commit be674c1c351e4eac855a36a3b853083bf0175c25
622Author: rbuj <robert.buj@gmail.com>
623Date:   Mon Dec 28 12:12:01 2020 +0100
624
625    Remove warning -Wtype-limits
626
627 backend/dvi/mdvi-lib/dviread.c | 2 --
628 libview/ev-view-presentation.c | 2 +-
629 2 files changed, 1 insertion(+), 3 deletions(-)
630
631commit fe353851db14e9ce3d3de50ee44ff275508585fb
632Author: rbuj <robert.buj@gmail.com>
633Date:   Sat Jan 16 10:52:41 2021 +0100
634
635    update resource for transifex
636
637 atril.pot      | 439 +++++++++++++++++++++++++++++----------------------------
638 help/atril.pot |   4 +-
639 2 files changed, 224 insertions(+), 219 deletions(-)
640
641commit 5dc0b8eeef7b576618b77b529540b4f58448c193
642Author: rbuj <robert.buj@gmail.com>
643Date:   Sat Jan 16 09:55:09 2021 +0100
644
645    Update copyright to 2021
646
647 help/C/index.docbook | 2 +-
648 shell/ev-window.c    | 2 +-
649 2 files changed, 2 insertions(+), 2 deletions(-)
650
651commit 21dfebaac3f2edfb0805b61de950859e36b53289
652Author: rbuj <robert.buj@gmail.com>
653Date:   Wed Dec 30 20:24:44 2020 +0100
654
655    Check whether the document page failed to render
656
657 libview/ev-jobs.c         | 13 ++++++++++++-
658 libview/ev-pixbuf-cache.c |  6 ++++++
659 2 files changed, 18 insertions(+), 1 deletion(-)
660
661commit a3173f89e2cbec52df8e17d158b4a9be4d88c8b3
662Author: rbuj <robert.buj@gmail.com>
663Date:   Wed Dec 30 18:08:20 2020 +0100
664
665    ps backend: do not silence the warnings when rendering the page
666
667 backend/ps/ev-spectre.c | 10 +++++-----
668 1 file changed, 5 insertions(+), 5 deletions(-)
669
670commit a23d153102cfcba1079e68b43cf1abc607f65cb5
671Author: wb9688 <wb9688@users.noreply.github.com>
672Date:   Sat Dec 5 16:11:24 2020 +0100
673
674    Support non-X11 windowing systems
675
676 shell/ev-application.c | 16 ++++++++++------
677 shell/main.c           |  2 --
678 2 files changed, 10 insertions(+), 8 deletions(-)
679
680commit 75762f3445644da1e803eebe77a7dff1abdc3103
681Author: rbuj <robert.buj@gmail.com>
682Date:   Wed Dec 2 14:03:50 2020 +0100
683
684    build: remove legacy variable MATEICONDIR
685
686 backend/djvu/Makefile.am         | 1 -
687 help/reference/shell/Makefile.am | 1 -
688 shell/Makefile.am                | 1 -
689 3 files changed, 3 deletions(-)
690
691commit 57bebf7d28b17b46821e747f39f23a7e0adc7e78
692Author: raveit65 <mate@raveit.de>
693Date:   Tue Dec 8 13:27:58 2020 +0100
694
695    update issue template
696
697 .github/issue_template.md | 2 +-
698 1 file changed, 1 insertion(+), 1 deletion(-)
699
700commit 18b84831b5c31a593fe6265c2dce93b1b71ba732
701Author: raveit65 <mate@raveit.de>
702Date:   Tue Dec 8 13:07:36 2020 +0100
703
704    update issue template
705
706 .github/issue_template.md | 2 +-
707 1 file changed, 1 insertion(+), 1 deletion(-)
708
709commit ee6b6575a8f62ccdb3efbf6a639fe3dbbe1e4ff6
710Author: rbuj <robert.buj@gmail.com>
711Date:   Thu Nov 26 10:19:39 2020 +0100
712
713    ev-document-factory: use g_list_free_full
714
715 libdocument/ev-document-factory.c | 3 +--
716 1 file changed, 1 insertion(+), 2 deletions(-)
717
718commit cfa0ac2e0ec0a4c9dd7476487898bbac403d7b19
719Author: rbuj <robert.buj@gmail.com>
720Date:   Mon Nov 16 08:17:28 2020 +0100
721
722    Remove USE_MATE2_MACROS from autogen.sh (legacy)
723
724 autogen.sh | 3 +--
725 1 file changed, 1 insertion(+), 2 deletions(-)
726
727commit a9dc63edf357f50bd70071cf6baa4ca6658d420e
728Author: raveit65 <mate@raveit.de>
729Date:   Sat Oct 24 22:00:08 2020 +0200
730
731    travis: fix make distcheck error on archlinux
732
733 help/reference/libdocument/Makefile.am | 2 ++
734 help/reference/libview/Makefile.am     | 2 ++
735 help/reference/shell/Makefile.am       | 2 ++
736 3 files changed, 6 insertions(+)
737
738commit ee414faa0424f953e758a68a4b93732e0648ee71
739Author: rbuj <robert.buj@gmail.com>
740Date:   Thu Oct 15 14:23:48 2020 +0200
741
742    epub backend: Escape link text to display & in index content
743
744 backend/epub/epub-document.c | 2 +-
745 1 file changed, 1 insertion(+), 1 deletion(-)
746
747commit c71e8323088ef9326e655a21c269d71a62982459
748Author: rbuj <robert.buj@gmail.com>
749Date:   Sat Aug 1 19:05:48 2020 +0200
750
751    ev-poppler: 'POPPLER_ACTION_RESET_FORM' not handled in switch [-Wswitch]
752
753 backend/pdf/ev-poppler.cc | 21 +++++++++++++--------
754 1 file changed, 13 insertions(+), 8 deletions(-)
755
756commit 69f1e80f5e1efe7d9229a6f8200d1107527975af
757Author: rbuj <robert.buj@gmail.com>
758Date:   Sat Aug 1 23:54:20 2020 +0200
759
760    ev-window: fix interval (guint milliseconds) in g_timeout_add_full
761
762 shell/ev-window.c | 2 +-
763 1 file changed, 1 insertion(+), 1 deletion(-)
764
765commit 4aa550192c0484bb61223cb4fc0e8be830bc5fe0
766Author: raveit65 <mate@raveit.de>
767Date:   Fri Aug 28 18:53:56 2020 +0200
768
769    epub-document: improve code-style
770
771    - tab to spaces
772    - fix some indents
773
774 backend/epub/epub-document.c | 1104 +++++++++++++++++++++---------------------
775 1 file changed, 552 insertions(+), 552 deletions(-)
776
777commit d0487cfcd9231a02cc78f78e0dc06885cbedcf63
778Author: raveit65 <mate@raveit.de>
779Date:   Wed Aug 26 09:49:59 2020 +0200
780
781    ev-sidebar-attachments: do not add add a Gtk_Container
782
783    Fixes a runtime warning caused by
784    https://github.com/mate-desktop/atril/commit/70f42da
785    See https://github.com/mate-desktop/atril/pull/476#issuecomment-667701035
786    for more info.
787
788 shell/ev-sidebar-attachments.c | 3 +--
789 1 file changed, 1 insertion(+), 2 deletions(-)
790
791commit 9f86b203c1a411dd24b3219c104db16b6ecedc95
792Author: lvtao-sec <lvtao@iie.ac.cn>
793Date:   Sat Aug 22 18:50:00 2020 +0800
794
795    check return value of xmlDocGetRootElement call if is NULL
796
797 backend/epub/epub-document.c                    | 14 ++++++++++++--
798 cut-n-paste/toolbar-editor/egg-toolbars-model.c | 17 ++++++++++++++++-
799 2 files changed, 28 insertions(+), 3 deletions(-)
800
801commit 03693b12f9d76bc16c02d5ac6ff42ad51c7316fa
802Author: raveit65 <mate@raveit.de>
803Date:   Wed Aug 26 11:07:02 2020 +0200
804
805    travis: use ubuntu:rolling tag to fix building
806
807 .travis.yml | 2 +-
808 1 file changed, 1 insertion(+), 1 deletion(-)
809
810commit 009aef5586de021292fc365969e763a98be53a75
811Author: rbuj <robert.buj@gmail.com>
812Date:   Wed Jul 15 17:55:31 2020 +0200
813
814    ev-pixbuf-cache: Remove -Wtype-limits warnings
815
816 libview/ev-pixbuf-cache.c | 12 ++++++------
817 1 file changed, 6 insertions(+), 6 deletions(-)
818
819commit 1558f84366a4ecc37d31ab75ca6ec363d86fa667
820Author: Pablo Barciela <scow@riseup.net>
821Date:   Sat Aug 8 16:19:27 2020 +0200
822
823    Remove unused macros
824
825 backend/dvi/mdvi-lib/dviread.c  | 5 -----
826 backend/dvi/mdvi-lib/fontsrch.c | 1 -
827 backend/dvi/mdvi-lib/gf.c       | 2 --
828 backend/dvi/mdvi-lib/pk.c       | 1 -
829 backend/dvi/mdvi-lib/sp-epsf.c  | 1 -
830 backend/dvi/mdvi-lib/special.c  | 2 --
831 backend/dvi/mdvi-lib/tfm.c      | 3 ---
832 libview/ev-print-operation.c    | 4 ----
833 libview/ev-view.c               | 4 ----
834 libview/ev-web-view.c           | 3 ---
835 shell/ev-daemon.c               | 5 -----
836 shell/ev-window.c               | 3 ---
837 12 files changed, 34 deletions(-)
838
839commit 0d0c4aad2ed8ee9bcd8cd95a0e7ae57f4cd47e86
840Author: Pablo Barciela <scow@riseup.net>
841Date:   Sat Aug 8 15:35:29 2020 +0200
842
843    Travis CI: debian build: add -Wunused-macros to CFLAGS and CXXFLAGS
844
845 .build.yml | 4 ++--
846 1 file changed, 2 insertions(+), 2 deletions(-)
847
848commit 8e981c6db08dc50125aff9356c0cfd5744e29dce
849Author: Scott Balneaves <sbalneav@beaconia.ca>
850Date:   Mon Jul 27 13:24:53 2020 -0500
851
852    Change spaces to tab
853
854 .build.yml                                         |  194 +
855 .github/FUNDING.yml                                |    9 +
856 .github/issue_template.md                          |   19 +
857 .gitmodules                                        |    5 +
858 .travis.yml                                        |   74 +
859 .tx/config                                         |   16 +
860 AUTHORS                                            |   14 +
861 COPYING                                            |  340 +
862 ChangeLog                                          |    2 +
863 Makefile.am                                        |   92 +
864 NEWS                                               |  639 ++
865 README.md                                          |   34 +
866 atril-document.h                                   |   63 +
867 atril-document.pc.in                               |   12 +
868 atril-view.h                                       |   35 +
869 atril-view.pc.in                                   |   11 +
870 atril.pot                                          | 1825 +++++
871 autogen.sh                                         |   30 +
872 backend/Makefile.am                                |   44 +
873 backend/backend.symbols                            |    1 +
874 backend/comics/Makefile.am                         |   32 +
875 backend/comics/comics-document.c                   | 1021 +++
876 backend/comics/comics-document.h                   |   38 +
877 .../comics/comicsdocument.atril-backend.desktop.in |    4 +
878 backend/djvu/Makefile.am                           |   38 +
879 backend/djvu/djvu-document-private.h               |   48 +
880 backend/djvu/djvu-document.c                       |  704 ++
881 backend/djvu/djvu-document.h                       |   38 +
882 backend/djvu/djvu-links.c                          |  456 ++
883 backend/djvu/djvu-links.h                          |   37 +
884 backend/djvu/djvu-text-page.c                      |  456 ++
885 backend/djvu/djvu-text-page.h                      |   60 +
886 backend/djvu/djvudocument.atril-backend.desktop.in |    4 +
887 backend/dvi/Makefile.am                            |   45 +
888 backend/dvi/cairo-device.c                         |  372 +
889 backend/dvi/cairo-device.h                         |   41 +
890 backend/dvi/dvi-document.c                         |  601 ++
891 backend/dvi/dvi-document.h                         |   38 +
892 backend/dvi/dvidocument.atril-backend.desktop.in   |    4 +
893 backend/dvi/fonts.c                                |   57 +
894 backend/dvi/fonts.h                                |    6 +
895 backend/dvi/mdvi-lib/Makefile.am                   |   43 +
896 backend/dvi/mdvi-lib/afmparse.c                    | 1303 +++
897 backend/dvi/mdvi-lib/afmparse.h                    |  307 +
898 backend/dvi/mdvi-lib/bitmap.c                      | 1035 +++
899 backend/dvi/mdvi-lib/bitmap.h                      |  145 +
900 backend/dvi/mdvi-lib/color.c                       |  136 +
901 backend/dvi/mdvi-lib/color.h                       |   34 +
902 backend/dvi/mdvi-lib/common.c                      |  168 +
903 backend/dvi/mdvi-lib/common.h                      |  285 +
904 backend/dvi/mdvi-lib/defaults.h                    |   71 +
905 backend/dvi/mdvi-lib/dviopcodes.h                  |   72 +
906 backend/dvi/mdvi-lib/dviread.c                     | 1559 ++++
907 backend/dvi/mdvi-lib/files.c                       |   80 +
908 backend/dvi/mdvi-lib/font.c                        |  519 ++
909 backend/dvi/mdvi-lib/fontmap.c                     | 1179 +++
910 backend/dvi/mdvi-lib/fontmap.h                     |   82 +
911 backend/dvi/mdvi-lib/fontsrch.c                    |  371 +
912 backend/dvi/mdvi-lib/gf.c                          |  395 +
913 backend/dvi/mdvi-lib/hash.c                        |  224 +
914 backend/dvi/mdvi-lib/hash.h                        |   49 +
915 backend/dvi/mdvi-lib/list.c                        |  120 +
916 backend/dvi/mdvi-lib/mdvi.h                        |  625 ++
917 backend/dvi/mdvi-lib/pagesel.c                     |  491 ++
918 backend/dvi/mdvi-lib/paper.c                       |  171 +
919 backend/dvi/mdvi-lib/paper.h                       |   32 +
920 backend/dvi/mdvi-lib/pk.c                          |  580 ++
921 backend/dvi/mdvi-lib/private.h                     |   65 +
922 backend/dvi/mdvi-lib/setup.c                       |   48 +
923 backend/dvi/mdvi-lib/sp-epsf.c                     |  309 +
924 backend/dvi/mdvi-lib/special.c                     |  249 +
925 backend/dvi/mdvi-lib/sysdeps.h                     |  116 +
926 backend/dvi/mdvi-lib/t1.c                          |  630 ++
927 backend/dvi/mdvi-lib/tfm.c                         |  214 +
928 backend/dvi/mdvi-lib/tfmfile.c                     |  747 ++
929 backend/dvi/mdvi-lib/tt.c                          |  495 ++
930 backend/dvi/mdvi-lib/util.c                        |  550 ++
931 backend/dvi/mdvi-lib/vf.c                          |  247 +
932 backend/epub/Makefile.am                           |   38 +
933 backend/epub/epub-document.c                       | 1818 +++++
934 backend/epub/epub-document.h                       |   21 +
935 backend/epub/epubdocument.atril-backend.desktop.in |    4 +
936 backend/epub/minizip/Makefile.am                   |   16 +
937 backend/epub/minizip/ioapi.c                       |  247 +
938 backend/epub/minizip/ioapi.h                       |  210 +
939 backend/epub/minizip/unzip.c                       | 2119 +++++
940 backend/epub/minizip/unzip.h                       |  437 ++
941 backend/pdf/Makefile.am                            |   35 +
942 backend/pdf/ev-poppler.cc                          | 3337 ++++++++
943 backend/pdf/ev-poppler.h                           |   40 +
944 backend/pdf/pdfdocument.atril-backend.desktop.in   |    5 +
945 backend/pixbuf/Makefile.am                         |   30 +
946 backend/pixbuf/pixbuf-document.c                   |  208 +
947 backend/pixbuf/pixbuf-document.h                   |   38 +
948 .../pixbuf/pixbufdocument.atril-backend.desktop.in |    4 +
949 backend/ps/Makefile.am                             |   33 +
950 backend/ps/ev-spectre.c                            |  487 ++
951 backend/ps/ev-spectre.h                            |   46 +
952 backend/ps/psdocument.atril-backend.desktop.in     |    5 +
953 backend/tiff/Makefile.am                           |   33 +
954 backend/tiff/tiff-document.c                       |  552 ++
955 backend/tiff/tiff-document.h                       |   38 +
956 backend/tiff/tiff2ps.c                             | 1871 +++++
957 backend/tiff/tiff2ps.h                             |   30 +
958 backend/tiff/tiffdocument.atril-backend.desktop.in |    4 +
959 backend/xps/Makefile.am                            |   31 +
960 backend/xps/xps-document.c                         |  559 ++
961 backend/xps/xps-document.h                         |   43 +
962 backend/xps/xpsdocument.atril-backend.desktop.in   |    5 +
963 configure.ac                                       |  801 ++
964 cut-n-paste/Makefile.am                            |    3 +
965 cut-n-paste/smclient                               |    1 +
966 cut-n-paste/toolbar-editor/Makefile.am             |  108 +
967 cut-n-paste/toolbar-editor/egg-editable-toolbar.c  | 1918 +++++
968 cut-n-paste/toolbar-editor/egg-editable-toolbar.h  |   94 +
969 cut-n-paste/toolbar-editor/egg-toolbar-editor.c    |  666 ++
970 cut-n-paste/toolbar-editor/egg-toolbar-editor.h    |   63 +
971 cut-n-paste/toolbar-editor/egg-toolbars-model.c    | 1060 +++
972 cut-n-paste/toolbar-editor/egg-toolbars-model.h    |  194 +
973 cut-n-paste/toolbar-editor/eggmarshalers.list      |    1 +
974 cut-n-paste/zoom-control/Makefile.am               |   16 +
975 cut-n-paste/zoom-control/ephy-zoom-action.c        |  335 +
976 cut-n-paste/zoom-control/ephy-zoom-action.h        |   68 +
977 cut-n-paste/zoom-control/ephy-zoom-control.c       |  339 +
978 cut-n-paste/zoom-control/ephy-zoom-control.h       |   63 +
979 cut-n-paste/zoom-control/ephy-zoom.c               |   70 +
980 cut-n-paste/zoom-control/ephy-zoom.h               |   83 +
981 data/Makefile.am                                   |  107 +
982 data/atril-toolbar.xml                             |   41 +
983 data/atril-ui.xml                                  |  149 +
984 data/atril.1                                       |   69 +
985 data/atril.appdata.xml.in                          |   44 +
986 data/atril.desktop.in.in                           |   20 +
987 data/hand-open.png                                 |  Bin 0 -> 1088 bytes
988 data/icons/16x16/Makefile.am                       |    3 +
989 data/icons/16x16/actions/Makefile.am               |   27 +
990 data/icons/16x16/actions/object-rotate-left.png    |  Bin 0 -> 607 bytes
991 data/icons/16x16/actions/object-rotate-right.png   |  Bin 0 -> 632 bytes
992 data/icons/16x16/actions/view-page-continuous.png  |  Bin 0 -> 446 bytes
993 data/icons/16x16/actions/view-page-continuous.xcf  |  Bin 0 -> 2190 bytes
994 data/icons/16x16/actions/view-page-facing.png      |  Bin 0 -> 471 bytes
995 data/icons/16x16/actions/view-page-facing.xcf      |  Bin 0 -> 2158 bytes
996 data/icons/16x16/actions/zoom-fit-height.png       |  Bin 0 -> 811 bytes
997 data/icons/16x16/actions/zoom-fit-page.svg         |  282 +
998 data/icons/16x16/actions/zoom-fit-width.png        |  Bin 0 -> 771 bytes
999 data/icons/16x16/actions/zoom-fit-width.svg        |  278 +
1000 data/icons/16x16/actions/zoom.png                  |  Bin 0 -> 876 bytes
1001 data/icons/16x16/actions/zoom.svg                  |  247 +
1002 data/icons/16x16/apps/Makefile.am                  |   16 +
1003 data/icons/16x16/apps/atril.png                    |  Bin 0 -> 907 bytes
1004 data/icons/16x16/mimetypes/Makefile.am             |   16 +
1005 .../16x16/mimetypes/x-office-presentation.png      |  Bin 0 -> 668 bytes
1006 data/icons/22x22/Makefile.am                       |    3 +
1007 data/icons/22x22/actions/Makefile.am               |   28 +
1008 data/icons/22x22/actions/eye.png                   |  Bin 0 -> 617 bytes
1009 data/icons/22x22/actions/object-rotate-left.png    |  Bin 0 -> 911 bytes
1010 data/icons/22x22/actions/object-rotate-right.png   |  Bin 0 -> 939 bytes
1011 data/icons/22x22/actions/view-page-continuous.png  |  Bin 0 -> 722 bytes
1012 data/icons/22x22/actions/view-page-continuous.xcf  |  Bin 0 -> 4004 bytes
1013 data/icons/22x22/actions/view-page-facing.png      |  Bin 0 -> 483 bytes
1014 data/icons/22x22/actions/view-page-facing.xcf      |  Bin 0 -> 1871 bytes
1015 data/icons/22x22/actions/zoom-fit-page.png         |  Bin 0 -> 1377 bytes
1016 data/icons/22x22/actions/zoom-fit-page.svg         |  254 +
1017 data/icons/22x22/actions/zoom-fit-width.png        |  Bin 0 -> 1405 bytes
1018 data/icons/22x22/actions/zoom-fit-width.svg        |  252 +
1019 data/icons/22x22/actions/zoom.png                  |  Bin 0 -> 1294 bytes
1020 data/icons/22x22/actions/zoom.svg                  |  215 +
1021 data/icons/22x22/apps/Makefile.am                  |   16 +
1022 data/icons/22x22/apps/atril.png                    |  Bin 0 -> 1345 bytes
1023 data/icons/22x22/mimetypes/Makefile.am             |   16 +
1024 .../22x22/mimetypes/x-office-presentation.png      |  Bin 0 -> 1024 bytes
1025 data/icons/24x24/Makefile.am                       |    3 +
1026 data/icons/24x24/actions/Makefile.am               |   23 +
1027 data/icons/24x24/actions/object-rotate-left.png    |  Bin 0 -> 924 bytes
1028 data/icons/24x24/actions/object-rotate-right.png   |  Bin 0 -> 943 bytes
1029 data/icons/24x24/actions/stock_filters-invert.png  |  Bin 0 -> 402 bytes
1030 data/icons/24x24/actions/view-page-continuous.png  |  Bin 0 -> 724 bytes
1031 data/icons/24x24/actions/view-page-facing.png      |  Bin 0 -> 471 bytes
1032 data/icons/24x24/actions/zoom-fit-height.png       |  Bin 0 -> 1146 bytes
1033 data/icons/24x24/actions/zoom-fit-width.png        |  Bin 0 -> 1170 bytes
1034 data/icons/24x24/actions/zoom.png                  |  Bin 0 -> 1344 bytes
1035 data/icons/24x24/apps/Makefile.am                  |   16 +
1036 data/icons/24x24/apps/atril.png                    |  Bin 0 -> 1620 bytes
1037 data/icons/24x24/mimetypes/Makefile.am             |   16 +
1038 .../24x24/mimetypes/x-office-presentation.png      |  Bin 0 -> 1643 bytes
1039 data/icons/32x32/Makefile.am                       |    3 +
1040 data/icons/32x32/actions/Makefile.am               |   19 +
1041 data/icons/32x32/actions/object-rotate-left.png    |  Bin 0 -> 1319 bytes
1042 data/icons/32x32/actions/object-rotate-right.png   |  Bin 0 -> 1353 bytes
1043 data/icons/32x32/actions/view-page-continuous.png  |  Bin 0 -> 849 bytes
1044 data/icons/32x32/actions/view-page-facing.png      |  Bin 0 -> 943 bytes
1045 data/icons/32x32/mimetypes/Makefile.am             |   16 +
1046 .../32x32/mimetypes/x-office-presentation.png      |  Bin 0 -> 1618 bytes
1047 data/icons/48x48/Makefile.am                       |    4 +
1048 data/icons/48x48/actions/Makefile.am               |   20 +
1049 data/icons/48x48/actions/close.png                 |  Bin 0 -> 363 bytes
1050 data/icons/48x48/actions/resize-se.png             |  Bin 0 -> 312 bytes
1051 data/icons/48x48/actions/resize-sw.png             |  Bin 0 -> 295 bytes
1052 data/icons/48x48/actions/view-page-continuous.png  |  Bin 0 -> 1494 bytes
1053 data/icons/48x48/actions/view-page-facing.png      |  Bin 0 -> 1485 bytes
1054 data/icons/48x48/apps/Makefile.am                  |   16 +
1055 data/icons/48x48/apps/atril.png                    |  Bin 0 -> 3267 bytes
1056 data/icons/Makefile.am                             |    4 +
1057 data/icons/scalable/Makefile.am                    |    3 +
1058 data/icons/scalable/actions/Makefile.am            |   17 +
1059 data/icons/scalable/actions/object-rotate-left.svg |  208 +
1060 .../icons/scalable/actions/object-rotate-right.svg |  210 +
1061 data/icons/scalable/apps/Makefile.am               |   16 +
1062 data/icons/scalable/apps/atril.svg                 |  483 ++
1063 data/icons/scalable/mimetypes/Makefile.am          |   16 +
1064 .../scalable/mimetypes/x-office-presentation.svg   |  686 ++
1065 data/org.mate.Atril.gschema.xml                    |   79 +
1066 data/org.mate.atril.Daemon.service.in              |    3 +
1067 git.mk                                             |  400 +
1068 help/C/figures/atril_start_window.png              |  Bin 0 -> 23384 bytes
1069 help/C/index.docbook                               |  794 ++
1070 help/C/legal.xml                                   |   76 +
1071 help/ChangeLog                                     |  362 +
1072 help/Makefile.am                                   |   15 +
1073 help/af/af.po                                      | 1351 ++++
1074 help/am/am.po                                      | 1348 ++++
1075 help/ar/ar.po                                      | 1353 ++++
1076 help/as/as.po                                      | 1347 ++++
1077 help/ast/ast.po                                    | 1349 ++++
1078 help/atril.omf.in                                  |   11 +
1079 help/atril.pot                                     | 1141 +++
1080 help/az/az.po                                      | 1352 ++++
1081 help/be/be.po                                      | 1350 ++++
1082 help/bg/bg.po                                      | 1359 ++++
1083 help/bg/figures/atril_start_window.png             |  Bin 0 -> 22691 bytes
1084 help/bn/bn.po                                      | 1352 ++++
1085 help/bn_IN/bn_IN.po                                | 1351 ++++
1086 help/br/br.po                                      | 1348 ++++
1087 help/bs/bs.po                                      | 1348 ++++
1088 help/ca/ca.po                                      | 1600 ++++
1089 help/ca/figures/atril_start_window.png             |  Bin 0 -> 16145 bytes
1090 help/ca@valencia/ca@valencia.po                    | 1442 ++++
1091 help/cmn/cmn.po                                    | 1350 ++++
1092 help/crh/crh.po                                    | 1349 ++++
1093 help/cs/cs.po                                      | 1389 ++++
1094 help/cs/figures/atril_start_window.png             |  Bin 0 -> 16696 bytes
1095 help/cy/cy.po                                      | 1350 ++++
1096 help/da/da.po                                      | 1571 ++++
1097 help/de/de.po                                      | 1448 ++++
1098 help/de/figures/atril_start_window.png             |  Bin 0 -> 12327 bytes
1099 help/dz/dz.po                                      | 1350 ++++
1100 help/el/el.po                                      | 1610 ++++
1101 help/el/figures/atril_start_window.png             |  Bin 0 -> 21766 bytes
1102 help/en_AU/en_AU.po                                | 1347 ++++
1103 help/en_CA/en_CA.po                                | 1347 ++++
1104 help/en_GB/en_GB.po                                | 1364 ++++
1105 help/eo/eo.po                                      | 1380 ++++
1106 help/es/es.po                                      | 1479 ++++
1107 help/es/figures/atril_start_window.png             |  Bin 0 -> 16965 bytes
1108 help/es_AR/es_AR.po                                | 1353 ++++
1109 help/es_CL/es_CL.po                                | 1349 ++++
1110 help/es_CO/es_CO.po                                | 1350 ++++
1111 help/et/et.po                                      | 1354 ++++
1112 help/eu/eu.po                                      | 1393 ++++
1113 help/eu/figures/atril_start_window.png             |  Bin 0 -> 18535 bytes
1114 help/fa/fa.po                                      | 1349 ++++
1115 help/fi/fi.po                                      | 1358 ++++
1116 help/fi/figures/atril_start_window.png             |  Bin 0 -> 16351 bytes
1117 help/fr/figures/atril_start_window.png             |  Bin 0 -> 15794 bytes
1118 help/fr/fr.po                                      | 1465 ++++
1119 help/fur/fur.po                                    | 1346 ++++
1120 help/fy/fy.po                                      | 1351 ++++
1121 help/ga/ga.po                                      | 1350 ++++
1122 help/gl/gl.po                                      | 1422 ++++
1123 help/gu/gu.po                                      | 1348 ++++
1124 help/ha/ha.po                                      | 1346 ++++
1125 help/he/he.po                                      | 1350 ++++
1126 help/hi/hi.po                                      | 1353 ++++
1127 help/hr/hr.po                                      | 1413 ++++
1128 help/hu/hu.po                                      | 1410 ++++
1129 help/hy/hy.po                                      | 1349 ++++
1130 help/ia/ia.po                                      | 1348 ++++
1131 help/id/id.po                                      | 1412 ++++
1132 help/ie/ie.po                                      | 1347 ++++
1133 help/ig/ig.po                                      | 1346 ++++
1134 help/is/is.po                                      | 1351 ++++
1135 help/it/figures/atril_start_window.png             |  Bin 0 -> 13779 bytes
1136 help/it/it.po                                      | 1594 ++++
1137 help/ja/figures/atril_start_window.png             |  Bin 0 -> 16465 bytes
1138 help/ja/ja.po                                      | 1395 ++++
1139 help/ka/ka.po                                      | 1347 ++++
1140 help/kab/kab.po                                    | 1350 ++++
1141 help/kk/kk.po                                      | 1348 ++++
1142 help/kn/kn.po                                      | 1350 ++++
1143 help/ko/ko.po                                      | 1372 ++++
1144 help/ks/ks.po                                      | 1347 ++++
1145 help/ku/ku.po                                      | 1347 ++++
1146 help/ku_IQ/ku_IQ.po                                | 1347 ++++
1147 help/ky/ky.po                                      | 1347 ++++
1148 help/lt/lt.po                                      | 1400 ++++
1149 help/lv/lv.po                                      | 1350 ++++
1150 help/mai/mai.po                                    | 1347 ++++
1151 help/mg/mg.po                                      | 1347 ++++
1152 help/mk/mk.po                                      | 1348 ++++
1153 help/ml/ml.po                                      | 1349 ++++
1154 help/mn/mn.po                                      | 1349 ++++
1155 help/mr/mr.po                                      | 1348 ++++
1156 help/ms/ms.po                                      | 1568 ++++
1157 help/nb/nb.po                                      | 1361 ++++
1158 help/nds/nds.po                                    | 1350 ++++
1159 help/ne/ne.po                                      | 1351 ++++
1160 help/nl/figures/atril_start_window.png             |  Bin 0 -> 10973 bytes
1161 help/nl/nl.po                                      | 1402 ++++
1162 help/nn/nn.po                                      | 1350 ++++
1163 help/nso/nso.po                                    | 1349 ++++
1164 help/oc/oc.po                                      | 1368 ++++
1165 help/or/or.po                                      | 1347 ++++
1166 help/pa/pa.po                                      | 1387 ++++
1167 help/pl/pl.po                                      | 1397 ++++
1168 help/ps/ps.po                                      | 1349 ++++
1169 help/pt/pt.po                                      | 1413 ++++
1170 help/pt_BR/pt_BR.po                                | 1477 ++++
1171 help/reference/Makefile.am                         |    2 +
1172 help/reference/libdocument/Makefile.am             |  132 +
1173 .../libdocument/libatrildocument-docs.xml          |  191 +
1174 .../libdocument/libatrildocument-overrides.txt     |    0
1175 .../libdocument/libatrildocument-sections.txt      |  803 ++
1176 help/reference/libdocument/libatrildocument.types  |   55 +
1177 help/reference/libdocument/version.xml.in          |    1 +
1178 help/reference/libview/Makefile.am                 |  142 +
1179 help/reference/libview/libatrilview-docs.xml       |  145 +
1180 help/reference/libview/libatrilview-overrides.txt  |    0
1181 help/reference/libview/libatrilview-sections.txt   |  346 +
1182 help/reference/libview/libatrilview.types          |   28 +
1183 help/reference/libview/version.xml.in              |    1 +
1184 help/reference/shell/Makefile.am                   |  147 +
1185 help/reference/shell/atril-docs.xml                |  162 +
1186 help/reference/shell/atril-overrides.txt           |    0
1187 help/reference/shell/atril-sections.txt            |  465 ++
1188 help/reference/shell/atril.types                   |   24 +
1189 help/reference/shell/version.xml.in                |    1 +
1190 help/ro/ro.po                                      | 1348 ++++
1191 help/ru/ru.po                                      | 1612 ++++
1192 help/rw/rw.po                                      | 1346 ++++
1193 help/si/si.po                                      | 1347 ++++
1194 help/sk/sk.po                                      | 1445 ++++
1195 help/sl/sl.po                                      | 1352 ++++
1196 help/sq/sq.po                                      | 1353 ++++
1197 help/sr/sr.po                                      | 1348 ++++
1198 help/sr@latin/sr@latin.po                          | 1351 ++++
1199 help/sv/figures/atril_start_window.png             |  Bin 0 -> 17118 bytes
1200 help/sv/sv.po                                      | 1394 ++++
1201 help/ta/ta.po                                      | 1351 ++++
1202 help/te/te.po                                      | 1348 ++++
1203 help/th/th.po                                      | 1389 ++++
1204 help/tr/tr.po                                      | 1502 ++++
1205 help/ug/ug.po                                      | 1356 ++++
1206 help/uk/figures/atril_start_window.png             |  Bin 0 -> 14049 bytes
1207 help/uk/uk.po                                      | 1580 ++++
1208 help/ur/ur.po                                      | 1353 ++++
1209 help/uz/uz.po                                      | 1348 ++++
1210 help/vi/vi.po                                      | 1349 ++++
1211 help/wa/wa.po                                      | 1347 ++++
1212 help/xh/xh.po                                      | 1347 ++++
1213 help/yo/yo.po                                      | 1346 ++++
1214 help/zh_CN/zh_CN.po                                | 1448 ++++
1215 help/zh_HK/zh_HK.po                                | 1351 ++++
1216 help/zh_TW/zh_TW.po                                | 1359 ++++
1217 help/zu/zu.po                                      | 1349 ++++
1218 libdocument/Makefile.am                            |  201 +
1219 libdocument/ev-annotation.c                        | 1220 +++
1220 libdocument/ev-annotation.h                        |  169 +
1221 libdocument/ev-async-renderer.c                    |   65 +
1222 libdocument/ev-async-renderer.h                    |   65 +
1223 libdocument/ev-attachment.c                        |  438 ++
1224 libdocument/ev-attachment.h                        |   79 +
1225 libdocument/ev-backends-manager.c                  |  330 +
1226 libdocument/ev-backends-manager.h                  |   54 +
1227 libdocument/ev-debug.c                             |  177 +
1228 libdocument/ev-debug.h                             |  106 +
1229 libdocument/ev-document-annotations.c              |   93 +
1230 libdocument/ev-document-annotations.h              |  105 +
1231 libdocument/ev-document-attachments.c              |   55 +
1232 libdocument/ev-document-attachments.h              |   59 +
1233 libdocument/ev-document-factory.c                  |  397 +
1234 libdocument/ev-document-factory.h                  |   39 +
1235 libdocument/ev-document-find.c                     |   60 +
1236 libdocument/ev-document-find.h                     |   74 +
1237 libdocument/ev-document-fonts.c                    |   59 +
1238 libdocument/ev-document-fonts.h                    |   78 +
1239 libdocument/ev-document-forms.c                    |  161 +
1240 libdocument/ev-document-forms.h                    |  128 +
1241 libdocument/ev-document-images.c                   |   54 +
1242 libdocument/ev-document-images.h                   |   65 +
1243 libdocument/ev-document-info.h                     |  154 +
1244 libdocument/ev-document-layers.c                   |   80 +
1245 libdocument/ev-document-layers.h                   |   85 +
1246 libdocument/ev-document-links.c                    |  188 +
1247 libdocument/ev-document-links.h                    |   95 +
1248 libdocument/ev-document-misc.c                     |  407 +
1249 libdocument/ev-document-misc.h                     |   74 +
1250 libdocument/ev-document-print.c                    |   41 +
1251 libdocument/ev-document-print.h                    |   59 +
1252 libdocument/ev-document-security.c                 |   48 +
1253 libdocument/ev-document-security.h                 |   66 +
1254 libdocument/ev-document-text.c                     |   82 +
1255 libdocument/ev-document-text.h                     |   78 +
1256 libdocument/ev-document-thumbnails.c               |   62 +
1257 libdocument/ev-document-thumbnails.h               |   68 +
1258 libdocument/ev-document-transition.c               |   64 +
1259 libdocument/ev-document-transition.h               |   64 +
1260 libdocument/ev-document-type-builtins.c.template   |   44 +
1261 libdocument/ev-document-type-builtins.h.template   |   29 +
1262 libdocument/ev-document.c                          |  958 +++
1263 libdocument/ev-document.h                          |  305 +
1264 libdocument/ev-file-exporter.c                     |   84 +
1265 libdocument/ev-file-exporter.h                     |  101 +
1266 libdocument/ev-file-helpers.c                      |  682 ++
1267 libdocument/ev-file-helpers.h                      |   72 +
1268 libdocument/ev-form-field.c                        |  200 +
1269 libdocument/ev-form-field.h                        |  216 +
1270 libdocument/ev-image.c                             |  176 +
1271 libdocument/ev-image.h                             |   68 +
1272 libdocument/ev-init.c                              |   95 +
1273 libdocument/ev-init.h                              |   41 +
1274 libdocument/ev-layer.c                             |   69 +
1275 libdocument/ev-layer.h                             |   60 +
1276 libdocument/ev-link-action.c                       |  436 +
1277 libdocument/ev-link-action.h                       |   80 +
1278 libdocument/ev-link-dest.c                         |  516 ++
1279 libdocument/ev-link-dest.h                         |   97 +
1280 libdocument/ev-link.c                              |  176 +
1281 libdocument/ev-link.h                              |   54 +
1282 libdocument/ev-macros.h                            |   32 +
1283 libdocument/ev-mapping-list.c                      |  249 +
1284 libdocument/ev-mapping-list.h                      |   64 +
1285 libdocument/ev-module.c                            |  193 +
1286 libdocument/ev-module.h                            |   74 +
1287 libdocument/ev-page.c                              |   62 +
1288 libdocument/ev-page.h                              |   63 +
1289 libdocument/ev-render-context.c                    |   97 +
1290 libdocument/ev-render-context.h                    |   70 +
1291 libdocument/ev-selection.c                         |   77 +
1292 libdocument/ev-selection.h                         |   93 +
1293 libdocument/ev-transition-effect.c                 |  220 +
1294 libdocument/ev-transition-effect.h                 |   87 +
1295 libdocument/ev-version.h.in                        |   69 +
1296 libmisc/Makefile.am                                |   22 +
1297 libmisc/ev-page-action-widget.c                    |  495 ++
1298 libmisc/ev-page-action-widget.h                    |   46 +
1299 libmisc/ev-page-action.c                           |  239 +
1300 libmisc/ev-page-action.h                           |   68 +
1301 libview/Makefile.am                                |  174 +
1302 libview/ev-annotation-window.c                     |  685 ++
1303 libview/ev-annotation-window.h                     |   57 +
1304 libview/ev-document-model.c                        |  672 ++
1305 libview/ev-document-model.h                        |  108 +
1306 libview/ev-form-field-accessible.c                 |  240 +
1307 libview/ev-form-field-accessible.h                 |   55 +
1308 libview/ev-image-accessible.c                      |  207 +
1309 libview/ev-image-accessible.h                      |   55 +
1310 libview/ev-job-scheduler.c                         |  319 +
1311 libview/ev-job-scheduler.h                         |   49 +
1312 libview/ev-jobs.c                                  | 1774 +++++
1313 libview/ev-jobs.h                                  |  516 ++
1314 libview/ev-link-accessible.c                       |  437 ++
1315 libview/ev-link-accessible.h                       |   56 +
1316 libview/ev-page-accessible.c                       | 1227 +++
1317 libview/ev-page-accessible.h                       |   56 +
1318 libview/ev-page-cache.c                            |  680 ++
1319 libview/ev-page-cache.h                            |   81 +
1320 libview/ev-pixbuf-cache.c                          | 1353 ++++
1321 libview/ev-pixbuf-cache.h                          |   91 +
1322 libview/ev-print-operation.c                       | 2069 +++++
1323 libview/ev-print-operation.h                       |   71 +
1324 libview/ev-stock-icons.c                           |  137 +
1325 libview/ev-stock-icons.h                           |   58 +
1326 libview/ev-timeline.c                              |  442 ++
1327 libview/ev-timeline.h                              |   90 +
1328 libview/ev-transition-animation.c                  |  673 ++
1329 libview/ev-transition-animation.h                  |   73 +
1330 libview/ev-view-accessible.c                       |  592 ++
1331 libview/ev-view-accessible.h                       |   70 +
1332 libview/ev-view-cursor.c                           |   55 +
1333 libview/ev-view-cursor.h                           |   47 +
1334 libview/ev-view-marshal.list                       |    3 +
1335 libview/ev-view-presentation.c                     | 1660 ++++
1336 libview/ev-view-presentation.h                     |   56 +
1337 libview/ev-view-private.h                          |  304 +
1338 libview/ev-view-type-builtins.c.template           |   44 +
1339 libview/ev-view-type-builtins.h.template           |   29 +
1340 libview/ev-view.c                                  | 8169 +++++++++++++++++++
1341 libview/ev-view.h                                  |  130 +
1342 libview/ev-web-view.c                              |  722 ++
1343 libview/ev-web-view.h                              |   93 +
1344 makepot                                            |   11 +
1345 po/ChangeLog                                       | 4424 +++++++++++
1346 po/LINGUAS                                         |  136 +
1347 po/Makevars                                        |   79 +
1348 po/POTFILES.in                                     |   64 +
1349 po/POTFILES.skip                                   |   16 +
1350 po/af.po                                           | 1841 +++++
1351 po/am.po                                           | 1842 +++++
1352 po/ar.po                                           | 1866 +++++
1353 po/as.po                                           | 1842 +++++
1354 po/ast.po                                          | 1884 +++++
1355 po/az.po                                           | 1838 +++++
1356 po/be.po                                           | 1856 +++++
1357 po/bg.po                                           | 1884 +++++
1358 po/bn.po                                           | 1857 +++++
1359 po/bn_IN.po                                        | 1849 +++++
1360 po/br.po                                           | 1848 +++++
1361 po/bs.po                                           | 1843 +++++
1362 po/ca.po                                           | 1912 +++++
1363 po/ca@valencia.po                                  | 1886 +++++
1364 po/cmn.po                                          | 1840 +++++
1365 po/crh.po                                          | 1835 +++++
1366 po/cs.po                                           | 1920 +++++
1367 po/cy.po                                           | 1846 +++++
1368 po/da.po                                           | 1901 +++++
1369 po/de.po                                           | 1905 +++++
1370 po/de_CH.po                                        | 1843 +++++
1371 po/dz.po                                           | 1840 +++++
1372 po/el.po                                           | 1913 +++++
1373 po/en_AU.po                                        | 1859 +++++
1374 po/en_CA.po                                        | 1837 +++++
1375 po/en_GB.po                                        | 1863 +++++
1376 po/eo.po                                           | 1854 +++++
1377 po/es.po                                           | 1927 +++++
1378 po/es_AR.po                                        | 1842 +++++
1379 po/es_CL.po                                        | 1842 +++++
1380 po/es_CO.po                                        | 1844 +++++
1381 po/es_CR.po                                        | 1860 +++++
1382 po/es_DO.po                                        | 1861 +++++
1383 po/es_EC.po                                        | 1860 +++++
1384 po/es_ES.po                                        | 1836 +++++
1385 po/es_MX.po                                        | 1849 +++++
1386 po/es_NI.po                                        | 1860 +++++
1387 po/es_PA.po                                        | 1860 +++++
1388 po/es_PE.po                                        | 1860 +++++
1389 po/es_PR.po                                        | 1839 +++++
1390 po/es_SV.po                                        | 1860 +++++
1391 po/es_UY.po                                        | 1860 +++++
1392 po/es_VE.po                                        | 1836 +++++
1393 po/et.po                                           | 1865 +++++
1394 po/eu.po                                           | 1878 +++++
1395 po/fa.po                                           | 1845 +++++
1396 po/fi.po                                           | 1881 +++++
1397 po/fr.po                                           | 1944 +++++
1398 po/fr_CA.po                                        | 1815 +++++
1399 po/frp.po                                          | 1835 +++++
1400 po/fur.po                                          | 1833 +++++
1401 po/fy.po                                           | 1837 +++++
1402 po/ga.po                                           | 1845 +++++
1403 po/gl.po                                           | 1915 +++++
1404 po/gnome-copyrights.txt                            | 1061 +++
1405 po/gu.po                                           | 1857 +++++
1406 po/ha.po                                           | 1833 +++++
1407 po/he.po                                           | 1856 +++++
1408 po/hi.po                                           | 1840 +++++
1409 po/hr.po                                           | 1885 +++++
1410 po/hu.po                                           | 1899 +++++
1411 po/hy.po                                           | 1866 +++++
1412 po/ia.po                                           | 1835 +++++
1413 po/id.po                                           | 1907 +++++
1414 po/ie.po                                           | 1859 +++++
1415 po/ig.po                                           | 1830 +++++
1416 po/is.po                                           | 1837 +++++
1417 po/it.po                                           | 1911 +++++
1418 po/ja.po                                           | 1858 +++++
1419 po/jv.po                                           | 1830 +++++
1420 po/ka.po                                           | 1833 +++++
1421 po/kab.po                                          | 1837 +++++
1422 po/kk.po                                           | 1857 +++++
1423 po/kn.po                                           | 1856 +++++
1424 po/ko.po                                           | 1856 +++++
1425 po/ks.po                                           | 1833 +++++
1426 po/ku.po                                           | 1835 +++++
1427 po/ku_IQ.po                                        | 1833 +++++
1428 po/ky.po                                           | 1831 +++++
1429 po/li.po                                           | 1833 +++++
1430 po/lt.po                                           | 1921 +++++
1431 po/lv.po                                           | 1860 +++++
1432 po/mai.po                                          | 1834 +++++
1433 po/mg.po                                           | 1839 +++++
1434 po/mi.po                                           | 1833 +++++
1435 po/mk.po                                           | 1841 +++++
1436 po/ml.po                                           | 1859 +++++
1437 po/mn.po                                           | 1855 +++++
1438 po/mr.po                                           | 1856 +++++
1439 po/ms.po                                           | 1893 +++++
1440 po/nb.po                                           | 1912 +++++
1441 po/nds.po                                          | 1837 +++++
1442 po/ne.po                                           | 1848 +++++
1443 po/nl.po                                           | 1925 +++++
1444 po/nn.po                                           | 1857 +++++
1445 po/nqo.po                                          | 1855 +++++
1446 po/nso.po                                          | 1835 +++++
1447 po/oc.po                                           | 1859 +++++
1448 po/or.po                                           | 1841 +++++
1449 po/pa.po                                           | 1855 +++++
1450 po/pl.po                                           | 1935 +++++
1451 po/pms.po                                          | 1833 +++++
1452 po/ps.po                                           | 1835 +++++
1453 po/pt.po                                           | 1921 +++++
1454 po/pt_BR.po                                        | 1934 +++++
1455 po/ro.po                                           | 1875 +++++
1456 po/ru.po                                           | 1956 +++++
1457 po/rw.po                                           | 1833 +++++
1458 po/sc.po                                           | 1845 +++++
1459 po/si.po                                           | 1834 +++++
1460 po/sk.po                                           | 1892 +++++
1461 po/sl.po                                           | 1910 +++++
1462 po/sq.po                                           | 1850 +++++
1463 po/sr.po                                           | 1896 +++++
1464 po/sr@latin.po                                     | 1863 +++++
1465 po/sv.po                                           | 1908 +++++
1466 po/ta.po                                           | 1860 +++++
1467 po/te.po                                           | 1847 +++++
1468 po/th.po                                           | 1849 +++++
1469 po/tk.po                                           | 1833 +++++
1470 po/tr.po                                           | 1904 +++++
1471 po/tt.po                                           | 1830 +++++
1472 po/ug.po                                           | 1842 +++++
1473 po/uk.po                                           | 1916 +++++
1474 po/ur.po                                           | 1839 +++++
1475 po/ur_PK.po                                        | 1837 +++++
1476 po/uz.po                                           | 1837 +++++
1477 po/vi.po                                           | 1838 +++++
1478 po/wa.po                                           | 1835 +++++
1479 po/xh.po                                           | 1833 +++++
1480 po/yi.po                                           | 1833 +++++
1481 po/yo.po                                           | 1830 +++++
1482 po/zh_CN.po                                        | 1874 +++++
1483 po/zh_HK.po                                        | 1842 +++++
1484 po/zh_TW.po                                        | 1863 +++++
1485 po/zu.po                                           | 1835 +++++
1486 previewer/Makefile.am                              |   50 +
1487 previewer/atril-previewer.1                        |   16 +
1488 previewer/ev-previewer-window.c                    |  714 ++
1489 previewer/ev-previewer-window.h                    |   51 +
1490 previewer/ev-previewer.c                           |  168 +
1491 previewer/previewer-ui.xml                         |   30 +
1492 previewer/previewer.gresource.xml                  |   23 +
1493 properties/Makefile.am                             |   45 +
1494 properties/ev-properties-main.c                    |  159 +
1495 properties/ev-properties-view.c                    |  403 +
1496 properties/ev-properties-view.h                    |   50 +
1497 ...il-properties-page.caja-extension.desktop.in.in |    9 +
1498 shell/Makefile.am                                  |  185 +
1499 shell/atril-toolbar.xml                            |   41 +
1500 shell/atril-ui.xml                                 |  149 +
1501 shell/atril.about                                  |    2 +
1502 shell/atril.css                                    |   43 +
1503 shell/atril.gresource.xml                          |   26 +
1504 shell/eggfindbar.c                                 |  677 ++
1505 shell/eggfindbar.h                                 |   80 +
1506 shell/ev-annotation-properties-dialog.c            |  314 +
1507 shell/ev-annotation-properties-dialog.h            |   54 +
1508 shell/ev-application.c                             | 1062 +++
1509 shell/ev-application.h                             |   77 +
1510 shell/ev-bookmark-action.c                         |  109 +
1511 shell/ev-bookmark-action.h                         |   45 +
1512 shell/ev-bookmarks.c                               |  285 +
1513 shell/ev-bookmarks.h                               |   57 +
1514 shell/ev-daemon-gdbus.xml                          |   19 +
1515 shell/ev-daemon.c                                  |  483 ++
1516 shell/ev-file-monitor.c                            |  163 +
1517 shell/ev-file-monitor.h                            |   57 +
1518 shell/ev-gdbus.xml                                 |   33 +
1519 shell/ev-history.c                                 |  137 +
1520 shell/ev-history.h                                 |   65 +
1521 shell/ev-keyring.c                                 |  100 +
1522 shell/ev-keyring.h                                 |   37 +
1523 shell/ev-loading-message.c                         |  177 +
1524 shell/ev-loading-message.h                         |   45 +
1525 shell/ev-media-player-keys.c                       |  233 +
1526 shell/ev-media-player-keys.h                       |   49 +
1527 shell/ev-message-area.c                            |  347 +
1528 shell/ev-message-area.h                            |   74 +
1529 shell/ev-metadata.c                                |  325 +
1530 shell/ev-metadata.h                                |   72 +
1531 shell/ev-navigation-action-widget.c                |  161 +
1532 shell/ev-navigation-action-widget.h                |   46 +
1533 shell/ev-navigation-action.c                       |  250 +
1534 shell/ev-navigation-action.h                       |   64 +
1535 shell/ev-open-recent-action.c                      |  102 +
1536 shell/ev-open-recent-action.h                      |   52 +
1537 shell/ev-password-view.c                           |  419 +
1538 shell/ev-password-view.h                           |   59 +
1539 shell/ev-progress-message-area.c                   |  193 +
1540 shell/ev-progress-message-area.h                   |   64 +
1541 shell/ev-properties-dialog.c                       |  201 +
1542 shell/ev-properties-dialog.h                       |   47 +
1543 shell/ev-properties-fonts.c                        |  225 +
1544 shell/ev-properties-fonts.h                        |   48 +
1545 shell/ev-properties-license.c                      |  167 +
1546 shell/ev-properties-license.h                      |   50 +
1547 shell/ev-sidebar-annotations.c                     |  524 ++
1548 shell/ev-sidebar-annotations.h                     |   63 +
1549 shell/ev-sidebar-attachments.c                     |  704 ++
1550 shell/ev-sidebar-attachments.h                     |   62 +
1551 shell/ev-sidebar-bookmarks.c                       |  615 ++
1552 shell/ev-sidebar-bookmarks.h                       |   60 +
1553 shell/ev-sidebar-layers.c                          |  451 ++
1554 shell/ev-sidebar-layers.h                          |   59 +
1555 shell/ev-sidebar-links.c                           |  723 ++
1556 shell/ev-sidebar-links.h                           |   66 +
1557 shell/ev-sidebar-page.c                            |   92 +
1558 shell/ev-sidebar-page.h                            |   64 +
1559 shell/ev-sidebar-thumbnails.c                      | 1037 +++
1560 shell/ev-sidebar-thumbnails.h                      |   59 +
1561 shell/ev-sidebar.c                                 |  515 ++
1562 shell/ev-sidebar.h                                 |   67 +
1563 shell/ev-utils.c                                   |  109 +
1564 shell/ev-utils.h                                   |   34 +
1565 shell/ev-window-title.c                            |  211 +
1566 shell/ev-window-title.h                            |   47 +
1567 shell/ev-window.c                                  | 8301 ++++++++++++++++++++
1568 shell/ev-window.h                                  |   93 +
1569 shell/main.c                                       |  292 +
1570 test/Makefile.am                                   |   19 +
1571 test/test-encrypt.pdf                              |  Bin 0 -> 26501 bytes
1572 test/test-links.pdf                                |  Bin 0 -> 15151 bytes
1573 test/test-mime.bin                                 |  Bin 0 -> 15151 bytes
1574 test/test-page-labels.pdf                          |  Bin 0 -> 10150 bytes
1575 test/test1.py                                      |   38 +
1576 test/test2.py                                      |   30 +
1577 test/test3.py                                      |   16 +
1578 test/test4.py                                      |   22 +
1579 test/test5.py                                      |   27 +
1580 test/test6.py                                      |   47 +
1581 test/test7.py                                      |   36 +
1582 thumbnailer/Makefile.am                            |   43 +
1583 thumbnailer/atril-thumbnailer.1                    |   18 +
1584 thumbnailer/atril-thumbnailer.c                    |  320 +
1585 thumbnailer/atril.thumbnailer.in                   |    6 +
1586 update-authors.pl                                  |   77 +
1587 733 files changed, 519529 insertions(+)
1588