Age | Commit message (Expand) | Author | Files | Lines |
2014-11-22 | fixed missing prototype warning | infirit | 30 | -52/+60 |
2014-11-22 | Fix warnings | infirit | 1 | -3/+3 |
2014-11-22 | set a fixed title for the progress dialog | infirit | 2 | -4/+5 |
2014-11-22 | do not call release_data if the data was not initialized | infirit | 1 | -1/+2 |
2014-11-22 | Added a D-BUS service to create and extract archives. | infirit | 23 | -817/+1701 |
2014-11-22 | do not update if the progress dialog is null | infirit | 1 | -0/+3 |
2014-11-22 | enable interactive search in the file list | infirit | 1 | -1/+1 |
2014-11-22 | Update POTFILES.in | infirit | 1 | -0/+4 |
2014-11-22 | do not reload the archive if the operation was canceled | infirit | 1 | -2/+3 |
2014-11-22 | fixed compiler warnings | infirit | 6 | -21/+18 |
2014-11-22 | activate compiler warnings | infirit | 1 | -0/+20 |
2014-11-22 | use a boxed type to pass the error to the 'done' signal | infirit | 8 | -16/+116 |
2014-11-22 | make the Compress dialog larger | infirit | 1 | -1/+7 |
2014-11-22 | make the progress dialog larger | infirit | 1 | -1/+1 |
2014-11-22 | progress dialog: show the number of remaining files to complete the operation | infirit | 5 | -55/+37 |
2014-11-22 | no need to force archive recompress | infirit | 1 | -10/+0 |
2014-11-22 | allow the user to cancel addition and deletion of files | infirit | 4 | -55/+132 |
2014-11-22 | improved readability of code | infirit | 1 | -2/+4 |
2014-11-22 | removed useless call to fr_archive_stoppable | infirit | 1 | -1/+0 |
2014-11-22 | renamed tmp_archive to old_archive | infirit | 1 | -6/+6 |
2014-11-22 | use local_copy instead of command->filename to check file existence | infirit | 1 | -1/+1 |
2014-11-22 | added a cancellable object to some GIO functions | infirit | 1 | -2/+4 |
2014-11-22 | removed wrong call to fr_process_start | infirit | 4 | -7/+1 |
2014-11-22 | FrCommand: set the filename before each call to fr_command_* functions | infirit | 6 | -37/+61 |
2014-11-22 | removed unused functions | infirit | 4 | -44/+0 |
2014-11-22 | add a left padding to the "other options" | infirit | 1 | -1/+3 |
2014-11-22 | set a fixed title for the progress dialog | infirit | 3 | -9/+20 |
2014-11-22 | configure.ac: removed unneeded parenthesis | monsta | 1 | -1/+1 |
2014-11-21 | do not call release_data if the data was not initialized | infirit | 1 | -1/+2 |
2014-11-21 | added an icon to the progress dialog | infirit | 4 | -48/+49 |
2014-11-20 | Remove unused variable | infirit | 1 | -1/+0 |
2014-11-20 | batch add: simplified the code removing useless variables | infirit | 2 | -176/+123 |
2014-11-20 | Fixed padding in the request and error dialogs | infirit | 1 | -23/+50 |
2014-11-20 | add support for magic based identification of files | infirit | 3 | -32/+102 |
2014-11-20 | Gtk3: Silence the GtkBox and GtkPaned deprecation warnings | infirit | 5 | -0/+24 |
2014-11-20 | do not set the border width for any dialog | infirit | 2 | -23/+0 |
2014-11-20 | make the progresss dialog modal when not in batch mode | infirit | 1 | -3/+8 |
2014-11-20 | When canceling an operation kill all the sub-processes as well | infirit | 1 | -1/+6 |
2014-11-20 | fixed bug when pasting files in another path | infirit | 1 | -0/+2 |
2014-11-19 | Bump version to 1.9.1engrampa-1.9.1 | infirit | 1 | -1/+1 |
2014-11-19 | Update NEWS | infirit | 1 | -1/+27 |
2014-11-19 | Sync translations with transifex | mate-i18n | 95 | -22071/+28264 |
2014-11-19 | Gtk3: Replace deprecated gdk_cursor_unref with g_object_unref | infirit | 1 | -0/+4 |
2014-11-19 | Ask overwrite confirmation when extracting files with drag&drop | infirit | 4 | -41/+225 |
2014-11-19 | allow to compress iso images and tar archives from the caja menu | infirit | 1 | -56/+67 |
2014-11-19 | fixed a typo in the description of a gsettings key | infirit | 1 | -1/+1 |
2014-11-19 | Change strings to use ellipsis | infirit | 2 | -13/+13 |
2014-11-19 | set a mnemonic for the label in the request dialog | infirit | 2 | -3/+3 |
2014-11-19 | Several string improvements taken from file-roller | infirit | 4 | -7/+7 |
2014-11-19 | use GtkRecentAction objects to create the recent file choosers | infirit | 2 | -62/+51 |