summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* Fix annoying behavior of the file progress info dialog jumping to theA. Walton2008-03-281-3/+3
* Make sure to queue a move even if the op was a move, not just an addedAlexander Larsson2008-03-281-6/+14
* Don't leak dest_fs_id by requesting it twice.Alexander Larsson2008-03-281-1/+1
* During the merge part of a recursive move/copy always disable same_fs toAlexander Larsson2008-03-281-1/+11
* When prepare move fails and we didn't select overwrite do not silentlyAlexander Larsson2008-03-281-61/+74
* Actually handle the move-file-over-directory case.Alexander Larsson2008-03-281-0/+15
* Avoid constantly trying to create directory monitors if it fails once byAlexander Larsson2008-03-261-5/+4
* Do not follow symlinks. (#504980).Christian Neumair2008-03-231-2/+2
* Fix compiler warnings about unused value by casting va_arg calls withChristian Neumair2008-03-231-5/+5
* Use GDesktopAppInfos for launching desktop files. (#342084) Patch fromAlexander Larsson2008-03-201-154/+56
* Only strip icon name when it ends with a know icon extension.Frederic Crozat2008-03-191-1/+8
* Check that tracker is actually running before using it (#386512). Patch bySebastian Dröge2008-03-191-0/+9
* Always use the thumbnails regardless of the original file size if it hasCosimo Cecchi2008-03-183-14/+45
* Trivial build fix for users with Gtk+ SVN trunk (#522835), caused byA. Walton2008-03-171-1/+1
* Fixes crash if the user doesn't set a name for the bookmark (#520270).A. Walton2008-03-151-2/+2
* respect gtk-button-images property for buttons (#514130) Patch from MarcinAlexander Larsson2008-03-141-13/+3
* Don't create application/x-ext-<extension> types for known mimetypesAlexander Larsson2008-03-131-1/+1
* Fix a crash due to a missing NULL check (#520947).Cosimo Cecchi2008-03-071-1/+2
* Fix this check to actually only access local files, not fuse-based gvfsAlexander Larsson2008-03-061-2/+2
* Remove dead codeAlexander Larsson2008-03-062-6/+17
* Fix delete all button (#518616) Patch from Rached Ben MustaphaAlexander Larsson2008-03-061-0/+1
* Try to set permissions on remote shares. (#520572)Alexander Larsson2008-03-061-1/+2
* Only look for autorun stuff for local files. We can't generally exec stuffAlexander Larsson2008-03-061-7/+7
* Add async x-content type getter, change sync one to only read the cachedAlexander Larsson2008-03-052-10/+75
* Handle the case of empty display name as if it wasn't specified.Alexander Larsson2008-03-041-1/+1
* Handle NULL file. Ignore lines beginning with a space (#512593).Christian Neumair2008-02-281-0/+4
* Use better icon for system tray. (#518644) Patch from Michael MonrealAlexander Larsson2008-02-281-1/+3
* Handle NULL state (#512042). Disconnect trash monitor signal (#519050).Christian Neumair2008-02-271-0/+4
* Fixes the icon position when creating a new folder, and the view isAlexander Larsson2008-02-252-0/+25
* Fix s/display_name/filename/ typo (#515903) Fixes blurry window iconsAlexander Larsson2008-02-251-1/+1
* g_uri_get_scheme -> g_uri_parse_schemeAlexander Larsson2008-02-251-1/+1
* Don't display error on G_IO_ERROR_FAILED_HANDLED.Alexander Larsson2008-02-252-2/+16
* Don't crash if all files were removed due to error when activating.Alexander Larsson2008-02-221-0/+6
* Add nautilus_icon_container_get_selected_icons(). Use icon as rangeChrustian Neumair2008-02-221-11/+32
* Bring back the Connect to dialog. It still needs some work, but it'sVincent Untz2008-02-211-1/+1
* Use g_volume_should_automount() to determine if we should autorun programsDavid Zeuthen2008-02-2110-19/+288
* Finish work on open with tab with multiple files selected. (#343930).Cosimo Cecchi2008-02-201-17/+41
* Initial work on open with tab with multple selected files. (#343930) PatchAlexander Larsson2008-02-204-39/+149
* Duplicate if src and dest dirs are the same (#512392)Alexander Larsson2008-02-201-2/+8
* Don't scale icons if not needed (#515903) Patch from Christian NeumairAlexander Larsson2008-02-201-0/+8
* Reset selection_was_removed in FMDirectoryView if the user cancels theCosimo Cecchi2008-02-192-2/+27
* Move comments around to help translators (#463616) Patch from Yann SimonAlexander Larsson2008-02-191-16/+16
* Removed unused files. (#515259)Alexander Larsson2008-02-195-909/+0
* Avoid free of random memory if desktop file reading failed.Alexander Larsson2008-02-181-1/+3
* Don't build selection list in wrong order. (#330357)Alexander Larsson2008-02-151-1/+1
* Fix checking when to display errors (#514135)Alexander Larsson2008-02-152-17/+21
* Only change progress status string as needed when copying. This avoids aAlexander Larsson2008-02-141-54/+61
* ask before emptying the trash or deleting files (#509877) Patch fromAlexander Larsson2008-02-141-5/+32
* Don't ref parent window during operation, as this could lead to some crashAlexander Larsson2008-02-141-15/+12
* Fix bookmark comparison (#516214) Patch from Cosimo CecchiAlexander Larsson2008-02-131-3/+3