a0bb856b78
** Part of fix for bug #515744
...
2008-02-18 Milan Crha <mcrha@redhat.com >
** Part of fix for bug #515744
* addressbook/gui/component/addressbook-migrate.c: (get_source_name):
* plugins/groupwise-features/send-options.c: (get_source):
* plugins/groupwise-features/share-folder-common.c: (get_container_id):
* plugins/groupwise-features/install-shared.c: (install_folder_response):
* plugins/external-editor/external-editor.c: (convert_to_camel_internet_address),
(org_gnome_external_editor):
* plugins/itip-formatter/itip-formatter.c: (idle_open_cb):
* mail/em-folder-view.c: (emfv_setup_view_instance):
* mail/mail-component.c: (impl_finalize):
* mail/message-list.c: (ml_tree_value_at):
* composer/e-msg-composer.c: (drop_action):
* e-util/e-config.c: (ep_finalise): Use proper member to free.
* widgets/misc/e-cursors.c: (e_cursors_init):
* widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month):
* calendar/gui/dialogs/comp-editor.c: (drop_action):
* calendar/gui/calendar-config.c:
(calendar_config_get_hide_completed_tasks_sexp):
* calendar/gui/comp-editor-factory.c: (edit_existing):
* calendar/gui/e-day-view.c: (e_day_view_reshape_long_event),
(e_day_view_on_top_canvas_drag_data_received):
* calendar/gui/e-day-view-main-item.c:
(e_day_view_main_item_draw_events_in_vbars),
(e_day_view_main_item_draw_long_events_in_vbars):
* calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
* calendar/gui/e-cal-model.c: (redo_queries):
* calendar/gui/e-calendar-table.c: (e_calendar_table_open_task):
* calendar/gui/e-memo-table.c: (open_memo):
* calendar/gui/print.c: (print_todo_details):
* calendar/gui/migration.c: (get_source_name):
Memory leak fix.
* calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things.
svn path=/trunk/; revision=35044
2008-02-18 11:10:10 +00:00
9e4fcb29cf
** Remove trailing whitespace from source code.
...
2007-11-14 Matthew Barnes <mbarnes@redhat.com >
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
8e47917e8c
Update FSF address in header comments ( #469886 ). Patch from Tobias
...
2007-09-02 Matthew Barnes <mbarnes@redhat.com >
* Update FSF address in header comments (#469886 ).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
cba3097cad
** Fixes bug #419524
...
2007-03-20 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
094f34621a
don't split sentences. Fixes bug #401288 .
...
2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru >
* install-shared.c: (org_gnome_popup_wizard):
don't split sentences. Fixes bug #401288 .
svn path=/trunk/; revision=33154
2007-01-27 11:25:16 +00:00
44eb71780a
Mark strings as translatable. See bug #399381 for details.
...
svn path=/trunk/; revision=33152
2007-01-26 23:53:57 +00:00
45f799eb86
Make this place a bit more quiet
...
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
4537ea47ca
: (org_gnome_shared_folder_factory) enable shared-folder functionalilty,
...
2005-09-30 Vivek Jain <jvivek@novell.com >
* shared-folder-common.c: (org_gnome_create_option)
: (org_gnome_shared_folder_factory)
* install-shared.c : (org_gnome_popup_wizard)
enable shared-folder functionalilty, remove env check
svn path=/trunk/; revision=30441
2005-09-30 12:30:21 +00:00
41e886f9ef
we have to connect "response" to (install_folder_response) to make it work
...
2005-09-27 Vivek Jain <jvivek@novell.com >
* install-shared.c: (accept_clicked):
we have to connect "response" to (install_folder_response)
to make it work
don't destroy druid right now, wait till folder selector
dialog dies, make folder selector dialog modal
svn path=/trunk/; revision=30379
2005-09-27 10:10:16 +00:00
db4eb8ad23
return the right type. (proxy_soap_login): fix pointer cast.
...
2005-08-23 Not Zed <NotZed@Ximian.com >
* proxy-login.c (proxy_get_password): return the right type.
(proxy_soap_login): fix pointer cast.
(proxy_login_add_new_store): fix pointer cast.
(proxy_login_setup_tree_view): fix callback cast.
(org_gnome_proxy_account_login): fix prototype to match use.
* junk-settings.c (user_selected): fix calling.
(junk_settings_construct): more stupid casts.
* junk-mail-settings.c (junk_mail_settings): casts.
* install-shared.c (install_folder_response): constify item_id.
(install_folder_response): remove unused.
(org_gnome_popup_wizard): fixed numerous problems with this,
over-copying data around, not referencing information properly,
freeing potentially unset variables, etc etc.
(accept_free): add a free function.
* share-folder.c (notification_clicked): fix a multitude of busted
casts.
(user_selected): fix broken calling conventions, busted style.
(share_folder_construct): fix more busted/missing casts.
* share-folder-common.c: add missing header.
svn path=/trunk/; revision=30232
2005-08-24 03:15:26 +00:00
78d8426bc1
** see previous commit changed variable name to groupwise_shared_folder
...
2005-08-22 vivek jain <jvivek@novell.com >
** see previous commit
changed variable name to
groupwise_shared_folder
svn path=/trunk/; revision=30198
2005-08-22 12:21:42 +00:00
9c689fe456
: (org_gnome_shared_folder_factory) disable shared-folder functionalilty
...
2005-08-22 Vivek Jain <jvivek@novell.com >
* shared-folder-common.c: (org_gnome_create_option)
: (org_gnome_shared_folder_factory)
* install-shared.c : (org_gnome_popup_wizard)
disable shared-folder functionalilty temporarily, (server doesn't show
mails in it)
export SHARED_FOLDER if you want to have it
svn path=/trunk/; revision=30192
2005-08-22 09:31:21 +00:00
128075a77e
Created a plugin "groupwise-features" which is a consolidation of
...
23-05-2005 Vivek Jain <jvivek@novell.com >
Created a plugin "groupwise-features" which is a consolidation of
following existing plugins
* groupwise-account-setup
* addressbook-groupwise
* shared-folder
* groupwise-send-options
* groupwise-status-tracking
* send-options
svn path=/trunk/; revision=29400
2005-05-23 09:44:26 +00:00