Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mate-desktop/atril
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.1
Choose a base ref
...
head repository: mate-desktop/atril
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 58 files changed
  • 5 contributors

Commits on Feb 21, 2024

  1. tx: sync with transifex

    raveit65 committed Feb 21, 2024
    Copy the full SHA
    8141431 View commit details
  2. release 1.28.0

    raveit65 committed Feb 21, 2024
    Copy the full SHA
    3c3aa9c View commit details

Commits on Apr 16, 2024

  1. icons: Include higher resolution icons (#608)

    This only includes higher resolution icons to be loaded automatically by
    the window manager icon cache, resulting in sharper icons in the alt-tab
    and wnck views.
    vkareh authored Apr 16, 2024
    Copy the full SHA
    c5b2dfc View commit details

Commits on Apr 23, 2024

  1. Cleanup icons Makefile

    Replace full-subdirs with a single Makefile for all icons, making
    things both simpler and more concise.
    
    Also, properly use Automake variable prefixes instead of doing it
    manually.
    cwendling authored and vkareh committed Apr 23, 2024
    Copy the full SHA
    33f05a2 View commit details

Commits on Dec 2, 2024

  1. Copy the full SHA
    fb1d374 View commit details
  2. Update CBR library to libarchive in README.md

    * commit ce41df6 introduced libarchive for unpacking CBR comics
    chereskata authored and lukefromdc committed Dec 2, 2024
    Copy the full SHA
    54e44c9 View commit details

Commits on Dec 3, 2024

  1. tx:update translations

    lukefromdc committed Dec 3, 2024
    Copy the full SHA
    d3fd9d3 View commit details
  2. Release 1.28.1

    lukefromdc committed Dec 3, 2024
    Copy the full SHA
    db229c0 View commit details
Showing with 5,535 additions and 772 deletions.
  1. +14 −3 .travis.yml
  2. +22 −11 NEWS
  3. +1 −1 README.md
  4. +1 −23 configure.ac
  5. BIN data/icons/128x128/apps/atril.png
  6. +0 −3 data/icons/16x16/Makefile.am
  7. +0 −27 data/icons/16x16/actions/Makefile.am
  8. +0 −16 data/icons/16x16/apps/Makefile.am
  9. +0 −16 data/icons/16x16/mimetypes/Makefile.am
  10. +0 −3 data/icons/22x22/Makefile.am
  11. +0 −28 data/icons/22x22/actions/Makefile.am
  12. +0 −16 data/icons/22x22/apps/Makefile.am
  13. +0 −16 data/icons/22x22/mimetypes/Makefile.am
  14. +0 −3 data/icons/24x24/Makefile.am
  15. +0 −23 data/icons/24x24/actions/Makefile.am
  16. +0 −16 data/icons/24x24/apps/Makefile.am
  17. +0 −16 data/icons/24x24/mimetypes/Makefile.am
  18. +0 −3 data/icons/32x32/Makefile.am
  19. +0 −19 data/icons/32x32/actions/Makefile.am
  20. +0 −16 data/icons/32x32/mimetypes/Makefile.am
  21. +0 −4 data/icons/48x48/Makefile.am
  22. +0 −20 data/icons/48x48/actions/Makefile.am
  23. +0 −16 data/icons/48x48/apps/Makefile.am
  24. BIN data/icons/64x64/apps/atril.png
  25. +63 −1 data/icons/Makefile.am
  26. +0 −3 data/icons/scalable/Makefile.am
  27. +0 −17 data/icons/scalable/actions/Makefile.am
  28. +0 −16 data/icons/scalable/apps/Makefile.am
  29. +0 −16 data/icons/scalable/mimetypes/Makefile.am
  30. +1 −1 help/ca/ca.po
  31. +644 −252 help/en_GB/en_GB.po
  32. +6 −5 help/he/he.po
  33. +1 −1 help/nb/nb.po
  34. +88 −24 help/pt_BR/pt_BR.po
  35. +2 −2 help/sv/sv.po
  36. +1 −1 help/tr/tr.po
  37. +5 −5 po/ar.po
  38. +1 −1 po/bg.po
  39. +1 −1 po/ca.po
  40. +28 −25 po/de.po
  41. +1 −1 po/el.po
  42. +3 −2 po/es.po
  43. +13 −12 po/es_AR.po
  44. +1 −1 po/fi.po
  45. +13 −13 po/fr.po
  46. +41 −43 po/he.po
  47. +5 −4 po/hu.po
  48. +1 −1 po/ja.po
  49. +2 −2 po/lv.po
  50. +2,275 −0 po/nan.po
  51. +2 −2 po/nb.po
  52. +4 −4 po/oc.po
  53. +5 −5 po/pt.po
  54. +1 −1 po/pt_BR.po
  55. +6 −6 po/sl.po
  56. +3 −3 po/sv.po
  57. +2 −2 po/tr.po
  58. +2,278 −0 po/tzm.po
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,9 @@ before_install:
- chmod +x docker-build gen-index

install:
- pip3 install PyGithub
- sudo apt-get install -y python3-pip python3-setuptools
- sudo pip3 install --upgrade pip
- sudo pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install

script:
@@ -37,9 +39,17 @@ notifications:
on_success: never
on_failure: always

before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install faraday-net_http -v '3.3.0' # Avoid faraday version problem
- gem install uri
- gem install logger

deploy:
- provider: pages
edge: true
edge:
branch: v2.0.5
token: $GITHUB_TOKEN
keep_history: false
committer_from_gh: true
@@ -50,7 +60,8 @@ deploy:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- provider: script
edge: true
edge:
branch: v2.0.5
script: ./docker-build --verbose --config .build.yml --release github
on:
tags: true
33 changes: 22 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
### atril 1.28.1
* Translations update
* Update CBR library to libarchive in README.md
* ci: fix travis build failures caused by recent travis changes
* Cleanup icons Makefile
* icons: Include higher resolution icons (#608)

### atril 1.28.0

* Translations update

### atril 1.27.1

* update translations
* Translations update
* fix a incompatible pointer type warning for gcc14
* epub: Avoid crash when index list has extraneous entry
* epub: Prevent path traversal when extracting files
@@ -19,7 +30,7 @@

### atril 1.27.0

* update translations
* Translations update
* epub: Fix index loading for certain documents - look for epub:type instead of epub:id.
* ci: drop -Wunused-parameter compiler cflag from debian build
* Fix implicit conversion changes signedness: 'gboolean' to 'guint'
@@ -33,7 +44,7 @@

### atril 1.26.0

* update translations
* Translations update
* ev-window.c: only create a EvWebView if needed
* ev-sidebar-links: Optimize reverse link lookup for a page
* introspection: Fix bogus --library arguments.
@@ -44,7 +55,7 @@

### atril 1.25.1

* update translations
* Translations update
* update help
* caja extension: Update copyright year
* dvi: use glib i18n macros
@@ -80,7 +91,7 @@

### atril 1.25.0

* sync with transifex
* Translations update
* [ci] fix release tarball on travis CI failed
* Re-enable highlight_find_results
* Use ENABLE_SYNCTEX in libdocument/Makefile.am
@@ -109,13 +120,13 @@

### atril 1.24.0

* update translations
* Translations update
* thumbnailer: Fix memory leak
* Fix year 2038 issue with signed 32-bit integers

### atril 1.23.2

* update translations
* Translations update
* Fix atril.desktop file
* Fix memory leak ev_sidebar_thumbnails_document_changed_cb()
* pdf: Fix memory leak when adding new text annotations
@@ -142,7 +153,7 @@

### atril 1.23.1

* update translations
* Translations update
* tx: sync with transifex
* Travis CI: 'cppcheck' with '-D__cplusplus'
* ev-view: Remove unused variables and assignment
@@ -205,7 +216,7 @@

### atril 1.23.0

* update translations
* Translations update
* Remove trailing whitespaces
* test: get focus on frame
* let test7.py can works
@@ -223,7 +234,7 @@

### atril 1.22.0

* update translations
* Translations update
* Add update-authors.pl script which helps to update atril.about
* Read authors (updated) from atril.about gresource
* Initialize Travis CI support
@@ -243,7 +254,7 @@

### atril 1.21.1

* update translations
* Translations update
* Use make functions for HELP_LINGUAS
* comics: support application/vnd.rar MIME type
* shell: Save document to the same path it was opened from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Atril Optional Backend Libraries
==================================================
* [DjVuLibre](http://djvu.sourceforge.net/) for DjVu viewing

* [RAR](https://www.rarlab.com/) for viewing CBR comics
* [libarchive](https://www.libarchive.org/) for viewing CBR comics

* [libgxps](https://wiki.gnome.org/Projects/libgxps) for XPS documents

24 changes: 1 addition & 23 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# *****************************************************************************

m4_define([ev_major_version], [1])
m4_define([ev_minor_version], [27])
m4_define([ev_minor_version], [28])
m4_define([ev_micro_version], [1])
m4_define([ev_extra_version], [])
m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])
@@ -742,28 +742,6 @@ data/atril.appdata.xml.in
data/atril.desktop.in
data/Makefile
data/icons/Makefile
data/icons/16x16/Makefile
data/icons/16x16/apps/Makefile
data/icons/16x16/actions/Makefile
data/icons/16x16/mimetypes/Makefile
data/icons/22x22/Makefile
data/icons/22x22/apps/Makefile
data/icons/22x22/actions/Makefile
data/icons/22x22/mimetypes/Makefile
data/icons/24x24/Makefile
data/icons/24x24/apps/Makefile
data/icons/24x24/actions/Makefile
data/icons/24x24/mimetypes/Makefile
data/icons/32x32/Makefile
data/icons/32x32/actions/Makefile
data/icons/32x32/mimetypes/Makefile
data/icons/48x48/Makefile
data/icons/48x48/apps/Makefile
data/icons/48x48/actions/Makefile
data/icons/scalable/Makefile
data/icons/scalable/apps/Makefile
data/icons/scalable/actions/Makefile
data/icons/scalable/mimetypes/Makefile
help/Makefile
help/reference/Makefile
help/reference/libdocument/Makefile
Binary file added data/icons/128x128/apps/atril.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions data/icons/16x16/Makefile.am

This file was deleted.

27 changes: 0 additions & 27 deletions data/icons/16x16/actions/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions data/icons/16x16/apps/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions data/icons/16x16/mimetypes/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions data/icons/22x22/Makefile.am

This file was deleted.

28 changes: 0 additions & 28 deletions data/icons/22x22/actions/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions data/icons/22x22/apps/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions data/icons/22x22/mimetypes/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions data/icons/24x24/Makefile.am

This file was deleted.

23 changes: 0 additions & 23 deletions data/icons/24x24/actions/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions data/icons/24x24/apps/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions data/icons/24x24/mimetypes/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions data/icons/32x32/Makefile.am

This file was deleted.

Loading