| Commit message (Expand) | Author | Age | Files | Lines |
* | Call query_filesystem_info asynchronously. Also, avoid calling it to often | Alexander Larsson | 2009-04-01 | 3 | -12/+58 |
* | Bug 518481 – URL shortcuts do not open query part | Alexander Larsson | 2009-04-01 | 12 | -198/+342 |
* | Bug 576761 – fallback icon when icon specified in .desktop doesn't exist | Alexander Larsson | 2009-03-26 | 1 | -578/+508 |
* | Bug 129963 – nautilus locks up during window resize (compact mode) | Alexander Larsson | 2009-03-23 | 2 | -0/+43 |
* | Unbreak typeahead find for 33% zoom level (#341708). | Cosimo Cecchi | 2009-03-18 | 2 | -19/+25 |
* | Center cancel button over progress bar, makes dialog much nicer for long | Alexander Larsson | 2009-03-17 | 1 | -62/+64 |
* | remove -version-info LDFLAG from libnautilus-private, as that's a private | Cosimo Cecchi | 2009-03-16 | 1 | -1/+0 |
* | Bug 171655 – add support for XDS (Direct Save protocol) to list view | Alexander Larsson | 2009-03-16 | 1 | -1/+146 |
* | Bug 523883 – Thumbnails for 200% zoom are regenerated each time a folder | Alexander Larsson | 2009-03-16 | 1 | -18/+8 |
* | desktop_location can be NULL, check before unrefing | Alexander Larsson | 2009-03-12 | 1 | -1/+3 |
* | Bug 550250 – nautilus crashed with SIGSEGV in | Alexander Larsson | 2009-03-12 | 1 | -10/+27 |
* | Bug 532725 – non-refreshing thumbnails: at 150% zoom | Alexander Larsson | 2009-03-12 | 1 | -3/+7 |
* | Bug 538888 – crash in Home Folder: I tried to open a direct... | Alexander Larsson | 2009-03-12 | 1 | -1/+6 |
* | Bug 529295 – Unable to unmount | Alexander Larsson | 2009-03-11 | 3 | -9/+43 |
* | inhibit autorun for 10 seconds instead of 5 seconds at login, as that may | Cosimo Cecchi | 2009-03-09 | 1 | -5/+7 |
* | added a translator comment explaining how to handle ordinal numbers if the | Cosimo Cecchi | 2009-03-09 | 1 | -0/+5 |
* | don't mark for translation a file name, as it's pointless (#534432). | Cosimo Cecchi | 2009-03-07 | 1 | -1/+1 |
* | Bug 449397 – misinterpreted uid over ssh | Alexander Larsson | 2009-03-05 | 2 | -56/+67 |
* | Bug 573991 – Nautilus does not recognize some .desktop files as | Alexander Larsson | 2009-03-04 | 1 | -16/+0 |
* | Don't localize 'Icon=' keys. Fixes Launchpad Bug #336679. | A. Walton | 2009-03-03 | 1 | -9/+13 |
* | Add helper to get the path to use for symlinks that also works for | Alexander Larsson | 2009-02-26 | 1 | -2/+26 |
* | Remove monitoring of old gnome-vfs gconf directory. Preload the gconf | Alexander Larsson | 2009-02-26 | 1 | -2/+9 |
* | Don't unref info if == NULL Query for readonly on the source directory, | Alexander Larsson | 2009-02-25 | 1 | -4/+10 |
* | Use $XDG_DATA_HOME/.converted-launchers as marker for one-time desktop | Alexander Larsson | 2009-02-25 | 4 | -53/+163 |
* | Add "interactive" argument to nautilus_file_mark_desktop_file_trusted. | Alexander Larsson | 2009-02-24 | 3 | -22/+40 |
* | Add nautilus_file_mark_desktop_file_trusted(), this now adds a #! line if | Alexander Larsson | 2009-02-24 | 3 | -28/+207 |
* | Capitalize words in button. | Alexander Larsson | 2009-02-24 | 1 | -1/+1 |
* | Check for trusted desktop file launchers. | Alexander Larsson | 2009-02-24 | 5 | -18/+216 |
* | check if the mtime attribute is actually available. | Paolo Borelli | 2009-02-23 | 1 | -11/+12 |
* | don't hardcode mimetypes for which we limit the file size, but load the | Cosimo Cecchi | 2009-02-23 | 1 | -12/+17 |
* | don't add 30 seconds when formatting time, as float->int conversion | Cosimo Cecchi | 2009-02-22 | 1 | -4/+4 |
* | Don't chain up on style_set, as this causes flicker. | Alexander Larsson | 2009-02-20 | 1 | -2/+3 |
* | Do not put "Link to ..." in front of symbolic links that are created in | Christian Neumair | 2009-02-20 | 1 | -4/+15 |
* | Better string for previous commit. | Alexander Larsson | 2009-02-20 | 1 | -1/+1 |
* | Bug 565610 – Replacing folder with file from within that folder destroys | Alexander Larsson | 2009-02-18 | 1 | -0/+35 |
* | Don't use shadowed mounts. | David Zeuthen | 2009-02-16 | 2 | -20/+61 |
* | Handle GIcon types other than files and themed icons. Patch from David | Alexander Larsson | 2009-02-16 | 1 | -2/+17 |
* | use g_set_error_literal() where appropriate. Patch by Christian Persch | Cosimo Cecchi | 2009-02-13 | 2 | -4/+4 |
* | Replace deprecated gdk_pixbuf_unref with g_object_unref | Thomas Hindoe Paaboel Andersen | 2009-02-09 | 2 | -2/+2 |
* | Pass a language code to g_key_file_set_locale_string() so that we can | A. Walton | 2009-02-07 | 1 | -1/+18 |
* | Use G_DEFINE_TYPE_* instead of hand-written nautilus_foo_get_type() | Cosimo Cecchi | 2009-02-02 | 9 | -269/+48 |
* | better fix for the singular/plural issue described in bug #551222; we now | Cosimo Cecchi | 2009-02-02 | 1 | -25/+23 |
* | Follow the "OnlyShowIn" and "NotShowIn" == GNOME keys for .desktop files, | Cosimo Cecchi | 2009-01-31 | 6 | -14/+69 |
* | Don't use gtk_dialog_run to show the NautilusOpenWithDialog. That won't | Cosimo Cecchi | 2009-01-29 | 1 | -7/+31 |
* | make sure to use the correct singular or plural form for the time format | Cosimo Cecchi | 2009-01-29 | 1 | -6/+62 |
* | Invalidate file attributes after it has been moved, so that they are | Cosimo Cecchi | 2009-01-28 | 1 | -1/+4 |
* | i2009-01-22 A. Walton <awalton@gnome.org> | Andrew Walton | 2009-01-22 | 1 | -0/+2 |
* | libnautilus-private/nautilus-file-private.c (finalize): free the | Paolo Borelli | 2009-01-22 | 1 | -0/+1 |
* | make sure we don't snap icons to a grid marker which is too near the right | Cosimo Cecchi | 2009-01-22 | 1 | -0/+13 |
* | Use g_mkstemp() instead of mkstemp(). Pointed out by Paolo Borelli. | A. Walton | 2009-01-22 | 2 | -2/+2 |