summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow minimize of progress window (#512778) Patch from Cosimo CecchiAlexander Larsson2008-02-131-3/+16
* Add paused status to progress infos and use it to avoid poping up theAlexander Larsson2008-02-133-1/+47
* If using composite, make dnd icons partially transparent.Alexander Larsson2008-02-131-0/+11
* Fix C89 issueAlexander Larsson2008-02-131-1/+1
* Support alpha icons during DnD on composited screens. (#500084) Patch fromAlexander Larsson2008-02-133-11/+32
* Strip extension from non-absolute-filename icons. This fixes icons forAlexander Larsson2008-02-131-2/+10
* Add nautilus_file_is_launcher()Alexander Larsson2008-02-1310-60/+48
* Don't free NULL GError.Alexander Larsson2008-02-131-2/+0
* Remove unneeded gnome-vfs includes.Cosimo Cecchi2008-02-121-8/+0
* Fix 64bit build (#515896)Alexander Larsson2008-02-121-2/+2
* Make progress setting be ratio based and not percent based and then ensureAlexander Larsson2008-02-113-12/+22
* Update for new gio mount flags argumentAlexander Larsson2008-02-113-2/+3
* C89 fix. (#515093)Alexander Larsson2008-02-081-1/+1
* Maks sure we disconnect from the changed signal on the mount.Alexander Larsson2008-02-081-8/+11
* Handle changes of GMount objectsAlexander Larsson2008-02-081-0/+21
* Remove deprecated GLib symbols and build with -DG_DISABLE_DEPRECATED.A. Walton2008-02-072-8/+8
* Rewrite the desktop uri to the real uri on uri-list drops (i.e. from otherAlexander Larsson2008-02-071-17/+26
* Don't crash if parent doesn't exist (#512636) Move exact change before keyAlexander Larsson2008-02-061-28/+30
* Avoid crashing if gvfs backend gives NULL as name for a new file.Alexander Larsson2008-02-061-0/+10
* Change how we handle cancellation of the directory count and mime list forAlexander Larsson2008-02-062-59/+65
* Escape characters that won't work in GMarkup.Alexander Larsson2008-02-051-1/+30
* Don't autorun non-local mounts.Alexander Larsson2008-02-041-5/+10
* Default to move when dragging from trash.Alexander Larsson2008-02-041-1/+2
* Don't follow symlinks when emptying trash (#513912)Alexander Larsson2008-02-041-20/+25
* Handle GAppInfos having NULL idAlexander Larsson2008-02-011-6/+39
* Add functions to inhibit autorun for a volume or for the volume of a file.Alexander Larsson2008-01-305-2/+104
* Fix string wrt pluralAlexander Larsson2008-01-291-1/+1
* Better finding of case insensitive files. (#511450)Alexander Larsson2008-01-283-6/+136