summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-operations.c
Commit message (Expand)AuthorAgeFilesLines
* Handle duplication of files in two subdirectories at the same time.Alexander Larsson2005-06-171-2/+3
* Offer "Skip", "Cancel", "Retry" in XFer Error prompt if more than one fileChristian Neumair2005-05-171-16/+5
* Change layout of the progress dialog to be more HIG compliant.Martin Wehner2005-03-301-1/+1
* Handle nautilus_desktop_icon_file_get_link() returning NULL. Likely fixesAlexander Larsson2005-02-221-5/+6
* reviewed by: Martin Wehner <martin.wehner@epost.de>Sven Herzberg2005-01-301-4/+4
* No title on dialog. Patch from Dennis Cranston <dennis_cranston@yahoo.com>Alexander Larsson2005-01-271-0/+2
* Trivial string fix.Ryan Lortie2005-01-261-1/+1
* Fix typo.Alexander Larsson2005-01-251-1/+1
* Use warning icon instead of info one. Use GtkMessageDialog. Patch fromAlexander Larsson2005-01-241-53/+17
* Add handle_url signal Fix argument list for handle_uri_listAlexander Larsson2005-01-131-3/+6
* Don't make progress dialogs transient for the desktop.Alexander Larsson2004-08-301-3/+10
* Better warnings on folder merge overwrite.Alexander Larsson2004-07-071-4/+43
* Try to convert from the locale if G_BROKEN_FILENAMES isn't set and theDave Camp2004-06-091-1/+12
* *** empty log message ***Alexander Winston2004-05-131-1/+1
* libnautilus-private/nautilus-file-operations.c (confirm_empty_trash) MakeAlexander Larsson2004-02-121-4/+9
* Set role of AtkObject to ATK_ROLE_ALERT. Fixes bug #132857.Padraig O'Briain2004-02-051-0/+1
* #129815, #46784.Christian Neumair2004-01-221-1/+3
* Return NULL for new uri on failure.Alexander Larsson2004-01-221-5/+12
* Don't translate duplication tests to avoid wasting translator time. MyAlexander Larsson2004-01-061-41/+41
* Ensure the source isn't deleted as partial copy in a duplicate operation.Martin Wehner2004-01-021-1/+3
* New function nautilus_file_operations_new_file.Alexander Larsson2003-12-121-1/+203
* Update error dialogs to be HIGy, and use the new eel message dialog api.Alexander Larsson2003-12-111-134/+156
* Fix leaks. Patch from Martin Wehner <martin.wehner@epost.de>Alexander Larsson2003-10-211-1/+3
* HIGify the empty trash dialog. Changes strings.Dennis Cranston2003-09-181-7/+35
* Use the parent_view's toplevel for the dialog rather than the view itself.Dave Camp2003-08-041-1/+1
* Added new files.Alexander Larsson2003-05-151-36/+34
* Fixed dialogs to use GTK_STOCK_CANCEL/GTK_STOCK_OK instead of stop whereDavid Bordoley2003-02-031-9/+9
* Convert link names and duplicate names with g_filename_to/from_utf8().Alexander Larsson2003-01-171-6/+20
* Convert new directory name with g_filename_from_utf8(). (#90154)Alexander Larsson2003-01-161-1/+5
* Make the desktop icon view store the screen number with the iconJames Willcox2002-12-191-3/+11
* Better error message when moving a file over a parent directory.Alexander Larsson2002-12-181-2/+17
* Only set image of required size, when now pixmap needed, kill old pixmapAlexander Larsson2002-11-211-2/+17
* Fix for #96621 where an invalid URI is passed in the uri_list to move_copyStephen Browne2002-10-241-0/+3
* Unref target_uri before returning when eel_uri_is_trashDave Camp2002-08-121-2/+6
* use a timeout for showing the progress dialogFrank Worsley2002-08-111-31/+16
* fall back to the other routines if source_name is NULL [ eg. permissionMichael Meeks2002-07-311-8/+4
* ui-review fixes to add an icon to the 'Empty' button, add a mnemonic, makeDamon Chaplin2002-07-121-12/+41
* Bump version numberNAUTILUS_1_1_16Alex Larsson2002-05-131-1/+1
* Abort on GTK_RESPONSE_DELETE_EVENT. Fixes #78948.Anders Carlsson2002-04-191-0/+1
* Share code between different link implementations so that home directoryDave Emory Watson2002-03-281-15/+9
* Move reset constant into header.Darin Adler2002-03-011-4/+4
* pass a widget context to help pango.Michael Meeks2002-02-271-57/+31
* kill deprecated code, use gtk_window_set_transient instead.Michael Meeks2002-02-251-68/+3
* fix my fixes as Michael Meeks suggested:Gediminas Paulauskas2002-02-231-0/+2
* remove obsolete GNOME_COMMON_INIT and GNOME_PLATFORM_GNOME_2 macros.Gediminas Paulauskas2002-02-221-2/+0
* setup both the rgba and GdkColor variants. (update_label_color): upd.Michael Meeks2002-02-191-9/+24
* Remove gmc link support and calls to gnome_set_metadata.Anders Carlsson2002-01-271-1/+1
* add comment about how this should be fixedHavoc Pennington2002-01-221-0/+14
* Remove preferences calback in ::finalize.Anders Carlsson2002-01-081-1/+1
* Fixed to use g_iconv instead of iconv, starting with a patch from JeanDarin Adler2002-01-081-1/+0