[file-roller] (123 commits) ...Merge branch 'libarchive'
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] (123 commits) ...Merge branch 'libarchive'
- Date: Mon, 6 Aug 2012 13:40:51 +0000 (UTC)
Summary of changes:
4b64c5e... make FrArchive more abstract and FrCommand a subclass of it
089b490... fixed archive creation and type convertion
12a9130... use the fr_archive_action_started function to emit the STAR
e7dec00... removed unused code
14b3607... removed the extension from the type description
0a6bb36... initialize the error to NULL
7ef4a3c... added description for the RENAMING_FILES action
55c9936... fixed a compiler warning
ce9d4d3... update dialog: fixed spacing and button icon visibility
54cb838... fixed file format filter
e7ea78a... removed the cancellable attribute from the archive
94c6ebb... added a PASTING_FILES action
cc87c0e... do not use g_signal_emit_by_name to emit an archive signal
41727b8... make uncompress and compress void function as default imple
a848bc3... emit a LOADING_ARCHIVE action before loading a remote archi
22a9021... ask overwrite confirmation before deleting an existing arch
84857a5... show the progress dialog before starting an archive operati
e3e1836... fixed error handling for the 'save as' oprtation
9788ae9... fixed error handling foe the 'paste files' operation
98de733... fr-window.h: removed internal functions from the header
bcd3241... fr-window.c: reorganized the code to avoid forward declarat
4a513a2... removed unused defines
b4a7ca1... added missing actions definitions
0855a8c... removed use of the macros where not needed
3d9b8d5... implemented _g_uri_is_archive
bd13cf3... fixed encrypt-header property setting
36d70f3... fixed some crashes here and there
3d5c2de... fixed file renaming
1ec3a37... removed wrong comment
e172023... reload the archive after pasting the selection
da7f282... fixed the progress dialog not hiding
d4201ba... reset the cancellable if is has been cancelled
656ee29... fixed open file not updated after being changed
1cd45be... close the progress dialo after opening a file
b578393... do not use the underscor in property names
12bb4fc... show the progress dialog when renaming a file
8d1c9e7... process: disconnect from the cancellable before completing
bff5f04... use the idle callback only where needed, in the progress di
b1892e4... paste files: reload the archive only if the operation was s
99ead8a... removed the action attribute from archive
ba86634... added the FR_ACTION_UPDATING_FILES action
08fae28... fixed "archive created" message not displayed in the progre
16b314e... include gstdio.h for g_unlink
1b3e8e3... reset the extract_here flag after extracting
1ec2cf1... fixed loading of multi volume archives
4cbe4b8... fixed potential error when renaming a file
e0833fb... fixed creation of archives from the nautilus context menu
9daf722... close the progress dialog after adding or removing files to
273703a... predefine fr_application_get_type to remove a compiler warn
70f01e1... fixed loading of archives dropping the icon on the window
e2ef628... fixed loading of archives that require a password
51796b7... added a command line option to notify the archive creation
7daa69a... show the progress dialog after clicking on the system notif
f53437b... ignore .patch files
b7ebbb1... re-added libmagic support
1d2ab7f... started work to support tar archives using libarchive
1c8b2ec... progress dialog: hide the label if it contains no text
1e2daf1... progress dialog: let the dialog auto-resize, do not ellipsi
f3719fb... progress dialog: show the current action when converting an
d50a4ec... libarchive: implemented file extraction
7a13b88... use a byte based progress bar if the archive supports it
a1e641a... fixed overwrite check when the files to be extracted are in
99649b2... renamed _g_path_get_base_name as _g_path_get_basename
cb38520... libarchive: implemented the add_files function
fb62edf... libarchive: set the compression level when creating an arch
bdc4548... check the return values of the archive_write_* functions
df3f4a9... libarchive: added a generic _fr_archive_libarchive_save
24f8cde... libarchive: implemented fr_archive_libarchive_remove_files
625b4d0... libarchive: implemente fr_archive_rename
f187617... move fr_archive_libarchive_extract_files before _fr_archive
b9c1809... use the archive property directly instead of using g_object
e140488... fixed extration when the base_dir is null
713b13c... libarchive: implemented fr_archive_update_open_files
9722176... libarchive: implemeted paste_clipboard
5ba1cea... removed unused options from the *Data structures
14e5779... simplified implementation of update_files
809a8c2... libarchive: implemented add_dropped_files
5037609... _remove_files: use the compression passed to the function
d1d323b... add modal dialogs to the toplevel group to handle multi mod
8e5ff0b... message dialog: do not set a fixed width, use a larger spac
da97ce3... new dialog: do not silently delete an existing archive, ask
180c1b5... updated POTFILES.in
5894551... fixed crash when converting an archive
1cbb54a... allow to create a remote archive
8260237... fixed spacing in the progress dialog
1f5ee15... removed the error_dialog_parent as now the dialogs are adde
8af8420... add the option dialog to the window group to handle modalit
7ef5202... add folder: removed the 'include subfolders' option
873dc0b... add folder: use a menu button for the option actions
ff351bd... fixed a compiler warning
a96a747... avoid modal dialogs blocking other windows as well
fd5b6fe... libarchive: set the compression option only when a compress
12e7eb1... FrArchive: make open virtual to allow FrCommand load a remo
01f6165... FrCommand: copy a remote archive back to the original locat
a92a2fe... libarchive: renamed fr_archive_libarchive_load as fr_archiv
758b73e... add the file selector to the main window group
6a8f390... progress dialog: set the width of the progress bar to 350px
4ed64c7... progress dialog: hide the progress bar when the fraction is
4ac052e... libarchive: use pax_restricted format to create tar archive
2438135... libarchive: added all the libarchive supported formats
320e4d9... removed the custom format chooser, allow to save an archive
731b00c... removed _g_strcmp_null_tolerant
78e2e05... check if the error is null before performing an IO operatio
753ba9a... new archive: fixed error when getting the mie type from the
de08f40... free the batch data after completing an operation
34b64f3... use GFile instead of 'char *'
0bc8615... progress dialog: better description and progressbar precisi
fb9b52b... renamed fr_window_set_password_for_paste as fr_window_set_p
2b0b9c2... libarchive: delete the temp file if an error occurred
2f2ec42... libarchive: fixed renaming of a single file
379525f... paste files: load the source archive to have a precise prog
b69c769... paste clipboard: emit ADDING_FILES for FrCommand as well
4d1ed6c... fixed crash: free temp_dir with g_object_unref
0571b94... FrCommand: fixed the progress fraction
719f8ae... emit LISTING_CONTENT before loading the archive list
0cf0ccd... FrCommand: fixed error handling when extracting files
91f04b4... disabled debug code
ca65658... libarchive: fixed progress when deleting
9fe785c... libarchive: use the right source tag for each action
6e57c6e... fixed progress when updating modified files
d91ec2b... fixed crash when opening a file with an external applicatio
c459aab... libarchive: use a temp filename that doesn't change the fil
8bd373f... Merge branch 'libarchive'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]