Commit graph

16338 commits

Author SHA1 Message Date
William Jon McCann
469eb89117 Enable "just type" searching
https://bugzilla.gnome.org/show_bug.cgi?id=679900
2012-07-14 07:26:00 -04:00
William Jon McCann
5521f24f74 Combine the search bar and query editor
Save vertical space by integrating the search bar
with the query editor. This makes it less visually
disruptive when a search becomes active.

https://bugzilla.gnome.org/show_bug.cgi?id=679900
2012-07-14 07:19:02 -04:00
William Jon McCann
ce64cbc6bf Add a Recent files place
https://bugzilla.gnome.org/show_bug.cgi?id=325824
2012-07-14 06:59:35 -04:00
William Jon McCann
7b280cb712 Store the activation uri in recently used, if available
It is better to store the "actual" / target location
rather than a link.

https://bugzilla.gnome.org/show_bug.cgi?id=325824
2012-07-14 06:59:35 -04:00
Cosimo Cecchi
e91f84df1a places-sidebar: use G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES
Simplify the code to get changes from the systemd hostname1
PrettyHostname property by using the GDBusProxy
GET_INVALIDATE_PROPERTIES flag instead of calling Properties.Get()
manually ourselves.
2012-07-13 18:05:43 -04:00
Cosimo Cecchi
7df30d8cc5 places-sidebar: remove unused code 2012-07-13 17:37:52 -04:00
William Jon McCann
c9b280c37c Make search button a toggle again 2012-07-13 15:53:09 -04:00
Cosimo Cecchi
ef85aa78aa window: remove unused menubar member in NautilusWindowDetails
We were hitting a warning because of this with the desktop enabled.
2012-07-13 14:37:05 -04:00
Cosimo Cecchi
4685ff0526 pathbar: remove unused code
Since we don't show any icon for the trash in the pathbar, there's no
need to listen to the changed signal on the trash monitor here.
2012-07-13 13:31:25 -04:00
Cosimo Cecchi
d9447cf546 window-menus: remove unused code
These actions were part of the Go menu, which doesn't exist anymore.
2012-07-13 13:31:25 -04:00
Cosimo Cecchi
5a166b9ec9 desktop-link: use fullcolor icons for the stock desktop links
We don't want icons for these to be symbolic on the desktop.
2012-07-13 13:31:25 -04:00
Cosimo Cecchi
19e9cafd77 icon-names: add back fullcolor icon defines for the desktop
We still want to use fullcolor icons for stock places on the desktop, so
add back separate defines for those icon names.
2012-07-13 13:31:25 -04:00
Cosimo Cecchi
7c72858b65 trash-monitor: make sure to use our icon names for trash 2012-07-13 12:56:18 -04:00
Cosimo Cecchi
bd3a0214c0 trash-bar: disconnect view signals in dispose()
Rather than finalize(), since the view is usually destroyed when the
slot is disposed.
Fixes a runtime warning.
2012-07-13 12:55:47 -04:00
Cosimo Cecchi
4dca787169 image-properties: show error string when failing to open image
If we fail to open the image file for reading, make sure we still call
load_finished(), which will replace the loading string with an error
message in this case.

https://bugzilla.gnome.org/show_bug.cgi?id=679016
2012-07-12 09:37:23 -04:00
Cosimo Cecchi
a7feea344d places-sidebar: add a notification while ejecting volumes
Using the show-unmount-progress signal on GMountOperation
Based on an initial patch by Tomáš Bžatek <tbzatek@redhat.com>

https://bugzilla.gnome.org/show_bug.cgi?id=619665

See also:
https://bugzilla.gnome.org/show_bug.cgi?id=676111
https://bugzilla.redhat.com/show_bug.cgi?id=819492
2012-07-11 20:08:24 -04:00
Cosimo Cecchi
04fc9452e1 notebook: remove unused prototypes 2012-07-11 16:52:02 -04:00
Cosimo Cecchi
ac78104225 view: add a shadow to the view when not showing tabs
When we are showing tabs, the notebook will take care of drawing a
border around the view.
When there is only one view, since we disable tabs from the notebook,
the view needs to draw a shadow instead, or we won't draw any shadow at
all. In the past this wasn't a problem because the toolbar used to draw
a stroke for us.
2012-07-11 16:32:45 -04:00
Cosimo Cecchi
888d712d78 window: only emit slot-removed after it has been removed from the list
Or a call to nautilus_window_get_slots() in the callback for
slot-removed would still report the old slot.
2012-07-11 16:28:03 -04:00
William Jon McCann
382b59d06e Use a delete action for backends that don't support trash 2012-07-11 12:31:10 -04:00
William Jon McCann
b1c9273758 Move getting xdg user directories icons into the sidebar
Since it is the only place it is used or needed.
2012-07-11 10:57:47 -04:00
William Jon McCann
f0e28d7fa0 Use symbolic icons for the sidebar and bookmarks 2012-07-11 10:52:09 -04:00
William Jon McCann
5b495db06a Don't try to update the icon as the file loads
We would like bookmark icons to be stable and this doesn't work
at all with using symbolic icons for bookmarks.
2012-07-11 10:49:39 -04:00
William Jon McCann
6be7b953a0 Use GIcons in pathbar
This allow it to work with symbolic icons
2012-07-11 10:43:33 -04:00
William Jon McCann
c33a5e6e10 Use GIcons for places instead of pixbufs
This will allow us to use symbolic icons
2012-07-11 10:43:33 -04:00
William Jon McCann
1974f86b8f Revert "window-slot: simplify code"
This reverts commit 79e915b6fa.

See https://bugzilla.gnome.org/show_bug.cgi?id=679640
2012-07-11 10:42:34 -04:00
William Jon McCann
1db7630091 Make eject icon invert when selected
https://bugzilla.gnome.org/show_bug.cgi?id=679292
2012-07-10 20:41:58 -04:00
Yaron Shahrabani
e48b4942b7 Updated Hebrew translation. 2012-07-10 23:04:57 +03:00
William Jon McCann
338091bd0f Add locations for open windows to the destination selection dialog
These locations are identified as interesting by the fact that they
are in use and it makes sense to offer them as quick options for
explicit copies and moves.

https://bugzilla.gnome.org/show_bug.cgi?id=679580
2012-07-10 10:30:23 -04:00
Kjartan Maraas
5c06328bc1 Updated Norwegian nynorsk translation 2012-07-10 15:34:16 +02:00
William Jon McCann
5db3b0eb7d Add every window to its own window group
This prevents window modal dialogs from blocking the entire app.

https://bugzilla.gnome.org/show_bug.cgi?id=443785
2012-07-10 09:10:39 -04:00
Kjartan Maraas
ff2958cbba Updated Norwegian bokmål translation 2012-07-10 08:02:26 +02:00
Cosimo Cecchi
e355ec66f5 toolbar: ensure square buttons on the toolbar
Since we use symbolic 16px icons inside tool buttons, we should make
sure they still get a square aspect, and buttons of the right size.

As we create the contents of our tool buttons manually, ensure this
by setting a margin on the tool button's GtkImage, sized as the
difference in pixels between the icon we render and the icon size
expected by GtkToolbar.
2012-07-09 14:51:30 -04:00
Fran Diéguez
15ba152899 Updated Galician translations 2012-07-09 15:41:16 +02:00
Cosimo Cecchi
dc34668f1f toolbar: don't unref the GtkUIManager
Since we don't own any references to it.
2012-07-07 16:59:16 -04:00
Daniel Mustieles
a5c988408a Updated Spanish translation 2012-07-06 12:25:35 +02:00
Khaled Hosny
c52b08d152 Updated Arabic translation 2012-07-05 02:54:47 +02:00
William Jon McCann
ae8e78ba4b Fix some compiler warnings 2012-07-03 11:17:56 -04:00
William Jon McCann
8feb022894 Add an explicit way to move and copy files
Use the file chooser to select a destination directory.

https://bugzilla.gnome.org/show_bug.cgi?id=679298
2012-07-03 11:17:56 -04:00
William Jon McCann
aeb13f6c46 Enable more warnings for git builds
And turn off Werror
2012-07-03 09:51:33 -04:00
Cosimo Cecchi
1366373ceb pathbar: fix set_label_size_request() for no-label buttons
It's convenient to just call this in a loop on the button data, so just
return if there's no label to set the size request for.
2012-07-02 19:04:15 -04:00
William Jon McCann
fb977bd42a Reorganize sidebar according to mockups
* put built in items at the top so they are stable
 * move file system item into Devices section
 * use pretty hostname instead of File System

https://bugzilla.gnome.org/show_bug.cgi?id=679278
2012-07-02 18:58:01 -04:00
William Jon McCann
c60a9a7b6c Remove stray compact mode option 2012-07-02 18:58:01 -04:00
William Jon McCann
d055c6f58b Don't scale text size when zooming
We have a separate way of scaling text size.
2012-07-02 18:58:01 -04:00
William Jon McCann
7b9212cef4 Don't show open with for folders
The only thing that handles this by default is nautilus. The
same effect is better done through select all in a folder.
2012-07-02 18:58:01 -04:00
William Jon McCann
7d869c0fd4 Use the open with submenu when there are multiple options
Put all extra apps in the open with submenu.
2012-07-02 18:58:01 -04:00
William Jon McCann
b69528fb50 Make stop and reload orthogonal
Don't show stop when it is ineffective and don't show reload
when stop needs to be shown.
2012-07-02 18:58:00 -04:00
William Jon McCann
3c3d278fe5 Don't show a titlebar when maximized
https://bugzilla.gnome.org/show_bug.cgi?id=676531
2012-07-02 18:58:00 -04:00
William Jon McCann
faf646539d Migrate menu bar to a view menu button
https://bugzilla.gnome.org/show_bug.cgi?id=676531
2012-07-02 18:58:00 -04:00
William Jon McCann
2c3191c5b6 Remove the Go menu
https://bugzilla.gnome.org/show_bug.cgi?id=676531
2012-07-02 18:58:00 -04:00