Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-11 | fr-window: avoid 'gtk_dialog_add_button' with stock ids | Pablo Barciela | 1 | -3/+3 | |
2018-12-08 | fr-window: hide the progress bar if the process is paused | Pablo Barciela | 1 | -5/+7 | |
2018-12-08 | fr-window: change the info label if process is paused/resumed | Pablo Barciela | 1 | -4/+9 | |
2018-12-03 | fr-window: little improvements in the look of pause/resume button | Pablo Barciela | 1 | -6/+34 | |
2018-12-02 | Adding pause and start functions | zhuyaliang | 3 | -5/+98 | |
change kill mode | |||||
2018-11-28 | Fix implementation and use of the alternative package name | Iain Nicol | 1 | -5/+7 | |
lookup Any real_name'' which was found was not getting used before. Also, when the lookup is unsuccessful, this means there is no /alternative/ package name. Thus we should use the hard-coded package name as the real_name for our PackageKit installation request. [bug #603757] origin commit: https://gitlab.gnome.org/GNOME/file-roller/commit/95aafc3c | |||||
2018-11-10 | Added support for brotli (*.tar.br) compressed tar archives | Sergey Ponomarev | 2 | -0/+44 | |
2018-10-30 | Add brotli support | Sergey Ponomarev | 3 | -0/+25 | |
2018-09-05 | fr-window: fix typo | raveit65 | 1 | -1/+1 | |
2018-08-22 | Add the ability to support 'unar' over .zip archives | Pablo Barciela | 3 | -5/+28 | |
Closes https://github.com/mate-desktop/engrampa/issues/210 | |||||
2018-08-01 | Add support for OpenDocument formats | Victor Kareh | 2 | -1/+20 | |
2018-07-12 | UI: on the properties dialog, focus the Close button instead of the Help ↵ | kn00tcn | 1 | -2/+2 | |
button by default the Close button should be default so you can press Enter or Space without unintentionally opening the help manual | |||||
2018-06-03 | Add .a (Ar) support | Pablo Barciela | 1 | -0/+2 | |
Fixes https://github.com/mate-desktop/engrampa/issues/198#issuecomment-394156805 | |||||
2018-05-09 | fr-window: Replace deprecated gtk_menu_popup functions | raveit65 | 1 | -20/+8 | |
2018-04-04 | fix crash on exit after using Open With dialog | monsta | 1 | -10/+2 | |
taken from: https://github.com/GNOME/file-roller/commit/ced6c25a93df7cc0ded59cc299a577441730faa3 | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 9 | -110/+110 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 4 | -50/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-25 | add our copyright to About dialog and Caja extension | monsta | 1 | -1/+2 | |
2017-11-24 | 7z: Fix: rename files with password without the list encrypted | Pablo Barciela | 1 | -0/+13 | |
2017-10-14 | 7z: Fix: delete/rename files/folders with the list encrypted | Pablo Barciela | 1 | -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-07-23 | don't use deprecated gtk_show_uri | raveit65 | 2 | -1/+11 | |
2017-07-23 | use a more common gtk+ function | raveit65 | 3 | -20/+2 | |
2017-05-22 | Add the button "Show the Files and Quit" in the progress dialog | ZenWalker | 1 | -0/+11 | |
New feature Fixes #146 | |||||
2017-05-20 | Fix: create zip files in "maximum" compression level | ZenWalker | 1 | -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-07 | Fix: Browsing history not correct | ZenWalker | 1 | -13/+28 | |
Fixes #167 based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=bd8807beb9a026be2441aa492815b65a6fc94429 | |||||
2017-05-04 | hide folders in "View All Files" | ZenWalker | 1 | -3/+2 | |
Fixes #172 | |||||
2017-05-02 | Fix: Wrong behavior of Skip button in Replace file dialog | ZenWalker | 1 | -8/+47 | |
based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=fe71357aa128d029b6ca4a9493b8a408c8aaf017 Fixes #161 | |||||
2017-05-01 | update.ui: avoid deprecations | raveit65 | 1 | -25/+23 | |
2017-05-01 | password.ui: avoid deprecations | raveit65 | 1 | -36/+28 | |
2017-05-01 | new.ui: avoid deprecations | raveit65 | 1 | -127/+116 | |
2017-05-01 | add-options.ui: avoid deprecations | raveit65 | 1 | -14/+11 | |
2017-05-01 | delete.ui: avoid deprecations | raveit65 | 1 | -48/+31 | |
2017-05-01 | batch-password.ui: avoid deprecations | raveit65 | 1 | -14/+14 | |
2017-05-01 | batch-add-files.ui: remove deprecations | raveit65 | 1 | -104/+97 | |
2017-05-01 | properties.ui: remove deprecations | raveit65 | 1 | -90/+48 | |
2017-05-01 | gtk-utils: remove some GTK_STOCK deprecations | raveit65 | 1 | -10/+3 | |
2017-05-01 | gtk-utils: avoid deprecated gtk_icon_size_lookup_for_settings | raveit65 | 1 | -6/+4 | |
2017-05-01 | fr-window: fix some GTK_STOCK deprecations | raveit65 | 1 | -6/+8 | |
2017-04-29 | add style class frame to scrolledwindows | raveit65 | 1 | -0/+4 | |
Do it in a better way. | |||||
2017-04-29 | Revert "add style class frame to scrolledwindows" | raveit65 | 1 | -5/+0 | |
This reverts commit e36440bd9a98f8e8b515bdef3d41e73638befb91. Found a better way to do that. | |||||
2017-04-22 | fr-window: avoid deprecated GtkMisc and GtkAlignment | raveit65 | 1 | -13/+15 | |
2017-04-22 | dlg-add-folder: avoid deprecated gtk_alignment_new () | raveit65 | 1 | -5/+4 | |
2017-03-23 | add style class frame to scrolledwindows | raveit65 | 1 | -0/+5 | |
2017-03-23 | add style class engrampa-window | raveit65 | 1 | -0/+5 | |
2017-03-13 | check the rar/unrar version to work the new date style with all versions | ZenWalker | 1 | -3/+34 | |
rar 5.30 and later uses YYYY-MM-DD instead DD-MM-YY in the listing output | |||||
2017-03-12 | Fix: rar file listing now shows correct date with recent binary | kn00tcn | 1 | -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-11 | Fix: open the 7z first split volume after compress | ZenWalker | 1 | -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 | |||||
2017-03-05 | Fix: compress rar split into volumes | ZenWalker | 1 | -3/+13 | |
Fixes #127 | |||||
2017-02-23 | Fix: compress 7z split into volumes | ZenWalker | 1 | -1/+29 | |
After https://github.com/mate-desktop/engrampa/commit/0b3b7eef61287213308e14639444e1953b52ac04 the compress with volumes doesn't work This is the fix for 7z files, all the files will be move from the temp folder to the current folder at same time Fixes partially #127 Fix: compres .tar.7z |