summaryrefslogtreecommitdiff
path: root/src/nautilus-batch-rename-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* general: Replace gtk_entry_get_text()wip/ernestask/gtk4-continuedErnestas Kulik2019-06-291-7/+25
* batch-rename-dialog: Replace ::event handlers with controllersErnestas Kulik2019-06-291-64/+41
* general: Use gtk_widget_get_preferred_size()Ernestas Kulik2019-06-281-16/+16
* general: Use GTK+ API to set the cursor where appropriateErnestas Kulik2019-06-281-16/+4
* batch-rename-dialog: Replace GtkStateType with GtkStateFlagsErnestas Kulik2019-06-281-2/+2
* general: Drop uses of gtk_widget_show_all()Ernestas Kulik2019-06-281-3/+0
* nautilus-batch-rename-dialog-menu.ui: Convert .ui files that use GMenu to a s...Sumaid Syed2019-01-231-2/+7
* batch-rename-dialog: Fix use after freeErnestas Kulik2018-10-161-2/+2
* general: Stop relying on side effect in warning macrosErnestas Kulik2018-05-281-1/+4
* batch-rename-dialog: Connect to the “event” signalErnestas Kulik2018-05-221-47/+59
* batch-rename-dialog: Use better wordingCarlos Soriano2017-08-181-4/+4
* batch-rename: cancel metadata check when closing dialogErnestas Kulik2017-06-291-1/+9
* batch-rename-dialog: fix grammar in translatable stringsPiotr Drąg2017-05-131-4/+4
* batch-rename-dialog: mark strings as translatablePiotr Drąg2017-05-131-3/+3
* batch-rename: show error on empty nameDiana Grecu2017-05-131-1/+16
* Fix translator commentsPiotr Drąg2017-01-281-2/+2
* batch-rename-dialog: Make ``check_conflict_for_files`` privateAdrian Zatreanu2017-01-131-1/+1
* general: format code with newer UncrustifyCarlos Soriano2016-11-301-19/+21
* batch-rename-dialog: mark string for translationCarlos Soriano2016-11-101-3/+9
* batch-rename-dialog: use same quote styleAlexandru Pandelea2016-11-101-3/+3
* batch-rename : Reword "Rename %d files/folders" as "Rename %d files"Neha Yadav2016-11-101-2/+22
* batch-rename: fix file reordering before the renameAlexandru Pandelea2016-10-261-47/+1
* batch-rename: Fix memory leaksAlexandru Pandelea2016-10-111-0/+15
* batch-rename-dialog: Fix sorting by creation dateAlexandru Pandelea2016-10-081-1/+1
* batch-rename: Fix memory leaksAlexandru Pandelea2016-10-051-1/+6
* batch-rename-dialog: Update tooltip on label changeAlexandru Pandelea2016-10-041-2/+2
* batch-rename-dialog: revealer for auto numberingSirbu Lavinia Stefania2016-10-031-4/+4
* Revert "batch-rename-dialog: revealer for auto numbering"Carlos Soriano2016-09-291-6/+2
* batch-rename-dialog: revealer for auto numberingSirbu Lavinia Stefania2016-09-291-2/+6
* batch rename: show name when hovering over filesSirbu Lavinia Stefania2016-09-291-2/+2
* batch-rename-dialog: use strlen for gtk_editable_insert_textCarlos Soriano2016-09-271-1/+1
* batch-rename-dialog: remove unused varsCarlos Soriano2016-09-221-2/+0
* batch-rename-dialog: disable rename button on empty nameAlexandru Pandelea2016-09-201-0/+13
* batch-rename-dialog: don't multi-thread NautilusDirectory callsCarlos Soriano2016-09-201-5/+20
* batch-rename-dialog: don't transfer ownership from caller to calledCarlos Soriano2016-09-201-2/+5
* batch-rename-dialog: use clear_object to avoid use after freeCarlos Soriano2016-09-201-1/+1
* batch-rename: plug leakCarlos Soriano2016-09-201-0/+1
* batch-rename: use nautilus files for cleaner codeCarlos Soriano2016-09-201-4/+2
* bath-rename-dialog: remove unneeded commentCarlos Soriano2016-09-131-2/+0
* batch-rename-dialog: use positions for tag handlingCarlos Soriano2016-09-131-314/+178
* batch-rename-dialog: major refactoringCarlos Soriano2016-09-121-1228/+247
* batch-rename-dialog: use array-for instead of if-elsesCarlos Soriano2016-09-121-51/+58
* batch-rename-dialog: differentiate "files" and "folders" in the titleAlexandru Pandelea2016-09-081-3/+24
* batch-rename-dialog: Use right arrow for RTLAlexandru Pandelea2016-09-081-1/+5
* batch-rename-dialog: clear some task data unconditionallyErnestas Kulik2016-09-081-9/+2
* batch-rename-dialog: merge the general conflict check handlingCarlos Soriano2016-09-071-189/+8
* batch-rename-dialog: use GTask appropiatelyCarlos Soriano2016-09-071-73/+173
* batch-rename-dialog: fix search & replace for . and ..Alexandru Pandelea2016-09-061-7/+35
* batch-rename-dialog: add plural support for stringsAlexandru Pandelea2016-08-301-1/+3
* general: initialize smart pointers to NULLRazvan Chitu2016-08-301-2/+2