Commit Graph

10595 Commits

Author SHA1 Message Date
1decfd89d3 Don't sink the extras since _set_folder can get called more than once (on
2001-08-21  Peter Williams  <peterw@ximian.com>

	* message-list.c (message_list_set_folder): Don't sink the extras since
	_set_folder can get called more than once (on reconfigure.)
	(message_list_destroy): So just unref the extras here.

svn path=/trunk/; revision=12345
2001-08-21 18:42:24 +00:00
1b72d81e55 Treat the spool provider like IMAP: update instead of performing an
2001-08-21  Peter Williams  <peterw@ximian.com>

	* mail-send-recv.c (build_dialogue): Treat the spool provider like IMAP:
	update instead of performing an explicit receive.

svn path=/trunk/; revision=12344
2001-08-21 16:36:00 +00:00
ee5591ab84 Rename to fbui_real_sensitize_items. Now we queue a change and set up a
2001-08-21  Peter Williams  <peterw@ximian.com>

	* folder-browser-ui.c (fbui_sensitize_items): Rename to
	fbui_real_sensitize_items. Now we queue a change and set up a timeout,
	making sure weed out redundant changes, fixing flicker.
	(fbui_sensitize_timeout): New function. The timeout.
	(fbui_real_sensitize_items): Semi-new function. Rename of old
	fbui_sensitize_items.
	(folder_browser_ui_set_selection_state): Pass the FB instead of only
	the UIC to sensitize_items.
	(folder_browser_ui_message_loaded): Same.

	* folder-browser.c (folder_browser_destroy): Kill the new timeout if
	it is registered.

	* folder-browser.h: Add some members to FolderBrowser for keeping
	track of the queue of changes.

svn path=/trunk/; revision=12343
2001-08-21 16:00:41 +00:00
6ddfda7a02 Updated Hungarian translation.
2001-08-21  Andras Timar <timar@gnome.hu>

        * hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=12342
2001-08-21 14:52:26 +00:00
d3027e6fa9 Fix the duplicate message check so it doesn't mess up threading when a
* camel-folder-thread.c
	(camel_folder_thread_messages_new_summary): Fix the duplicate
	message check so it doesn't mess up threading when a reply appears
	in the folder before the message it's a reply to. Fixes bug #3357.
	(camel_folder_thread_messages_new): Likewise, although I don't
	think this function is used any more.

svn path=/trunk/; revision=12341
2001-08-21 14:27:48 +00:00
d0901d2ff2 Added this here. : Norwegian version.
2001-08-21  Kjartan Maraas  <kmaraas@gnome.org>

	* ChangeLog: Added this here.
	* topic.dat:: Norwegian version.

svn path=/trunk/; revision=12340
2001-08-21 13:29:38 +00:00
cc1b730fe4 new files to contain utility functions for calendar backends
2001-08-21  Rodrigo Moya <rodrigo@ximian.com>

	* pcs/cal-backend-util.[ch]: new files to contain utility functions
	for calendar backends

	* pcs/cal-backend.c (cal_backend_add_cal): implement it here, and not in
	the calendar backends. Add a "cal_added" signal, so that backends are
	notified when a new Cal is added, if they need to
	(cal_backend_get_type_by_uid): implement it here

	* pcs/cal-backend-file.c (fill_alarm_instances_seq): moved to
	cal-backend-util.c
	(cal_backend_file_add_cal): removed
	(cal_backend_file_init): connect to the "cal_added" signal in the
	CalBackend class so that we can update categories when a new Cal is
	added
	(cal_backend_file_get_type_by_uid): removed

	* pcs/cal-backend-db.c (fill_alarm_instances_seq): moved to
	cal-backend-util.c
	(cal_backend_db_add_cal): removed
	(cal_backend_db_get_type_by_uid): removed

	* AUTHORS: added JP and Damon to list of authors

svn path=/trunk/; revision=12339
2001-08-21 13:21:23 +00:00
bd86610987 new functions moved from the CalBackendFile, to allow its use outside of
2001-08-20  Rodrigo Moya <rodrigo@ximian.com>

	* cal-util/cal-util.[ch] (cal_util_generate_alarms_for_list):
	(cal_util_generate_alarms_for_comp):
	new functions moved from the CalBackendFile, to allow its use outside
	of it. The signature has changed a little bit, since these functions
	need a way to get the timezones from the callers, so a callback
	function to resolve the timezones has been added to the list of
	parameters

	* pcs/cal-backend-file.c (generate_alarms_for_list):
	(generate_alarms_for_comp): moved to cal-util, with all their related
	functions/structures

	* pcs/cal-backend-db.c: removed functions that were moved to cal-util

svn path=/trunk/; revision=12338
2001-08-21 12:00:04 +00:00
5db9380c89 if we're dragging, drag_button_down won't be true in the BUTTON_RELEASE
2001-08-21  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-minicard.c (e_minicard_event): if we're dragging,
	drag_button_down won't be true in the BUTTON_RELEASE case, since
	we set it to false in MOTION_NOTIFY once the threshold is reached.
	(e_minicard_drag_end): remove this function, since it was needed
	to work around a bug in gnome-canvas.

svn path=/trunk/; revision=12337
2001-08-21 10:08:51 +00:00
e25bb4e9dc Updated Norwegian (bokmål) translation.
2001-08-21  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.

svn path=/trunk/; revision=12336
2001-08-21 07:43:11 +00:00
9d80f7e45f Require gal 0.10.99.5.
2001-08-20  Jon Trowbridge  <trow@ximian.com>

        * configure.in: Require gal 0.10.99.5.

svn path=/trunk/; revision=12335
2001-08-21 01:14:47 +00:00
882ebae3de Wrap our addressbook table adapter in an ETableWithout, so that we can
2001-08-20  Jon Trowbridge  <trow@ximian.com>

	* gui/component/select-names/e-select-names.c
	(e_addressbook_create_ebook_table): Wrap our addressbook table
	adapter in an ETableWithout, so that we can make addresses appear
	and disappear when we remove/add them to the section lists
	(To/Cc/Bcc) on the right of the dialog.
	(real_add_address_cb): When we add an address, hide it in the main
	list.
	(e_select_names_init): Get pointer to our without table from the
	table's object data, and store it.
	(remove_address): When we remove an address, show it in the main
	list.
	(card_key): Added.  Allocate a unique key from an ECard.
	(esn_get_key_fn): Added.  Callback for ETableWithout.
	(esn_dup_key_fn): Added.  Callback for ETableWithout.
	(esn_free_gotten_key_fn): Added.  Callback for ETableWithout.
	(esn_free_duped_key_fn): Added.  Callback for ETableWithout.

	* backend/ebook/e-card-simple.c (e_card_simple_get): Changed
	E_CARD_SIMPLE_FIELD_NAME_OR_ORG to first try the FILE_AS
	type.  This allows the cards in the ESelectName dialog to
	appear in proper sort order (i.e. as 'Doe, John' rather than
	'John Doe').  Fixes ximian #6002.

svn path=/trunk/; revision=12334
2001-08-21 01:11:46 +00:00
a0bfb48ea7 We need to free_gotten_key_func key2, not key! (e_table_without_show):
2001-08-20  Jon Trowbridge  <trow@ximian.com>

	* e-table-without.c (check_with_key): We need to
	free_gotten_key_func key2, not key!
	(e_table_without_show): Renamed, used to be
	e_table_without_remove.  Double-negative function names
	are confusing!
	(e_table_without_hide_adopt): Renamed, used to be
	e_table_without_add_adopt.
	(e_table_without_hide): Renamed, used to be e_table_without_add.

2001-08-20  Jon Trowbridge  <trow@ximian.com>

	* configure.in: Increment version number to 0.10.99.5 for changes
	to ETableWithout api.

svn path=/trunk/; revision=12332
2001-08-21 00:52:33 +00:00
13c5202cd9 fix arg info - we're only passing 1 GTK_TYPE_POINTER arg, not 2.
2001-08-20  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-addressbook-reflow-adapter.c
	(e_addressbook_reflow_adapter_class_init): fix arg info - we're
	only passing 1 GTK_TYPE_POINTER arg, not 2.

	* gui/widgets/e-minicard.c (e_minicard_event): lots of fixes for
	DnD.  For GDK_BUTTON_PRESS, we grab immediately.  For
	GDK_BUTTON_MOTION, we start the drag after a certain threshold,
	and connect to the "drag_end" signal on our canvas so we'll know
	when the drag is complete.  For GDK_BUTTON_RELEASE, we release the
	grab if we were dragging and get the event.
	(e_minicard_drag_end): new function, just remove the pointer/gtk
	grabs and disconnect.

	* gui/widgets/e-minicard.h (struct _EMinicard): add "gint
	drag_button"

svn path=/trunk/; revision=12331
2001-08-20 23:31:16 +00:00
27ab1e72a9 Update
svn path=/trunk/; revision=12330
2001-08-20 23:25:50 +00:00
5c8b08fab9 Fix jumping
svn path=/trunk/; revision=12329
2001-08-20 23:07:25 +00:00
e6e2018062 Moved introductory/basic content to the usage-mainwindow.sgml file.
2001-08-20  Aaron Weber  <aaron@ximian.com>

	* C/usage-exec-summary.sgml: Moved introductory/basic content to the
	usage-mainwindow.sgml file. Rewrote intro.

	* C/usage-contact.sgml: Moved introductory/basic content to the
	usage-mainwindow.sgml file.Rewrote intro.

	* C/usage-calendar.sgml: Moved introductory/basic content to the
	usage-mainwindow.sgml file.Rewrote intro.

	* C/usage-mail.sgml: Moved introductory/basic content to the
	usage-mainwindow.sgml file.Rewrote intro.

	* C/usage-mainwindow.sgml: Put summary-type info into
	this file from other chapters.

svn path=/trunk/; revision=12328
2001-08-20 22:46:44 +00:00
f3d8243e63 Do the import correctly.
svn path=/trunk/; revision=12327
2001-08-20 22:28:04 +00:00
036f4feb49 Fix double-unref of the store.
2001-08-20  Peter Williams  <peterw@ximian.com>

	* mail-ops.c (remove_folder_get): Fix double-unref of the store.

svn path=/trunk/; revision=12326
2001-08-20 22:12:27 +00:00
a1a0a6bc4c Modify the url and set the protocol to mbox rather than hacking it and
2001-08-20  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c (create_folder): Modify the url and set the
	protocol to mbox rather than hacking it and prepending mbox: to
	the uri.

	* mail-local.c (get_folder): Don't prepend the folder_name with
	the store's path because the hash key is folder_name, not
	/folder_name.

svn path=/trunk/; revision=12325
2001-08-20 21:49:09 +00:00
ecda947f67 Fix the wording on some labels.
Stop hiding the source and transport pages.

svn path=/trunk/; revision=12324
2001-08-20 20:21:46 +00:00
d73e96a238 Move the ChangeFolderProperties into the ComponentPlaceholder. Add a
* evolution-mail-list.xml: Move the ChangeFolderProperties into
the ComponentPlaceholder.  Add a separator on the top.

* evolution.xml: Remove the separator above the component
placeholder here.

* folder-browser-ui.c (folder_browser_setup_property_menu):
Updated as ChangeFolderProperties is now in the
ComponentPlaceholder.

svn path=/trunk/; revision=12323
2001-08-20 20:01:15 +00:00
6af8e10aec Did more event -> appointment conversions.
2001-08-20  Kevin Breit  <battery841@mediaone.net>

	* C/usage-calendar.sgml: Did more event -> appointment conversions.

svn path=/trunk/; revision=12322
2001-08-20 19:53:17 +00:00
ee21a426da Don't set the paneds' positions if the respective left-hand elements [i.e.
* e-shell-view.c (e_shell_view_load_settings): Don't set the
paneds' positions if the respective left-hand elements [i.e. the
shortcut bar and the folder bar] are hidden.
(e_shell_view_show_folder_bar): Set the paned position to zero
when hiding.
(e_shell_view_show_shortcut_bar): Likewise.

svn path=/trunk/; revision=12321
2001-08-20 19:51:59 +00:00
290bd4d283 control-return for save and close
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* evolution-comp-editor.xml: control-return for save and close

svn path=/trunk/; revision=12320
2001-08-20 19:13:15 +00:00
da1379ef0c the topics for the help menu. Minor editing.
2001-08-20  Aaron Weber  <aaron@ximian.com>
	* C/topic.dat: the topics for the help menu.
	* C/usage-mainwindow.sgml: Minor editing.

svn path=/trunk/; revision=12319
2001-08-20 19:10:52 +00:00
8346dd4f6c Don't free the returned displayname.
* e-shell-startup-wizard.c (finish_func): Don't free the returned
displayname.

svn path=/trunk/; revision=12318
2001-08-20 19:08:55 +00:00
beba0c1009 Added these functions.
2001-08-20  Christopher James Lahey  <clahey@ximian.com>

	* e-table-subset.c, e-table-subset.h
	(e_table_subset_model_to_view_row,
	e_table_subset_view_to_model_row): Added these functions.

svn path=/trunk/; revision=12317
2001-08-20 18:22:46 +00:00
4dd3f5e734 Made this object handle NULLs for all the handler functions.
2001-08-20  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c: Made this object handle NULLs for all the
	handler functions.

svn path=/trunk/; revision=12316
2001-08-20 17:13:36 +00:00
4a1da6f289 *Makefile.am: added "help" to subdirs.
2001-08-19  Aaron Weber  <aaron@ximian.com>

	*Makefile.am: added "help" to subdirs.

svn path=/trunk/; revision=12315
2001-08-20 17:05:35 +00:00
a3da953871 remove print preview from toolbar
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* evolution-comp-editor.xml: remove print preview from toolbar

2001-08-20  JP Rosevear  <jpr@ximian.com>

	* evolution-comp-editor.xml: remove print setup option for
	consistency

svn path=/trunk/; revision=12314
2001-08-20 16:41:14 +00:00
ac852ece23 Changed the used parity of the return value of check here.
2001-08-20  Christopher James Lahey  <clahey@ximian.com>

	* e-table-without.c (etw_proxy_model_rows_inserted,
	etw_proxy_model_changed): Changed the used parity of the return
	value of check here.

svn path=/trunk/; revision=12313
2001-08-20 16:31:39 +00:00
be9aa6a39b remove print setup option for consistency
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* evolution-comp-editor.xml: remove print setup option for consistency

svn path=/trunk/; revision=12312
2001-08-20 16:29:00 +00:00
0aa3fe4cac use DB_NOTFOUND const
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* backend/pas/pas-backend-file.c
	(pas_backend_file_changes_foreach_key): use DB_NOTFOUND const

svn path=/trunk/; revision=12311
2001-08-20 16:25:12 +00:00
8534057ff5 Whoops, make sure that the account has a source before removing it or
2001-08-20  Peter Williams  <peterw@ximian.com>

	* mail-accounts.c (mail_able): Whoops, make sure that the account
	has a source before removing it or what-have-you.

svn path=/trunk/; revision=12310
2001-08-20 15:57:43 +00:00
db79f8266e Specify additional includes when testing for ext2fs/ext2fs.h.
* gnome-undelfs.m4 (GNOME_UNDELFS_CHECKS): Specify additional
includes when testing for ext2fs/ext2fs.h.

svn path=/trunk/; revision=12291
2001-08-20 15:43:30 +00:00
6a6f3d83e9 null out card_sexp so that we don't crash when copying
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* backend/pas/pas-backend-file.c
	(pas_backend_file_process_get_changes): null out card_sexp so that
	we don't crash when copying

svn path=/trunk/; revision=12290
2001-08-20 15:22:26 +00:00
758d940b11 Add a few comments.
2001-08-20  Peter Williams  <peterw@ximian.com>

	* subscribe-dialog.c: Add a few comments.

svn path=/trunk/; revision=12289
2001-08-20 15:01:20 +00:00
1892a4df85 fix warnings, get compiling again
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* conduit/address-conduit.c: fix warnings, get compiling again

	* conduit/address-conduit-config.h: remove c/p typos

	* conduit/address-conduit.h: ditto

	* conduit/Makefile.am: link against the static camel

svn path=/trunk/; revision=12288
2001-08-20 13:24:25 +00:00
85f3f150b2 build a static camel for the addressbook conduit
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: build a static camel for the addressbook conduit

svn path=/trunk/; revision=12287
2001-08-20 13:22:23 +00:00
2abeceb4cd missing changelog entry
svn path=/trunk/; revision=12286
2001-08-20 12:06:23 +00:00
e3fbe97690 install new file
2001-08-20  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: install new file

	* talking-heads.png: new graphic for meeting requests

svn path=/trunk/; revision=12285
2001-08-20 12:04:28 +00:00
ad22bbfd63 set MessageDelete pixtype to pixbuf.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-mail-message.xml: set MessageDelete pixtype to pixbuf.

svn path=/trunk/; revision=12284
2001-08-20 10:07:40 +00:00
16903eed4e use new small trash icon for Delete command.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* folder-browser-ui.c: use new small trash icon for Delete command.

svn path=/trunk/; revision=12283
2001-08-20 10:07:01 +00:00
90a1b9c01d set Delete pixtype to pixbuf.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-contact-editor.xml: set Delete pixtype to pixbuf.

svn path=/trunk/; revision=12282
2001-08-20 09:58:27 +00:00
58a0c81c29 Used Delete icon in menu.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* gui/contact-editor/e-contact-editor.c: Used Delete icon in menu.

svn path=/trunk/; revision=12281
2001-08-20 09:57:18 +00:00
dffd242dab use Delete icon in menu, and change to bigger Save icon in toolbar.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* gui/dialogs/comp-editor.c (pixmaps): use Delete icon in menu, and
	change to bigger Save icon in toolbar.

svn path=/trunk/; revision=12280
2001-08-20 09:47:41 +00:00
225616c3b2 use bigger Save icon for toolbar.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* gui/contact-editor/e-contact-editor.c: use bigger Save icon for
	toolbar.

svn path=/trunk/; revision=12279
2001-08-20 09:46:10 +00:00
5bdc672b86 use bigger Save icon for toolbar.
2001-08-20  Damon Chaplin  <damon@ximian.com>

	* evolution-contact-editor.xml: use bigger Save icon for toolbar.

	* evolution-comp-editor.xml: used Delete icon for menu.

	* evolution-tasks.xml: changed 'Tasks Settings' to 'Tasks Settings...'.

svn path=/trunk/; revision=12278
2001-08-20 09:45:16 +00:00
05fcec21ff added save-24.png.
2001-08-20  Damon Chaplin  <damon@ximian.com>

 	* Makefile.am (buttons_DATA): added save-24.png.

svn path=/trunk/; revision=12277
2001-08-20 09:42:46 +00:00