Commit graph

16207 commits

Author SHA1 Message Date
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
Cosimo Cecchi 4d2c8c1ad1 view: don't update undo actions for inactive views
If the view is not active, our menus are not merged in, so we shouldn't
try to update the relative actions underway, as they're not in the
action group.

This fixes crashers/warnings when doing a file operation with more than
one view open.
2012-07-02 12:59:00 -04:00
Cosimo Cecchi 67322ddefe view: consolidate menu update code
Remove an useless callback and ensure all the global changes go trough
the menu update queue.
2012-07-02 12:59:00 -04:00
Daniel Mustieles ac5b66ffa0 Updated Spanish translation 2012-07-02 17:30:35 +02:00
Tom Tryfonidis 11b2e5a0a5 Updated Greek translation 2012-07-01 23:51:22 +03:00
Cosimo Cecchi cceb760e84 pathbar: implement get_path_for_child()
Implementation taken from GtkPathBar
2012-06-30 17:52:15 -04:00
William Jon McCann 4583f7bc0c Use a more GNOME 3 toolbar layout
https://bugzilla.gnome.org/show_bug.cgi?id=676531
2012-06-30 12:32:52 -04:00
William Jon McCann ef467c8775 Use a list model instead of a tree model
It is the list view after all. Tree models don't work well on
touch and it isn't consistent with the file chooser.

https://bugzilla.gnome.org/show_bug.cgi?id=676531
2012-06-30 12:32:51 -04:00
William Jon McCann 6aac88928b Remove text besides icons mode for icon view
This doesn't really work well, it is inconsistent with the file chooser,
isn't use anywhere else in GNOME, and we want to enhance the list
view to cover this case.

https://bugzilla.gnome.org/show_bug.cgi?id=676531
2012-06-30 12:32:51 -04:00
William Jon McCann d228c0e721 Fix display sizing of name column
https://bugzilla.gnome.org/show_bug.cgi?id=676898
2012-06-30 12:32:51 -04:00
William Jon McCann 367f01a9cd Use better column names
https://bugzilla.gnome.org/show_bug.cgi?id=676898
2012-06-30 12:32:51 -04:00
William Jon McCann 73465be367 Remove date format settings
https://bugzilla.gnome.org/show_bug.cgi?id=676898
2012-06-30 12:32:51 -04:00
William Jon McCann 3fd9cba41e Improve date display
https://bugzilla.gnome.org/show_bug.cgi?id=676898
2012-06-30 12:32:51 -04:00
Cosimo Cecchi 222d31a98b query-editor: don't set special style classes on query editor labels
We make bold by default using Pango and we don't need any other special
theming for these.
2012-06-27 02:43:21 -04:00
Matej Urbančič 5a761a3725 Updated Slovenian translation 2012-06-26 09:29:02 +02:00
Cosimo Cecchi 53d6749af1 release: prepare for 3.5.3 2012-06-25 13:53:24 -04:00
Cosimo Cecchi d808c2d08e pathbar: fix unwanted ellipsizing in buttons with certain themes
Themes can nowadays set padding on GtkLabel widgets (e.g. Ambiance and
Radiance do this for labels in primary toolbar buttons). This breaks our
hack to force a size request for the pathbar labels, since we measure
the PangoLayout directly instead of measuring the GtkLabel it's part of
(which includes the border/padding values from the theme).

Fix this by measuring the size requisition of GtkLabel directly; for
this to work effectively, we need to pack an (invisible) additional
label in the button GtkBox, always set the text to both labels and
update the requisition of the non-bold one to
MIN(MAX_POSSIBLE_WIDTH, MAX (width, bold_width)) every time a
size-request cycle is called.

https://bugzilla.gnome.org/show_bug.cgi?id=678341
2012-06-25 13:30:46 -04:00
A S Alam 01870e85c4 Update Punjabi Translation 2012-06-19 07:29:04 +05:30
Cosimo Cecchi 41be6855f6 icon-view: fix thumbnails not showing regression
This was introduced in 241e462024 - the
original code did
if (!is_compact || zoom > standard)

So since is_compact is now always false, the commit should have removed
the if block completely.

https://bugzilla.gnome.org/show_bug.cgi?id=678351
2012-06-18 16:54:10 -04:00
Tom Tryfonidis 3afedfc062 Updated Greek translation 2012-06-17 12:04:11 +03:00
Tomas Bzatek 1009c22ee4 Fix rename cancellation
This changes the way the wait dialog cancellation callback works. Instead of
cleaning up early we just cancel the operation and wait for proper
rename_callback() carrying the error.

This fixes an assertion failure when the wait dialog has been displayed and user
pressed the Cancel button. Unlikely to happen, found during gvfs testing.
2012-06-15 18:28:44 +02:00
Khaled Hosny 75a83428dd Updated Arabic translation 2012-06-12 22:33:52 +02:00
Cosimo Cecchi 2ec2ff0312 window-menus: disconnect from GtkSettings notifications on finalize
Or if something (e.g. another process via xsettings) causes the
GtkSettings to change the value of gtk-shell-shows-app-menu after a
window is finalized, our callback will run and we'll crash trying to
access freed memory.

https://bugzilla.gnome.org/show_bug.cgi?id=677945
2012-06-12 12:03:26 -04:00
Cosimo Cecchi 217185b485 search-bar: use GtkSearchEntry 2012-06-11 21:57:03 -04:00
Kjartan Maraas 8b27a7da16 Updated Norwegian bokmål translation 2012-06-11 22:12:54 +02:00
Cosimo Cecchi 8151dc038c places-sidebar: allow dropping of files to bookmarks
Change the way DnD works in the places sidebar.
After this commit, DnD on the bookmarks area will always mean
"copy/move the DnD source into the bookmark" instead of "add a bookmark
to this location" (DnD of bookmark rows in their section will still
reorder them), since that's the most common action you want to do.
This also makes it consistent with the default action obtained by
dropping on the built-in places below.

https://bugzilla.gnome.org/show_bug.cgi?id=645353
2012-06-11 13:20:20 -04:00
Cosimo Cecchi d48b12676b places-sidebar: cleanups 2012-06-11 13:14:20 -04:00
Ioannis Zampoukas 1273d9d964 Updated Greek translation 2012-06-10 20:08:03 +03:00
Cosimo Cecchi 6dc730ecfe icon-container: fix some GCC warnings 2012-06-09 00:02:40 -04:00
Cosimo Cecchi 91a887f916 a11y: add missing prototype 2012-06-08 12:07:38 -04:00
Ihar Hrachyshka ceadfcb1fb Updated Belarusian translation. 2012-06-08 18:12:21 +03:00
Cosimo Cecchi 11b05cb2c5 window: make sure to hide the main toolbar on the desktop
Fallout from 0a80b533dc
	src/nautilus-file-management-properties.ui.rej
2012-06-08 00:10:19 -04:00