Age | Commit message (Collapse) | Author | Files | Lines |
|
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]>
|
|
Based on FR commit: be63c259099367a73332be59b5bcee4d0c6519f1
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 574906a243f7bb8b2b63654d9b0be91fe2bcf738
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: fce07b555afa34a17ce7faf6c7936915a3bf250b
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: d7fab57c445a02bf08b90d5cb3ffb44b4b04cdbc
From: Paolo Bacchilega <[email protected]>
|
|
instead of the name of the file added/removed/extracted.
Based on FR commit: bf2b5d2352cfcd9d4345dda7976208672838dce1
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 815ad36da74abdc9e4948500af402e3f7d67e3ba
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 73fd3c56d567550be85574315d7a2beaec192970
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: fd497f4f9db806ce97f68d0366ae1f7fd37eccd1
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: f6fa4bdb5ccc059a6b13938e6b017bcefed2c8ab
From: Paolo Bacchilega <[email protected]>
|
|
|
|
|
|
Based on FR commit: 2d1d283b71d4c5bf830ecc38a560df9b93932215
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 35ad1e2f8b9e2f8609fd663dd3138d482930d116
From: Paolo Bacchilega <[email protected]>
|
|
remove the leading directory separator from the original name
before moving the file in the new location.
Based on FR commit: 25eea1c2b80200af7c166fa317bcefbc4874de7d
From: Paolo Bacchilega <[email protected]>
|
|
Based on FR commit: 8e2f58d8a56eb2dd27448274c732d3f0324401b5
From: Paolo Bacchilega <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=590609
|
|
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: 3d7fa24ca267e333d7406eff38ec02b519110ecc
From: Iain Nicol <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=651416
|
|
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]>
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* clang static analysis shows that if this function
is called with file_list set to NULL, it would be
dereferenced.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|