Commit graph

15687 commits

Author SHA1 Message Date
György Balló 5208c1c1a2 Autostart only in GNOME and Unity
Don't show desktop icons in other DEs, e.g Xfce and KDE uses it's own
desktop implementation.

https://bugzilla.gnome.org/show_bug.cgi?id=661942
2011-10-18 12:16:22 -04:00
Stefano Teso a90444b365 places-sidebar: show a Properties item for mounts
https://bugzilla.gnome.org/show_bug.cgi?id=546189
2011-10-18 11:45:23 -04:00
Timothy Arceri a598148fde file-operations: show needed space as a secondary message
When there's not enough space on the disk, show how much additional
space is needed for the operation to complete, instead of a more obscure
error message.

https://bugzilla.gnome.org/show_bug.cgi?id=542960
2011-10-18 11:28:08 -04:00
Cosimo Cecchi c590280477 test: don't use deprecated gtk_vbox_new() 2011-10-18 11:28:08 -04:00
Cosimo Cecchi a816e00ef7 all: don't use deprecated GDK pointer methods
Use the new GdkDevice methods instead.
2011-10-18 11:28:08 -04:00
Cosimo Cecchi 0594aa1636 all: don't use deprecated GMutex/GThread API
Also, threads area always enabled, so we can remove the
G_THREADS_ENABLED conditionals.
Require GLib 2.31 for this.
2011-10-18 11:28:08 -04:00
Cosimo Cecchi 04975e6cbc all: don't call g_thread_init()
GLib does that for us now.
2011-10-18 11:28:08 -04:00
Cosimo Cecchi e54ace0a55 editable-label: use GTK_STYLE_CLASS_ENTRY
Because that's what it is actually...
2011-10-17 18:56:03 -04:00
Cosimo Cecchi b143b95f20 editable-label: use gtk_render_frame() instead of hardcoding a stroke
This allows the stroke to use rounded corners and border images, among
other things.
2011-10-17 18:46:35 -04:00
Cosimo Cecchi f9383acb37 editable-label: don't hardcode black for the insertion cursor
Use the theme foreground/text color instead.
2011-10-17 18:45:35 -04:00
Cosimo Cecchi 3f95c46dff editable-label: remove useless code
No need to call _set_background() on the editable label widget.
2011-10-17 18:43:32 -04:00
Cosimo Cecchi 8b87a3e86e editable-label: make sure to size_request the padding set on the label
And not the alignment, which is an offset inside the allocated size.
2011-10-17 18:42:41 -04:00
Cosimo Cecchi 4c74f17654 icon-container: use gdk_window_move() to position the typeahead popup
For some reason, gtk_window_move() doesn't always work reliably, while
gdk_window_move() seems to always position the window in the requested
coordinates.

https://bugzilla.gnome.org/show_bug.cgi?id=660807
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/857710
2011-10-17 15:31:12 -04:00
Cosimo Cecchi 9a703cea50 icon-container: don't associate Ctrl+F to typeahead search
It won't get triggered anyway, as we bind Ctrl+F to show the search bar
in NautilusWindow.
2011-10-17 15:17:08 -04:00
Cosimo Cecchi fea4112c35 places-sidebar: don't crash when middle clicking on empty space
gtk_tree_view_get_path_at_pos() can fail; handle that case instead of
passing an invalid GtkTreePath.

https://bugzilla.gnome.org/show_bug.cgi?id=657366
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/830185
2011-10-17 11:21:03 -04:00
Cosimo Cecchi 03888c1dde tree-sidebar: don't call g_free on a GObject list
https://bugzilla.gnome.org/show_bug.cgi?id=660906
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/845408
2011-10-17 11:16:18 -04:00
Ivan Masár 0a5aa2a28d Updated Slovak translation 2011-10-16 23:04:50 +02:00
Jiro Matsuzawa 9bdca2a00b Updated Japanese translation 2011-10-17 01:20:14 +09:00
Andrej Žnidaršič 4b470c16d7 Updated Slovenian translation 2011-10-14 22:26:09 +02:00
Yuri Myasoedov 1f23acbe5f Fixed Russian translation 2011-10-14 20:49:03 +04:00
Michael Biebl 04ff2cd9e6 Fix build failure if tracker FTS is enabled 2011-10-12 22:05:46 +02:00
krishnababu k 048115fa9c Updated Telugu Translations 2011-10-10 17:39:04 +05:30
Muhammet Kara 0dc5b59e63 Updated Turkish translation 2011-10-10 10:59:06 +03:00
Cosimo Cecchi 428b468e8e all: remove offset_x/offset_y parameters from eel_pop_up_context_menu()
They're unused now.
2011-10-05 15:08:05 -04:00
Federico Mena Quintero 7b290a2b2f Remove stale 'offset' in eel_pop_up_context_menu()
Also, fix the fallback timestamp for the menu popup.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2011-10-05 08:08:10 -05:00
Cosimo Cecchi 61699ef56e eel: remove unused eel_gdk_rgba_is_dark() 2011-10-05 12:30:09 -04:00
Cosimo Cecchi bcc62bec90 eel-string: remove unused code 2011-10-05 12:30:09 -04:00
Cosimo Cecchi 3a02c89ec0 all: don't use eel_strlen() 2011-10-05 12:30:09 -04:00
Cosimo Cecchi fc1479fc3a view: use g_str_has_prefix() instead of eel_str_has_prefix() 2011-10-05 12:30:09 -04:00
Cosimo Cecchi 3daaaf4a9e all: don't use eel_strcmp() 2011-10-05 12:30:09 -04:00
Cosimo Cecchi 96254fec43 eel: remove unused eel-gtk-macros.h file 2011-10-05 12:30:09 -04:00
Cosimo Cecchi 68732195ba view: don't use EEL_ASSIGN/EEL_IMPLEMENT macros for class signals
Not that useful since we have full control over all the views.
2011-10-05 12:30:09 -04:00
Cosimo Cecchi ce34c8c033 view: don't use EEL_INVOKE_METHOD macro 2011-10-05 12:30:09 -04:00
Cosimo Cecchi 2797c72a90 all: don't use EEL_CALL_METHOD* macros 2011-10-05 12:30:09 -04:00
Cosimo Cecchi 45e3ad0979 icon-view: simplify code by removing pointless method overrides 2011-10-05 12:30:09 -04:00
Cosimo Cecchi deb5601287 all: don't use EEL_CLASS_BOILERPLATE macro 2011-10-05 10:57:34 -04:00
Cosimo Cecchi f0dc94fed6 all: don't use EEL_CALL_PARENT* macros
Replace them with regular calls to the parent class method pointer.
2011-10-05 10:52:34 -04:00
Cosimo Cecchi 785ee926b3 properties-window: paint the pie backgorund with the notebook color
We have to reset the GtkDrawingArea background to the notebook color, in
case the theme specifies them to be different.
2011-10-04 21:33:21 -04:00
Cosimo Cecchi 8b99f1fae2 properties-window: port the pie chart GtkTable to GtkGrid 2011-10-04 21:33:21 -04:00
Cosimo Cecchi 0026899cd9 properties-window: port GtkTable to GtkGrid
Except for the pie chart, which will be ported in a separate commit
2011-10-04 21:33:21 -04:00
Cosimo Cecchi ac6797687c window: port GtkTable to GtkGrid 2011-10-04 21:33:21 -04:00
Cosimo Cecchi c6903f412d view: port GtkTable to GtkGrid 2011-10-04 21:33:21 -04:00
Cosimo Cecchi 29dea2e40f desktop-item-properties: port GtkTable to GtkGrid 2011-10-04 21:33:21 -04:00
Cosimo Cecchi 7f3e5ce778 connect-server-dialog: port GtkTable to GtkGrid 2011-10-04 21:33:21 -04:00
Federico Mena Quintero 24658f2ba3 Fix confusion in the fallback size for icons
Just caught this when reading the code...

https://bugzilla.gnome.org/show_bug.cgi?id=660894
2011-10-04 08:08:49 -05:00
Kristjan SCHMIDT d8cfe1080a Updated Esperanto translation 2011-10-03 17:17:13 +02:00
Tiffany Antopolski f1aae7bd99 Updated Esperanto translation 2011-10-03 07:42:53 +02:00
Nguyễn Thái Ngọc Duy 0c80c23a77 po/vi: better translation of "Go" 2011-10-02 21:07:32 +11:00
Cosimo Cecchi 530bbec3b5 all: remove initiated_unmount logic from NautilusWindow
We don't really need this, and it makes the behavior way less
convoluted.
Now we always try to close the current slot on mount remove, except when
it would be the last window at all to be closed.
2011-09-29 01:35:31 -04:00
Cosimo Cecchi 269c6b23cf window: add debug messages for pane closing 2011-09-29 01:35:31 -04:00