summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* Call query_filesystem_info asynchronously. Also, avoid calling it to oftenAlexander Larsson2009-04-013-12/+58
* Bug 518481 – URL shortcuts do not open query partAlexander Larsson2009-04-0112-198/+342
* Bug 576761 – fallback icon when icon specified in .desktop doesn't existAlexander Larsson2009-03-261-578/+508
* Bug 129963 – nautilus locks up during window resize (compact mode)Alexander Larsson2009-03-232-0/+43
* Unbreak typeahead find for 33% zoom level (#341708).Cosimo Cecchi2009-03-182-19/+25
* Center cancel button over progress bar, makes dialog much nicer for longAlexander Larsson2009-03-171-62/+64
* remove -version-info LDFLAG from libnautilus-private, as that's a privateCosimo Cecchi2009-03-161-1/+0
* Bug 171655 – add support for XDS (Direct Save protocol) to list viewAlexander Larsson2009-03-161-1/+146
* Bug 523883 – Thumbnails for 200% zoom are regenerated each time a folderAlexander Larsson2009-03-161-18/+8
* desktop_location can be NULL, check before unrefingAlexander Larsson2009-03-121-1/+3
* Bug 550250 – nautilus crashed with SIGSEGV inAlexander Larsson2009-03-121-10/+27
* Bug 532725 – non-refreshing thumbnails: at 150% zoomAlexander Larsson2009-03-121-3/+7
* Bug 538888 – crash in Home Folder: I tried to open a direct...Alexander Larsson2009-03-121-1/+6
* Bug 529295 – Unable to unmountAlexander Larsson2009-03-113-9/+43
* inhibit autorun for 10 seconds instead of 5 seconds at login, as that mayCosimo Cecchi2009-03-091-5/+7
* added a translator comment explaining how to handle ordinal numbers if theCosimo Cecchi2009-03-091-0/+5
* don't mark for translation a file name, as it's pointless (#534432).Cosimo Cecchi2009-03-071-1/+1
* Bug 449397 – misinterpreted uid over sshAlexander Larsson2009-03-052-56/+67
* Bug 573991 – Nautilus does not recognize some .desktop files asAlexander Larsson2009-03-041-16/+0
* Don't localize 'Icon=' keys. Fixes Launchpad Bug #336679.A. Walton2009-03-031-9/+13
* Add helper to get the path to use for symlinks that also works forAlexander Larsson2009-02-261-2/+26
* Remove monitoring of old gnome-vfs gconf directory. Preload the gconfAlexander Larsson2009-02-261-2/+9
* Don't unref info if == NULL Query for readonly on the source directory,Alexander Larsson2009-02-251-4/+10
* Use $XDG_DATA_HOME/.converted-launchers as marker for one-time desktopAlexander Larsson2009-02-254-53/+163
* Add "interactive" argument to nautilus_file_mark_desktop_file_trusted.Alexander Larsson2009-02-243-22/+40
* Add nautilus_file_mark_desktop_file_trusted(), this now adds a #! line ifAlexander Larsson2009-02-243-28/+207
* Capitalize words in button.Alexander Larsson2009-02-241-1/+1
* Check for trusted desktop file launchers.Alexander Larsson2009-02-245-18/+216
* check if the mtime attribute is actually available.Paolo Borelli2009-02-231-11/+12
* don't hardcode mimetypes for which we limit the file size, but load theCosimo Cecchi2009-02-231-12/+17
* don't add 30 seconds when formatting time, as float->int conversionCosimo Cecchi2009-02-221-4/+4
* Don't chain up on style_set, as this causes flicker.Alexander Larsson2009-02-201-2/+3
* Do not put "Link to ..." in front of symbolic links that are created inChristian Neumair2009-02-201-4/+15
* Better string for previous commit.Alexander Larsson2009-02-201-1/+1
* Bug 565610 – Replacing folder with file from within that folder destroysAlexander Larsson2009-02-181-0/+35
* Don't use shadowed mounts.David Zeuthen2009-02-162-20/+61
* Handle GIcon types other than files and themed icons. Patch from DavidAlexander Larsson2009-02-161-2/+17
* use g_set_error_literal() where appropriate. Patch by Christian PerschCosimo Cecchi2009-02-132-4/+4
* Replace deprecated gdk_pixbuf_unref with g_object_unrefThomas Hindoe Paaboel Andersen2009-02-092-2/+2
* Pass a language code to g_key_file_set_locale_string() so that we canA. Walton2009-02-071-1/+18
* Use G_DEFINE_TYPE_* instead of hand-written nautilus_foo_get_type()Cosimo Cecchi2009-02-029-269/+48
* better fix for the singular/plural issue described in bug #551222; we nowCosimo Cecchi2009-02-021-25/+23
* Follow the "OnlyShowIn" and "NotShowIn" == GNOME keys for .desktop files,Cosimo Cecchi2009-01-316-14/+69
* Don't use gtk_dialog_run to show the NautilusOpenWithDialog. That won'tCosimo Cecchi2009-01-291-7/+31
* make sure to use the correct singular or plural form for the time formatCosimo Cecchi2009-01-291-6/+62
* Invalidate file attributes after it has been moved, so that they areCosimo Cecchi2009-01-281-1/+4
* i2009-01-22 A. Walton <awalton@gnome.org>Andrew Walton2009-01-221-0/+2
* libnautilus-private/nautilus-file-private.c (finalize): free thePaolo Borelli2009-01-221-0/+1
* make sure we don't snap icons to a grid marker which is too near the rightCosimo Cecchi2009-01-221-0/+13
* Use g_mkstemp() instead of mkstemp(). Pointed out by Paolo Borelli.A. Walton2009-01-222-2/+2