summaryrefslogtreecommitdiff
path: root/src/nautilus-batch-rename-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improvements to new translatable strings for batch renamingPiotr Drąg2016-08-301-4/+4
* batch-rename-dialog.c: increase row marginCarlos Soriano2016-08-301-1/+2
* batch-rename-dialog: use constantsCarlos Soriano2016-08-301-3/+5
* general: run uncrustifyCarlos Soriano2016-08-291-2415/+2797
* batch-rename-dialog: simplify key_press_event if'sCarlos Soriano2016-08-291-114/+106
* batch-rename-dialog: use GIO constantsCarlos Soriano2016-08-291-3/+3
* Implement batch renamingAlexandru Pandelea2016-08-291-0/+3027