summaryrefslogtreecommitdiff
path: root/src/nautilus-file-operations.c
Commit message (Expand)AuthorAgeFilesLines
* file-operations: Handle errors properly in delete_files_recursivelyCorey Berla2023-04-241-0/+8
* file-operations: Exchange error messages used when deletingOndrej Holy2023-03-041-6/+6
* general: Change libadwaita include pathBarnabás Pőcze2023-02-191-1/+1
* file-operations: Fix inverted g_assert conditionOndrej Holy2023-02-061-1/+1
* general: Use g_memdup2Corey Berla2023-01-091-3/+3
* files-view: Allow pasting GDK_TYPE_TEXTURECorey Berla2023-01-081-0/+155
* file-conflict-dialog: change base to AdwWindowPeter Eisenmann2023-01-081-4/+3
* file-operations: Make FAT_FORBIDDEN_CHARACTERS constant publicBastien Nocera2023-01-081-2/+0
* file-operations: Apply existing FAT filename rules to exfatCorey Berla2022-12-261-0/+1
* file-operations: Remove unnecessary filesystem checkCorey Berla2022-12-261-5/+3
* general: Stop using gtk_widget_show and gtk_widget_hideCorey Berla2022-12-251-4/+2
* file-operation: Apply FAT filename rules to samba sharesCorey Berla2022-12-241-1/+7
* file-operations: Remove unused booleanAntónio Fernandes2022-12-231-8/+0
* file-operations: Always unlock worker thread on GtkDialog::resposeAntónio Fernandes2022-12-231-5/+0
* eel: remove eel-glib-extensions.hPeter Eisenmann2022-12-231-1/+0
* file-operation: Return early when basename is NULLCorey Berla2022-12-231-0/+6
* Revert "Fix crash when copying an invalid file"António Fernandes2022-12-231-6/+0
* Fix crash when copying an invalid fileAleksandar Dezelin2022-12-231-0/+6
* ui-utilities: Show correct media icon in unmount notificationAntónio Fernandes2022-12-221-2/+2
* file-operations: Select files after a overwriting on move/copyCorey Berla2022-12-201-1/+1
* general: Replace GtkStyleContext with GtkWidget functionsCorey Berla2022-12-191-2/+1
* file-operations: Allow starring files for COPY operationsCorey Berla2022-09-011-1/+16
* 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