summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-22make the Compress dialog largerinfirit1-1/+7
Based on FR commit: d2b320525916ef554a9f78d99e1687c1ccdadf9e From: Paolo Bacchilega <[email protected]>
2014-11-22make the progress dialog largerinfirit1-1/+1
Based on FR commit: d7fab57c445a02bf08b90d5cb3ffb44b4b04cdbc From: Paolo Bacchilega <[email protected]>
2014-11-22progress dialog: show the number of remaining files to complete the operationinfirit5-55/+37
instead of the name of the file added/removed/extracted. Based on FR commit: bf2b5d2352cfcd9d4345dda7976208672838dce1 From: Paolo Bacchilega <[email protected]>
2014-11-22no need to force archive recompressinfirit1-10/+0
if the operation is canceled we can safely delete the archive as it is just a copy of the original. Based on FR commit: abfe5ef77bce70295e88bddc34972ac22cb270bc From: Paolo Bacchilega <[email protected]>
2014-11-22allow the user to cancel addition and deletion of filesinfirit4-55/+132
Based on FR commit: 815ad36da74abdc9e4948500af402e3f7d67e3ba From: Paolo Bacchilega <[email protected]>
2014-11-22improved readability of codeinfirit1-2/+4
Based on FR commit: c9ea52f8a3633a97ef64af1e18f9ff5b8e1474a9 From: Paolo Bacchilega <[email protected]>
2014-11-22removed useless call to fr_archive_stoppableinfirit1-1/+0
Based on FR commit: d5f88720970fdb16d81434607f312ea36a55674a From: Paolo Bacchilega <[email protected]>
2014-11-22renamed tmp_archive to old_archiveinfirit1-6/+6
to improve code readability Based on FR commit: 4f1f57d577388ec872f6d123cfaed03f0e812a82 From: Paolo Bacchilega <[email protected]>
2014-11-22use local_copy instead of command->filename to check file existenceinfirit1-1/+1
Based on FR commit: 77b2f368b8ab02267dc94bb70e7db16f37bbe252 From: Paolo Bacchilega <[email protected]>
2014-11-22added a cancellable object to some GIO functionsinfirit1-2/+4
Based on FR commit: a323c11554785a9861fff4ae919e91c076babd82 From: Paolo Bacchilega <[email protected]>
2014-11-22removed wrong call to fr_process_startinfirit4-7/+1
Based on FR commit: 1b1b0e719d39b0edd4fa6a91ade14ca69b9c0222 From: Paolo Bacchilega <[email protected]>
2014-11-22FrCommand: set the filename before each call to fr_command_* functionsinfirit6-37/+61
this change will allow the command to use a different filename from the one pointed to by the local_copy attribute. Based on FR commit: 5e48592fb49d1f5ce713fcd77d44acd664de4b6a From: Paolo Bacchilega <[email protected]>
2014-11-22removed unused functionsinfirit4-44/+0
Based on FR commit: 73fd3c56d567550be85574315d7a2beaec192970 From: Paolo Bacchilega <[email protected]>
2014-11-22add a left padding to the "other options"infirit1-1/+3
Based on FR commit: 59f9149c4abb4f4fccbb7f22ae42d16ed45b4692 From: Paolo Bacchilega <[email protected]>
2014-11-22set a fixed title for the progress dialoginfirit3-9/+20
Based on FR commit: fd497f4f9db806ce97f68d0366ae1f7fd37eccd1 From: Paolo Bacchilega <[email protected]>
2014-11-22configure.ac: removed unneeded parenthesismonsta1-1/+1
2014-11-21do not call release_data if the data was not initializedinfirit1-1/+2
Based on FR commit: 05c0b2c366f5524645167d9dca2268219563559d From: Paolo Bacchilega <[email protected]>
2014-11-21added an icon to the progress dialoginfirit4-48/+49
Based on FR commit: f6fa4bdb5ccc059a6b13938e6b017bcefed2c8ab From: Paolo Bacchilega <[email protected]>
2014-11-20Remove unused variableinfirit1-1/+0
2014-11-20batch add: simplified the code removing useless variablesinfirit2-176/+123
Based on FR commit: 2436a7e8fc36d4c020b566d1947b1571d5a49da2 From: Paolo Bacchilega <[email protected]>
2014-11-20Fixed padding in the request and error dialogsinfirit1-23/+50
Taken from FR commit: 626ef63363506c56285d8246b12aea0ec890e8c8 From: Paolo Bacchilega <[email protected]>
2014-11-20add support for magic based identification of filesinfirit3-32/+102
Based on FR commits: 7b23961d200e3545af3815a8eb40d6d31757024f f08945a652ae1365ad6bbc5e3dcc8709031b5faf b6104a74e66ceca98884a6f974485a96a83526a2 From: Saleem Abdulrasool <[email protected]>
2014-11-20Gtk3: Silence the GtkBox and GtkPaned deprecation warningsinfirit5-0/+24
2014-11-20do not set the border width for any dialoginfirit2-23/+0
Based on FR commit: 2d1d283b71d4c5bf830ecc38a560df9b93932215 From: Paolo Bacchilega <[email protected]>
2014-11-20make the progresss dialog modal when not in batch modeinfirit1-3/+8
Based on FR commit: 35ad1e2f8b9e2f8609fd663dd3138d482930d116 From: Paolo Bacchilega <[email protected]>
2014-11-20When canceling an operation kill all the sub-processes as wellinfirit1-1/+6
create a new process group and kill the process group to stop the operation. Based on FR commit: baff9720f59d85d5118ca0220b7c680dc6964d30 From: Paolo Bacchilega <[email protected]>
2014-11-20fixed bug when pasting files in another pathinfirit1-0/+2
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]>
2014-11-19Bump version to 1.9.1engrampa-1.9.1infirit1-1/+1
2014-11-19Update NEWSinfirit1-1/+27
2014-11-19Sync translations with transifexmate-i18n95-22071/+28264
2014-11-19Gtk3: Replace deprecated gdk_cursor_unref with g_object_unrefinfirit1-0/+4
2014-11-19Ask overwrite confirmation when extracting files with drag&dropinfirit4-41/+225
Based on FR commit: 8e2f58d8a56eb2dd27448274c732d3f0324401b5 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=590609
2014-11-19allow to compress iso images and tar archives from the caja menuinfirit1-56/+67
disable the compress command only for already compressed archives Based on FR commit: 8e3f98a6924fbb7b6582367430a21d5f22c9e96f From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=651930
2014-11-19fixed a typo in the description of a gsettings keyinfirit1-1/+1
Taken from FR commit: c8453650fb03143a3714e9535694c34498b789e7 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=644683
2014-11-19Change strings to use ellipsisinfirit2-13/+13
Based on FR commit: 281b4b5d773a058820ca46ed9ff56c308d3672c0 From: Ekaterina Gerasimova <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=666447
2014-11-19set a mnemonic for the label in the request dialoginfirit2-3/+3
Based on FR commit: 41dec4d902314789b5e2c247fe5a4d8890b5542b From: Paolo Bacchilega <[email protected]>
2014-11-19Several string improvements taken from file-rollerinfirit4-7/+7
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
2014-11-19use GtkRecentAction objects to create the recent file choosersinfirit2-62/+51
Based on FR commits: 8e5e4bfa3f98f2f6b848be1aa5df35e3a173a203 b68e78583ec73337558f0f2c48002f53117e7757 From: Paolo Bacchilega <[email protected]>
2014-11-19Fixed loading of multi-volume rar archives with 7zipinfirit5-110/+174
Based on FR commit: e4a225d986cb6df8c6586515cba0e13aee888544 From: Paolo Bacchilega <[email protected]>
2014-11-19Drop compat code for Glib < 2.32infirit3-27/+0
2014-11-19Fixed loading of zip archives with zip/unzipinfirit1-1/+1
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
2014-11-19added a README-DISTRIBUTIONS to explain auto-installation supportinfirit1-0/+4
Based on FR commit: b449e14550092e56546a6a5889bed94246e8a6d6 From: Paolo Bacchilega <[email protected]>
2014-11-19the zip utility cannot be used to read zip filesinfirit1-1/+1
Based on FR commit: 617b77366cdb295dc6b33207dd9b23613f490b23 From: Paolo Bacchilega <[email protected]>
2014-11-19Pointer arithmetic fixes for end of string accessinfirit2-2/+2
Based on FR commit: 3d7fa24ca267e333d7406eff38ec02b519110ecc From: Iain Nicol <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=651416
2014-11-19Prevent a NULL pointer deref in mktime_from_string().infirit1-16/+25
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]>
2014-11-19do not set the "last output" dialog as modal to allow the user to resize itinfirit1-1/+1
Based on FR commit: b950fd5ac1be8d32734a13b2a87d95ade702256d From: Paolo Bacchilega <[email protected]>
2014-11-19Gtk3: use gdk_display_get_app_launch_context instead of ↵infirit1-0/+8
gdk_app_launch_context_new Taken from FR commit: 02f2fa8dc6c41d04e105b02f662b23a2c910d6cb From: Paolo Bacchilega <[email protected]>
2014-11-19require Gtk+ 3.0.2 for the primary-toolbar classinfirit1-1/+1
2014-11-19Simplify and cleanup configure.ac a bitinfirit1-35/+29
2014-11-19check for pkg-config before actually using itinfirit1-2/+1