diff options
author | Mark McLoughlin <mark@skynet.ie> | 2002-02-11 10:58:02 +0000 |
---|---|---|
committer | Mark McLoughlin <mmclouglin@src.gnome.org> | 2002-02-11 10:58:02 +0000 |
commit | 335f184d75a965d6aec95fd85dea5f1f9d61862e (patch) | |
tree | 814696b91db24c46a7b6b9b7ef2530407fae0156 | |
parent | 9fc558e076eb8bd4c80d110060a94deab5476167 (diff) |
load applets in an idle handler at startup.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* applet.c:
(panel_applet_load_idle_handler): load applets in an idle handler
at startup.
(panel_applet_load_from_unique_id): use it.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* GNOME_Panel.server.in: move to Vertigo namespace.
* menu.c: ditto.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet-frame.[ch]:
(panel_applet_frame_load): update for panel_applet_frame_new change.
(panel_applet_frame_get_expand_flags): get the flags from the
property sack.
(panel_applet_frame_get_background_string): impl method to
prepare background strings.
(panel_applet_frame_change_background): merge background changing
methods in to one.
(panel_applet_focus): rename to panel_applet_frame_focus.
(panel_applet_frame_get_orient_string),
(panel_applet_frame_get_size_string): impl method to prepare size
and orient strings.
(panel_applet_frame_construct_moniker): add the bacgkround, size
and orient items.
(panel_applet_frame_construct): add PanelWidget arg.
(panel_applet_frame_new): ditto.
* panel-types.h: GNOME_Panel_BackType enum doesn't exist anymore.
* panel-widget.[ch] (panel_widget_class_init): upd for above.
(panel_widget_get_applet_orient): re-named from get_applet_orient.
* panel.c: (get_applet_orient): move to panel-widget.c.
(back_change): use panel_applet_background_change.
* drawer.c: (load_drawer_applet): update for get_applet_orient
change.
* status.[ch] (status_spot_remove): use Vertigo_StatusSpot.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-test-applets.c, panel-test-applets.glade: little applet
testing utility.
* Makefile.am: add rules to build panel-test-applets and glade2 file.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* test-bonobo-applet.c: test inheriting from PanelApplet
actually works.
* panel-applet.c: (panel_applet_factory_main_closure),
(panel_applet_shlib_factory_closure): error out if applet_type
isn't derived from PanelApplet.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet.c: (panel_applet_associate_schemas_in_dir),
(panel_applet_add_preferences): use GConfClient where possible.
Still stuck with using gconf_engine_associate_schema, though.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet.[ch]: (panel_applet_factory_main),
(panel_applet_factory_main_closure), (panel_applet_shlib_factory),
(panel_applet_shlib_factory_closure): add applet_type arg.
(panel_applet_callback_data_new), (panel_applet_callback_data_free):
wrap the closure and applet type up for callback.
* GNOME_Panel_TestApplet.server.in: move to Vertigo namespace.
* test-bonobo-applet.c: update for factory macro change.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* panel-applet-shell (impl_PanelAppletShell_getExpandFlags): kill.
* panel-applet.[ch]:
(panel_applet_get_expand_flags): rename to panel_applet_get_flags.
(panel_applet_set_expand_flags): rename to panel_applet_set_flags.
(panel_applet_get_prop), (panel_applet_property_bag): add flags
property.
(panel_applet_item_handle_get_object): add background, orient
and size items.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* tasklist.c: (fill_tasklist_applet): update for
panel_applet_set_expand_flags change.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* GNOME_GenUtilApplet_Factory.server.in.in: move to Vertigo namespace.
* main.c: update for factory macro change.
2002-02-09 Mark McLoughlin <mark@skynet.ie>
* GNOME_FishApplet_Factory.server.in: move to Vertigo namespace.
* fish.c: update for factory macro change.
-rw-r--r-- | mailcheck/ChangeLog | 11 | ||||
-rw-r--r-- | mailcheck/GNOME_MailcheckApplet_Factory.server.in.in | 12 |
2 files changed, 15 insertions, 8 deletions
diff --git a/mailcheck/ChangeLog b/mailcheck/ChangeLog index bf8ba5d71..a06afb3f0 100644 --- a/mailcheck/ChangeLog +++ b/mailcheck/ChangeLog @@ -1,3 +1,14 @@ +2002-02-09 Mark McLoughlin <mark@skynet.ie> + + * tasklist.c: (fill_tasklist_applet): update for + panel_applet_set_expand_flags change. + +2002-02-09 Mark McLoughlin <mark@skynet.ie> + + * GNOME_GenUtilApplet_Factory.server.in.in: move to Vertigo namespace. + + * main.c: update for factory macro change. + Wed Feb 06 10:01:46 2002 George Lebl <jirka@5z.com> * clock.c, mailcheck.c, pager.c, tasklist.c: Get initial values diff --git a/mailcheck/GNOME_MailcheckApplet_Factory.server.in.in b/mailcheck/GNOME_MailcheckApplet_Factory.server.in.in index 8ef14b100..5f4565eb2 100644 --- a/mailcheck/GNOME_MailcheckApplet_Factory.server.in.in +++ b/mailcheck/GNOME_MailcheckApplet_Factory.server.in.in @@ -18,7 +18,7 @@ location="OAFIID:GNOME_GenUtilApplet_Factory"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/PanelAppletShell:1.0"/> + <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/> <item value="IDL:Bonobo/Control:1.0"/> <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> @@ -33,7 +33,7 @@ location="OAFIID:GNOME_GenUtilApplet_Factory"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/PanelAppletShell:1.0"/> + <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/> <item value="IDL:Bonobo/Control:1.0"/> <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> @@ -49,7 +49,7 @@ location="OAFIID:GNOME_GenUtilApplet_Factory"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/PanelAppletShell:1.0"/> + <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/> <item value="IDL:Bonobo/Control:1.0"/> <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> @@ -65,7 +65,7 @@ location="OAFIID:GNOME_GenUtilApplet_Factory"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/PanelAppletShell:1.0"/> + <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/> <item value="IDL:Bonobo/Control:1.0"/> <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> @@ -76,7 +76,3 @@ </oaf_server> </oaf_info> - - - - |