summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-23caja-engrampa: fix indentation, add missing unrefmonsta1-1/+2
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
2014-11-22progress dialog: show the archive name in the main message..infirit1-117/+69
2014-11-22fixed missing prototype warninginfirit30-52/+60
2014-11-22Fix warningsinfirit1-3/+3
2014-11-22set a fixed title for the progress dialoginfirit2-4/+5
2014-11-22do not call release_data if the data was not initializedinfirit1-1/+2
2014-11-22Added a D-BUS service to create and extract archives.infirit23-817/+1701
2014-11-22do not update if the progress dialog is nullinfirit1-0/+3
2014-11-22enable interactive search in the file listinfirit1-1/+1
2014-11-22Update POTFILES.ininfirit1-0/+4
2014-11-22do not reload the archive if the operation was canceledinfirit1-2/+3
2014-11-22fixed compiler warningsinfirit6-21/+18
2014-11-22activate compiler warningsinfirit1-0/+20
2014-11-22use a boxed type to pass the error to the 'done' signalinfirit8-16/+116
2014-11-22make the Compress dialog largerinfirit1-1/+7
2014-11-22make the progress dialog largerinfirit1-1/+1
2014-11-22progress dialog: show the number of remaining files to complete the operationinfirit5-55/+37
2014-11-22no need to force archive recompressinfirit1-10/+0
2014-11-22allow the user to cancel addition and deletion of filesinfirit4-55/+132
2014-11-22improved readability of codeinfirit1-2/+4
2014-11-22removed useless call to fr_archive_stoppableinfirit1-1/+0
2014-11-22renamed tmp_archive to old_archiveinfirit1-6/+6
2014-11-22use local_copy instead of command->filename to check file existenceinfirit1-1/+1
2014-11-22added a cancellable object to some GIO functionsinfirit1-2/+4
2014-11-22removed wrong call to fr_process_startinfirit4-7/+1
2014-11-22FrCommand: set the filename before each call to fr_command_* functionsinfirit6-37/+61
2014-11-22removed unused functionsinfirit4-44/+0
2014-11-22add a left padding to the "other options"infirit1-1/+3
2014-11-22set a fixed title for the progress dialoginfirit3-9/+20
2014-11-22configure.ac: removed unneeded parenthesismonsta1-1/+1
2014-11-21do not call release_data if the data was not initializedinfirit1-1/+2
2014-11-21added an icon to the progress dialoginfirit4-48/+49
2014-11-20Remove unused variableinfirit1-1/+0
2014-11-20batch add: simplified the code removing useless variablesinfirit2-176/+123
2014-11-20Fixed padding in the request and error dialogsinfirit1-23/+50
2014-11-20add support for magic based identification of filesinfirit3-32/+102
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
2014-11-20make the progresss dialog modal when not in batch modeinfirit1-3/+8
2014-11-20When canceling an operation kill all the sub-processes as wellinfirit1-1/+6
2014-11-20fixed bug when pasting files in another pathinfirit1-0/+2
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