Age | Commit message (Collapse) | Author | Files | Lines |
|
Based on FR commit: 281b4b5d773a058820ca46ed9ff56c308d3672c0
From: Ekaterina Gerasimova <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=666447
|
|
Based on FR commit: 41dec4d902314789b5e2c247fe5a4d8890b5542b
From: Paolo Bacchilega <[email protected]>
|
|
From commits:
Improvement suggestion for string in archive properties dialog: 93c9cafc8c0e053642cae85ec29c8fc2e6e7aeb1
Improvement suggestion for string in password dialog: b2329ca509b7e1e5cb767512904657468bcd3652
Improve string in error dialog: 2479dc30e9855cefbd23aa55215316528d318430
Bad string in the error dialog 'Could not rename the file': 689fb2dd268bc38a81cfd547656d74108b17ba60
|
|
Based on FR commits:
8e5e4bfa3f98f2f6b848be1aa5df35e3a173a203
b68e78583ec73337558f0f2c48002f53117e7757
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: e4a225d986cb6df8c6586515cba0e13aee888544
From: Paolo Bacchilega <[email protected]>
|
|
|
|
Always add CAN_READ to the capabilities if unzip is present
Based on FR commit: ddfbd6ebf2498d9f89196e857a5cb302546cb035
From: Paolo Bacchilega <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=653404
|
|
Based on FR commit: 617b77366cdb295dc6b33207dd9b23613f490b23
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 3d7fa24ca267e333d7406eff38ec02b519110ecc
From: Iain Nicol <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=651416
|
|
It's possible to call mktime_from_string() with NULL arguments for day,
month and year. This would in turn lead to calling atoi(NULL), which
leads to a crash.
So instead fill in any NULL values with the corresponding unit from
Jan 1st 1970.
Based on FR commit: 2899c092f249a4fa822a896baf128b6c8c75b634
From: Jasper Lievisse Adriaanse <[email protected]>
|
|
Based on FR commit: b950fd5ac1be8d32734a13b2a87d95ade702256d
From: Paolo Bacchilega <[email protected]>
|
|
gdk_app_launch_context_new
Taken from FR commit: 02f2fa8dc6c41d04e105b02f662b23a2c910d6cb
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 1a31dc3abbe42dcee6de79495bca0af1d69991cc
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 02e93b44321f6c9bdad5af1a0d4d9251b8456242
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 82ab7cefc04a1313acf77cb8662fc1e32ccc0a52
From: Paolo Bacchilega <[email protected]>
|
|
Also provide an automatic migration mechanism.
Based on FR commit: 7fd220a834f16b260da8f5ddc1250c43b9dbefd8
From: Paolo Bacchilega <[email protected]>
|
|
Taken from FR commit: 7ab015e3b96b0b8df33dd30d54216ee202a1c5e9
From: Paolo Bacchilega <[email protected]>
|
|
Taken from FR commit: f0cadcb012c7393aafb056a01260f997ee23e93a
From: Paolo Bacchilega <[email protected]>
Picked this up as it makes it easier to use more code in the future.
|
|
This reworks the patch already taken from gnome bug 631472 as there
is more done in the commit that makes sense.
Taken from FR commit: 77e9b777042c557c961f058ecab2691a4fd19a62
From: Paolo Bacchilega <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=631472
|
|
|
|
This makes Caja dependency optional.
Closes https://github.com/mate-desktop/engrampa/pull/60
|
|
|
|
Original commit: https://git.gnome.org/browse/file-roller/commit/?id=5a62707f7776aa88110f6c51b84189635deafe67
Closes https://github.com/mate-desktop/engrampa/issues/47
|
|
From file-roller commit a830397ab745bdfe2659f214b5384dc7ef5c76cf
url: https://git.gnome.org/browse/file-roller/commit/?id=a830397ab745bdfe2659f214b5384dc7ef5c76cf
This commit fixes engrampa issue #55
|
|
|
|
|
|
|
|
|
|
|
|
add support for cab and .ar files + zip improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
normal compression : from "-mx=5" to "-mx=7"
maximum compression: from "-mx=7" to "-mx=9 -m0=lzma2"
https://bugzilla.gnome.org/show_bug.cgi?id=635083
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=634356
|
|
|
|
operation
|
|
add support for rar-5.0x
|
|
|
|
* clang static analysis shows that if this function
is called with file_list set to NULL, it would be
dereferenced.
|
|
Add unarchiver support
|
|
Use yelp-tools instead of mate-doc-utils
|
|
|
|
|
|
Based on the following commits from file-roller,
https://git.gnome.org/browse/file-roller/commit/?id=2575177ac037d2a8d8f3056b10685928d80d6275
https://git.gnome.org/browse/file-roller/commit/?id=f26caa6d5b76d406976ea78630fbaae4c8126a2e
|
|
Add a missing \0 on receiving the char* from the XDS_ATOM. g_strndup is
needed, because the returned char* is of fixed length and one byte too
small if it has no final \0.
|
|
|