William Jon McCann
676b96d2b7
Remove the statusbar
...
We use a floating status bar now.
https://bugzilla.gnome.org/show_bug.cgi?id=676840
2012-05-25 15:35:52 -04:00
William Jon McCann
0a80b533dc
Remove show/hide main toolbar option
...
This is really an intrinsic part of the design now.
https://bugzilla.gnome.org/show_bug.cgi?id=676839
2012-05-25 15:35:52 -04:00
William Jon McCann
9538d1a640
Hide the New Document menu if no templates are installed
...
If you don't use templates we don't want to clutter up the menu.
https://bugzilla.gnome.org/show_bug.cgi?id=676838
2012-05-25 15:31:55 -04:00
Yaron Shahrabani
5d37c583bb
Updated Hebrew translation.
2012-05-25 10:37:31 +03:00
Yaron Shahrabani
f5b89e2bf0
Updated Hebrew translation.
2012-05-25 10:36:20 +03:00
Holger Berndt
f60ee692c9
Migrate accels file to use XDG user config dir
...
https://bugzilla.gnome.org/show_bug.cgi?id=646584
2012-05-23 21:00:57 +02:00
Holger Berndt
c857f6b1f9
Revert "Remove gtk accel map functionality"
...
This reverts commit b3fc292bce
.
https://bugzilla.gnome.org/show_bug.cgi?id=646584
2012-05-23 21:00:57 +02:00
Daniel Mustieles
f4c5fb7ef4
Updated Spanish translation
2012-05-22 10:46:41 +02:00
William Jon McCann
891c79b844
Move properties menu item next to rename
...
And move it closer to the top of the menu for easier access and
so it won't get lost down in the extensions area.
2012-05-21 17:52:10 -04:00
William Jon McCann
760b17293b
Remove make link item from context menu
2012-05-21 17:51:47 -04:00
William Jon McCann
8e04dffd3a
Hide the move/copy to next pane menu items if there are no panes
...
This allows the empty and useless parent menus to be hidden as well.
https://bugzilla.gnome.org/show_bug.cgi?id=676518
2012-05-21 17:40:17 -04:00
William Jon McCann
7277e2636b
Remove the copy/move to HOME and DESKTOP menu items
...
We don't want to encourage users to put files in either place.
https://bugzilla.gnome.org/show_bug.cgi?id=676518
2012-05-21 17:40:17 -04:00
rustyBSD
610b15ee1e
image-properties: set the description label to wrap
...
Or images with a very long description will create a label that is
bigger than the whole screen.
https://bugzilla.gnome.org/show_bug.cgi?id=566411
2012-05-21 16:45:14 -04:00
William Jon McCann
abf5ea620d
Use ngettext for selected items label
2012-05-21 14:57:13 -04:00
William Jon McCann
f02cafd90d
Always show icon in application launchers
...
https://bugzilla.gnome.org/show_bug.cgi?id=676120
2012-05-21 14:20:47 -04:00
William Jon McCann
631a0704ed
Simplify the content type labels
...
https://bugzilla.gnome.org/show_bug.cgi?id=676120
2012-05-21 14:20:46 -04:00
William Jon McCann
dde03f7e18
Only place one x-content-bar at a time
...
https://bugzilla.gnome.org/show_bug.cgi?id=676120
2012-05-21 14:20:46 -04:00
Cosimo Cecchi
b4cc3e46ce
cluebars: make the label text bold by default
...
Instead of using a custom style class just for that. Also, make the
behavior of NautilusQueryEditor and NautilusSearchBar mimic the trash
and x-content bars (i.e. always set the "question" style class).
2012-05-21 13:06:37 -04:00
Cosimo Cecchi
cb75afacbe
cluebars: use GTK_MESSAGE_QUESTION for nautilus' cluebars
...
This removes the need of a separate style for them in the theme.
2012-05-21 12:49:46 -04:00
William Jon McCann
dee690dd8c
Simplify the label text for the new folder and document items
...
Create is really the understood verb here I think. Having a shorter
label makes it easier to read and more easily accommodates the
longer new folder with selection action.
https://bugzilla.gnome.org/show_bug.cgi?id=676432
2012-05-21 11:53:48 -04:00
William Jon McCann
9402432b85
Add a way to create a new directory from a selection
...
https://bugzilla.gnome.org/show_bug.cgi?id=676432
2012-05-21 11:52:26 -04:00
Ivan Masár
f30c0a2eaa
Updated Slovak translation
2012-05-21 10:37:01 +02:00
Dirgita
ae710063a8
[l10n] Updated Indonesian translation
2012-05-17 22:25:21 +07:00
Daniel Nylander
7002e89ce1
Updated Swedish translation
2012-05-16 12:28:51 +02:00
Praveen Illa
9832741667
Updated Telugu Translation
2012-05-14 11:45:07 +05:30
Cosimo Cecchi
cfb7befb90
dnd: remove commented out code
...
This code has been commented out for a long time.
2012-05-09 09:53:37 -04:00
Cosimo Cecchi
270ffdfa13
window-manage-views: don't call methods on a NULL NautilusFile
...
In got_file_info_for_view_selection_callback(), we unconditionally try
to fetch information for the parent directory in case the selection is a
regular file, but we should avoid doing that when the file has no
parent, such as when it's the root of a web server.
https://bugzilla.gnome.org/show_bug.cgi?id=675259
2012-05-08 17:01:21 -04:00
Cosimo Cecchi
bff5894f3f
file: add note to the list of excluded metadata emblems
...
This also slightly changes the behavior for emblems added by an
extension: before the patch they were subject to the same exclusion
list of metadata keywords. Now they are added unconditionally, since we
assume an extension knows better and will always want the emblem list it
sets properly displayed.
2012-05-08 12:05:43 -04:00
Cosimo Cecchi
151a96add6
file: don't automatically prepend a note emblem for annotated files
...
Since we don't support editing notes in the UI anymore, it doesn't make
sense to display a note emblem when the file is annotated.
2012-05-08 12:05:43 -04:00
Cosimo Cecchi
244b0c2896
file: make nautilus_file_get_keywords() private
...
No need to export this, since the only caller is inside nautilus-file.c
2012-05-08 12:05:43 -04:00
Cosimo Cecchi
61d09c72b0
all: compute emblem names to ignore automatically
...
Consolidate identical code that builds a list of emblems to ignore
inside nautilus_file_get_emblem_icons()
2012-05-08 12:05:43 -04:00
Cosimo Cecchi
7cf92f0de3
file: remove dead code
...
TRASH_FAST_ENOUGH is never defined
2012-05-08 12:05:43 -04:00
Åsmund Skjæveland
a8a4eb7336
Updated Norwegian Nynorsk translation
2012-05-08 14:26:44 +02:00
Åsmund Skjæveland
a693756f70
Updated Norwegian Nynorsk translation
2012-05-08 14:25:39 +02:00
Cosimo Cecchi
32def10c7b
x-content-bar: pack the media label in the content area
...
Instead of just packing it into the GtkInfoBar's box, since that will
put it after the buttons of the action area.
https://bugzilla.gnome.org/show_bug.cgi?id=670129
2012-05-07 18:07:37 -04:00
Cosimo Cecchi
7f762ed76a
places-sidebar: disallow context menus for sidebar headings
...
We already make them non-selectable - there's no point in having a menu
for headings here.
https://bugzilla.redhat.com/show_bug.cgi?id=819404
2012-05-07 14:24:08 -04:00
Kalev Lember
db0b28fd8e
icon-container: Fix the build with self tests disabled
2012-05-07 18:18:02 +03:00
Cosimo Cecchi
5e26371335
places-sidebar: don't double unref GMount objects
...
Fixes a lot of reported crashers with NFS/Samba volumes.
https://bugzilla.gnome.org/show_bug.cgi?id=674659
2012-05-04 14:38:43 -04:00
Cosimo Cecchi
c1400ff4f1
release: prepare for 3.5.1
2012-04-30 17:46:23 -04:00
Cosimo Cecchi
d2b62cce99
bookmarks-window: fix wrong include path
2012-04-30 17:46:23 -04:00
Cosimo Cecchi
7eab8fc964
build: add nautilus-app-menu.ui to EXTRA_DIST
...
Needed for distcheck.
2012-04-30 17:42:28 -04:00
Cosimo Cecchi
377349ba19
editable-label: don't use deprecated gtk_draw_insertion_cursor()
...
Replace the calls with gtk_render_insertion_cursor()
2012-04-30 10:43:29 -04:00
Cosimo Cecchi
e098781b3e
bookmark-list: make sure to avoid sync I/O while loading/saving
...
Last patch introduces sync I/O in the load and save paths; avoid that by
explicitly using separate threads for saving and loading, thanks to
g_simple_async_result_run_in_thread().
2012-04-30 10:17:24 -04:00
William Jon McCann
ed90577118
Use new GTK bookmarks location
...
If it doesn't exist fallback to reading from the old location but
always write to the new location.
https://bugzilla.gnome.org/show_bug.cgi?id=674986
2012-04-30 10:17:24 -04:00
Kjartan Maraas
4b23fe542a
Added Norwegian bokmål translation
2012-04-30 12:46:37 +02:00
Cosimo Cecchi
875efc324f
pathbar: remove unused code
...
The path-set signal has no listeners connected anymore, so it can be
safely removed.
2012-04-29 17:42:52 -04:00
Cosimo Cecchi
cfa51e6702
window-pane: use the path-event signal from NautilusPathBar
...
Simplifies code quite a bit.
2012-04-29 17:42:21 -04:00
Cosimo Cecchi
e1ad3c05a6
pathbar: add a path-event signal
...
This will be useful to remove some hairy code from NautilusWindowPane
2012-04-29 17:42:17 -04:00
Cosimo Cecchi
6432c95e61
pathbar: remove fake root attributes
...
We currently allow going up from Home towards the filesystem root with a
little back arrow; in the code this is implemented by keeping track of an
additional fake root.
Since we want to change the pathbar not to show the back arrow anymore
in such cases, remove this code (and refactor other pieces of code
around it).
https://bugzilla.gnome.org/show_bug.cgi?id=619616
2012-04-29 16:56:20 -04:00
Cosimo Cecchi
aabb468c1f
pathbar: simplify code
2012-04-27 15:07:42 -04:00