summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2020-06-17add git.mk to generate .gitignoretamplan6-0/+12
2020-01-18Fix atril.desktop filerbuj1-2/+2
Test: $ sudo update-desktop-database /usr/share/applications Diff: $ ./autogen --prefix=/usr && make $ cp data/atril.desktop data/atril.desktop.old (changes) $ ./autogen --prefix=/usr && make $ diff data/atril.desktop.old data/atril.desktop 229c229 < X-MATE-Bugzilla-Version=@VERSION@ --- > X-MATE-Bugzilla-Version=1.23.1 233c233 < MimeType=@ATRIL_MIME_TYPES@ --- > MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;application/x-dvi;application/x-bzdvi;application/x-gzdvi;image/vnd.djvu;image/vnd.djvu+multipage;image/tiff;application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd-comicbook.rar;application/oxps;application/vnd.ms-xpsdocument;application/epub+zip;
2019-11-11add hint for translatorsWu Xiaotian1-0/+2
2019-11-11migrate from intltool to gettextWu Xiaotian3-9/+10
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-01-21move appdata to metainfo directorymonsta1-1/+1
fixes https://github.com/mate-desktop/atril/issues/292
2018-03-22shell: Use GResource for data filesChristian Persch1-2/+0
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=ba06a5e
2018-03-22previewer: Use GResource for data filesChristian Persch2-34/+0
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=45be486
2018-03-15shell: add keypad accels for zoom_resetraveit652-0/+2
2018-03-15Add zoom resetLars Mueller3-0/+3
origin commit: https://github.com/linuxmint/xreader/commit/43acb8f
2017-11-27shell: show caret navigation in menuraveit651-0/+2
but set this action sensitive for epubs
2017-09-06shell: Enable/disable the caret navigation with F7Antia Puentes2-1/+5
https://bugzilla.gnome.org/show_bug.cgi?id=702079 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=fc9b6d1
2017-09-06previewer: Remove scroll acceleratorsCarlos Garcia Campos1-6/+0
They are handled by the EvView now. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=1649067
2017-09-06ev-window: Remove scroll acceleratorsCarlos Garcia Campos1-6/+0
They are handled by the EvView now. We just leave the page up/down accels, so that they still work even when the view is not focused. origin commit (modified): https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=6a7c3db
2017-08-31Add shortcut keys for fit-page and fit-width optionsCarlos Garcia Campos1-0/+2
'f' for fit-page for consistency with eom and 'w' for fit-width. Fixes bug #595571. origin commit: https://git.gnome.org/browse/evince/commit/?id=2ed0f3d fix
2017-08-31Rename Fit Page Width as Fit WidthWilliam Jon McCann3-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=689468 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=88d7a4a
2017-08-31Rename Best Fit mode as Fit PageWilliam Jon McCann4-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=689468 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=ffd3853
2017-08-28Add an option to remove annotations to the view popup menuraveit651-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=649044 inspired by: https://git.gnome.org/browse/evince/commit/?id=0f19833
2016-07-22Split dual mode option into dual mode with odd and even pages on the leftraveit652-0/+4
2016-07-22Allow to use Send To action from the toolbarraveit651-0/+1
taken from: https://git.gnome.org/browse/evince/commit/?id=a8d6329
2016-07-22Add Send To action to file menuraveit651-0/+1
It uses caja-sendto to allow you to send the current document by email, to a removable device, etc. If caja-sendto command is not present in path, the menu item is hidden. https://bugzilla.gnome.org/show_bug.cgi?id=569913 Taken from: https://git.gnome.org/browse/evince/commit/?id=c9ce578
2016-06-23schema: some corrections and a typo fixmonsta1-4/+4
2016-05-26ev-window: add new gsetting to set the page cache sizeraveit651-0/+6
https://bugzilla.gnome.org/show_bug.cgi?id=642683 inspired from: https://git.gnome.org/browse/evince/commit/?id=392d8e3 https://git.gnome.org/browse/evince/commit/?id=e656398
2016-05-26shell: Store and restore current folder when opening or saving fileraveit651-0/+8
Remember the folder last used to open or save a document, attachment or image. taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=f6137df22503d88a76cc69f622919ec7bd3582d7 shell: Fix potential read-after-free in gsettings use It's not valid to use '&' with g_settings_get(). https://bugzilla.gnome.org/show_bug.cgi?id=723737 taken from: https://git.gnome.org/browse/evince/commit/?id=41ce0e1 ev-window: Don't crash when trying to save a copy We can not free both folder_uri and parent_uri. If parent_uri is non-NULL then it will point to the same location as folder_uri. Also, parent_uri is now unused so we can just remove it. https://bugzilla.gnome.org/show_bug.cgi?id=727536 taken from: https://git.gnome.org/browse/evince/commit/?id=3850ff5
2016-05-26Add a setting to disable auto-reloadraveit651-0/+5
https://bugzilla.gnome.org/show_bug.cgi?id=669265 taken from: https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=a5a0f6
2016-01-02drop some win32-specific leftoversMonsta2-1/+0
2016-01-02drop MateConf migration scriptMonsta2-7/+0
2015-09-06Retrieve strings directly from gschemainfirit2-7/+4
intltool 0.5.1 has support for gsettings schemas.
2014-12-10Use the NOMERGE rule for nowinfirit1-1/+1
It causes problems in the gsettings schema.
2014-12-09shell: Add bookmarks menu to add and show internal bookmarksinfirit1-0/+6
Taken from evince commit: f7eb83a4ad43b1b30af202eb8f33f3057c2a51c5 From: Carlos Garcia Campos <[email protected]>
2014-12-08Save zoom factor in default settings when sizing mode is free, close #87infirit1-0/+3
Taken from evince commit: 78cc0d30890045101ccf107eb30a21aeff94deb0 From: Carlos Garcia Campos <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=653383
2014-11-10appdata: Add necessary markers for translationinfirit1-3/+3
2014-11-09appdata: Add autotool bits for appdatainfirit2-2/+14
2014-11-09Create atril.appdata.xmlalxpl1-0/+44
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs. It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well. Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well. Thanks!
2014-04-30Add keywords key to .desktop files, close #78infirit1-0/+1
Patch by Mike Gabriel <[email protected]>
2014-02-14Update Manualhekel1-36/+64
2014-02-08Implement window expand functionality (#53)bl0ckeduser1-0/+1
2014-01-23fix missing linesoz1231-0/+0
2014-01-23fix border in the 22x22 iconoz1231-0/+0
2014-01-23fix border in the smallest iconoz1231-0/+0
2013-11-27Fixed iconsoz1233-0/+0
The icons had the correct name, however with the wrong content
2013-08-02Move Atril to Office section in menuStefano Karapetsas1-1/+1
Thanks to gapan Closes #29 https://github.com/mate-desktop/mate-document-viewer/issues/29
2013-03-17Update atril.desktop.in.inWolfgang Ulbrich1-1/+1
2013-03-17Update atril.desktop.in.inWolfgang Ulbrich1-1/+1
2013-03-17Update atril.desktop.in.inWolfgang Ulbrich1-2/+3
choose a unique name remove category MATE
2012-09-03adding icons sent by Leandro VitalPerberos3-45/+28
2012-04-05show atril in menuStefano Karapetsas1-1/+0
2011-11-09renaming evince to atrilPerberos22-45/+45
2011-11-09inicialPerberos88-0/+3871