summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-04Update caja-engrampa.c1.10ZenWalker1-11/+15
2015-10-01release 1.10.2engrampa-1.10.2raveit652-1/+8
2015-10-01don't crash when opening archives on network drive (ftp, smb, ...)monsta1-1/+1
fixes https://github.com/mate-desktop/engrampa/issues/85
2015-09-30unar: fix extracting archives with '[' in filenamesc0w1-2/+7
fixes https://github.com/mate-desktop/engrampa/issues/72
2015-07-21fix wrong header guard in generated src/fr-enum-types.hmonsta1-1/+1
adapted from https://git.gnome.org/browse/file-roller/commit/?id=bcc2b505e564161428fa1115d7f7858244a5fed3
2015-07-21fr-command-rar: additional check for NULL pointer to avoid crashMonsta1-0/+3
adapted from https://github.com/GNOME/file-roller/commit/8c55a4118dc83f171ca89407492269ecfe0a20d3
2015-07-13Bump version to 1.10.1engrampa-1.10.1Monsta2-1/+7
2015-07-09help: fix merge conflicts in several translationsMonsta4-9/+9
2015-07-09help: fix feedback page link in russian translationMonsta1-2/+2
2015-07-08Help: fix legal stuffraveit651-23/+43
2015-07-08help: use correct mate feedback page linkraveit651-1/+1
2015-07-08Revert "remove non-existing mate-feedback links"raveit651-0/+7
This reverts commit de002e5cd596f559590da8b9d6fa442b7aa38d3b. with new/old help we have this page again
2015-07-08display correct help pages for all dialogsMonsta2-2/+2
2015-07-02help: Fix broken engrampa_main_window.png imageinfirit1-0/+0
2015-06-25Merge pull request #89 from NiceandGently/masterMartin Wimpress1-7/+0
remove non-existing mate-feedback links
2015-06-25remove non-existing mate-feedback linksraveit651-7/+0
2015-05-20Merge pull request #82 from monsta/patch-1Martin Wimpress1-1/+0
batch add UI: fix weird icon position on Create button
2015-05-20Merge pull request #81 from NiceandGently/masterMartin Wimpress1-0/+7
GTK3: set top and bottom margin of statusbar to zero
2015-05-19batch add UI: fix weird icon position on Create buttonmonsta1-1/+0
2015-05-19GTK3: set top and bottom margin of statusbar to zeroraveit651-0/+7
This reduce the size of the statusbar that it looks like GTK2 version. The size can now controled with .frame.flat and/or .flat.button selector by the theme.
2015-05-05Bump version to 1.10.0engrampa-1.10.0Stefano Karapetsas2-2/+2
2015-05-05Sync translations with transifexmate-i18n20-572/+589
2015-04-05Bump version to 1.9.90engrampa-1.9.90Stefano Karapetsas2-3/+3
2015-02-02Update POTFILES.inStefano Karapetsas1-1/+1
2015-02-02Add copyright information in caja extension about windowStefano Karapetsas3-4/+9
Closes https://github.com/mate-desktop/engrampa/issues/77
2015-01-22Bump version to 1.9.2engrampa-1.9.2Stefano Karapetsas2-6/+2
2014-12-17configure.ac: fix indentation in the summaryMonsta1-1/+1
Closes https://github.com/mate-desktop/engrampa/pull/75
2014-12-06removed obsolete scrollkeeper-related stuffMonsta1-1/+1
2014-11-30Revert "Only use intltool"infirit1-0/+1
This reverts commit ccb9a82aea630369dbb6a96ab4db9ff80ef7e6ef.
2014-11-24fr-window: edata is never usedinfirit1-1/+0
2014-11-24eggfileformatchooser: Remove pointless checkinfirit1-6/+1
2014-11-23zero-init signals arraymonsta2-2/+2
2014-11-23caja-engrampa: fix indentation, add missing unrefmonsta1-1/+2
see https://git.gnome.org/browse/file-roller/commit/?id=cfffd064e19ca1af3cb331bd11605764424eab47
2014-11-23fix logic errormonsta1-1/+1
2014-11-23va_start should be paired with va_endmonsta1-0/+1
2014-11-23caja-engrampa: fixed memleaks, removed useless codeMonsta1-16/+21
2014-11-23engrampa doesn't delete directories w/ files withininfirit2-9/+51
consider '/path/to/dir' and '/path/to/dir/' the same path Based on FR commit: 238b11888a6d88af70d056963257a7bf2cf4192c From: Paolo Bacchilega <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=632339 closes #69
2014-11-22progress dialog: show the archive name in the main message..infirit1-117/+69
and simplified the code a bit Based on FR commit: 9e741444ddfc986a996bd20356fb0028d84eb347 From: Paolo Bacchilega <[email protected]>
2014-11-22fixed missing prototype warninginfirit30-52/+60
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]>
2014-11-22Fix warningsinfirit1-3/+3
2014-11-22set a fixed title for the progress dialoginfirit2-4/+5
Based on commit: fd497f4f9db806ce97f68d0366ae1f7fd37eccd1 From: Paolo Bacchilega <[email protected]>
2014-11-22do not call release_data if the data was not initializedinfirit1-1/+2
Based on FR commit: 05c0b2c366f5524645167d9dca2268219563559d From: Paolo Bacchilega <[email protected]>
2014-11-22Added a D-BUS service to create and extract archives.infirit23-817/+1701
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]>
2014-11-22do not update if the progress dialog is nullinfirit1-0/+3
Based on FR commit: be63c259099367a73332be59b5bcee4d0c6519f1 From: Paolo Bacchilega <[email protected]>
2014-11-22enable interactive search in the file listinfirit1-1/+1
Based on FR commit: 574906a243f7bb8b2b63654d9b0be91fe2bcf738 From: Paolo Bacchilega <[email protected]>
2014-11-22Update POTFILES.ininfirit1-0/+4
2014-11-22do not reload the archive if the operation was canceledinfirit1-2/+3
Based on FR commit: fce07b555afa34a17ce7faf6c7936915a3bf250b From: Paolo Bacchilega <[email protected]>
2014-11-22fixed compiler warningsinfirit6-21/+18
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341 From: Paolo Bacchilega <[email protected]>
2014-11-22activate compiler warningsinfirit1-0/+20
Based on FR commit: 1ceb60e36079e1337aed053b62d327bc2e89fafc From: Paolo Bacchilega <[email protected]>
2014-11-22use a boxed type to pass the error to the 'done' signalinfirit8-16/+116
Based on FR commit: 4b645f57c856928c508dd74c31e1bfb2132368e1 From: Paolo Bacchilega <[email protected]>