Denis Washington
b6c8536e3e
Don't try to install mouse-cursor-*.png as these files are not in mouse/
...
2007-07-27 Denis Washington <denisw@svn.gnome.org>
* Makefile.am:
Don't try to install mouse-cursor-*.png as these files are not in mouse/
anymore.
svn path=/trunk/; revision=7903
2007-07-27 16:25:40 +00:00
Denis Washington
fcfef66efd
Implement drag-and drop theme installation.
...
2007-07-27 Denis Washington <dwashington@gmx.net>
* appearanc-themes.c: (appearance_window_drag_data_received_cb),
(themes_init):
Implement drag-and drop theme installation.
svn path=/trunk/; revision=7902
2007-07-27 14:07:14 +00:00
Denis Washington
2c3bcb8810
Moved to ../appearance/data/.
...
2007-07-27 Denis Washington <denisw@svn.gnome.org>
* mouse/cursor-*.pcf:
* mouse/mouse-cursor-*.png:
Moved to ../appearance/data/.
* appearance/data/cursor-*.pcf:
* appearance/data/mouse-cursor-*.png:
Cursor fonts and thumbnails moved from gnome-mouse-properties.
* appearance/data/Makefile.am:
Install the new files.
svn path=/trunk/; revision=7901
2007-07-27 12:45:28 +00:00
Theppitak Karoonboonyanan
bb0366d1a2
Updated Thai translation.
...
* th.po: Updated Thai translation.
svn path=/trunk/; revision=7900
2007-07-27 01:33:43 +00:00
Jens Granseuer
307679f2e2
connect to the GtkTreeViewSelection::changed signal instead of
...
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* gconf-property-editor.c: (peditor_tree_view_widget_changed),
(gconf_peditor_new_tree_view): connect to the GtkTreeViewSelection::changed
signal instead of GtkTreeView::cursor_changed, so we actually get notified
whenever the selection changes
svn path=/trunk/; revision=7899
2007-07-26 21:13:45 +00:00
Jens Granseuer
7af0f3f05b
move some utility code over to common
...
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (update_color_buttons_from_string):
* appearance-themes.c: (theme_load_from_gconf), (theme_is_equal):
* theme-util.c: (theme_find_in_model):
* theme-util.h: move some utility code over to common
svn path=/trunk/; revision=7898
2007-07-26 19:50:20 +00:00
Jens Granseuer
abd1b52762
move some utility code here from appearance
...
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (gnome_theme_read_meta_theme),
(gnome_theme_color_scheme_parse), (gnome_theme_color_scheme_equal):
* gnome-theme-info.h:
* gtkrc-utils.c: (str_nequal), (gtkrc_get_color_scheme),
(gtkrc_get_color_scheme_for_theme):
* gtkrc-utils.h: move some utility code here from appearance
* gnome-theme-apply.c: (gnome_meta_theme_set): when applying a metatheme,
check whether to set/unset the color scheme gconf key (should fix bug
#421866 )
svn path=/trunk/; revision=7897
2007-07-26 19:48:14 +00:00
Jens Granseuer
7eefc853d1
really unset the gconf key when reverting colors
...
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (update_color_buttons_from_settings),
(color_scheme_defaults_button_clicked_cb): really unset the gconf key
when reverting colors
svn path=/trunk/; revision=7896
2007-07-26 19:04:44 +00:00
Jorge Gonzalez Gonzalez
445b2db998
Updated Spanish translation
...
svn path=/trunk/; revision=7895
2007-07-26 18:43:34 +00:00
Jorge Gonzalez Gonzalez
7371cfc895
Updated Spanish translation
...
svn path=/trunk/; revision=7894
2007-07-26 18:37:38 +00:00
Jens Granseuer
e91260a58b
make color scheme comparisons work much more reliably
...
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (update_color_buttons_from_string),
(update_color_buttons_from_settings):
* appearance-themes.c: (theme_is_equal):
* theme-util.c: (theme_parse_color_scheme),
(theme_color_scheme_equal):
* theme-util.h: make color scheme comparisons work much more reliably
svn path=/trunk/; revision=7893
2007-07-26 18:21:05 +00:00
Jens Granseuer
0b3d3935dd
add a comment for translators (bug #460506 )
...
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* gnome-wp-item.c: (gnome_wp_item_update_description): add a comment
for translators (bug #460506 )
svn path=/trunk/; revision=7892
2007-07-26 17:37:04 +00:00
Denis Washington
e7c179fa94
Fixed a bug introduced in my last commit which caused to make the button
...
2007-07-26 Denis Washington <denisw@svn.gnome.org>
* data/appearance.glade:
Fixed a bug introduced in my last commit which caused to make the
button box appear above the cursors list in the theme details window.
* appearance-style.c: (cursor_theme_sort_func), (prepare_list):
Make "Default Pointer" always appear as first item in the list.
svn path=/trunk/; revision=7891
2007-07-26 17:10:12 +00:00
Denis Washington
78b4743519
Re-add basic support for cursor themes for X servers without the Xcursor
...
2007-07-26 Denis Washington <denisw@svn.gnome.org>
* appearance/data/appearance.glade:
* appearance/appearance-style.c:
* appearance/appearance-themes.c: (theme_load_from_gconf),
(cursor_theme_changed), (prepare_list), (style_init):
* appearance/theme-save.c: (write_theme_to_disk):
* appearance/theme-util.h:
* common/gnome-theme-apply.c: (gnome_meta_theme_set):
* common/gnome-theme-info.c:
(add_common_icon_theme_dir_monitor),
(gnome_theme_init):
* common/gnome-theme-info.h:
Re-add basic support for cursor themes for X servers without the Xcursor
extension, like the one on Solaris.
svn path=/trunk/; revision=7890
2007-07-26 16:15:35 +00:00
Denis Washington
03b9c9b1e1
Remove the Cursors tab as it's functionality is covered by the apperance
...
2007-05-26 Denis Washington <dwashington@gmx.net>
* gnome-mouse-properties.glade:
* gnome-mouse-poperties.c:
Remove the Cursors tab as it's functionality is covered by the apperance
capplet now.
svn path=/trunk/; revision=7889
2007-07-26 11:19:04 +00:00
Funda Wang
8f718f8d28
Updated g-c-c zh_CN translation
...
svn path=/trunk/; revision=7888
2007-07-26 09:50:27 +00:00
Theppitak Karoonboonyanan
0dd07c720f
Updated Thai translation.
...
* th.po: Updated Thai translation.
svn path=/trunk/; revision=7887
2007-07-26 07:45:45 +00:00
Thomas Wood
2a20516726
Patch by: Dennis Cranston <dennis_cranston@yahoo.com>
...
2007-07-25 Thomas Wood <thos@gnome.org>
Patch by: Dennis Cranston <dennis_cranston@yahoo.com>
* gnome-wp-item.c: (gnome_wp_item_update_description):Simplify tooltip
descriptions. Change "Location" to "Folder". Do not overuse bold text.
Closes bug 460111.
svn path=/trunk/; revision=7886
2007-07-25 20:10:16 +00:00
Denis Washington
016dabda52
Implement saving of the cursor theme name in metathemes, and add a
...
2007-07-25 Denis Washington <denisw@svn.gnome.org>
* appearance-style.c: (prepare_list):
* appearance-themes.c: (theme_load_from_gconf):
* theme-save.c: (write_theme_to_disk):
Implement saving of the cursor theme name in metathemes, and add a
"Default Pointer" option to the cursor theme list in Theme Details.
svn path=/trunk/; revision=7885
2007-07-25 17:37:00 +00:00
Denis Washington
2126b49c6e
ChangeLog whitespace fix.
...
svn path=/trunk/; revision=7884
2007-07-25 17:31:25 +00:00
Denis Washington
ce7f03bdc3
Add support for cursor theme names saved in metathemes.
...
2007-07-25 Denis Washington <denisw@svn.gnome.org>
* gnome-theme-info.h:
* gnome-theme-info.c: (gnome_theme_read_meta_theme):
* gnome-theme-apply.c: (gnome_meta_theme_set):
Add support for cursor theme names saved in metathemes.
svn path=/trunk/; revision=7883
2007-07-25 17:30:21 +00:00
Denis Washington
222d100c2d
Fix abug introduced by the changes in revision 7856 which caused cursor
...
2007-07-25 Denis Washington <denisw@svn.gnome.org>
* gnome-theme-info.c: (add_common_icon_theme_dir_monitor),
(look_for_cursor_theme):
Fix abug introduced by the changes in revision 7856 which caused
cursor themes to not being found anymore.
svn path=/trunk/; revision=7882
2007-07-25 15:43:51 +00:00
Theppitak Karoonboonyanan
e4587d4867
Updated Thai translation.
...
* th.po: Updated Thai translation.
svn path=/trunk/; revision=7881
2007-07-25 08:10:43 +00:00
Jorge Gonzalez Gonzalez
f289a73a3f
Updated Spanish translation
...
svn path=/trunk/; revision=7880
2007-07-24 21:36:52 +00:00
Jens Granseuer
8b934e5ed4
when reading current settings from gconf, get the color scheme from the
...
2007-07-24 Jens Granseuer <jensgr@gmx.net>
* appearance-themes.c: (theme_load_from_gconf): when reading current
settings from gconf, get the color scheme from the gtk theme if necessary
to allow matching against themes retrieved via gnome-theme-info
svn path=/trunk/; revision=7879
2007-07-24 20:34:23 +00:00
Thomas Wood
bb650ba152
Add makefile
...
2007-07-24 Thomas Wood <thos@gnome.org>
* data/Makefile.am: Add makefile
svn path=/trunk/; revision=7878
2007-07-24 20:09:06 +00:00
Thomas Wood
e8de70ecd2
Update for recent appearance re-organisation
...
2007-07-24 Thomas Wood <thos@gnome.org>
* POTFILES.in: Update for recent appearance re-organisation
svn path=/trunk/; revision=7877
2007-07-24 20:06:56 +00:00
Thomas Wood
9fe2ff04aa
Update for recent appearance capplet re-organisation
...
2007-07-24 Thomas Wood <thos@gnome.org>
* configure.in: Update for recent appearance capplet re-organisation
svn path=/trunk/; revision=7876
2007-07-24 20:05:31 +00:00
Thomas Wood
c8f9aee581
Add a data sub-directory for non-code items
...
2007-07-24 Thomas Wood <thos@gnome.org>
* data: Add a data sub-directory for non-code items
svn path=/trunk/; revision=7875
2007-07-24 19:54:51 +00:00
Jens Granseuer
50718153a0
improve color scheme matching; simplify code; don't possibly unref cursor
...
2007-07-24 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (update_color_buttons_from_settings),
(prepare_list), (style_init): improve color scheme matching; simplify
code; don't possibly unref cursor thumbs twice; remove redundant color
scheme initialization
* appearance.glade: make theme details window modal to prevent the
user from editing non-custom themes
svn path=/trunk/; revision=7874
2007-07-24 19:48:03 +00:00
Sergey V. Udaltsov
52edca17a1
eliminating up/down buttons in the layout list
...
svn path=/trunk/; revision=7873
2007-07-24 16:53:20 +00:00
Denis Washington
0b8909ef13
also use new icon in the window titlebar.
...
2007-07-24 Denis Washington <denisw@svn.gnome.org>
* gnome-network-preferences.c: also use new icon in the window titlebar.
svn path=/trunk/; revision=7872
2007-07-24 16:00:18 +00:00
Priit Laes
c5e00d965b
Estonian translation update by Ivar Smolin.
...
2007-07-24 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation update by Ivar Smolin.
svn path=/trunk/; revision=7871
2007-07-24 09:24:26 +00:00
Sergey V. Udaltsov
b9f4021a46
implementing DND in the layouts list, b.g.o#351936
...
svn path=/trunk/; revision=7870
2007-07-23 23:23:42 +00:00
Jens Granseuer
88b4dcb0e3
add a tooltip to the image button to make it accessible
...
2007-07-23 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.glade: add a tooltip to the image button to make it
accessible
svn path=/trunk/; revision=7869
2007-07-23 19:02:27 +00:00
Jens Granseuer
7ea1e18d5c
bump all tooltips code to gtk 2.11.6
...
2007-07-23 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (desktop_init): bump all tooltips code to gtk
2.11.6
svn path=/trunk/; revision=7868
2007-07-23 18:43:37 +00:00
Jens Granseuer
0e16486c79
Use new GTK+ convenience API for icon view tooltips. ( #455985 )
...
2007-07-12 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: Use new GTK+ convenience API for
icon view tooltips. (#455985 )
svn path=/trunk/; revision=7867
2007-07-23 18:21:39 +00:00
Theppitak Karoonboonyanan
95f4f84c5a
Updated Thai translation.
...
* th.po: Updated Thai translation.
svn path=/trunk/; revision=7866
2007-07-21 12:53:11 +00:00
Jens Granseuer
03f2879bce
fix last commit when building without gstreamer
...
2007-07-19 Jens Granseuer <jensgr@gmx.net>
* configure.in: fix last commit when building without gstreamer
svn path=/trunk/; revision=7865
2007-07-19 09:54:51 +00:00
Vincent van Adrighem
3c5853ca3f
Translation updated by Reinout van Schouwen.
...
2007-07-18 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
svn path=/trunk/; revision=7864
2007-07-18 17:30:34 +00:00
Žygimantas Beručka
90a7b34682
Updated Lithuanian translation.
...
svn path=/trunk/; revision=7863
2007-07-18 07:45:06 +00:00
Amanpreet Singh Alam
a700b40023
updating for Punjabi by POST
...
svn path=/trunk/; revision=7862
2007-07-18 04:25:01 +00:00
Daniel Nylander
97808ce919
sv.po: Updated Swedish translation
...
svn path=/trunk/; revision=7861
2007-07-17 15:29:00 +00:00
Ilkka Tuohela
dd9fd0ce00
Updated Finnish translation
...
svn path=/trunk/; revision=7860
2007-07-16 16:08:23 +00:00
Jens Granseuer
b75a357795
don't fail if gstreamer is not available, but simply skip the sound
...
2007-07-15 Jens Granseuer <jensgr@gmx.net>
* capplets/Makefile.am:
* configure.in: don't fail if gstreamer is not available, but simply
skip the sound capplet (closes bug #456957 )
svn path=/trunk/; revision=7859
2007-07-15 18:07:51 +00:00
Jorge Gonzalez Gonzalez
079b4de8bf
Updated Spanish translation
...
svn path=/trunk/; revision=7858
2007-07-15 13:11:14 +00:00
Kjartan Maraas
e4be3383a4
Updated Norwegian bokmål translation.
...
2007-07-14 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=7857
2007-07-14 13:18:02 +00:00
Jens Granseuer
2286497f8e
general cleanup and leak-plugging add cursor theme info
...
2007-07-13 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (gdk_pixbuf_from_xcursor_image),
(look_for_cursor_theme), (add_common_icon_theme_dir_monitor),
(gnome_theme_cursor_info_new): general cleanup and leak-plugging
* gnome-theme-test.c: (main): add cursor theme info
svn path=/trunk/; revision=7856
2007-07-13 18:32:25 +00:00
Priit Laes
a69632d6e4
Estonian translation update by Ivar Smolin.
...
2007-07-13 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation update by Ivar Smolin.
svn path=/trunk/; revision=7855
2007-07-13 10:20:35 +00:00
Frederic Crozat
e62cc67971
Fix crash when no cursor is specified in theme (fixes bug #455952 ).
...
2007-07-13 Frederic Crozat <fcrozat@mandriva.com>
* gnome-theme-info.c: (look_for_cursor_theme):
Fix crash when no cursor is specified in theme (fixes bug #455952 ).
svn path=/trunk/; revision=7854
2007-07-13 07:35:29 +00:00