| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
When zooming out we read the real image and use that as the thumbnail.
However, we should only do this for files gdk-pixbuf can read as other
things can't be read anyway and may potentially be very large (such as
videos) since the thumbnail size limit only applies for images.
|
|
|
|
|
|
| |
Without this X draws the toplevel window background and then the
real background is drawn from exposes, which doesn't look nice.
Fixes bug #593658
|
| |
|
| |
|
|
|
|
|
| |
The conversion away from gtk_object_sink was done wrongly
causing lots of leaks. fix this.
|
| |
|
|
|
|
|
|
|
|
| |
Doing this in only one place makes sense as its clearer.
Previously we ref:ed one extra time for the window->view ref but left
the floating ref to be taked when adding the widget to a parent.
This breaks when we free the view before adding it to a parent, so
we need to properly sink it.
|
|
|
|
| |
This fixes bug #589520
|
| |
|
|
|
|
| |
Need this in the metadata conversion code
|
|
|
|
|
|
| |
Files with extremely long file names could cause the dialog box to
become wider than the screen. Based on a patch contributed by
Marcus Carlson.
|
| |
|
| |
|
|
|
|
|
|
| |
Introduces code to inhibit GNOME power manager
whenever a file operation which may not complete
quickly is running.
|
|
|
|
| |
Writing over toggle_renderer with the wrong cell renderer.
|
|
|
|
| |
Be consistent with Firefox, etc.
|
|
|
|
|
| |
We need to show/hide the "New Launcher" menu item in the context
menu, depending on this gconf key.
|
|
|
|
|
|
|
| |
Small images with an alpha plane don't get a frame
Use different scaling strategy for small images. Small images/icons
won't get up scaled in default zoom view. They are shown in their actual
Fixes bug #585186
|
|
|
|
|
|
|
| |
Prefix all internal keys with "nautilus-".
Use dash, not underscore as delimitor (this is what gio file attrs use)
Rename "keyword" to "emblems"
Rename "default_component" to "nautilus-default-view"
|
| |
|
|
|
|
|
|
|
| |
Don't display the timed wait dialog if we're already reporting a broken
link to the user. Fix bug #579165.
Signed-off-by: Wang Yan <Michael.wang@turbolinux.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Port everything to use _with_operation() variants of unmount/eject
methods
- This includes changing the NautilusFile a bit; see the patch
for details
- Add support for g_drive_can_start_degraded() so we offer
to start (degraded) drives even when g_drive_can_start()
returns FALSE
- Also add support for new mountable::* attributes so we can
have "Detect Media" items in the context menu when right-clicking
mounts/volumes/drives in computer:/// and on the desktop
|
| |
|
| |
|
|
|
|
| |
This allows non-vfs backends to implement metadata
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Wasn't the wrong number of arguments, it was the wrong
type of argument (time_t, not long). So we add a cast
to make it more explicit to the compiler there.
|
|
|
|
| |
Use g_snprint() instead of snprintf().
|
|
|
|
|
|
|
|
|
| |
This is the Nautilus user for the new GIO API for starting/stopping
drives. See
http://bugzilla.gnome.org/show_bug.cgi?id=585591
for details.
|
|
|
|
|
| |
Turns out, g_app_info_should_show() is really broken, as this hides
some apps we shouldn't be hiding. Wondering how we can unbreak this..
|
|
|
|
|
| |
Turns out, Nautilus was showing GAppInfo's which shouldn't be
shown in the UI.
|
|
|
|
|
|
|
| |
This means we will get the new special file icon for the changed files.
Also, invalidate the file when we change it ourself so that the icon
change is picked up.
|
|
|
|
|
| |
Use a sort model and add a sortable column to sort the application
by name.
|
| |
|
|
|
|
|
| |
This can be used if you want to run nautilus just to handle volume
monitoring, etc.
|
|
|
|
| |
Fixes bug #549437. Patch provided by "logari81".
|
|
|
|
|
|
| |
Use the correct order for folder icons overrides, so that we can
keep track of things like "folder-visiting" or "folder-drag-accept".
Patch by Krzysztof Kosiński (#567254).
|
|
|
|
|
|
| |
Now that shared-mime-info supports "x-content/win32-software" vs
"x-content/unix-software", use this distinction to inhibit autorun
prompts/hints for media containing Win32 software (#524270).
|
|
|
|
|
|
|
|
| |
Install a handler to link forward/back mouse buttons to
forward/back actions in NautilusNavigationWindow, with a preference
to set the right X button number in GConf.
Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
|
|
|
|
|
| |
Remove nautilus_has_valid_failed_thumbnail(), as that's not used
anymore after the last commit.
|
|
|
|
|
|
|
|
| |
Don't call nautilus_has_valid_failed_thumbnail, as
nautilus_can_thumbnail will eventually call the same gnome_desktop
function (#574205).
Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
|
|
|
|
|
| |
There were still some references to deprecated GTK+ symbols in some
files, or in some comments. Let's drop them all.
|
|
|
|
|
| |
Check for a NULL value of the order array when sorting the columns.
This might help when dealing with strange GConf setup issues (#524341).
|
|
|
|
|
|
|
| |
Use g_timeout_add_seconds instead of g_timeout_add where appropriate.
Fix bug #574033.
Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
|
|
|
|
|
|
|
| |
Don't delay background switching, so that users will immediately see
it changing when browsing the background list (#330168).
Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
|
|
|
|
|
|
| |
Remove all uses of deprecated GDK and GTK+ symbols, replacing them
with the currently supported equivalents.
Based on a patch from Tal Benavidor (#565038).
|