Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-27 | drop old GTK+2 code | monsta | 8 | -95/+33 | |
2016-05-26 | Gtk3 dlg-package-installer: do not use deprecated gdk_cursor_new | raveit65 | 1 | -1/+3 | |
2016-05-26 | GTK3 gtk-utils: do not use deprecated gtk_icon_info_free | raveit65 | 1 | -0/+4 | |
2016-05-26 | GTK3 fr-window: don't use deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-05-26 | Gtk3 fr-window: do not use deprecated gdk_cursor_new | raveit65 | 1 | -1/+4 | |
2016-05-26 | GTK3 eggfileformatchooser: don't use deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-05-25 | p7zip-rar 15.14 supported | sc0w | 1 | -1/+2 | |
since 15.14, p7zip-rar uses the plugin Rar.so to handle archives It can find on /usr/lib/ or /usr/libexec/ If someone has it in another folder, we can add it Fixes #136 | |||||
2016-05-24 | Merge pull request #129 from svonohr/master | ZenWalker | 1 | -1/+1 | |
Give unrar priority over p7zip | |||||
2016-05-21 | 7z: Fixed problems with files prefixed '@' | sc0w | 1 | -3/+30 | |
Fixes #138 | |||||
2016-05-17 | tar: Fixed problems with backslashes | ZenWalker | 1 | -0/+3 | |
Fixes #79 | |||||
2016-05-13 | 'All files' is duplicated in available formats | ZenWalker | 1 | -13/+0 | |
Fixes #132 | |||||
2016-05-02 | fix extracting files with single-character names. #125 | sc0w | 2 | -2/+2 | |
2016-05-01 | Give unrar priority over p7zip | svonohr | 1 | -1/+1 | |
At the moment p7zip does not support RAR5 archives, so reading such archives will always fail. | |||||
2016-02-19 | "open with" dialog: fix random crash | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/engrampa/issues/126 | |||||
2016-02-04 | rar: avoid "No files to extract" Fixes #123 | ZenWalker | 1 | -1/+1 | |
2016-01-28 | The char '?' needs to be escaped | ZenWalker | 1 | -1/+1 | |
2016-01-26 | tar: allow changing contents of .txz files (like with .tar.xz) | monsta | 1 | -3/+7 | |
fixes https://github.com/mate-desktop/engrampa/issues/119 | |||||
2016-01-07 | p7zip v9.38 or later with arg -spd Fixes #108 | ZenWalker | 1 | -0/+8 | |
2015-12-24 | 7z: correct checking for p7zip 15.09+ | monsta | 1 | -1/+1 | |
from https://github.com/GNOME/file-roller/commit/ed9c3fd2 fixes https://github.com/mate-desktop/engrampa/issues/114 | |||||
2015-10-14 | fixed overwrite check when the files to be extracted are inside a folder | raveit65 | 3 | -9/+68 | |
author ZenWalker <[email protected]> fixes https://github.com/mate-desktop/engrampa/issues/103 | |||||
2015-10-01 | don't crash when opening archives on network drive (ftp, smb, ...) | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/engrampa/issues/85 | |||||
2015-10-01 | gio-utils: fix typo in names of two functions | monsta | 1 | -8/+8 | |
2015-10-01 | fixed ngettext usage | Dmitry Mikhirev | 1 | -2/+2 | |
2015-09-30 | unar: fix extracting archives with '[' in filename | sc0w | 1 | -2/+7 | |
fixes https://github.com/mate-desktop/engrampa/issues/72 | |||||
2015-07-21 | fix wrong header guard in generated src/fr-enum-types.h | monsta | 1 | -1/+1 | |
adapted from https://git.gnome.org/browse/file-roller/commit/?id=bcc2b505e564161428fa1115d7f7858244a5fed3 | |||||
2015-07-21 | fr-command-rar: additional check for NULL pointer to avoid crash | Monsta | 1 | -0/+3 | |
adapted from https://github.com/GNOME/file-roller/commit/8c55a4118dc83f171ca89407492269ecfe0a20d3 | |||||
2015-07-08 | display correct help pages for all dialogs | Monsta | 2 | -2/+2 | |
2015-05-19 | GTK3: set top and bottom margin of statusbar to zero | raveit65 | 1 | -0/+7 | |
This reduce the size of the statusbar that it looks like GTK2 version. The size can now controled with .frame.flat and/or .flat.button selector by the theme. | |||||
2014-11-24 | fr-window: edata is never used | infirit | 1 | -1/+0 | |
2014-11-24 | eggfileformatchooser: Remove pointless check | infirit | 1 | -6/+1 | |
2014-11-23 | zero-init signals array | monsta | 1 | -1/+1 | |
2014-11-23 | fix logic error | monsta | 1 | -1/+1 | |
2014-11-23 | engrampa doesn't delete directories w/ files within | infirit | 2 | -9/+51 | |
consider '/path/to/dir' and '/path/to/dir/' the same path Based on FR commit: 238b11888a6d88af70d056963257a7bf2cf4192c From: Paolo Bacchilega <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=632339 closes #69 | |||||
2014-11-22 | progress dialog: show the archive name in the main message.. | infirit | 1 | -117/+69 | |
and simplified the code a bit Based on FR commit: 9e741444ddfc986a996bd20356fb0028d84eb347 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | fixed missing prototype warning | infirit | 30 | -52/+60 | |
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | Fix warnings | infirit | 1 | -3/+3 | |
2014-11-22 | set a fixed title for the progress dialog | infirit | 2 | -4/+5 | |
Based on commit: fd497f4f9db806ce97f68d0366ae1f7fd37eccd1 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | do not call release_data if the data was not initialized | infirit | 1 | -1/+2 | |
Based on FR commit: 05c0b2c366f5524645167d9dca2268219563559d From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | Added a D-BUS service to create and extract archives. | infirit | 20 | -816/+1686 | |
Initial commits from FR: f998fd8e33a08d686a1071db87d21f4a83963d99 4078d1a9e5ddae3357302791432fc61d82ff37e4 58c55b06f30014326f27bdf94c406ceee0897731 Improvements and fixes from FR: D-Bus service: added GetSupportedTypes method ace4f31c586641fcf7ad1de165cd7f27b5a371c1 1399b9a84b0d4f4a5015066b0d7cec7e048d59dc From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | do not update if the progress dialog is null | infirit | 1 | -0/+3 | |
Based on FR commit: be63c259099367a73332be59b5bcee4d0c6519f1 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | enable interactive search in the file list | infirit | 1 | -1/+1 | |
Based on FR commit: 574906a243f7bb8b2b63654d9b0be91fe2bcf738 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | do not reload the archive if the operation was canceled | infirit | 1 | -2/+3 | |
Based on FR commit: fce07b555afa34a17ce7faf6c7936915a3bf250b From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | fixed compiler warnings | infirit | 6 | -21/+18 | |
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | use a boxed type to pass the error to the 'done' signal | infirit | 8 | -16/+116 | |
Based on FR commit: 4b645f57c856928c508dd74c31e1bfb2132368e1 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | make the progress dialog larger | infirit | 1 | -1/+1 | |
Based on FR commit: d7fab57c445a02bf08b90d5cb3ffb44b4b04cdbc From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | progress dialog: show the number of remaining files to complete the operation | infirit | 5 | -55/+37 | |
instead of the name of the file added/removed/extracted. Based on FR commit: bf2b5d2352cfcd9d4345dda7976208672838dce1 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | no need to force archive recompress | infirit | 1 | -10/+0 | |
if the operation is canceled we can safely delete the archive as it is just a copy of the original. Based on FR commit: abfe5ef77bce70295e88bddc34972ac22cb270bc From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | allow the user to cancel addition and deletion of files | infirit | 4 | -55/+132 | |
Based on FR commit: 815ad36da74abdc9e4948500af402e3f7d67e3ba From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | improved readability of code | infirit | 1 | -2/+4 | |
Based on FR commit: c9ea52f8a3633a97ef64af1e18f9ff5b8e1474a9 From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | removed useless call to fr_archive_stoppable | infirit | 1 | -1/+0 | |
Based on FR commit: d5f88720970fdb16d81434607f312ea36a55674a From: Paolo Bacchilega <[email protected]> |