Thomas Wood
54bcf1874d
[appearance] use GtkInfoBar rather than a copy of GeditMessageArea
...
GtkInfoBar (available in Gtk+ 2.18) replaces GeditMessageArea.
2010-01-19 13:03:32 +00:00
William Jon McCann
07c4a415df
Remove interface tab
...
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=592756
2009-11-09 20:35:17 +00:00
Thomas Wood
5d882a3bdd
Automatically generate .gitignore files with git.mk
...
Add git.mk and include it in all Makefiles to generate .gitignore files
2009-07-16 00:38:51 +01:00
Thomas Wood
91d7627558
[appearance] install the ui file into the common ui directory
...
Install the UI description file into the same directory as the other
capplets
2009-07-12 00:36:17 +01:00
Thomas Wood
683102f257
[appearance] remove custom cell renderers
...
The custom cell renderers were required to draw the selection inidicator
around the entire item, not just the text. This has now been fixed in GTK+ as the
as the resolution of bug 382544.
2009-07-11 23:24:34 +01:00
Thomas Wood
e5d8d840d5
[appearance] migrate appearance capplet to GtkBuilder
...
This removes the dependency on the deprecated libglade library.
2009-07-11 12:53:27 +01:00
Jens Granseuer
a62dabe380
don't define GNOME_DESKTOP_USE_UNSTABLE_API globally
...
2009-01-25 Jens Granseuer <jensgr@gmx.net>
* configure.in: don't define GNOME_DESKTOP_USE_UNSTABLE_API globally
2009-01-25 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* gnome-wp-info.h:
* gnome-wp-item.h: define GNOME_DESKTOP_USE_UNSTABLE_API in Makefile
instead of individual headers
svn path=/trunk/; revision=9208
2009-01-25 11:25:09 +00:00
Jens Granseuer
3c71eb6319
move metatheme validation code here from the appearance capplet and add
...
2008-05-06 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* gnome-theme-info.c: (gnome_theme_info_error_quark),
(gnome_theme_meta_info_free), (gnome_theme_meta_info_validate):
* gnome-theme-info.h: move metatheme validation code here from the
appearance capplet and add proper error codes
2008-05-06 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* appearance-themes.c: (theme_message_area_update): move metatheme
validation code to common/gnome-theme-info.c
svn path=/trunk/; revision=8692
2008-05-06 17:41:57 +00:00
Jens Granseuer
6cfdc46460
figure out where GTK+ expects its theme engines and make that info
...
2008-04-19 Jens Granseuer <jensgr@gmx.net>
* configure.in: figure out where GTK+ expects its theme engines and
make that info available to interested capplets
2008-04-19 Jens Granseuer <jensgr@gmx.net>
* gtkrc-utils.c: (gtkrc_get_details): accept NULL for the
symbolic_colors parameter if the caller doesn't want that information
2008-04-19 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* appearance-themes.c: (theme_validate),
(theme_message_area_update), (themes_init):
* appearance.h: show a warning message when the selected theme is
incomplete (e.g. missing icon theme or gtk theme engine)
svn path=/trunk/; revision=8658
2008-04-19 10:30:34 +00:00
Thomas Wood
7716fbe14b
Add a custom cell renderer for metatheme names to allow rounded corners on
...
2008-04-14 Thomas Wood <thos@gnome.org>
* Makefile.am:
* appearance-themes.c: (themes_init):
* caption-cellrenderer.c:
* caption-cellrenderer.h:
Add a custom cell renderer for metatheme names to allow rounded corners
on the selection indicator. Fixes bug 500276.
svn path=/trunk/; revision=8652
2008-04-14 00:35:49 +00:00
Jens Granseuer
bdf68d23a0
remove accidentally committed (and broken) desktop effects changes
...
svn path=/trunk/; revision=8641
2008-04-08 18:56:46 +00:00
Rodrigo Moya
a8008dc1e5
Updated NEWS from 2.22 branch
...
svn path=/trunk/; revision=8638
2008-04-08 12:04:49 +00:00
Soren Sandmann
a2ccffefbc
Delete this function.
...
2008-01-25 Soren Sandmann <sandmann@redhat.com>
* gnome-wp-item.c (collect_save_options): Delete this function.
* gnome-wp-xml.c: Don't include gnome-wp-utils.h
* appearance-desktop.c: Don't include gnome-wp-utils.h
* gnome-wp-item.c: Don't include gnome-wp-utils.h
* gnome-wp-item.h: Move gconf key macros here from gnome-wp-utils.h
* Makefile.am: Delete gnome-wp-utils.[ch]
* gnome-wp-utils.[ch]: Delete these files.
svn path=/trunk/; revision=8417
2008-01-25 20:11:22 +00:00
Rodrigo Moya
a7d00c7cda
disable gnome-settings-daemon build here also.
...
2008-01-14 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in: disable gnome-settings-daemon build here also.
* capplets/appearance/Makefile.am:
* gnome-settings-daemon/Makefile.am:
* libwindow-settings/Makefile.am:
* vfs-methods/fontilus/Makefile.am:
* vfs-methods/themus/Makefile.am: fixes for Cygwin building (#317046 )
svn path=/trunk/; revision=8389
2008-01-14 18:05:06 +00:00
Denis Washington
35872177c1
Added controls for applying suggested backgrounds and/or fonts from
...
2007-07-29 Denis Washington <denisw@svn.gnome.org>
* data/appearance.glade:
* appearance-themes.c: (theme_message_area_response_cb),
(theme_message_area_update), (theme_selection_changed_cb),
(themes_init), (themes_shutdown):
* gedit-message-area.[ch]:
* theme-util.h:
Added controls for applying suggested backgrounds and/or fonts from
metathemes. Copied over some code from gedit for the message area
(GeditMessageArea).
* Makefile.am:
Added gedit-message-area.[ch].
svn path=/trunk/; revision=7921
2007-07-29 13:56:10 +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
Denis Washington
11756d2e52
Placeholder thumbnails for gtk+, metacity and icon themes.
...
2007-06-26 Denis Washington <denisw@svn.gnome.org>
* gtk-theme-thumbnailing.png:
* icon-theme-thumbnailing.png:
* window-theme-thumbnailing.png:
Placeholder thumbnails for gtk+, metacity and icon themes.
* Makefile.am: Add new files.
* appearance.h:
* appearance-style.h:
* appearance-style.c: (style_init), (style_shutdown), (prepare_list):
Use the new placeholder thumbnails for the details window's theme lists.
* appearance-main.c: Call new style_shutdown ().
svn path=/trunk/; revision=7781
2007-06-26 14:45:57 +00:00
Jens Granseuer
122df3a8d0
implement theme saving
...
2007-06-24 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* appearance-themes.c: (theme_selection_changed_cb),
(theme_save_cb), (themes_init), (themes_shutdown):
* appearance.glade:
* appearance.h:
* theme-save.c:
* theme-save.h:
* theme-util.h: implement theme saving
svn path=/trunk/; revision=7771
2007-06-24 11:04:27 +00:00
Jens Granseuer
cba96896bc
make gnome-theme-installer work
...
2007-06-16 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* appearance-main.c: (init_appearance_data), (main):
* gnome-theme-installer.desktop.in.in: make gnome-theme-installer
work
svn path=/trunk/; revision=7731
2007-06-16 15:32:12 +00:00
Jens Granseuer
dbc58d64cb
add initial support for installing themes, includes support for packages
...
2007-06-16 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* appearance-style.c: (prepare_list):
* appearance-themes.c: (theme_install_cb), (theme_delete_cb),
(theme_details_changed_cb):
* theme-installer.c: (cleanup_tmp_dir), (file_theme_type),
(missing_utility_message_dialog), (transfer_done_tgz_tbz),
(transfer_done_archive), (gnome_theme_install_real),
(transfer_done_cb), (gnome_theme_install_from_uri),
(gnome_theme_installer_run):
* theme-installer.h: add initial support for installing themes,
includes support for packages containing more than one theme
(bug #409624 )
svn path=/trunk/; revision=7730
2007-06-16 15:08:20 +00:00
Jens Granseuer
48dca61dd7
new files
...
2007-06-14 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* theme-util.c: (theme_delete), (theme_model_iter_last):
* theme-util.h: new files
* appearance.glade: default delete buttons to insensitive,
change label for "Custom" key, adjust column ids for icon view
* appearance-style.c: (style_init), (prepare_list),
(update_color_buttons_from_settings), (theme_name_changed),
(color_button_clicked_cb),
(color_scheme_defaults_button_clicked_cb):
* appearance-themes.c: (theme_get_selected_name),
(theme_get_selected), (theme_select_iter), (theme_select_name),
(theme_is_equal), (theme_set_custom_from_theme),
(theme_changed_on_disk_cb), (theme_custom_cb), (theme_delete_cb),
(theme_details_changed_cb), (theme_color_scheme_changed_cb),
(theme_gconf_changed), (theme_postinit), (themes_init),
(themes_shutdown):
* appearance.h: improvements all around the block (metatheme
deletion now working, and custom theme working much better)
svn path=/trunk/; revision=7725
2007-06-14 21:20:25 +00:00
Jens Granseuer
f5fe47e66e
add capplets/appearance/gnome-theme-package.xml to generated files
...
2007-06-05 Jens Granseuer <jensgr@gmx.net>
* configure.in: add capplets/appearance/gnome-theme-package.xml
to generated files
* capplets/appearance/Makefile.am:
* capplets/appearance/gnome-theme-package.xml.in: move theme
package mime type over from the theme-manager (closes bug #444336 )
svn path=/trunk/; revision=7693
2007-06-05 18:32:05 +00:00
Denis Washington
f9e6d4c508
Add theme-thumbnailing.png to Makefile.am.
...
2007-05-25 Denis Washington <denisw@svn.gnome.org>
* theme-thumbnailing.png:
Add theme-thumbnailing.png to Makefile.am.
svn path=/trunk/; revision=7658
2007-05-25 17:49:38 +00:00
Denis Washington
3a908d7a99
Replace the background treeview with an icon view that only shows the
...
* appearance.h:
* appearance-desktop.c:
* appearance.glade:
* gnome-wp-item.c:
* Makefile.am:
* wp-cellrenderer.[ch]:
Replace the background treeview with an icon view that only shows the
thumbnails. Tooltips are to be done.
svn path=/trunk/; revision=7593
2007-05-10 16:31:18 +00:00
Thomas Wood
88c4cb5314
- Add files for Style tab - Implement changing gtk and metacity themes
...
2007-05-07 Thomas Wood <thos@gnome.org>
* Makefile.am:
* appearance-main.c: (main):
* appearance-style.c:
* appearance-style.h:
- Add files for Style tab
- Implement changing gtk and metacity themes
* appearance.glade: Change "Themes" to "Theme" and name some widgets
svn path=/trunk/; revision=7570
2007-05-07 19:09:24 +00:00
Thomas Wood
6c95e5a6d3
Add FONT_CAPPLET_CFLAGS to INCLUDES
...
2007-05-07 Thomas Wood <thos@gnome.org>
* Makefile.am: Add FONT_CAPPLET_CFLAGS to INCLUDES
svn path=/trunk/; revision=7566
2007-05-07 16:40:51 +00:00
Jens Granseuer
08c474554f
add a desktop file for the appearance capplet
...
2007-05-06 Jens Granseuer <jensgr@gmx.net>
* configure.in:
* capplets/appearance/Makefile.am:
* capplets/appearance/gnome-appearance-properties.desktop.in.in:
add a desktop file for the appearance capplet
svn path=/trunk/; revision=7562
2007-05-06 19:39:46 +00:00
Jens Granseuer
709cb35f29
add implementation for fonts tab
...
2007-05-04 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* appearance-font.c:
* appearance-font.h:
* appearance-main.c: (init_appearance_data), (main):
* appearance.glade:
* appearance.h:
* subpixel-bgr.png:
* subpixel-rgb.png:
* subpixel-vbgr.png:
* subpixel-vrgb.png:
add implementation for fonts tab
svn path=/trunk/; revision=7550
2007-05-04 17:18:34 +00:00
Denis Washington
28787c51a2
fizz says: don't indent with spaces in Makefile.am. I say: don't do so in
...
* Makefile.am: fizz says: don't indent with spaces in Makefile.am.
* ChangeLog: I say: don't do so in ChangeLog either.
svn path=/trunk/; revision=7540
2007-05-02 17:52:47 +00:00
Denis Washington
e3dafbb585
Implement the the Desktop tab. Drag and drop still has to be done.
...
* appearance.glade:
* appearance-desktop.c:
* appearance-desktop.h:
* appearance-main.h:
* Makefile.am:
* gnome-wp-*.[ch]:
Implement the the Desktop tab. Drag and drop still has to be done.
svn path=/trunk/; revision=7536
2007-05-02 14:04:53 +00:00
Jens Granseuer
93bc8933ef
include config.h before anything else and add a GConfClient reference to
...
2007-05-01 Jens Granseuer <jensgr@gmx.net>
* appearance-main.c: (init_appearance_data), (main):
* appearance.h:
include config.h before anything else and add a GConfClient
reference to the AppearanceData struct
svn path=/trunk/; revision=7529
2007-05-01 10:25:29 +00:00
Jens Granseuer
bcbee706e8
use GNOMECC_GLADE_DIR like the other capplets do move initialization to a
...
2007-04-30 Jens Granseuer <jensgr@gmx.net>
* Makefile.am: use GNOMECC_GLADE_DIR like the other capplets
do
* appearance-main.c: (init), (main): move initialization to
a separate function, fix glade file location, leak less
memory, and init g_threads
svn path=/trunk/; revision=7521
2007-04-30 16:55:29 +00:00
Thomas Wood
b98e469088
Add some code for a new appearance capplet
...
2007-04-30 Thomas Wood <thos@gnome.org>
* capplets/appearance/Makefile.am:
* capplets/appearance/appearance-main.c:
* capplets/appearance/appearance-themes.c:
* capplets/appearance/appearance-themes.h:
* capplets/appearance/appearance.glade:
* capplets/appearance/appearance.h:
Add some code for a new appearance capplet
svn path=/trunk/; revision=7518
2007-04-30 14:33:05 +00:00