summaryrefslogtreecommitdiff
path: root/src/nautilus-file-operations.c
Commit message (Expand)AuthorAgeFilesLines
* file-operations: Use AdwMessageDialog for empty trash dialogChristopher Davis2022-08-061-21/+19
* general: Reimplement a11y for gtk4Corey Berla2022-07-301-3/+0
* file-operations: Skip free space check when destination is a ramfsAlister Sanders2022-06-031-1/+10
* file-operations: Fix regression for unmount empty trashCorey Berla2022-05-021-0/+4
* file-operations: Call autoar_compressor_set_passphrase conditionallyOndrej Holy2022-02-091-1/+4
* general: Make message dialogs modal againOndrej Holy2022-02-071-1/+1
* general: Switch to GTK4António Fernandes2022-01-091-17/+15
* general: Stop using GtkWindow API which is gone in GTK4António Fernandes2022-01-051-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