| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-13 Mike Kestner <mkestner@ximian.com>
* e-summary-preferences.c (fill_rdf_etable): pass FALSE for
expand to e_summary_shown_add_node.
* e-summary-shown.c (make_table): ditto, set_expanded_default to FALSE.
(add_node): only call e_tree_node_set_expanded is expanded != default.
* e-summary-weather.c (*_fill_etable): pass FALSE for expand to
e_summary_shown_add_node.
svn path=/trunk/; revision=20284
|
|
|
|
|
|
|
| |
are protected against default_uri being NULL. Also, no need to do
e_utf8_from_locale_string() anymore.
svn path=/trunk/; revision=20281
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-shown.c (e_summary_shown_freeze,
e_summary_shown_thaw): New, to free/thaw the ETree models.
(e_summary_shown_add_node): Don't freeze/thaw around the single
add here. That doesn't really help much.
* e-summary-preferences.c (fill_rdf_etable): Freeze/thaw the
ESummaryShown while filling it in.
* e-summary-weather.c (e_summary_weather_fill_etable): Likewise.
svn path=/trunk/; revision=20263
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Locations (name): Add some escapes to the newly added locations
so they get split properly.
* e-summary-weather.c (e_summary_weather_init_locations): Fetch
the Locations file from the right path. If you find an invalid
entry in the Locations file, complain with an informative
g_warning() instead of just returning FALSE.
(e_summary_weather_fill_etable): Do the same thing here.
svn path=/trunk/; revision=20220
|
|
|
|
|
|
| |
Woxberg. [See #5344]
svn path=/trunk/; revision=20206
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-calendar.c (e_summary_calendar_protocol): Use
G_GNUC_FUNCTION instead of __FUNCTION__.
* e-summary-rdf.c (e_summary_rdf_update): Likewise.
* e-summary-tasks.c (e_summary_tasks_protocol): Likewise.
(e_summary_tasks_protocol): Likewise.
* e-summary-weather.c (e_summary_weather_update): Likewise.
svn path=/trunk/; revision=20199
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-weather.c (e_summary_weather_set_online): Likewise,
assume weather_refresh_time of zero means "never update the
weather".
(e_summary_weather_init): Likewise here.
(e_summary_weather_reconfigure): And here.
* e-summary-rdf.c (e_summary_rdf_init): Don't add the news feeds
here -- it should be handled with a GConf schema. Also, assume
that prefs is always not NULL (as is the case with the current
code), and interpret a timeout value of zero as "never update
automatically".
(e_summary_rdf_reconfigure): Likewise here. If rdf->timeout is
zero, assume there is no pending timeout.
(e_summary_rdf_set_online): Likewise here. Sigh, so much
duplication in this code.
svn path=/trunk/; revision=20174
|
|
|
|
|
|
|
|
|
| |
2003-03-05 Not Zed <NotZed@Ximian.com>
* component-factory.c (owner_unset_cb): dont call bonobo_main_quit
anymore now we're shlib'ised.
svn path=/trunk/; revision=20165
|
|
|
|
|
|
|
|
|
|
| |
* e-summary.c (e_summary_init): Don't need to use libalarm to set
a timeout to change the date. We know how many seconds away it is,
so we can just set a timeout for then.
* Makefile.am (summary_libs): Remove libalarm.a
svn path=/trunk/; revision=20106
|
|
|
|
|
|
| |
some LDADDs in the process
svn path=/trunk/; revision=19994
|
|
|
|
|
|
|
| |
libraries, so they can be portably linked into the (shared library)
components. (Part 1 of N.)
svn path=/trunk/; revision=19971
|
|
|
|
| |
svn path=/trunk/; revision=19968
|
|
|
|
|
|
| |
* Makefile.am (summary_libs): s/libalarm.a/libalarm.la/
svn path=/trunk/; revision=19966
|
|
|
|
|
|
|
|
|
| |
* e-summary-rdf.c: Declare xmlSubstituteEntitiesDefaultValue
extern.
(message_finished): And set its value here. Fixes a duplicate
symbol error on OS X.
svn path=/trunk/; revision=19962
|
|
|
|
|
|
|
|
| |
doesn't get invoked multiple times in parallel.
(BUILT_SOURCES): Added this.
(CLEANFILES): And this.
svn path=/trunk/; revision=19873
|
|
|
|
|
|
| |
* Makefile.am (INCLUDES): Fix typo in previous commit
svn path=/trunk/; revision=19821
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am: clean up, update, etc
* component-factory.c: #include string.h
* e-summary.c (e_pixmap_file): s/IMAGEDIR/IMAGESDIR/
* e-summary-rdf.c: Fix some warnings
svn path=/trunk/; revision=19802
|
|
|
|
|
|
| |
* e-summary-offline-handler.c: s/BonoboXObject/BonoboObject/
svn path=/trunk/; revision=19765
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.in (idldir): Define componentdir instead of
COMPONENT_DIR. Set it to $privlibdir/components instead of
$libdir/evolution-$(BASE_VERSION)/components.
* gui/component/select-names/Makefile.am (componentdir): Remove
definition; no need to set it here since it's now defined in
configure.in
* gui/component/Makefile.am (componentdir): Likewise.
* gui/Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.
* Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.
* Makefile.am (componentdir): Removed definition; this is now
defined in configure.in.
svn path=/trunk/; revision=19588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-factory.c (control_activate): Get my-evolution.xml
from EVOLUTION_UI_DIRECTORY.
* e-summary.c (e_pixmap_file): Use EVOLUTION_IMAGEDIR.
(e_pixmap_file): Use EVOLUTION_BUTTONSDIR.
* e-summary-weather.c (e_summary_weather_init_locations): Use
LOCATIONDIR.
(e_summary_weather_fill_etable): Likewise.
* Makefile.am (Locationdir): Version using $(BASE_VERSION).
(gladedir): Likewise.
(INCLUDES): Define EVOLUTION_IMAGEDIR.
svn path=/trunk/; revision=19563
|
|
|
|
| |
svn path=/trunk/; revision=19540
|
|
|
|
|
|
| |
Pietikainen <Pekka.Pietikainen@nixu.com>.
svn path=/trunk/; revision=19526
|
|
|
|
| |
svn path=/trunk/; revision=19455
|
|
|
|
|
|
|
|
|
| |
2003-01-13 Not Zed <NotZed@Ximian.com>
* e-summary-preferences.c (e_summary_preferences_save): fix a
past-o with the physical_uri_list prepend.
svn path=/trunk/; revision=19422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-10 Not Zed <NotZed@Ximian.com>
* e-summary-mail.c (new_folder_cb): glist->gslist for
display_folders list
(mail_change_notify): "
(e_summary_mail_reconfigure): ", and also traverse the list
forwards, since we can't go backwards since its now an slist.
* e-summary-preferences.c (e_summary_preferences_restore): append
new folder entries to the folders list.
(config_control_apply_cb): display_folders is a list of folders,
not a list of strings, treat accordingly.
svn path=/trunk/; revision=19389
|
|
|
|
|
|
|
|
|
|
| |
2003-01-09 Chris Toshok <toshok@ximian.com>
* e-summary-preferences.c (e_summary_preferences_create_control):
change gtk_widget_show to gtk_widget_show_all so all the various
custom widgets are displayed.
svn path=/trunk/; revision=19379
|
|
|
|
|
|
|
| |
$(datadir)/evolution/images/ instead of
$(datadir)/images/evolution to fetch the icons.
svn path=/trunk/; revision=19298
|
|
|
|
|
|
| |
object.
svn path=/trunk/; revision=19140
|
|
|
|
|
|
|
|
| |
* Locations: Removed Marquette from the listing, it is no longer listed by METAR. This is per bug 29693.
* Locations.h: Removed Marquette from the listing, it is no longer listed by METAR.
svn path=/trunk/; revision=19100
|
|
|
|
|
|
| |
BONOBO_ACTIVATION_SHLIB_FACTORY to correctly say we are a factroy.
svn path=/trunk/; revision=19042
|
|
|
|
|
|
|
|
|
| |
* configure.in: Define COMPONENT_DIR.
* Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in
${prefix}/evolution/components.
svn path=/trunk/; revision=19008
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* GNOME_Evolution_Summary.server.in.in: Updated to be a shared
library.
* main.c: Removed.
* Makefile.am: Update to compile as a shared library.
* component-factory.c: Changed to be a shared library factory, for
both the ShellComponent and the ConfigControl objects.
* e-summary-preferences.c
(e_summary_preferences_init_config_control): Renamed from
e_summary_preferences_register_config_control_factory.
(e_summary_preferences_create_control): Renamed from factory_fn
and removed all args.
svn path=/trunk/; revision=19007
|
|
|
|
|
|
|
|
|
|
|
| |
2002-11-27 Not Zed <NotZed@Ximian.com>
* e-summary-shown.c (e_summary_shown_init): GNOME_STOCK_*NEXT/PREV ->
GTK_STOCK_*GO_BACK/FORWARD.
* e-summary.[ch]: ran fix.sh over this.
svn path=/trunk/; revision=18975
|
|
|
|
|
|
| |
(create_component): Do not connect.
svn path=/trunk/; revision=18913
|
|
|
|
|
|
|
| |
of gtk_main_quit().
(component_destroy): Likewise.
svn path=/trunk/; revision=18868
|
|
|
|
|
|
|
|
|
|
|
| |
* component-factory.c: Removed unused #define
COMPONENT_FACTORY_ID.
(component_factory_init): Removed unused variable.
* GNOME_Evolution_Summary.server.in.in: Updated to not use a
factory, which is what the code actually expects.
svn path=/trunk/; revision=18867
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary.c (e_summary_init): Use GConf.
* e-summary-tasks.c: Replaced member config_listener in
ESummaryTasks with a gconf_client.
(setup_gconf_client): Renamed from setup_config_listener(). Set
up the GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_value_changed_cb and changed prototype to match
that of the "value_changed" signal in GConfClient.
(setup_task_folder): Updated to use GConf.
* e-summary-calendar.c: Replaced member config_listener with a
gconf_listener.
(setup_calendar): Use GConf.
(setup_gconf_client): Renamed from setup_config_listener. Set up
a GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_key_changed_cb() and changed prototype to match
that of the "value_changed" signal in GConfClient.
(locale_uses_24h_time_format): Removed.
(e_summary_calendar_free): g_object_unref() the gconf_client.
* Makefile.am: Add rules to install the schemas.
* apps_evolution_summary.schemas: New.
* e-summary-preferences.c: Did a global GList -> GSList switch.
(e_summary_preferences_restore): Use GConfClient instead of
EConfigListener.
(vector_from_folder_list): Removed since GConf makes this useless.
(folder_list_from_vector): Likewise.
(str_list_from_vector): Likewise.
(vector_from_str_list): Likewise.
(make_initial_weather_list): Likewise.
(make_initial_rdf_list): Likewise.
(make_initial_mail_list): Likewise.
(e_summary_preferences_save): Use GConf.
(e_summary_preferences_init): No need to set up defaults here.
* e-summary.h: Changed members display_folders, rdf_urls, stations
in ESummaryPrefs to be GSLists instead of GLists; updated all the
functions that use them accordingly.
svn path=/trunk/; revision=18863
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am: Added rule to generate
GNOME_Evolution_Summary.server.in from
GNOME_Evolution_Summary.server.in.in, substituting @LIBEXECDIR@.
Also, install evolution-executive-summary in $libexecdir instead
of $bindir.
* GNOME_Evolution_Summary.server.in.in: Removed the @OAF_SHLIB_*@
stuff and added @LIBEXECDIR@/ to the executable's name instead.
svn path=/trunk/; revision=18791
|
|
|
|
| |
svn path=/trunk/; revision=18755
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-calendar.c: Replaced all gtk_signal_connect() calls
with g_signal_connect() ones.
* e-summary-mail.c: Likewise.
* e-summary-offline-handler.c: Likewise.
* e-summary-preferences.c: Likewise.
* e-summary-shown.c: Likewise.
* e-summary-tasks.c: Likewise.
* e-summary.c: Likewise.
svn path=/trunk/; revision=18754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-factory.c (control_destroy_cb): gtk_widget_destroy()
instead of gtk_object_destroy().
(e_summary_factory_new_control): Likewise.
* e-summary-calendar.c: Use g_object_ref()/g_object_unref()
instead of gtk_object_ref()/gtk_object_unref().
* e-summary-preferences.c: Likewise.
* e-summary-shown.c: Likewise.
* e-summary-table.c: Likewise.
* e-summary-tasks.c: Likewise.
* e-summary.c: Likewise.
* e-summary-preferences.c (e_summary_preferences_make_mail_table):
g_object_set_data() instead of gtk_object_set_data().
(make_property_dialog): g_object_get_data() instead of
gtk_object_get_data().
(get_folders_from_view): Likewise.
* component-factory.c (create_view): Use
evolution_shell_client_corba_objref() instead of
bonobo_object_corba_objref() on the EvolutionShellClient object.
Also, use g_object_get_data() instead of gtk_object_get_data().
(owner_set_cb): Likewise.
(create_component): Use g_object_set_data() instead of
gtk_object_set_data().
svn path=/trunk/; revision=18710
|
|
|
|
| |
svn path=/trunk/; revision=18709
|
|
|
|
| |
svn path=/trunk/; revision=18707
|
|
|
|
|
|
|
|
|
| |
* GNOME_Evolution_Summary.server.in.in: Renamed from
GNOME_Evolution_Summary.oaf.in.in.
* Makefile.am: GNOME_Evolution_Summary.server instead of .oaf.
svn path=/trunk/; revision=18652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* metar.c: #include <string.h>.
* main.c (main): Use gnome_program_init().
* e-summary-tasks.c (e_summary_tasks_protocol): Use
bonobo-activation.
* e-summary-table.c (set_value_at): Use g_signal_emit() instead of
gtk_signal_emit().
* e-summary-shown.c (e_summary_shown_class_init): GObjectified.
(construct_pixmap_button): Use gtk_image_new_from_stock() instead
of gnome_stock_pixmap_new().
* e-summary-preferences.c (e_summary_preferences_restore): Use
EConfigListener.
(add_dialog_clicked_cb): Add some missing consts.
(factory_fn): Pass NULL as the domain arg to glade_xml_new().
(factory_fn): Add id arg.
(e_summary_preferences_register_config_control_factory):
* e-summary-mail.c (e_summary_folder_init_folder_store): Use
bonobo-activation.
* e-summary-factory.c (control_activate): Pass NULL ev arg to
bonobo functions that now need it.
(control_deactivate): Likewise.
(control_activate_cb): Likewise.
(e_summary_factory_new_control): Use g_signal_connect() instead of
gtk_signal_connect().
* e-summary-calendar.c (e_summary_calendar_protocol): Use
bonobo_activation.
* e-summary.c: Update gnome-print #includes. Added some missing
#includes.
(e_summary_url_clicked): Pass NULL as the error arg to
gnome_url_show().
(do_summary_print): Use GnomePrintConfig instead of GnomePrinter
et al.
* e-cell-tri.h: Removed BEGIN_GNOME_DECLS/END_GNOME_DECLS.
* e-summary.c: Removed #include <libgnome/gnome-defs.h>. Ported
to e-config-listener.c.
* e-cell-tri.h: Removed #include <libgnome/gnome-defs.h>.
* component-factory.c: #include <gtk/gtkmain.h>.
(create_component): Use g_signal_connect. Match prototype with
the one required by bonobo_generic_factory().
* Makefile.am: Add @INTLTOOL_SERVER_RULE@.
($(MAIL_GENERATED)): Update with new ORBit rules.
svn path=/trunk/; revision=18574
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-cell-tri.c (set_value): Removed debugging message.
* e-summary-factory.c (control_activate): Removed the call to
e_summary_thaw().
(control_deactivate): Removed the call to e_summary_freeze().
* e-summary-mail.c (folder_gen_html): Removed debugging message.
(insert_path_recur): Likewise.
(add_storage_to_table): Likewise.
(folder_info_pb_changed): Likewise.
(lazy_register_storages): Likewise.
* e-summary-weather.c: #include "e-summary-preferences.h".
(e_summary_weather_update): Removed debugging message.
* e-summary-offline-handler.c: #include <gtk/gtksignal.h>.
* main.c: #include <gconf/gconf.h> and <gal/widgets/e-cursors.h>.
* e-summary-preferences.c (free_rdf_info): Removed unused
function.
(find_name_for_url): Likewise.
(mail_etable_item_changed_cb): Likewise.
(maybe_add_to_shown): Likewise.
(get_folders_from_view): Removed debugging messages.
* e-summary-rdf.c (tree_walk): Removed debugging message.
(e_summary_rdf_update): Likewise.
* e-summary-shown.c (find_entry_from_location): Removed unused
function.
(maybe_move_to_shown): Removed debugging message.
* e-summary-tasks.c: New members cal_open_reload_timeout_id and
reload_count in ESummaryTasks.
(generate_html): Return if the load_state of the cal_client is not
CAL_CLIENT_LOAD_LOADED.
(cal_open_reload_timeout): New; timeout function for attempting to
reload the calendar if the first attempt failed.
(cal_opened_cb): If the load failed, register
cal_open_reload_timeout to try again after one second.
(setup_task_folder): If there is a pending timeout callback
[cal_open_reload_timeout_id nonzero], remove it.
(e_summary_tasks_init): Call setup_task_folder().
(e_summary_tasks_free): If there is a pending timeout callback
[cal_open_reload_timeout_id nonzero], remove it.
* e-summary-calendar.c: New members cal_open_reload_timeout_id and
reload_count in ESummaryCalendar.
(e_cal_comp_util_compare_event_timezones): Renamed to
compare_event_timezones() and made static.
(generate_html): Return if the load_state of the cal_client is not
CAL_CLIENT_LOAD_LOADED. Call e_summary_draw() before returning.
(cal_open_reload_timeout): New; timeout function for attempting to
reload the calendar if the first attempt failed.
(cal_opened_cb): Return if the load_state of the cal_client is not
CAL_CLIENT_LOAD_LOADED.
(e_summary_calendar_reconfigure): Call setup_calendar() so that,
if the default folder has changed, it gets reloaded.
(setup_calendar): If there is a pending timeout callback
[cal_open_reload_timeout_id nonzero], remove it.
(e_summary_calendar_free): Likewise.
* e-summary.c: New member queue_draw_idle_id in ESummaryPrivate.
Removed member redraw_pending.
(destroy): If queue_draw_idle_id is nonzero, remove the
corresponding glib mainloop source.
(draw_idle_cb): New function to regenerate the HTML in the idle
loop; moved all the code from e_summary_draw() in here.
(e_summary_draw): Set up draw_idle_cb as an idle callback.
(e_summary_init): Initialize queued_draw_idle_id.
(e_summary_reload_timeout): Call e_summary_calendar_reconfigure()
and e_summary_tasks_reconfigure(). Removed debugging message.
(e_summary_set_online): Removed debugging message.
(e_summary_freeze): Removed.
(e_summary_thaw): Removed.
svn path=/trunk/; revision=18443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-preferences.c: Replace Gnotices with Footnotes.
* e-summary-tasks.c: New member config_listener in ESummaryTasks.
(e_summary_tasks_free): Unref the config_listener.
(config_listener_key_changed_cb): New, callback for the
config_listener.
(setup_task_folder): New helper function to set up access to the
task folder.
(setup_config_listener): New.
(e_summary_tasks_init): Use setup_config_listener() and
setup_task_folder().
* e-summary-calendar: New member config_listener in
ESummaryCalendar.
(setup_config_listener): New.
(config_listener_key_changed_cb): New callback for the
config_listener.
(setup_calendar): New.
(e_summary_calendar_init): Use setup_config_listener() and
setup_calendar().
svn path=/trunk/; revision=18417
|
|
|
|
|
|
|
|
| |
->weathers member before freeing the list items. Otherwise
soup_message_cancel() might invoke the refresh function while we
are freeing things on the list, and crash. [#31639]
svn path=/trunk/; revision=18398
|
|
|
|
|
|
| |
for the folder even if the unread count is zero.
svn path=/trunk/; revision=18240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed member name. Renamed FolderStore.folders to
FolderStore.path_to_folder and added
FolderStore.physical_uri_to_folder.
(new_folder_cb): Set physical_uri member.
(update_folder_cb): Likewise.
(new_folder_cb): Pass physical_uri to
e_summary_mail_idle_get_info(). Also g_strdup() it since that's
what it expects.
(remove_folder_cb): Free physical_uri.
(mail_change_notify): Compare against folder->physical_uri, not
->path.
(e_summary_mail_reconfigure): Pass folder->physical_uri to
e_summary_mail_get_info, not ->path.
(e_summary_mail_uri_to_name): Removed.
(e_summary_folder_init_folder_store): Initialize path_to_folder
and physical_uri_to_folder.
(new_folder_cb): Add the folder to the physical_uri_to_folder hash
too.
(mail_change_notify): Use physical_uri_to_folder to figure out the
folder from the uri.
(e_summary_mail_reconfigure): Here as well.
svn path=/trunk/; revision=18239
|
|
|
|
|
|
| |
sanity checking so we don't crash miserably as in #28481.
svn path=/trunk/; revision=18238
|
|
|
|
|
|
| |
not seem to work for me.
svn path=/trunk/; revision=18237
|
|
|
|
|
|
|
| |
* e-summary-offline-handler.c (impl_goOffline): Pass ev, not &ev
to CORBA_Object_duplicate since ev is already a pointer.
svn path=/trunk/; revision=18187
|
|
|
|
|
|
|
| |
header if there are no weather stations. [#15101]
(make_anchor): Removed unused function.
svn path=/trunk/; revision=18185
|
|
|
|
| |
svn path=/trunk/; revision=18094
|
|
|
|
|
|
|
|
| |
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename
* e-summary.c, e-summary-mail.c: Likewise
svn path=/trunk/; revision=18061
|
|
|
|
|
|
|
|
|
| |
2002-09-05 Anna Dirks <anna@ximian.com>
* GNOME_Evolution_Summary.oaf.in.in : Changed the description of the
summary page of the settings dialog to be less wordy.
svn path=/trunk/; revision=17993
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/component/addressbook-component.c (create_component): Pass
NULL as @unpopulate_folder_context_menu_fn to
evolution_shell_component_new().
* gui/component-factory.c (create_object): Pass NULL as
@unpopulate_folder_context_menu_fn to
evolution_shell_component_new().
* mail-account-gui.c (mail_account_gui_save): Remove unused
variable.
* component-factory.c (unpopulate_folder_context_menu): New.
(create_component): Pass it to evolution_shell_component_new().
* component-factory.c (create_component): Pass NULL as
@unpopulate_folder_context_menu_fn to
evolution_shell_component_new().
* e-storage-set-view.c (popup_folder_menu): Remove the context
menu items using
evolution_shell_component_client_unpopulate_folder_context_menu()
instead of doing it ourself, since BonoboUI sucks.
* evolution-shell-component-client.c
(evolution_shell_component_client_unpopulate_folder_context_menu):
New.
* evolution-test-component.c (register_component): Pass NULL as
@unpopulate_folder_context_menu_fn to
evolution_shell_component_new().
* evolution-shell-component.c: New member
unpopulate_folder_context_menu_fn in
EvolutionShellComponentPrivate. New member uic in
EvolutionShellComponentPrivate.
(init): Init new members to NULL.
(destroy): bonobo_object_unref() priv->uic if not NULL.
(evolution_shell_component_new): New arg
@unpopulate_folder_context_menu_fn.
(evolution_shell_component_construct): Likewise.
(impl_populateFolderContextMenu): Set priv->uic to the newly
created UIComponent.
(impl_unpopulateFolderContextMenu): New, implementation for the
::unpopulateFolderContextMenu CORBA method.
(class_init): Install.
* Evolution-ShellComponent.idl (unpopulateFolderContextMenu): New
method.
(AlreadyPopulated): New exception.
(populateFolderContextMenu): Can raise it.
(NotPopulated): New exception.
svn path=/trunk/; revision=17963
|
|
|
|
|
|
|
|
| |
* GNOME_Evolution_Summary.oaf.in.in: Oops. Take two.
* GNOME_Evolution_Summary.oaf.in: Remove this. It's autogenerated.
svn path=/trunk/; revision=17925
|
|
|
|
|
|
|
|
| |
* GNOME_Evolution_Summary.oaf.in: Add an
evolution:shell_component_launch_order and rename
evolution:shell_component_icon.
svn path=/trunk/; revision=17908
|
|
|
|
|
|
|
|
| |
2002-08-28 Jeffrey Stedfast <fejj@ximian.com>
* main.c (main): Use e-util/e-proxy.c's e_proxy_init().
svn path=/trunk/; revision=17895
|
|
|
|
| |
svn path=/trunk/; revision=17829
|
|
|
|
| |
svn path=/trunk/; revision=17775
|
|
|
|
| |
svn path=/trunk/; revision=17774
|
|
|
|
| |
svn path=/trunk/; revision=17773
|
|
|
|
|
|
| |
does and why it's crashing
svn path=/trunk/; revision=17759
|
|
|
|
|
|
|
| |
* e-summary-mail.c (update_folder_cb): Only get folder info if
this is a folder we're displaying.
svn path=/trunk/; revision=17746
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-08-07 Anna Marie Dirks <anna@ximian.com>
* e-summary-shown.c (e_summary_shown_init): Added an alignment to make
button position be the same as the other buttons of this type in evo.
(add_clicked): make this buttons sensitive when there is no proper
selection
(remove_clicked): same thing with the button
* my-evolution.glade: Capitalized "Weather Settings" properly.
svn path=/trunk/; revision=17732
|
|
|
|
|
|
|
|
|
| |
2002-07-26 Peter Williams <peterw@ximian.com>
* e-summary-mail.c (update_folder_cb): Don't use the folder's path
as the physical URI; use CORBA Magic (TM) to figure it out.
svn path=/trunk/; revision=17630
|
|
|
|
| |
svn path=/trunk/; revision=17628
|
|
|
|
| |
svn path=/trunk/; revision=17627
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-preferences.c (set_selected_folders): Actually pass
the evolution URI, not the path, in Folder.evolutionUri (since now
the shell StorageSetView implementation has been fixed to handle
this field properly).
* evolution-storage-set-view.c
(impl_StorageSetView__set_checkedFolders): Handle
Folder.evolutionUri as a URI, not as a path. Also use
e_free_string_list().
svn path=/trunk/; revision=17425
|
|
|
|
|
|
|
| |
customIconName part to the empty string. [#27616]
Also, set_release on the sequence to TRUE.
svn path=/trunk/; revision=17423
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-mail.c (e_summary_mail_idle_get_info): Add this, to
call e_summary_mail_get_info from an idle handler.
(new_folder_cb, update_folder_cb): Use idle_get_info rather than
making another corba call from inside the corba handler. (Fixes a
three-way deadlock between mail, summary, and exchange.)
svn path=/trunk/; revision=17322
|
|
|
|
| |
svn path=/trunk/; revision=17293
|
|
|
|
| |
svn path=/trunk/; revision=17292
|
|
|
|
| |
svn path=/trunk/; revision=17291
|
|
|
|
| |
svn path=/trunk/; revision=17290
|
|
|
|
|
|
|
|
|
|
| |
2002-06-05 Christopher James Lahey <clahey@ximian.com>
* e-summary-shown.c (maybe_move_to_shown, add_clicked,
remove_from_shown, remove_clicked): Avoid reentrancy during
e_tree_selection_model_foreach. Fixes Ximian bug #24987.
svn path=/trunk/; revision=17128
|
|
|
|
|
|
|
|
| |
2002-05-23 JP Rosevear <jpr@ximian.com>
* GNOME_Evolution_Summary.oaf.in.in: correct typo
svn path=/trunk/; revision=16985
|
|
|
|
| |
svn path=/trunk/; revision=16943
|
|
|
|
|
|
|
|
| |
* e-summary-table.c: Don't show the headers in the folder table.
* e-summary-shown.c (e_summary_shown_init): Set the spacing to 3.
svn path=/trunk/; revision=16942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-shell-view-menu.c (command_quit): Check with
e_shell_prepare_for_quit() before quitting.
* e-shell.c (e_shell_prepare_for_quit): New.
* evolution-test-component.c (request_quit_fn): New function
asking for confirmation to quit.
* evolution-shell-component.c (evolution_shell_component_new): New
arg @request_quit_fn.
(impl_requestQuit): New, implementation for
EvolutionShellComponent::requestQuit.
(evolution_shell_component_result_to_string): Handle
EVOLUTION_SHELL_COMPONENT_CANCEL.
(evolution_shell_component_client_request_quit): New.
* Evolution-ShellComponent.idl (requestQuit): New.
* component-factory.c (create_component): Pass NULL as
@request_quit_fn.
* component-factory.c (create_component): Pass NULL as
@request_quit_fn.
* gui/component-factory.c (create_object): Pass NULL as
@request_quit_fn.
* gui/component/addressbook-component.c (create_component): Pass
NULL as @request_quit_fn.
svn path=/trunk/; revision=16925
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-05-14 Christopher James Lahey <clahey@ximian.com>
* e-summary-mail.c (folder_gen_html): Use the uri stored in the
ESummaryMailFolder object here.
(e_summary_mail_generate_html): Only show email folders if they
have > 0 unread messages.
(new_folder_cb): Save the evolutionUri here.
svn path=/trunk/; revision=16787
|
|
|
|
| |
svn path=/trunk/; revision=16725
|
|
|
|
| |
svn path=/trunk/; revision=16724
|
|
|
|
|
|
| |
the etables almost work perfectly
svn path=/trunk/; revision=16556
|
|
|
|
|
|
|
| |
* component-factory.c (create_view): Add view_info arg but don't
do anything with it.
svn path=/trunk/; revision=16401
|
|
|
|
|
|
|
|
| |
2002-04-06 JP Rosevear <jpr@ximian.com>
* GNOME_Evolution_Summary.oaf.in.in: add config_item:priority
svn path=/trunk/; revision=16379
|
|
|
|
|
|
|
|
| |
2002-04-05 JP Rosevear <jpr@ximian.com>
* Makefile.am: dist the relevant xpms
svn path=/trunk/; revision=16363
|
|
|
|
|
|
|
|
| |
2002-04-04 JP Rosevear <jpr@ximian.com>
* Makefile.am: fix substitution typo
svn path=/trunk/; revision=16351
|
|
|
|
| |
svn path=/trunk/; revision=16341
|
|
|
|
| |
svn path=/trunk/; revision=16338
|
|
|
|
|
|
| |
* GNOME_Evolution_Summary.oaf.in.in: New.
svn path=/trunk/; revision=16300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
just a playground for testing the idea.]
* Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS
conditional.
* GNOME_Evolution_Summary.oaf.in.in: New.
* e-summary-mail.c (update_folder_cb): Protect against
summary->mail being NULL.
* component-factory.c: Add a shlib factory.
(create_component): Get a @factory and @data.
(component_factory_init): Actually make it use a
BonoboGenericFactory again.
* configure.in: Add argument `--enable-shlib-components'. New
substitutions OAF_SHLIB_LOCATION, OAF_SHLIB_PREFIX,
OAF_SHLIB_SUFFIX.
svn path=/trunk/; revision=16299
|
|
|
|
|
|
| |
* GNOME_Evolution_Summary.oaf.in: Add priority.
svn path=/trunk/; revision=16295
|
|
|
|
| |
svn path=/trunk/; revision=16211
|
|
|
|
| |
svn path=/trunk/; revision=16205
|
|
|
|
| |
svn path=/trunk/; revision=16190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-factory.c (e_summary_factory_new_control): Call
`e_summary_preferences_register_config_control_factory()'.
* e-summary-preferences.c: Remove member `box' from struct
PropertyData. Added member `config_control'.
(e_summary_configure): Removed.
(property_box_destroy_cb): Removed.
(property_box_clicked_cb): Removed.
(property_box_apply_cb): New.
(config_control_destroy_cb): New.
(factory_fn): New, factory function for the
EvolutionConfigControl.
(e_summary_preferences_register_config_control_factory): New.
(mail_show_full_path_toggled_cb): Invoke ::changed on
pd->config_control.
(add_dialog_clicked_cb): Likewise.
(rdf_refresh_value_changed_cb): Likewise.
(rdf_limit_value_changed_cb): Likewise.
(mail_etable_item_changed_cb): Likewise.
(rdf_etable_item_changed_cb): Likewise.
(weather_etable_item_changed_cb): Likewise.
(weather_refresh_value_changed_cb): Likewise.
(weather_metric_toggled_cb): Likewise.
(weather_imperial_toggled_cb): Likewise.
(calendar_one_toggled_cb): Likewise.
(calendar_five_toggled_cb): Likewise.
(calendar_week_toggled_cb): Likewise.
(calendar_month_toggled_cb): Likewise.
(calendar_all_toggled_cb): Likewise.
(calendar_today_toggled_cb): Likewise.
(config_control_destroy_cb): Don't set ->prefs_window to NULL.
* my-evolution.glade: Renamed "notebook2" to "notebook". Also
change its parent into a GtkWindow as libglade seems to have some
kind of problem with the GnomePropertyBox [glade_xml_get_widget()
for "notebook" always returned NULL].
* e-summary.h: Remove member `prefs_window' from `ESummary'.
svn path=/trunk/; revision=16162
|
|
|
|
|
|
|
|
|
|
| |
2002-02-14 Radek Doulik <rodo@ximian.com>
* e-summary-tasks.c (sort_uids): fix case when priority is
undefined and pri_a or pri_b is returned as NULL, also fixes
memory leak
svn path=/trunk/; revision=15727
|
|
|
|
|
|
|
|
|
| |
2002-02-08 Damon Chaplin <damon@ximian.com>
* e-summary-calendar.c (e_cal_comp_util_compare_event_timezones):
updated to new version from calendar/gui/comp-util.c
svn path=/trunk/; revision=15631
|
|
|
|
| |
svn path=/trunk/; revision=15565
|
|
|
|
|
|
|
|
| |
* e-summary-offline-handler.c (create_connection_list): Allocate
the ConnectionList list with the right number of entries instead
of zero.
svn path=/trunk/; revision=15552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the summary and try to go off-line. This is not the correct fix,
as the code should really be changed to only use one set of
connections for all the views, instead of binding the connections
to the view.]
* e-summary-factory.c (e_summary_factory_new_control): Call
`e_summary_offline_handler_add_summary()' instead of
e_summary_offline_handler_set_summary()'.
* e-summary-offline-handler.c: Replace member `summary' with
`summaries' in the ESummaryOfflineHandlerPriv. This way, instead
of assuming that there is only one summary, we keep a list of the
summaries.
(impl_destroy): Free ->summaries.
(e_summary_offline_handler_set_summary): Removed.
(e_summary_offline_handler_add_summary): New. Add the summary to
->summaries. Also, connect to the ::destroy handler so we can
bookkeep them correctly.
(create_connection_list): Made private from
e_summary_offline_handler_create_connection_list(). Get a GSList
instead of just one summary, and sum up all the connections from
it.
(impl_prepareForOffline): Use it.
(impl__get_isOffline): Return %FALSE if any of the summaries are
online, %TRUE otherwise.
(impl_goOffline): Call ::set_online on all the summaries. Pass
CORBA_OBJECT_NIL for the progress_listener as it doesn't really
get used anyways.
(impl_goOnline): Likewise. Pass CORBA_OBJECT_NIL, not NULL, for
the progress CORBA_Object pointer.
svn path=/trunk/; revision=15547
|
|
|
|
|
|
| |
times, causing big libtool 1.4 pain.
svn path=/trunk/; revision=15461
|
|
|
|
| |
svn path=/trunk/; revision=15450
|
|
|
|
| |
svn path=/trunk/; revision=15449
|
|
|
|
| |
svn path=/trunk/; revision=15344
|
|
|
|
| |
svn path=/trunk/; revision=15254
|
|
|
|
|
|
| |
* main.c (main): Push GdkRGB visual and colormap.
svn path=/trunk/; revision=15195
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-12-19 JP Rosevear <jpr@ximian.com>
* e-summary-tasks.c (e_summary_tasks_init): use
cal_client_open_default_tasks
* e-summary-calendar.c (e_summary_calendar_init): use
cal_client_open_default_calendar
svn path=/trunk/; revision=15181
|
|
|
|
| |
svn path=/trunk/; revision=15109
|
|
|
|
| |
svn path=/trunk/; revision=14933
|
|
|
|
|
|
|
|
| |
Don't choke!
Spell celsius correctly
Don't choke!
svn path=/trunk/; revision=14692
|
|
|
|
|
|
|
|
| |
2001-11-13 Damon Chaplin <damon@ximian.com>
* e-summary.c (e_summary_init): make the timezone default to UTC.
svn path=/trunk/; revision=14690
|
|
|
|
|
|
| |
* e-summary-preferences.c: Removed `morons.org'.
svn path=/trunk/; revision=14646
|
|
|
|
| |
svn path=/trunk/; revision=14613
|
|
|
|
| |
svn path=/trunk/; revision=14548
|
|
|
|
| |
svn path=/trunk/; revision=14546
|
|
|
|
|
|
| |
settings were reset
svn path=/trunk/; revision=14534
|
|
|
|
| |
svn path=/trunk/; revision=14497
|
|
|
|
|
|
|
|
|
| |
2001-10-29 Damon Chaplin <damon@ximian.com>
* Makefile.am (evolution_executive_summary_LDADD): use
libical-evolution.la
svn path=/trunk/; revision=14400
|
|
|
|
|
|
| |
Only have one place for initialisation of rdf/weather stations.
svn path=/trunk/; revision=14362
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-10-29 Rodrigo Moya <rodrigo@ximian.com>
* e-summary-calendar.c (e_summary_calendar_init): retrieve the
default URI for calendars from the configuration instead of
hard-coding it
* e-summary-tasks.c (e_summary_tasks_init): likewise for tasks
svn path=/trunk/; revision=14352
|
|
|
|
|
|
|
|
|
|
| |
* e-summary-preferences.c (make_initial_weather_list): We only
want KBOS by default.
* e-summary-weather.c (e_summary_weather_init): We only want KBOS
by default.
svn path=/trunk/; revision=14351
|
|
|
|
|
|
|
|
|
|
| |
2001-10-27 Jon Trowbridge <trow@ximian.com>
* e-summary.c (e_summary_reload): Slow down reload requests
to work around a bug in gnome-vfs. Ugly, but it works.
(Bug #12956)
svn path=/trunk/; revision=14239
|
|
|
|
| |
svn path=/trunk/; revision=14212
|
|
|
|
|
|
| |
(instead of version 2 or any later version).
svn path=/trunk/; revision=14190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-10-26 Iain Holmes <iain@ximian.com>
* e-summary-rdf.c (open_callback): NULL the handle after a failed
open so the offline handler won't think they're still open.
(e_summary_rdf_set_online): Cancel all the open connections when the
summary goes offline.
* e-summary-weather.c (open_callback): NULL the handle after a failed
open so the offline handler won't think they're still open.
(e_summary_weather_set_online): Cancel all the open connections when the
summary goes offline.
* e-summary.c (e_summary_set_online): Call the callback if it's not
NULL.
svn path=/trunk/; revision=14183
|
|
|
|
|
|
|
|
|
|
|
| |
2001-10-25 Jon Trowbridge <trow@ximian.com>
* e-summary-tasks.c (sort_uids): It is possible for
start_foo.value to be NULL after a cal to
cal_component_get_dtstart, so we need to check for this before
dereferencing it. (Bug #13259)
svn path=/trunk/; revision=14097
|
|
|
|
|
|
| |
state.
svn path=/trunk/; revision=13982
|
|
|
|
|
|
|
|
| |
001-10-22 Anna Marie Dirks <anna@ximian.com>
* my-evolution.glade: Changed "Add new feed" to "Add news feed".
svn path=/trunk/; revision=13924
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-10-22 Damon Chaplin <damon@ximian.com>
* e-summary-tasks.c (generate_html): set the default timezone on the
server.
* e-summary-calendar.c (e_cal_comp_util_compare_event_timezones):
update to check for DATE values.
(uids_to_array): pass the default timezone
to cal_recur_generate_instances.
(generate_html): set the default timezone on the server.
svn path=/trunk/; revision=13921
|
|
|
|
|
|
|
| |
* e-summary-preferences.c (e_summary_configure): Remove the
help_button in the property box.
svn path=/trunk/; revision=13900
|
|
|
|
| |
svn path=/trunk/; revision=13799
|
|
|
|
| |
svn path=/trunk/; revision=13769
|
|
|
|
| |
svn path=/trunk/; revision=13701
|
|
|
|
|
|
|
|
| |
* e-summary-calendar.c (generate_html): Made temporary buffer for
strftime much bigger (it was too small for Polish month names), added
missing colon and conversion to UTF-8.
svn path=/trunk/; revision=13669
|
|
|
|
| |
svn path=/trunk/; revision=13630
|
|
|
|
|
|
|
| |
* e-summary-mail.c (update_folder_cb): Update the signature to
match the new signal.
svn path=/trunk/; revision=13591
|
|
|
|
| |
svn path=/trunk/; revision=13562
|
|
|
|
| |
svn path=/trunk/; revision=13560
|
|
|
|
|
|
|
|
| |
2001-10-06 Carlos Perelló MarÃn <carlos@gnome-db.org>
* e-summary-preferences.c: Added HispaLinux
svn path=/trunk/; revision=13483
|
|
|
|
| |
svn path=/trunk/; revision=13473
|
|
|
|
|
|
| |
Capitalise stuff in the glade file
svn path=/trunk/; revision=13421
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-10-01 Damon Chaplin <damon@ximian.com>
* e-summary-calendar.c (generate_html): used time_add_day/week/month
_with_zone() functions rather than the old versions.
* e-summary.c (alarm_fn): use time_day_end_with_zone ().
* e-summary-tasks.c (generate_html): removed day_begin and day_end
since they aren't used, and the calls to time_day_begin/end().
svn path=/trunk/; revision=13365
|
|
|
|
| |
svn path=/trunk/; revision=13348
|
|
|
|
|
|
|
|
|
|
| |
2001-10-02 Rodrigo Moya <rodrigo@ximian.com>
* Makefile.am: add $(BONOBO_GNOME_CFLAGS) to make it compile with
latest Bonobo, which does not install headers in
$(gnome_prefix)/include
svn path=/trunk/; revision=13304
|
|
|
|
| |
svn path=/trunk/; revision=13271
|
|
|
|
| |
svn path=/trunk/; revision=13197
|
|
|
|
| |
svn path=/trunk/; revision=13196
|
|
|
|
| |
svn path=/trunk/; revision=13157
|
|
|
|
| |
svn path=/trunk/; revision=13132
|
|
|
|
|
|
|
|
| |
Warnings
Create an image cache
USe task.png
svn path=/trunk/; revision=13128
|
|
|
|
|
|
|
|
| |
* e-summary-weather.c (weather_make_html): Add missing
width/height tags to the sunny/cloudy/etc images to make the page
render more smoothly.
svn path=/trunk/; revision=13070
|
|
|
|
| |
svn path=/trunk/; revision=13069
|
|
|
|
| |
svn path=/trunk/; revision=13018
|
|
|
|
| |
svn path=/trunk/; revision=12995
|
|
|
|
|
|
|
| |
Spewage removal
Only open folders when they are needed.
svn path=/trunk/; revision=12990
|
|
|
|
|
|
|
|
|
| |
2001-09-19 Larry Ewing <lewing@ximian.com>
* e-summary-tasks.c (generate_html): be sure to unref the
component.
svn path=/trunk/; revision=12987
|
|
|
|
| |
svn path=/trunk/; revision=12986
|
|
|
|
|
|
|
|
|
|
| |
2001-09-19 Larry Ewing <lewing@ximian.com>
* e-summary-rdf.c (read_callback): remove redundant if.
(open_callback): free the previous html even if we get an error.
(rdf_free): remove redundant null checks.
svn path=/trunk/; revision=12985
|
|
|
|
|
|
|
|
|
| |
* e-summary.c (read_callback, etc): Hack around gdkpixbuf lossage
by not trying to display the images incrementall. Instead, just
wait until we've read the whole file, then display it all at once.
Prevents garbage when rendering the icons.
svn path=/trunk/; revision=12982
|
|
|
|
| |
svn path=/trunk/; revision=12965
|
|
|
|
| |
svn path=/trunk/; revision=12963
|
|
|
|
| |
svn path=/trunk/; revision=12960
|
|
|
|
| |
svn path=/trunk/; revision=12952
|
|
|
|
|
|
| |
Don't print a (null).
svn path=/trunk/; revision=12941
|
|
|
|
| |
svn path=/trunk/; revision=12911
|
|
|
|
|
|
| |
displaying
svn path=/trunk/; revision=12909
|
|
|
|
| |
svn path=/trunk/; revision=12906
|
|
|
|
|
|
|
|
|
| |
2001-09-17 Federico Mena Quintero <federico@ximian.com>
* e-summary.c (e_summary_init): There is no need to initialize the
alarm system now.
svn path=/trunk/; revision=12905
|
|
|
|
| |
svn path=/trunk/; revision=12835
|
|
|
|
| |
svn path=/trunk/; revision=12815
|
|
|
|
| |
svn path=/trunk/; revision=12809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* e-summary.c (destroy): free the protocol hash.
* e-summary-rdf.c (tree_walk): plug a leak.
* e-summary-weather.c (e_summary_weather_init_locations): Don't
insert duplicates into the hash table.
* e-summary-mail.c (e_summary_mail_generate_html): free old html
before setting new
* e-summary.c (e_summary_draw): free weather and rdf html strings.
* e-summary-preferences.c (save_known_rdfs): free strings.
svn path=/trunk/; revision=12747
|
|
|
|
| |
svn path=/trunk/; revision=12740
|
|
|
|
| |
svn path=/trunk/; revision=12656
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the Summary.]
* component-factory.c (COMPONENT_FACTORY_IID): Removed.
(COMPONENT_ID): New.
(create_component): Renamed from `factory_fn'. No args.
(component_factory_init): Create the BonoboObject with
`create_component' and register it on OAF.
* GNOME_Evolution_Summary.oaf.in: Remove the
ShellComponentFactory.
svn path=/trunk/; revision=12646
|
|
|
|
| |
svn path=/trunk/; revision=12638
|
|
|
|
| |
svn path=/trunk/; revision=12636
|
|
|
|
| |
svn path=/trunk/; revision=12635
|
|
|
|
| |
svn path=/trunk/; revision=12617
|
|
|
|
| |
svn path=/trunk/; revision=12616
|
|
|
|
| |
svn path=/trunk/; revision=12615
|
|
|
|
| |
svn path=/trunk/; revision=12606
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Evolution-ShellComponent.idl: Studlycapsize all the IDs that are
not.
* Evolution-common.idl: Likewise.
* evolution-activity-client.c: Updated accordingly.
* evolution-shell-component.c: Likewise.
* evolution-storage.c: Likewise.
* e-activity-handler.c: Likewise.
* e-component-registry.c: Likewise.
* e-corba-storage.c: Likewise.
* e-shell-user-creatable-items-handlers.c: Likewise.
* e-local-storage.c (remove_folder): Remove unused variable.
* e-shell-view.c (update_for_current_uri): Assign zero to
`unread_count', not NULL.
* e-shell-importer.c (import_druid_finish): Remove unused
variable.
* e-shell-user-creatable-items-handler.c: #include
"e-corba-utils.h".
* e-shell-startup-wizard.c: #include "e-shell-startup-wizard.h".
* e-shell-startup-wizard.h: #include <glib.h>
* e-summary-weather.c (weather_make_html): Make local variable
`icon_name' const. Remove unused variable `uri'.
* e-summary.h: Reformatted in GTK+ style.
(e_summary_remove_online_connection): Added prototype.
* e-summary-preferences.c (fill_mail_shown_clist): Constify local
variable `name'.
* e-summary-mail.c: #include "e-util/e-path.h". Updated to match
the new studlyCapsification in shell/Evolution*.idl.
* mail-local.c: Match the studlyCapsification of
shell/Evolution*.idl.
* mail-config-druid.h: Change type of `event_source' from
`Bonobo_EventSource *' to `Bonobo_EventSource'.
* mail-accounts.c (mail_delete): Remove unused local variable
`label'.
* folder-info.c (do_get_info): `#if 0' unused variables.
* gui/component/addressbook-component.c: Get rid of a warning by
initializing the closing NULL element in folder_types correctly.
* gui/component/select-names/e-select-names.c: Updated to match
the studlyCapsification of attributes in shell/Evolution*.idl.
svn path=/trunk/; revision=12495
|
|
|
|
| |
svn path=/trunk/; revision=12419
|
|
|
|
| |
svn path=/trunk/; revision=12404
|
|
|
|
|
|
| |
Set up the functions for better online/offline reporting.
svn path=/trunk/; revision=12403
|
|
|
|
| |
svn path=/trunk/; revision=12366
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-08-21 Damon Chaplin <damon@ximian.com>
* e-summary-calendar.c (generate_html):
* e-summary-tasks.c (generate_html): changed the icons. For calendar
events we use the 'new appointment' icon from the menu. For tasks we
use the task icon from the ETable - I wasn't sure about using the
'New Task' icon as it has a tick in it which may make people think it
is complete.
svn path=/trunk/; revision=12351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* evolution-test-component.c: Added display_name and description
to the type.
* evolution-shell-component.c (impl__get_supported_types): Pass
`display_name' and `description' here.
(evolution_shell_component_construct): Likewise.
* evolution-shell-component.h: New members `display_name',
`description' in `EvolutionShellComponentFolderType'.
* e-component-registry.c (register_type): New args @description
and @display_name. Pass to
`e_folder_type_registry_register_type()'.
(register_component): Pass the values returned in the sequence
from __get_supported_types.
* e-folder-type-registry.c: New members `display_name' and
`description' in `struct _FolderType'.
(folder_type_new): New args @description and @display_name.
Initialize the respective fields in the `FolderType' accordingly.
(folder_type_free): Free `display_name' and `description'.
(register_folder_type): New args @display_name, @description.
(e_folder_type_registry_register_type): New args @display_name,
@description.
(e_folder_type_registry_get_description_for_type): New.
(e_folder_type_registry_get_display_name_for_type): New.
* Evolution-ShellComponent.idl: Added `display_name' and
`description' fields to the `FolderType' struct.
svn path=/trunk/; revision=12245
|
|
|
|
|
|
|
| |
* component-factory.c: Change the type from "Summary" to "summary"
for consistency with the other folder types.
svn path=/trunk/; revision=12239
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* my-evolution/e-summary-rdf.c (make_connection):
Marked string for translation (connection type).
* my-evolution/e-summary-weather.c
(make_url): Split into two functions: make_url and make_anchor.
(weather_make_html): s/make_url/make_anchor/
(make_connection): Marked connection type string for franslation,
assign the real URI to ->hostname (using make_url), not location code.
svn path=/trunk/; revision=12226
|
|
|
|
|
|
|
|
|
| |
* e-summary-preferences.c (make_initial_weather_list),
e-summary-weather.c (e_summary_weather_init):
Don't hardcode the default list of stations, let translators define it
per locale/country.
svn path=/trunk/; revision=12216
|
|
|
|
| |
svn path=/trunk/; revision=12178
|
|
|
|
| |
svn path=/trunk/; revision=12060
|
|
|
|
| |
svn path=/trunk/; revision=12058
|
|
|
|
| |
svn path=/trunk/; revision=11978
|
|
|
|
| |
svn path=/trunk/; revision=11972
|
|
|
|
|
|
|
|
|
| |
2001-08-13 Jason Leach <jleach@ximian.com>
* e-summary-mail.c (e_summary_mail_free): Disconnect our callbacks
when we are freeing the ESummaryMail. Fixes #6712.
svn path=/trunk/; revision=11941
|
|
|
|
|
|
|
|
| |
2001-08-09 Anna Marie Dirks <anna@ximian.com>
* my-evolution-html.h : added more padding between the vertical
spacer and the icons for the mail/appointments/tasks summaries.
svn path=/trunk/; revision=11847
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-08-09 Anna Marie Dirks <anna@ximian.com>
* my-evolution.glade : added accelerators to all useful widgets
in this file such that this dialog can now be fully navigated from
the keyboard.
* e-summary-preferences.c : changed the construct_pixmap_button
function to take glade xml, an hbox and pixmap, making it possible
to use glade to define and change the keyboard accelerators, instead
of trying to do this in the c code.
svn path=/trunk/; revision=11844
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-08-06 Damon Chaplin <damon@ximian.com>
* e-summary-tasks.c (sort_uids):
(get_todays_uids):
(generate_html):
* e-summary-calendar.c (sort_uids): free the CalComponentDateTime
and icaltimetype values after finishing with them.
svn path=/trunk/; revision=11720
|
|
|
|
|
|
|
|
|
|
| |
2001-08-03 Jason Leach <jleach@ximian.com>
* e-summary-mail.c (update_folder_cb): Callback for the
EvolutionStorageListener::update_folder signal, so we can update
mail summaries when they change. Bug #4686.
svn path=/trunk/; revision=11635
|
|
|
|
|
|
| |
awesome Jakub, nice work).
svn path=/trunk/; revision=11596
|
|
|
|
| |
svn path=/trunk/; revision=11488
|
|
|
|
| |
svn path=/trunk/; revision=11486
|
|
|
|
| |
svn path=/trunk/; revision=11485
|
|
|
|
| |
svn path=/trunk/; revision=11450
|
|
|
|
| |
svn path=/trunk/; revision=11319
|
|
|
|
|
|
| |
one. fixed.
svn path=/trunk/; revision=11317
|
|
|
|
| |
svn path=/trunk/; revision=11315
|
|
|
|
| |
svn path=/trunk/; revision=11313
|
|
|
|
|
|
|
|
|
| |
2001-07-23 Jason Leach <jleach@ximian.com>
* e-summary-preferences.c: Update the url (and site name) for the
KDE rdf. Bug #5145.
svn path=/trunk/; revision=11308
|
|
|
|
|
|
|
| |
use it, so that e.g. you cannot create a folder of type "mailstorage"
or "vtrash".
svn path=/trunk/; revision=11298
|
|
|
|
|
|
|
|
|
| |
2001-07-20 Jason Leach <jleach@ximian.com>
* e-summary-tasks.c: Revert last changes, URIs are now back to
original in shell.
svn path=/trunk/; revision=11275
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-19 Jason Leach <jleach@ximian.com>
* e-summary-tasks.c: Update the evolution:/local/ URI's to
evolution:/Local Folders/ to go along with todays shell changes.
* e-summary-mail.c: Ditto.
* e-summary-calendar.c: Ditto.
svn path=/trunk/; revision=11252
|
|
|
|
| |
svn path=/trunk/; revision=11240
|
|
|
|
| |
svn path=/trunk/; revision=11231
|
|
|
|
| |
svn path=/trunk/; revision=11230
|
|
|
|
| |
svn path=/trunk/; revision=11214
|
|
|
|
| |
svn path=/trunk/; revision=11213
|
|
|
|
| |
svn path=/trunk/; revision=11212
|
|
|
|
| |
svn path=/trunk/; revision=11207
|
|
|
|
| |
svn path=/trunk/; revision=11205
|
|
|
|
| |
svn path=/trunk/; revision=11130
|
|
|
|
| |
svn path=/trunk/; revision=11104
|
|
|
|
| |
svn path=/trunk/; revision=11089
|
|
|
|
|
|
|
| |
* e-summary.c (e_summary_draw): Convert the date string to utf8 before
appending it to HTML.
svn path=/trunk/; revision=11088
|
|
|
|
| |
svn path=/trunk/; revision=11070
|
|
|
|
| |
svn path=/trunk/; revision=11059
|
|
|
|
| |
svn path=/trunk/; revision=11042
|
|
|
|
| |
svn path=/trunk/; revision=11014
|
|
|
|
| |
svn path=/trunk/; revision=11013
|
|
|
|
| |
svn path=/trunk/; revision=11010
|
|
|
|
| |
svn path=/trunk/; revision=10954
|
|
|
|
| |
svn path=/trunk/; revision=10937
|
|
|
|
| |
svn path=/trunk/; revision=10929
|
|
|
|
| |
svn path=/trunk/; revision=10927
|
|
|
|
| |
svn path=/trunk/; revision=10926
|
|
|
|
| |
svn path=/trunk/; revision=10925
|
|
|
|
| |
svn path=/trunk/; revision=10923
|
|
|
|
| |
svn path=/trunk/; revision=10922
|
|
|
|
| |
svn path=/trunk/; revision=10917
|
|
|
|
|
|
|
|
|
| |
2001-07-09 Kjartan Maraas <kmaraas@gnome.org>
* e-summary-preferences.c: Added #include <config.h> to get
translations working.
svn path=/trunk/; revision=10895
|
|
|
|
| |
svn path=/trunk/; revision=10867
|
|
|
|
| |
svn path=/trunk/; revision=10848
|