summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-24use GResource to store ui filesZenWalker28-145/+199
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774
2016-06-21Use the Gtk+ app chooser dialog for the "Open With" commandZenWalker4-691/+50
file-roller commits: https://git.gnome.org/browse/file-roller/commit/?id=d13a515c819c68051cd7788814dca7645d899511 https://git.gnome.org/browse/file-roller/commit/?id=9714c3a6a2c49f09d4c753b2573baf55aa3d6b9f
2016-06-11fixed: engrampa shows duplicate foldersZenWalker1-3/+1
Fixed: When I open a tarball and navigate to a subfolder and then back to the main folder, the gui shows extra "copies" of the folders. file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=ee2056c8f99afb9c6530716a4d22be5e4a5e7a35
2016-06-10remove unused variablemonsta1-2/+1
2016-06-10use natural order when sorting by filenameZenWalker3-27/+46
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=8703609e95dcee3abbec39dea567137c7fff23e9 Fixes #143
2016-06-10drag and drop: use the clicked row as drag iconZenWalker1-4/+27
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=fbb39fcb4be47fec09d911292777835707977159
2016-06-10removed unused forward declarationZenWalker1-5/+0
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=7e77dd728b26b6d0634e08932e260759678deddb
2016-06-09Use g_dpgettext2() instead of plain gettext for column headers.ZenWalker1-1/+1
FR commit: https://git.gnome.org/browse/file-roller/commit/?id=ceb62eb981ef79aadd798cb8a1e5b59e0560c539 Fixes #142
2016-06-09set the "toolbar" class to the location barZenWalker1-0/+1
FR commit: https://git.gnome.org/browse/file-roller/commit/?id=3211f1461cba6aabe52a17d950eb3de3f8d0e6ab
2016-06-08release 1.15.0v1.15.0raveit651-0/+19
2016-06-08sync with Transiflexraveit653-17/+18
2016-06-08don't use gdk_drawable_get_sizeZenWalker1-3/+2
based on file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=245271bfd9c959e3bbc913eec8e291746cdc221c
2016-06-03README: update required gtk versionmonsta1-1/+1
2016-06-03remove old gnome filesmonsta4-2015/+0
2016-06-01bump version to 1.15.0monsta1-1/+1
2016-05-27drop old GTK+2 codemonsta9-114/+33
2016-05-27require GTK+ 3.14, drop --with-gtk build optionmonsta1-21/+3
2016-05-26Gtk3 dlg-package-installer: do not use deprecated gdk_cursor_newraveit651-1/+3
2016-05-26GTK3 gtk-utils: do not use deprecated gtk_icon_info_freeraveit651-0/+4
2016-05-26GTK3 fr-window: don't use deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-05-26Gtk3 fr-window: do not use deprecated gdk_cursor_newraveit651-1/+4
2016-05-26GTK3 eggfileformatchooser: don't use deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-05-26GTK3: don't use deprecated gdk_threads_{enter/leave} ()raveit651-1/+13
2016-05-25caja extension: don't use *_CFLAGS that depend on GTK+monsta1-3/+1
this makes it possible to build engrampa with GTK+3 while building caja extension with the current GTK+ that libcaja-extension uses
2016-05-25p7zip-rar 15.14 supportedsc0w1-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-24Merge pull request #129 from svonohr/masterZenWalker1-1/+1
Give unrar priority over p7zip
2016-05-21Merge pull request #139 from sc0w/masterZenWalker1-3/+30
7z: Fixed problems with files prefixed '@'
2016-05-217z: Fixed problems with files prefixed '@'sc0w1-3/+30
Fixes #138
2016-05-21update to 1.14.1 releasev1.14.1raveit652-1/+9
2016-05-21sync with transiflexraveit65103-997/+2628
2016-05-17tar: Fixed problems with backslashesZenWalker1-0/+3
Fixes #79
2016-05-13'All files' is duplicated in available formatsZenWalker1-13/+0
Fixes #132
2016-05-02fix extracting files with single-character names. #125sc0w2-2/+2
2016-05-01Give unrar priority over p7zipsvonohr1-1/+1
At the moment p7zip does not support RAR5 archives, so reading such archives will always fail.
2016-04-12README: add wrap to last paragraphmonsta1-3/+4
2016-04-12README: fix indent a bitmonsta1-3/+3
2016-04-12README: update requirements, drop ancient onesmonsta1-5/+2
2016-04-07po: add missing .po files from Transifexv1.14.0monsta6-0/+9765
they were added to list in po/LINGUAS but not into repo...
2016-04-07po: correct sorting in LINGUAS a bitmonsta1-1/+1
2016-04-06release 1.14.0raveit651-1/+1
2016-04-06add new languages and sync with transiflexraveit6588-7617/+10077
2016-04-05update NEWS and pack 1.13.x changes into single 1.14.0 entrymonsta1-11/+11
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich2-1/+9
2016-02-19Sync with TransifexMartin Wimpress22-3718/+5222
2016-02-19"open with" dialog: fix random crashmonsta1-1/+1
fixes https://github.com/mate-desktop/engrampa/issues/126
2016-02-04rar: avoid "No files to extract" Fixes #123ZenWalker1-1/+1
2016-01-28The char '?' needs to be escapedZenWalker1-1/+1
2016-01-26tar: allow changing contents of .txz files (like with .tar.xz)monsta1-3/+7
fixes https://github.com/mate-desktop/engrampa/issues/119
2016-01-25release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+3
2016-01-07p7zip v9.38 or later with arg -spd Fixes #108ZenWalker1-0/+8