Commit Graph

18875 Commits

Author SHA1 Message Date
23a30c833d Fix typo in my email address.
svn path=/trunk/; revision=23450
2003-11-19 20:37:09 +00:00
33fa582b35 Fixed msgstr missing ending \n
2003-11-19  Rodney Dawes  <dobey@ximian.com>

	* it.po: Fixed msgstr missing ending \n

svn path=/trunk/; revision=23449
2003-11-19 20:00:46 +00:00
1e0598c5ac Update
2003-11-19  JP Rosevear <jpr@ximian.com>

	* MAINTAINERS: Update

svn path=/trunk/; revision=23448
2003-11-19 19:35:59 +00:00
0fede2ff4a Free ->uri_schemas. (set_schemas): New function to get the list of URI
* e-component-registry.c (component_info_free): Free
->uri_schemas.
(set_schemas): New function to get the list of URI schemas given a
component's ServerInfo.
(query_components): Call it.

* e-component-registry.h (struct _EComponentInfo): Add
"uri_schemas" member.

* Evolution-Component.idl (Component.handleURI): New method.

svn path=/trunk/; revision=23447
2003-11-19 19:06:46 +00:00
75d7ec9957 Add an "evolution:uri_schemas" attribute.
Add an
"evolution:uri_schemas" attribute.

svn path=/trunk/; revision=23446
2003-11-19 19:03:50 +00:00
f1346a1542 Updated italian translation
svn path=/trunk/; revision=23445
2003-11-19 18:44:11 +00:00
accd35ec9d Updated italian translation
svn path=/trunk/; revision=23444
2003-11-19 18:41:01 +00:00
edbdab47dc Fixes #43556
2003-11-19  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #43556

	* gui/e-cal-view.c (selection_get, selection_clear_event,
	selection_received): removed this unneeded functions.
	(e_calendar_view_init): don't create a GtkInvisible anymore.
	(e_calendar_view_destroy): no need to destroy the GtkInvisible.
	(e_cal_view_copy_clipboard, e_cal_view_paste_clipboard):
	use GtkClipboard.

svn path=/trunk/; revision=23443
2003-11-19 17:46:15 +00:00
1786ff2e09 make sure timezone value is sane (get_completed): ditto
2003-11-19  JP Rosevear <jpr@ximian.com>

	* gui/e-cal-model-tasks.c (get_due): make sure timezone value is
	sane
	(get_completed): ditto

	* gui/e-cal-model.c (get_dtstart): add more guards

	* gui/e-cal-model-calendar.c (get_dtend): ditto

svn path=/trunk/; revision=23442
2003-11-19 16:17:37 +00:00
9b6a235208 Fixes #51052
2003-11-19  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #51052

	* importers/icalendar-importer.c (prepare_events, prepare_tasks):
	call icalcompiter_next to move the pointer to the next before
	removing a component avoid breaking the link.

svn path=/trunk/; revision=23441
2003-11-19 11:43:42 +00:00
9130b26c7b (evolution_activity_client_construct): Get a raw
GNOME_Evolution_Shell as an arg instead of an
EvolutionShellClient.
(get_shell_activity_iface): New helper function.
(evolution_activity_client_construct): Use it.

svn path=/trunk/; revision=23440
2003-11-19 09:54:50 +00:00
1003ebf619 Destroy the tooltips instead of unreffing them.
* e-shell-window.c (impl_dispose): Destroy the tooltips instead of
unreffing them.

* e-shell.c (struct _EShellPrivate): New member activity_handler.
(setup_activity_interface): New.
(impl_dispose): Add a comment about why we must not unref
activity_handler here.
(create_window): Attach the task bar to the new window.

* e-shell-window.c (e_shell_window_peek_task_bar): New.

svn path=/trunk/; revision=23439
2003-11-19 09:43:17 +00:00
8ca3936a98 (struct _EShellWindowPrivate): New members
status_bar, offline_toggle, offline_toggle_image, menu_hint_label,
task_bar, tooltips.
(init): Initialize ->tooltips.
(impl_dispose): Unref ->tooltips.
(offline_toggle_clicked_callback): New.
(e_shell_window_new): Connect shell_line_status_changed_callback()
to the shell's "line_status_changed" signal.
(shell_line_status_changed_cb): New.
(setup_offline_toggle): New.
(setup_menu_hint_label): New.
(setup_task_bar): New.
(setup_status_bar): New.
(setup_widgets): Call setup_status_bar() and add add the status
bar to the window.
(update_offline_toggle_status): New.
(update_send_receive_sensitivity): New.
(load_icons): New.
(class_init): Call load_icons().
(ui_engine_remove_hint_callback): New.

svn path=/trunk/; revision=23438
2003-11-19 09:29:05 +00:00
c05d371673 if we're setting the fragment, strip leading /'s.
2003-11-19  Not Zed  <NotZed@Ximian.com>

        * mail-component.c (em_uri_to_camel): if we're setting the
        fragment, strip leading /'s.

        * mail-tools.c (mail_tool_get_meta_data)
        (mail_tool_delete_meta_data, meta_data_key): old stuff killed.
        (mail_tool_uri_to_folder): handle email: uri's specially.  this is
        a bit of a hack, the filter callbacks should manage this itself
        since filters are the only bits which use those uri's.

svn path=/trunk/; revision=23437
2003-11-19 06:17:56 +00:00
736f94d96e make sure the timezone value is sane
2003-11-18  JP Rosevear <jpr@ximian.com>

	* gui/e-cal-model.c (get_dtstart): make sure the timezone value is
	sane

	* gui/e-cal-model-calendar.c (get_dtend): ditto

svn path=/trunk/; revision=23435
2003-11-19 04:51:20 +00:00
8
28aef9afc7 add protos
2003-11-18    <jpr@ximian.com>

	* gui/calendar-config.h: add protos

	* gui/calendar-config.c (calendar_config_get_primary_calendar):
	get the primary calendar
	(calendar_config_set_primary_calendar): set it
	(calendar_config_add_notification_primary_calendar): set
	notifications for it
	(calendar_config_get_primary_tasks): get the primary task list
	(calendar_config_set_primary_tasks): set it
	(calendar_config_add_notification_primary_tasks): set
	notifications for it

	* gui/calendar-config-keys.h: add primary keys

	* gui/calendar-component.c (find_first_source): find any source
	(update_uri_for_primary_selection): set the default uri and save
	the source uid
	(update_primary_selection): set the primary selection
	(primary_source_selection_changed_cb): use above
	(impl_createControls): set the primary selection

	* gui/tasks-component.c: as above

svn path=/trunk/; revision=23434
2003-11-19 03:55:31 +00:00
2fc9309f2a Updated initial Malay Translation by MIMOS Open Source Development Group
2003-11-18  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated initial Malay Translation by
        MIMOS Open Source Development Group <ismas@mimos.my>

svn path=/trunk/; revision=23433
2003-11-19 03:21:14 +00:00
e235037186 Don't destroy the providers as it mans we can never ever have more than 1
2003-11-18  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-session.c (camel_session_finalise): Don't destroy the
	providers as it mans we can never ever have more than 1 session
	object. See bug #51119 for details.

svn path=/trunk/; revision=23431
2003-11-18 22:50:07 +00:00
a4e278519d remove db3 include
2003-11-18  JP Rosevear <jpr@ximian.com>

	* gui/Makefile.am: remove db3 include

svn path=/trunk/; revision=23430
2003-11-18 22:41:37 +00:00
0273161afa match new column values
2003-11-18  JP Rosevear <jpr@ximian.com>

	* tasks/With_Category.galview: match new column values

	* tasks/Tasks.galview: ditto

svn path=/trunk/; revision=23429
2003-11-18 22:33:16 +00:00
fd58a674e2 Don't leak the message objects.
2003-11-18  Jeffrey Stedfast  <fejj@ximian.com>

	* em-migrate.c (em_migrate_dir): Don't leak the message objects.

svn path=/trunk/; revision=23428
2003-11-18 21:41:57 +00:00
78b5e27b07 Execute asynchronously by queueing the copy in another thread.
2003-11-18  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (em_copy_folders): Execute asynchronously by
	queueing the copy in another thread.
	(em_copy_folders__copy): Moved the original logic here.

svn path=/trunk/; revision=23427
2003-11-18 21:02:50 +00:00
f0df568f6b Queue the camel_store_get_folder_info() call in another thread.
2003-11-18  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (tree_row_expanded): Queue the
	camel_store_get_folder_info() call in another thread.
	(em_folder_tree_get_folder_info__got): Moved all the logic of
	tree_row_expanded here.

svn path=/trunk/; revision=23426
2003-11-18 20:06:15 +00:00
8dcc0c8932 remove db3 check
2003-11-18  JP Rosevear <jpr@ximian.com>

	* configure.in: remove db3 check

svn path=/trunk/; revision=23425
2003-11-18 20:04:59 +00:00
b44f4b40e2 remove db3 library, if you really want it, get it from e-d-s
2003-11-18  JP Rosevear <jpr@ximian.com>

	* Makefile.am: remove db3 library, if you really want it, get it
	from e-d-s

svn path=/trunk/; revision=23424
2003-11-18 20:02:06 +00:00
45e03ba1de *** empty log message ***
svn path=/trunk/; revision=23423
2003-11-18 17:36:24 +00:00
57fbfaa434 removed the 'New...' menu items from the UI, it's now implemented in the
2003-11-18  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-commands.c
	(calendar_control_sensitize_calendar_commands,
	sensitize_taskpad_commands): removed the 'New...' menu items
	from the UI, it's now implemented in the shell.

svn path=/trunk/; revision=23422
2003-11-18 17:09:57 +00:00
0a180cd281 removed the 'New...' menu items from the UI, it's now implemented in the
2003-11-18  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-commands.c
	(calendar_control_sensitize_calendar_commands,
	sensitize_taskpad_commands): removed the 'New...' menu items
	from the UI, it's now implemented in the shell.

svn path=/trunk/; revision=23421
2003-11-18 17:04:27 +00:00
7dc8678d2f removed the 'New...' items, since they are implemented in the shell as
2003-11-18  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-calendar.xml: removed the 'New...' items, since they are
	implemented in the shell as before.

svn path=/trunk/; revision=23420
2003-11-18 17:02:02 +00:00
0c2c22e17a added 'sensitive' argument. (fill_popup_menu_cb): disable/enable menu
2003-11-18  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-component.c (add_popup_menu_item): added 'sensitive'
	argument.
	(fill_popup_menu_cb): disable/enable menu items depending on whether
	there is a selection or not.

	* gui/tasks-component.c (add_popup_menu_item, fill_popup_menu_cb):
	ditto.

svn path=/trunk/; revision=23419
2003-11-18 16:43:34 +00:00
3dacd544fd Remove remaining file.
svn path=/trunk/; revision=23418
2003-11-18 16:37:17 +00:00
58f1b46675 Remove libical from this tree, it resides in e-d-s now.
svn path=/trunk/; revision=23417
2003-11-18 16:33:30 +00:00
b47685534d added 'sensitive' argument. (fill_popup_menu_cb): disable/enable menu
2003-11-18  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-component.c (add_popup_menu_item): added 'sensitive'
	argument.
	(fill_popup_menu_cb): disable/enable menu items depending on whether
	there is a selection or not.

	* gui/tasks-component.c (add_popup_menu_item, fill_popup_menu_cb):
	ditto.

svn path=/trunk/; revision=23416
2003-11-18 16:30:14 +00:00
9163c12f19 Remove as a test.
svn path=/trunk/; revision=23415
2003-11-18 16:29:35 +00:00
db7cf590f9 kill the alarm notification service, not the factory, which no longer
2003-11-18  Rodrigo Moya <rodrigo@ximian.com>

	* tools/killev.c (main): kill the alarm notification service, not
	the factory, which no longer exists.

svn path=/trunk/; revision=23414
2003-11-18 15:34:47 +00:00
05f8d0fae4 remove archaic file
2003-11-17  JP Rosevear <jpr@ximian.com>

	* TODO: remove archaic file

svn path=/trunk/; revision=23413
2003-11-18 04:32:21 +00:00
0931299f23 Cleanup some ref/unref calls
2003-11-17  JP Rosevear <jpr@ximian.com>

	* Cleanup some ref/unref calls

svn path=/trunk/; revision=23412
2003-11-18 04:24:25 +00:00
0a2c5b0c06 Add a pixmap for the toolbar
SendReceive button.

svn path=/trunk/; revision=23411
2003-11-18 01:05:55 +00:00
1c2911bc04 Updated Polish translation
svn path=/trunk/; revision=23410
2003-11-18 00:09:50 +00:00
c229b419e6 Single condition shortening
svn path=/trunk/; revision=23409
2003-11-17 23:26:36 +00:00
d6eb016c77 Update.
svn path=/trunk/; revision=23408
2003-11-17 23:08:15 +00:00
e86602f0ef Fixed to check fi->child as well (since mbox does it right).
2003-11-17  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (tree_row_expanded): Fixed to check fi->child
	as well (since mbox does it right).
	(emft_popup_new_folder_response): Fixed to subscribe to the
	correct folder.
	(emft_popup_delete_folders): Fixed to use the full_name rather
	than the path.

svn path=/trunk/; revision=23407
2003-11-17 22:34:38 +00:00
561b83c1a1 Fixed an exception to give a more meaningful description.
2003-11-17  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/local/camel-mbox-store.c (create_folder): Fixed an
	exception to give a more meaningful description.
	(get_folder_info): We always want to scan at least one level deep.

svn path=/trunk/; revision=23406
2003-11-17 22:06:51 +00:00
b337ececee more fixes
svn path=/trunk/; revision=23405
2003-11-17 22:06:02 +00:00
9a1593d15c Store a ref to the source selector. (impl_requestCreateItem): Implement.
2003-11-17  Hans Petter Jansson  <hpj@ximian.com>

	* gui/component/addressbook-component.c (impl_createControls): Store
	a ref to the source selector.
	(impl_requestCreateItem): Implement.
	(impl_dispose): Unref the source selector.
	(addressbook_component_init): Set up default sources.

	* gui/widgets/e-addressbook-model.c (eab_model_set_property): If
	the 'book' property is set, and editability changes, emit a signal
	to that effect.

svn path=/trunk/; revision=23404
2003-11-17 21:30:13 +00:00
c6b3809b47 New helper function. (idle_cb): Call it if we have a local shell. Also,
* main.c (attempt_upgrade): New helper function.
(idle_cb): Call it if we have a local shell.  Also, remove unused
variables.

* e-shell.c (e_shell_attempt_upgrade): New.

* Evolution-Component.idl (Component.upgradeFromeVersion): New.

svn path=/trunk/; revision=23403
2003-11-17 21:27:21 +00:00
9582e8159c renamespace and move to here build new files
2003-11-17  Mike Kestner  <mkestner@ximian.com>

	* gal/widgets/gtk-combo* : renamespace and move to
	* gal/widgets/gal-combo* : here
	* gal/widgets/Makefile.am : build new files

2003-11-17  Mike Kestner  <mkestner@ximian.com>

	* e-table-config.c : use new gal_combo_* namespace.

svn path=/trunk/; revision=23402
2003-11-17 21:05:15 +00:00
f0e50562be Fixed to not include leading '/' in the folder name in the label.
2003-11-17  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-selection-button.c (set_contents): Fixed to not
	include leading '/' in the folder name in the label.

	* em-folder-tree.c (emft_popup_new_folder_response): Implemented
	error reporting via gtk dialogs.
	(emft_popup_copy_folder_selected): Same.

svn path=/trunk/; revision=23401
2003-11-17 20:34:56 +00:00
d448d8ab21 Rename verb "OpenFolderInNewWindow" to
"OpenNewWindow".  Add a separator before it in the File -> New
submenu.

svn path=/trunk/; revision=23400
2003-11-17 20:04:11 +00:00
98e3582f18 (command_open_new_window): New,
implement "OpenNewWindow" verb.

svn path=/trunk/; revision=23399
2003-11-17 20:02:57 +00:00