summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-30require GTK+ 3.22 and GLib 2.50monsta5-53/+3
2018-01-09update copyright year to 2018monsta2-2/+2
2017-12-27release 1.19.2v1.19.2raveit652-9/+17
2017-12-27sync with transifexraveit65106-9505/+11344
2017-12-25build: use PKG_CONFIG to fix cross-buildmonsta1-1/+1
patch by Helmut Grohne https://bugs.debian.org/885107
2017-12-25add our copyright to About dialog and Caja extensionmonsta2-2/+3
2017-11-247z: Fix: rename files with password without the list encryptedPablo Barciela1-0/+13
2017-11-06sync with transifexraveit657-76/+77
2017-10-147z: Fix: delete/rename files/folders with the list encryptedPablo Barciela1-0/+2
based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=0bb26ee4223cdcbca9aa0816c81069b74f15c2f7 Fixes partially https://github.com/mate-desktop/engrampa/issues/185
2017-10-11release 1.19.1v1.19.1raveit652-1/+12
2017-10-11sync with transifexraveit65104-12616/+13051
2017-08-04avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+2
2017-07-23don't use deprecated gtk_show_uriraveit652-1/+11
2017-07-23use a more common gtk+ functionraveit653-20/+2
2017-07-20avoid deprecated gdk_screen_get_numberZenWalker1-1/+1
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-25Restore Polish translation credits from GNOMEPiotr Drąg1-7/+12
2017-05-22Add the button "Show the Files and Quit" in the progress dialogZenWalker1-0/+11
New feature Fixes #146
2017-05-20Fix: create zip files in "maximum" compression levelZenWalker1-1/+5
based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=f9b8a010e7fe5a9bec158dfc5bd8ef1e11bf3842 Fixes: https://bugs.launchpad.net/ubuntu/+source/engrampa/+bug/1580860
2017-05-10release 1.19.0v1.19.0raveit651-0/+13
2017-05-10sync with transifexraveit658-112/+113
2017-05-07Fix: Browsing history not correctZenWalker1-13/+28
Fixes #167 based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=bd8807beb9a026be2441aa492815b65a6fc94429
2017-05-04hide folders in "View All Files"ZenWalker1-3/+2
Fixes #172
2017-05-02Fix: Wrong behavior of Skip button in Replace file dialogZenWalker1-8/+47
based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=fe71357aa128d029b6ca4a9493b8a408c8aaf017 Fixes #161
2017-05-01update.ui: avoid deprecationsraveit651-25/+23
2017-05-01password.ui: avoid deprecationsraveit651-36/+28
2017-05-01new.ui: avoid deprecationsraveit651-127/+116
2017-05-01add-options.ui: avoid deprecationsraveit651-14/+11
2017-05-01delete.ui: avoid deprecationsraveit651-48/+31
2017-05-01batch-password.ui: avoid deprecationsraveit651-14/+14
2017-05-01batch-add-files.ui: remove deprecationsraveit651-104/+97
2017-05-01properties.ui: remove deprecationsraveit651-90/+48
2017-05-01gtk-utils: remove some GTK_STOCK deprecationsraveit651-10/+3
2017-05-01gtk-utils: avoid deprecated gtk_icon_size_lookup_for_settingsraveit651-6/+4
2017-05-01fr-window: fix some GTK_STOCK deprecationsraveit651-6/+8
2017-04-29add style class frame to scrolledwindowsraveit651-0/+4
Do it in a better way.
2017-04-29Revert "add style class frame to scrolledwindows"raveit651-5/+0
This reverts commit e36440bd9a98f8e8b515bdef3d41e73638befb91. Found a better way to do that.
2017-04-22fr-window: avoid deprecated GtkMisc and GtkAlignmentraveit651-13/+15
2017-04-22dlg-add-folder: avoid deprecated gtk_alignment_new ()raveit651-5/+4
2017-04-18build: use variable instead of hardcoded file name when cleaningmonsta1-1/+1
2017-03-30pre-bump versionraveit652-1/+3
2017-03-23add style class frame to scrolledwindowsraveit651-0/+5
2017-03-23add style class engrampa-windowraveit651-0/+5
2017-03-14Merge news for 1.17 into 1.18.Martin Wimpress1-5/+1
2017-03-13Bump version to 1.18.0v1.18.0Martin Wimpress2-1/+15
2017-03-13Sync translations.Martin Wimpress22-153/+1785
2017-03-13check the rar/unrar version to work the new date style with all versionsZenWalker1-3/+34
rar 5.30 and later uses YYYY-MM-DD instead DD-MM-YY in the listing output
2017-03-12Fix: rar file listing now shows correct date with recent binarykn00tcn1-35/+56
rar before version 5.30 used DD-MM-YY, but versions since then use YYYY-MM-DD, most people using rar would and should be using recent versions this fix reorders the string split so year is first and day is last in order to show the correct date when using rar version 5.30 onward the newer date format matches the one used by tar, so based on tar's code, this fix replaces support for year strings to four characters instead of two updated example listing output for rar versions is included and moved right before the time function instead of right after
2017-03-11Fix: open the 7z first split volume after compressZenWalker1-1/+1
The issue: engrampa shows error after the compress split into volumes using the menus (Archive -> New...) This happens because since unknown 7z version, the output line "Creating archive " has changed to "Creating archive:" I check the text "Creating archive" to work with all versions