summaryrefslogtreecommitdiff
path: root/src/nautilus-file-operations.c
Commit message (Expand)AuthorAgeFilesLines
* general: gtk_label_set_line_wrap -> gtk_label_set_wrapAntónio Fernandes2022-01-011-1/+1
* general: GdkWindow -> GdkSurfaceAntónio Fernandes2022-01-011-9/+8
* general: gtk_widget_show_all() -> gtk_widget_show()António Fernandes2022-01-011-2/+2
* general: Use gtk_window_destroy() instead of gtk_widget_destroy()António Fernandes2022-01-011-2/+2
* build: Switch to GTK 4 -- DOESN'T BUILDAntónio Fernandes2022-01-011-3/+2
* general: Stop using GtkWindow API which is gone in GTK4António Fernandes2022-01-011-7/+0
* general: Disable a11y codeAntónio Fernandes2021-12-311-0/+2
* file-operations: Rework do_run_simple_dialog to be non-blockingMatthew Jakeman2021-12-281-15/+23
* file-operations: Remove blocking dialog for emptying trashMatthew Jakeman2021-12-281-36/+44
* file-operations: Prevent overriding source on moveAntónio Fernandes2021-12-261-0/+45
* file-operations: Delay FileConflictDialog activationÁlvaro Costa2021-12-081-0/+4
* file-operations: Delay dialog activationÁlvaro Costa2021-12-081-0/+26
* general: Stop using gtk_container_add()António Fernandes2021-12-061-1/+2
* file-operations: Make "trash on unmount" dialog modalAntónio Fernandes2021-11-221-23/+2
* file-operations: Simplify archive password dialog handlingOndrej Holy2021-11-191-109/+9
* file-operations: Remove obsolete TODO statementOndrej Holy2021-10-251-2/+0
* file-operations: Fix progress when skipping during extractionOndrej Holy2021-10-251-8/+27
* file-operations: Do not offer skipping when extracting one fileOndrej Holy2021-10-251-13/+25
* file-operations: Simplify output files handling when extractingOndrej Holy2021-10-251-19/+6
* file-operations: Remove leftover files after extraction failureOndrej Holy2021-10-251-0/+17
* compress-dialog: Add support for encrypted .zipOndrej Holy2021-08-101-1/+7
* general: Uniformize case code styleAntónio Fernandes2021-07-111-0/+4
* file-operations: Return NULL if password dialog was cancelledOndrej Holy2021-04-221-2/+7
* file-operations: Fix crashes when extracting encrypted archivesOndrej Holy2021-04-221-22/+52
* file-conflict-dialog: Automatically suggest new nameAntónio Fernandes2021-02-121-1/+9
* file-operations: Add support for password protected archivesFelipe Borges2021-02-121-0/+91
* general: Remove option to bypass delete confirmationSachin Daluja2021-02-061-32/+0
* file-operations: Print number of natively moved files instead of zeroOndrej Holy2021-01-181-0/+15
* file-operations: Do not report remaining time if progress is not reportedOndrej Holy2021-01-181-1/+17
* file-operations: Do not report remaining time if not yet computedOndrej Holy2021-01-181-4/+6
* file-operations: Don't unref NULL hash tableAntónio Fernandes2021-01-181-1/+4
* file-operations: Fix transfered count for directoriesSachin Daluja2021-01-171-0/+16
* file-operations: Fix count when skipping directoriesSachin Daluja2021-01-171-14/+124
* Revert "file-operations: avoid scanning the same files"Sachin Daluja2021-01-171-43/+16
* file-operations: Fix directory "skipped" flagSachin Daluja2021-01-171-9/+6
* file-operations: Set "skipped" flag on errorSachin Daluja2021-01-171-0/+1
* file-operations: Set "skipped" flag on errorSachin Daluja2021-01-171-0/+1
* file-operations: Preserve mtime of non-empty directories on moveMaxim Mikityanskiy2021-01-091-6/+26
* file-operation: Prevent recursion to speed up emptying trashOndrej Holy2020-09-211-2/+14
* file-operations: don't auto-escape semicolonignapk2020-07-131-1/+1
* file-operations: auto-escape filenames on fuseblk mountsignapk2020-07-131-0/+5
* file-operations: auto-escape filenames on native ntfs mountsignapk2020-07-121-0/+1
* file-operations: Add newly created files to RecentSachin Daluja2020-05-101-0/+1
* dbus-manager: add ask_confirmation parameter to EmptyTrashAlberts Muktupāvels2020-04-061-1/+2
* dbus-manager: add and implement FileOperations2 interfaceAlberts Muktupāvels2020-04-061-99/+233
* general: Run uncrustify scriptOndrej Holy2020-04-051-24/+24
* file-operations: Mark certain buttons as destructive actionsAlexey Chernyshov2020-03-091-2/+5
* file-operations: Honor umask when creating new filesOndrej Holy2020-03-061-1/+1
* file-operations: Fix conflict dialog for google-driveOndrej Holy2020-02-041-1/+73
* nautilus-file-operations: Prevent change permission on container directoryCarlo Lobrano2019-08-261-29/+43