Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-07 | Remove cppcheck warnings about the variable scope can be reduced | rbuj | 11 | -57/+75 | |
2020-10-17 | fr-archive: Fix memory leak | rbuj | 1 | -1/+0 | |
2020-10-17 | Add Electronic Publication (EPUB) support | rbuj | 3 | -2/+7 | |
$ file -b --mime-type don-quijoti-epub3.epub application/epub+zip | |||||
2020-10-17 | Remove unused macros | Pablo Barciela | 7 | -20/+0 | |
2020-09-07 | update.ui: missing on_update_file_ok_button_clicked handler | rbuj | 1 | -0/+1 | |
2020-08-04 | fr-command-unarchiver: Remove trailing spaces | rbuj | 1 | -1/+1 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-07-31 | Avoid memory leak in java utils | Pavel Shlyak | 1 | -1/+3 | |
2020-06-30 | Do not use stock icons in ui files (#392) | Robert Antoni Buj Gelonch | 8 | -170/+205 | |
* Do not use stock icons in ui files | |||||
2020-06-17 | dlg-update: Fix callback names for callback symbol update_cb | rbuj | 1 | -2/+2 | |
2020-06-05 | use git submodule of libegg | Wu Xiaotian | 1 | -2/+2 | |
2020-06-05 | Require gtk+ 3.22 in glade files | rbuj | 6 | -12/+12 | |
2020-06-05 | dlg-batch-add: Set labels GtkSizeGroup in ui file | rbuj | 2 | -6/+7 | |
2020-06-05 | Use callback symbols defined in ui files | rbuj | 14 | -99/+94 | |
2020-06-05 | gtk-utils: Remove _gtk_builder_get_widget | rbuj | 12 | -133/+119 | |
2020-05-06 | Remove fr-stock.c and fr-stock.h | rbuj | 9 | -137/+19 | |
2020-04-01 | actions: expand the comment on about dialog | rbuj | 1 | -1/+1 | |
2020-03-25 | Terminate the application if the resource doesn't exists | rbuj | 12 | -84/+11 | |
2020-03-25 | gtk-utils: Remove _gtk_count_selected | rbuj | 3 | -25/+1 | |
2020-03-12 | glib-utils: remove g_ptr_array_free_full | rbuj | 3 | -17/+4 | |
2020-03-10 | fr-window: duplicated code | rbuj | 1 | -79/+6 | |
2020-03-10 | Add ARC archive support | rbuj | 4 | -0/+382 | |
2020-03-08 | glib-utils: remove n_fields function | rbuj | 5 | -20/+4 | |
2020-03-04 | Add dlg-add-files.ui and dlg-add-folder.ui | rbuj | 6 | -193/+549 | |
2020-02-26 | Update authors | rbuj | 1 | -1/+1 | |
2020-02-24 | dlg-new: Adding many callbacks at once | rbuj | 2 | -33/+12 | |
2020-02-24 | new.ui: Stock icons are deprecated | rbuj | 2 | -14/+32 | |
2020-02-24 | dlg-new: Use GET_WIDGET macro | rbuj | 1 | -9/+9 | |
2020-02-15 | autoconf: get zstd mime type using libmagic if enabled | rbuj | 2 | -8/+8 | |
2020-02-08 | dlg-extract: GtkFileChooserDialog instead of set extra widget | rbuj | 5 | -267/+341 | |
2020-02-07 | Fix mate-desktop URL | rbuj | 1 | -1/+1 | |
2020-02-06 | dlg-batch-add: set dialog image from icon-name instead of pixbuf | rbuj | 1 | -8/+5 | |
2020-01-30 | Fix build using gcc 10 -fno-common flag | rbuj | 1 | -2/+0 | |
2020-01-30 | fr-process: do not override LC_CTYPE | rbuj | 1 | -4/+10 | |
Closes #354 | |||||
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-04 | fr-command-rpm: Use rpm2cpio binary shipped with rpm package | rbuj | 5 | -157/+9 | |
closes #350 | |||||
2019-12-05 | use cpio if no binary is found | raveit65 | 1 | -1/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/file-roller/commit/eb8a7fa | |||||
2019-12-05 | add a configure environment variable to select the cpio path | Jasper Lievisse Adriaanse | 3 | -5/+5 | |
on some systems (like OpenBSD), gcpio is prefered over the base cpio. origin commit: https://gitlab.gnome.org/GNOME/file-roller/commit/8a51165 | |||||
2019-12-01 | 7z: Don't set the work directory, i.e. use temporary directory | rbuj | 1 | -1/+0 | |
closes https://github.com/mate-desktop/engrampa/issues/200 | |||||
2019-12-01 | Check if a mime-type is an alias in compute_supported_archive_types | rbuj | 1 | -1/+14 | |
For instance, application/x-lha is an alias of application/x-lzh-compressed, mime_type_desc.mime_type should only store non duplicated primary mime-types, to avoid duplicates in the warehouse. | |||||
2019-12-01 | define LOCALEDIR for bindtextdomain() | Wu Xiaotian | 1 | -0/+1 | |
2019-11-24 | Clean file type selection in new archive dialog | rbuj | 2 | -71/+60 | |
2019-11-20 | Automatically sets the maximum size of static arrays | rbuj | 1 | -4/+4 | |
2019-10-20 | Fix localized pause UI logic | octoghost | 1 | -1/+1 | |
2019-10-03 | LHA: add test for checking compressed file integrity | rbuj | 1 | -1/+12 | |
2019-10-03 | Set compiler debug flags using MATE_DEBUG_CHECK and update configure summary | rbuj | 8 | -19/+33 | |
test: $ ./autogen.sh --enable-debug=profile --prefix=/usr <cut> Configuration: Source code location: . Compiler: gcc Compiler flags: -g -pg Warning flags: -Wall -Wmissing-prototypes Linker flags: -pg Caja support: yes PackageKit support: yes Run in place no Use libmagic: no JSON support: yes Now type `make' to compile engrampa $ ./autogen.sh --enable-debug --prefix=/usr <cut> Configuration: Source code location: . Compiler: gcc Compiler flags: -g -O0 Warning flags: -Wall -Wmissing-prototypes Linker flags: Caja support: yes PackageKit support: yes Run in place no Use libmagic: no JSON support: yes Now type `make' to compile engrampa $ grep MATE_ENABLE_DEBUG config.h | |||||
2019-10-03 | Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic | rbuj | 1 | -0/+4 | |
$ file -b --mime-type ~/test.tar.Z application/x-compress $ hexdump -C -n 2 ~/test.tar.Z 00000000 1f 9d |..| 00000002 $ file -b --mime-type ~/atril-1.23.1-1.fc30.src.rpm application/x-rpm $ hexdump -C -n 4 ~/atril-1.23.1-1.fc30.src.rpm 00000000 ed ab ee db |....| 00000004 $ file -b --mime-type ~/test.lzh application/x-lzh-compressed $ hexdump -C -s 2 -n 3 ~/test.lzh 00000002 2d 6c 68 |-lh| 00000005 | |||||
2019-10-03 | Show archive type in properties dialog | rbuj | 2 | -0/+34 | |
2019-10-03 | Zstandard: read .tar.zst files | rbuj | 2 | -0/+22 | |
$ tar cafv ~/test.tar.zst ~/test $ xdg-mime query filetype ~/test.tar.zst application/x-zstd-compressed-tar Test: $ CFLAGS="-g -O0" ./autogen.sh --enable-magic --enable-packagekit --prefix=/usr && make && sudo make install $ engrampa ~/test.tar.zst | |||||
2019-10-03 | Zstandard: add test for checking compressed file integrity | rbuj | 1 | -1/+10 | |
2019-10-03 | Zstandard: Update MIME type | rbuj | 2 | -7/+7 | |
MIME type is application/x-zstd: $ lorem-ipsum-generator -p 10000 -l -f plain > lorem.txt $ zstd lorem.txt $ file -b --mime-type lorem.txt.zst application/x-zstd Test: $ CFLAGS="-g -O0" ./autogen.sh --enable-magic --enable-packagekit --prefix=/usr && make && sudo make install |