Commit Graph

13331 Commits

Author SHA1 Message Date
9c5cceeeb8 New signal for when the width of the column changes.
2002-02-13  Christopher James Lahey  <clahey@ximian.com>

	* gal/widgets/e-reflow.c, gal/widgets/e-reflow.h
	(column_width_changed): New signal for when the width of the
	column changes.

	* gal/util/e-util.c, gal/util/e-util.h (e_marshal_NONE__DOUBLE):
	New marshaller.

From gal/menus/ChangeLog:

2002-02-13  Christopher James Lahey  <clahey@ximian.com>

	* gal-view-etable.c (detach_table): Set
	view->table_state_changed_id to 0.
	(detach_tree): Set view->tree_state_changed_id to 0.

svn path=/trunk/; revision=15705
2002-02-13 13:03:48 +00:00
926cc83a34 Fixed a bug.
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* message-tag-followup.c (set_widget_values): Fixed a bug.

	* mail-callbacks.c (flag_for_followup): If only 1 message is
	selected and it happens to already be marked for follow-up, set
	the value of the flag on the editor so the settings are restored.

	* folder-browser-ui.c: Set the pixmaps on MarkAsRead, MarkAsUnread
	and MarkAsImportant bonobo verbs. Also connect to
	flag-for-followup verb.
	(folder_browser_ui_set_selection_state): Added MessageFollowUpFlag
	verb to the array of verb strings.

	* folder-browser.c: Set key accelerators on the follow-up
	right-click menu items to match Outlook.

svn path=/trunk/; revision=15702
2002-02-13 01:09:56 +00:00
55e51212a7 Keld did the update...
evolution/po/da.po

svn path=/trunk/; revision=15701
2002-02-13 01:08:42 +00:00
31440e3a09 Added pixbufs to MarkAsImportant, MarkAsRead and MarkAsUnread. Also added
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Added pixbufs to MarkAsImportant,
	MarkAsRead and MarkAsUnread. Also added MessageFollowUpFlag verb.

svn path=/trunk/; revision=15700
2002-02-13 00:30:51 +00:00
d811de6309 Install mail-new.xpm, mail-read.xpm and priority-high.xpm in the same
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am: Install mail-new.xpm, mail-read.xpm and
	priority-high.xpm in the same place as other bonobo-ui menu
	pixmaps so we can use these in menus too.

svn path=/trunk/; revision=15699
2002-02-13 00:03:37 +00:00
2788f38ed6 Added an argument to get the model.
2002-02-12  Christopher James Lahey  <clahey@ximian.com>

	* gui/widgets/e-addressbook-reflow-adapter.c
	(addressbook_get_arg): Added an argument to get the model.

	* gui/widgets/e-addressbook-view.c (writable_status): Don't bother
	connecting to the writable_status callback on the book, simply
	rely on the writable_status callback on the addressbook model.

	* gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h
	(set_empty_message): Handle the case of a read only view here.

svn path=/trunk/; revision=15698
2002-02-12 23:49:39 +00:00
f4d3822695 Updates with norwegian fuzzies
evolution/po/da.po

svn path=/trunk/; revision=15697
2002-02-12 23:26:27 +00:00
6e759d0491 ascending="false"
svn path=/trunk/; revision=15696
2002-02-12 22:48:06 +00:00
fe00d4e9e0 Offer the new By Follow Up Flag view.
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail/galview.xml: Offer the new By Follow Up Flag view.

	* mail/By_Follow_Up_Flag.galview: New galview for Follow Up Flag.

svn path=/trunk/; revision=15695
2002-02-12 22:46:09 +00:00
b493c854ea Re-added contains and not-contains. Also added filter/vfolder rules for
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* vfoldertypes.xml:
	* filtertypes.xml: Re-added contains and
	not-contains. Also added filter/vfolder rules for
	Flag-for-Followup.

svn path=/trunk/; revision=15694
2002-02-12 22:08:05 +00:00
cfb7f58d26 No longer need to call e_msg_composer_show_sig_file(). This gets handled
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (create_msg_composer): No longer need to call
	e_msg_composer_show_sig_file(). This gets handled auto-magically
	by a signal emition when the default From address chooser gets
	created.
	(do_forward_non_attached): No longer need to call it here either
	because e_msg_composer_set_body_text() now makes sure to re-show
	the signature.

svn path=/trunk/; revision=15693
2002-02-12 21:48:06 +00:00
24c0e32fa5 Use set_editor_text() (e_msg_composer_new_from_url): Same.
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (e_msg_composer_flush_pending_body): Use
	set_editor_text()
	(e_msg_composer_new_from_url): Same.
	(e_msg_composer_set_body_text): Re-Show the signature.

svn path=/trunk/; revision=15692
2002-02-12 21:42:00 +00:00
80b691582f updated Basque file
svn path=/trunk/; revision=15691
2002-02-12 20:56:06 +00:00
e9358c18e3 fix what danw said was wrong.
2002-02-12  Aaron Weber  <aaron@ximian.com>

	* usage-mainwindow.sgml: fix what danw said was wrong.

	* usage-exchange.sgml: fix what danw said was wrong.

svn path=/trunk/; revision=15690
2002-02-12 20:52:59 +00:00
648357cc68 Show the signature.
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (do_forward_non_attached): Show the signature.

svn path=/trunk/; revision=15689
2002-02-12 20:47:27 +00:00
5dafa97f0a Since the AUTH token sometimes uses '=' instead of whitespace, don't use
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (smtp_helo): Since the
	AUTH token sometimes uses '=' instead of whitespace, don't use
	smtp_token_next here.

svn path=/trunk/; revision=15688
2002-02-12 20:39:54 +00:00
54fca5162a Re-added contains and not-contains.
2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* filtertypes.xml: Re-added contains and not-contains.

svn path=/trunk/; revision=15687
2002-02-12 20:14:11 +00:00
3ab71d1974 Cancel tooltip timeouts here.
2002-02-12  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c (eti_unrealize): Cancel tooltip timeouts here.

svn path=/trunk/; revision=15686
2002-02-12 19:56:10 +00:00
6185f96a81 reflect gtkhtml API change
2002-02-12  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (e_msg_composer_is_dirty): reflect gtkhtml API
	change

svn path=/trunk/; revision=15685
2002-02-12 17:39:54 +00:00
050e706b3a Added Estonian translation.
2002-02-12  Tõivo Leedjärv  <leedjarv@interest.ee>

        * et.po: Added Estonian translation.

svn path=/trunk/; revision=15684
2002-02-12 16:54:22 +00:00
d11ca50544 Added et to ALL_LINGUAS.
2002-02-12  Tõivo Leedjärv  <leedjarv@interest.ee>

        * configure.in: Added et to ALL_LINGUAS.

svn path=/trunk/; revision=15683
2002-02-12 16:50:34 +00:00
77c493f4bb fixed typo.
2002-02-12  Akira TAGOH  <tagoh@gnome.gr.jp>

	* ja.po: fixed typo.

svn path=/trunk/; revision=15682
2002-02-12 11:59:47 +00:00
2d4d49a088 Get followup-up message-list values. Also highlight the message in red if
2002-02-11  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c (ml_tree_value_at): Get followup-up message-list
	values. Also highlight the message in red if the due-by date is
	past due (this is what Outlook does).
	(ml_duplicate_value): Handle follow-up columns.
	(ml_free_value): Same.
	(ml_initialize_value): Here too.
	(ml_value_is_empty): And here.
	(ml_value_to_string): And finally here.

	* message-tag-followup.c (message_tag_followup_i18n_name): New
	convenience function.

svn path=/trunk/; revision=15680
2002-02-11 23:00:13 +00:00
b5fe626e9d added entries for latest changes
svn path=/trunk/; revision=15679
2002-02-11 22:00:27 +00:00
83f26d87de use reset undo in editor
svn path=/trunk/; revision=15678
2002-02-11 21:49:56 +00:00
0b4478e5df use editor is_dirty and reset undo
svn path=/trunk/; revision=15677
2002-02-11 21:48:51 +00:00
b9c3cab040 Updated.
svn path=/trunk/; revision=15676
2002-02-11 19:18:48 +00:00
af223e6f19 Implemented. (on_right_click): Do better enabling/hiding of unwanted
2002-02-11  Jeffrey Stedfast  <fejj@ximian.com>

	* folder-browser.c (followup_tag_complete): Implemented.
	(on_right_click): Do better enabling/hiding of unwanted
	flag-for-followup options.

svn path=/trunk/; revision=15675
2002-02-11 16:54:59 +00:00
a541fc7162 updated Basque file
svn path=/trunk/; revision=15674
2002-02-11 05:36:40 +00:00
cfc4826ef8 add a ChangeLog entry about the port, use libglade-convert on the glade files
svn path=/trunk/; revision=15640
2002-02-10 21:10:16 +00:00
0f88e0dcb5 add a ChangeLog entry about the port, use libglade-convert on the glade files
svn path=/trunk/; revision=15639
2002-02-10 21:10:00 +00:00
e255f9a932 Removed "The" from title.
2002-02-10  Kevin Breit  <mrproper@ximian.com>

	* C/evolution-C.omf: Removed "The" from title.

svn path=/trunk/; revision=15638
2002-02-10 20:32:03 +00:00
928749075c Set the correct drop-down menu item. (message_tag_followup_encode): Return
2002-02-09  Jeffrey Stedfast  <fejj@ximian.com>

	* message-tag-followup.c (set_widget_values): Set the correct
	drop-down menu item.
	(message_tag_followup_encode): Return NULL if the type is NONE.
	(clear_clicked): Set the drop-down menu to None.
	(type_changed): Hide the None menu item.
	(construct): Create a None menu item and set it as the default.

svn path=/trunk/; revision=15637
2002-02-09 21:22:29 +00:00
eeb0091ac1 Duh, when we grab the apop stamp it needs to include the <> as well, I
2002-02-09  Not Zed  <NotZed@Ximian.com>

        * providers/pop3/camel-pop3-engine.c (get_capabilities): Duh, when
        we grab the apop stamp it needs to include the <> as well, I even
        read the rfc, silly me.

        * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Doh,
        when iterating the authtype list, it helps to goto the next node.
        Found with help from miles.

svn path=/trunk/; revision=15636
2002-02-09 11:31:18 +00:00
d5ce9c3303 add row and column defines
2002-02-09  JP Rosevear  <jpr@ximian.com>

	* e-pilot-settings.h: add row and column defines

svn path=/trunk/; revision=15634
2002-02-09 06:12:41 +00:00
13d153008c make sure PISOCK cflags are added where appropriate
2002-02-09  JP Rosevear  <jpr@ximian.com>

	* configure.in: make sure PISOCK cflags are added where
	appropriate

svn path=/trunk/; revision=15633
2002-02-09 06:11:46 +00:00
f9f3d6073e New flag-for-followup tag editor dialog.
2002-02-08  Jeffrey Stedfast  <fejj@ximian.com>

	* message-tag-followup.[c,h]: New flag-for-followup tag editor
	dialog.

	* mail-callbacks.c (flag_for_followup): New callback that pops up
	a flag-for-followup editor dialog.
	(flag_followup_completed): Marks all flag-for-followup'd messages
	as 'complete'.
	(flag_followup_clear): Clears all flag-for-followup tags from the
	selected messages.

	* message-tags.glade: glade file for tag editors.

svn path=/trunk/; revision=15632
2002-02-09 02:03:07 +00:00
0be1fbf4f6 updated to new version from calendar/gui/comp-util.c
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
2002-02-09 01:56:43 +00:00
2bcb81a1c6 check if the CalComponentDateTime values are set before trying to use
2002-02-08  Damon Chaplin  <damon@ximian.com>

	* gui/comp-util.c (cal_comp_util_compare_event_timezones): check if
	the CalComponentDateTime values are set before trying to use them.
	Possibly fixes bug #18529.

svn path=/trunk/; revision=15630
2002-02-09 01:55:37 +00:00
28c6d294af added libicalvcal.
2002-02-08  Damon Chaplin  <damon@ximian.com>

	* src/Makefile.am (SUBDIRS): added libicalvcal.

	* configure.in (AC_OUTPUT): added src/libicalvcal/Makefile.

svn path=/trunk/; revision=15629
2002-02-09 01:06:31 +00:00
bf5ad102a4 added vCalendar importer and intelligent GnomeCalendar importer code here,
2002-02-08  Damon Chaplin  <damon@ximian.com>

	* importers/icalendar-importer.c: added vCalendar importer and
	intelligent GnomeCalendar importer code here, as it shares a lot of
	code with the iCalendar importer.

	NOTE: check_folder_type() needs to be finished at some point.
	It needs a new shell Corba call so it can decide whether to import
	events or tasks into the folder. Currently it just imports both.

	* importers/main.c (importer_factory_fn): create vCalendar importer
	or GnomeCalendar importer if required.

	* importers/evolution-calendar-importer.h: added declarations for
	creating a vCalendar importer and intelligent Gnome Calendar importer.

	* importers/Makefile.am: added -DEVOLUTION_SOUNDDIR so the importer
	knows what filename to use for audio alarms in vCalendar files.
	Added libicalvcal-evolution to LDADD.

	* importers/GNOME_Evolution_Calendar_Importer.oaf.in: added vCalendar
	importer and intelligent Gnome Calendar importer.

	* gui/comp-util.c (cal_comp_util_compare_event_timezones): return TRUE
	if the event uses UTC. We don't want to flag all events from Outlook,
	which use UTC.

svn path=/trunk/; revision=15628
2002-02-09 01:03:32 +00:00
3c81b8f46c added sounds.
2002-02-08  Damon Chaplin  <damon@ximian.com>

	* Makefile.am (SUBDIRS): added sounds.

	* configure.in (AC_OUTPUT): added sounds/Makefile.

	* sounds/Makefile.am: new file.
	* sounds/default_alarm.wav: default alarm sound, currently only used
	when vCalendar files are imported with audio alarms. We need a better
	sound.

svn path=/trunk/; revision=15627
2002-02-09 00:51:53 +00:00
9fecb732de Base class for a message tag editor.
2002-02-08  Jeffrey Stedfast  <fejj@ximian.com>

	* message-tag-editor.[c,h]: Base class for a message tag editor.

	* folder-browser.c (on_right_click): Setup the hide/enable masks
	for "Flag for Follow-up"

	* mail-callbacks.c (confirm_expunge): Instead of hiding deleted
	messages and then expunging, disable the use of the message-list
	completely during the expunge operation.
	(expunged_folder): Re-enable the use of the message-list widget
	here.

svn path=/trunk/; revision=15626
2002-02-08 22:32:13 +00:00
a61a6cab20 remove briefly used files
2002-02-08  JP Rosevear  <jpr@ximian.com>

	* e-url-button.[hc]: remove briefly used files

svn path=/trunk/; revision=15623
2002-02-08 21:54:58 +00:00
1e390adb7d change custom widget creator to e_url_entry_new
2002-02-08  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/task-details-page.glade: change custom widget
	creator to e_url_entry_new

	* gui/dialogs/task-details-page.c (get_widgets): get the url entry
	and its entry

svn path=/trunk/; revision=15622
2002-02-08 21:53:53 +00:00
350a7a3314 oops
svn path=/trunk/; revision=15621
2002-02-08 21:51:16 +00:00
caa0d5ee20 button/entry combo that launchs the gnome url handler on the entry text
2002-02-08  JP Rosevear  <jpr@ximian.com>

	* e-url-entry.[hc]: button/entry combo that launchs the gnome url
	handler on the entry text when the button is clicked

	* Makefile.am: build new files

svn path=/trunk/; revision=15620
2002-02-08 21:50:36 +00:00
88b0c8138a Call scroll_off and in e-tree.c hover_off.
2002-02-08  Christopher James Lahey  <clahey@ximian.com>

	* e-table.c (et_unrealize), e-tree.c (et_unrealize): Call
	scroll_off and in e-tree.c hover_off.

svn path=/trunk/; revision=15618
2002-02-08 19:22:41 +00:00
499c0929cc 0.12.0 here we go
svn path=/trunk/; revision=15613
2002-02-08 19:17:45 +00:00
10305708fd 0.12.0 here we go
svn path=/trunk/; revision=15611
2002-02-08 19:17:36 +00:00