summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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-03-23add style class frame to scrolledwindowsraveit651-0/+5
2017-03-23add style class engrampa-windowraveit651-0/+5
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
2017-03-05Fix: compress rar split into volumesZenWalker1-3/+13
Fixes #127
2017-02-23Fix: compress 7z split into volumesZenWalker1-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
2017-02-10build: remove option that disables deprecated stuffmonsta2-2/+1
it's also named incorrectly - it doesn't enable anything but makes the build break on the first deprecated item
2017-01-19zip: added ear and war to the supported types listZenWalker1-0/+2
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=dff4421c99647bb01b5c89de4799a18b6e13858c Fixes #157
2016-10-12add support for lbzip2 on .tar.bz2 filesZenWalker1-1/+4
and give lbzip2 priority over bzip2 lbzip2 is an independent, multi-threaded implementation of bzip2
2016-10-10add support for pixz on .tar.xz filesZenWalker1-1/+4
and give pixz priority over xz more info: https://github.com/mate-desktop/engrampa/pull/111
2016-10-09removed useless g_application_quitZenWalker1-1/+0
2016-09-24amiga "lha" files supportedZenWalker1-0/+8
Fixes #155
2016-09-14Avoid deprecated GtkMiscraveit654-3/+31
2016-09-14use gtk_drag_begin_with_coordinates to avoid deprecated gtk_drag_beginraveit651-5/+7
2016-09-14port deprecated GtkTable to GtkGridraveit653-59/+38
2016-09-04p7zip: ignore the error "Unexpected end of archive"ZenWalker1-2/+8
Fixes #128
2016-08-10make the "encrypt header" option insensitive if no password is specifiedZenWalker1-7/+20
based on file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=6f7f14fa112a7c5b2a64bedeeca9d570ffa90968 and I add some code to work changing the combo box with the compressed file types
2016-07-29Fixed: Segmentation faultZenWalker1-2/+2
2016-07-27fix: engrampa closes fasterZenWalker1-1/+2
With https://github.com/mate-desktop/engrampa/commit/1c4f7a65536c801a4fc25b920163ffdbc3aa5bb9 engrampa closes slower
2016-07-27fix: allow engrampa to work on multiple instancesZenWalker1-1/+1
With https://github.com/mate-desktop/engrampa/commit/1c4f7a65536c801a4fc25b920163ffdbc3aa5bb9 engrampa works on single instance
2016-07-10show a window only if it's not in batch modeZenWalker1-1/+2
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=e2dd69f2f311700c3e2ead36afb9b9a8c29e09e3
2016-07-10replace WindowList with gtk_application_get_windowsZenWalker4-30/+34
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=f4f31f1c9e897fe32114d2ef1b21e232231c3a3b
2016-07-10Use GtkApplicationZenWalker3-20/+29
file-roller commits: https://git.gnome.org/browse/file-roller/commit/?id=b0223c4ab5bc7ce98a3747624fd1bbc298915a94 https://git.gnome.org/browse/file-roller/commit/?id=6d03df7fdfdab9089ced1ca7682ec7ffffa1bbc7
2016-07-02ui files: set the gtk+ required version to 3.0ZenWalker8-378/+597
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=a93d7256aeb58b278f67096b73e6170722175fec
2016-06-24use GResource to store ui filesZenWalker25-131/+2035
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" commandZenWalker1-441/+47
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-08don't use gdk_drawable_get_sizeZenWalker1-3/+2
based on file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=245271bfd9c959e3bbc913eec8e291746cdc221c