Commit Graph

18864 Commits

Author SHA1 Message Date
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
913aab9b18 Rename verb "OpenFolderInNewWindow" to
"OpenNewWindow".  Add a separator before it in the File -> New
submenu.

svn path=/trunk/; revision=23398
2003-11-17 20:02:52 +00:00
ce193843e6 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.

svn path=/trunk/; revision=23397
2003-11-17 19:15:30 +00:00
8f502cffbc Do not #include "e-local-folder.h".
* e-setup.c: Do not #include "e-local-folder.h".

* Makefile.am: Don't build evolution-test-component for now since
it's all out of date.

* main.c (evolution_debug_log): Make static instead of extern.

* e-user-creatable-items-handler.c: #include
<bonobo/bonobo-control.h>.

* e-shell.h: Do not include "e-uri-schema-registry.h" or
"evolution-shell-component-client.h".
* e-shell.c: Likewise.

* e-shell.c (struct _EShellPrivate): Removed member
uri_schema_registry.
(impl_Shell_handleURI): #if 0 it out for now.
(e_shell_peek_uri_schema_registry): Disabled for now.

* e-corba-storage-registry.c: Remove.
* e-corba-storage-registry.h: Remove.
* e-corba-storage.c: Remove.
* e-corba-storage.h: Remove.
* e-folder-dnd-bridge.c: Remove.
* e-folder-dnd-bridge.h: Remove.
* e-folder-selection-dialog.c: Remove.
* e-folder-selection-dialog.h: Remove.
* e-folder-type-registry.c: Remove.
* e-folder-type-registry.h: Remove.
* e-local-folder.c: Remove.
* e-local-folder.h: Remove.
* e-local-storage.c: Remove.
* e-local-storage.h: Remove.
* e-shell-folder-selection-dialog.c: Remove.
* e-shell-folder-selection-dialog.h: Remove.
* e-shell-view.c: Remove.
* e-shell-view.h: Remove.
* e-storage-browser.c: Remove.
* e-storage-browser.h: Remove.
* e-storage-set-view.c: Remove.
* e-storage-set-view.h: Remove.
* e-storage-set.c: Remove.
* e-storage-set.h: Remove.
* e-storage.c: Remove.
* e-storage.h: Remove.
* evolution-shell-component-client.c: Remove.
* evolution-shell-component-client.h: Remove.
* evolution-shell-component-dnd.c: Remove.
* evolution-shell-component-dnd.h: Remove.
* evolution-storage-listener.c: Remove.
* evolution-storage-listener.h: Remove.
* evolution-storage-set-view-listener.c: Remove.
* evolution-storage-set-view-listener.h: Remove.

svn path=/trunk/; revision=23396
2003-11-17 19:12:04 +00:00
f9cf09a8bd Use a folder_name rather than a path as the name argument to
2003-11-17  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (emft_popup_new_folder_response): Use a
	folder_name rather than a path as the name argument to
	camel_store_create_folder(), fixes creation of IMAP folders.

svn path=/trunk/; revision=23395
2003-11-17 18:57:34 +00:00
d6360c202d make sure server.mk is disted
2003-11-17  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: make sure server.mk is disted

svn path=/trunk/; revision=23393
2003-11-17 16:31:13 +00:00
708935e0da peek the primary selection.
2003-11-17  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-component.c (delete_calendar_cb, rename_calendar_cb):
	* gui/tasks-component.c (delete_task_list_cb, rename_task_list_cb):
	peek the primary selection.

svn path=/trunk/; revision=23392
2003-11-17 16:24:35 +00:00
d731705f50 do the right thing for disting
2003-11-17  JP Rosevear <jpr@ximian.com>

	* Makefile.am (EXTRA_DIST): do the right thing for disting

svn path=/trunk/; revision=23391
2003-11-17 16:01:37 +00:00
999d911642 Switch version to 1.5
2003-11-17  JP Rosevear <jpr@ximian.com>

	* C/Makefile.am: Switch version to 1.5

svn path=/trunk/; revision=23390
2003-11-17 15:50:53 +00:00
a5f08fc612 added 'Delete' and 'Rename' menu items. (delete_task_list_cb,
2003-11-17  Rodrigo Moya <rodrigo@ximian.com>

	* gui/tasks-component.c (fill_popup_menu_cb): added 'Delete' and
	'Rename' menu items.
	(delete_task_list_cb, rename_task_list_cb): callbacks for new
	menu items.

svn path=/trunk/; revision=23389
2003-11-17 15:50:06 +00:00
6af0f07100 try first to create the icon from the stock, and then from a file.
2003-11-17  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-component.c (add_popup_menu_item): try first to
	create the icon from the stock, and then from a file.
	(fill_popup_menu_cb): set callback for 'Rename' menu item.
	(rename_calendar_cb): callback for 'Rename' menu item.
	(new_calendar_cb): fixed arguments.

	* gui/tasks-component.c (impl_createControls): connect to
	"fill_popup_menu" signal on the source selector.
	(fill_popup_menu_cb): callback to create our menu items.

svn path=/trunk/; revision=23388
2003-11-17 15:39:39 +00:00
66d47badff use the server.mk file to get rules for building versioned .server files
2003-11-17  JP Rosevear <jpr@ximian.com>

	* configure.in: use the server.mk file to get rules for building
	versioned .server files

	* */Makefile.am: use simplified rule subst

svn path=/trunk/; revision=23387
2003-11-17 15:13:35 +00:00