Commit Graph

4057 Commits

Author SHA1 Message Date
5237a3a6d9 Remove the executive summary stuff from the AC_OUTPUT list, as it does
not actually exist yet.

svn path=/trunk/; revision=5021
2000-08-24 21:17:47 +00:00
5e1949f935 Added a click signal which gets sent if the user hits the left or middle
2000-08-24  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-group-container.c, e-table-group-leaf.c,
	e-table-group.c, e-table-group.h, e-table-item.c, e-table-item.h,
	e-table.c, e-table.h: Added a click signal which gets sent if the
	user hits the left or middle mouse button on a cell.

svn path=/trunk/; revision=5020
2000-08-24 21:13:17 +00:00
3877d4077d Forgot to commit this
svn path=/trunk/; revision=5019
2000-08-24 20:47:23 +00:00
f6e3d603c9 Sync the right-click menu with the main menu for modifying messages
svn path=/trunk/; revision=5018
2000-08-24 20:20:28 +00:00
73a6d43a66 Fix minor conflicts.
svn path=/trunk/; revision=5017
2000-08-24 20:12:06 +00:00
37471a4d52 Start adding progress info; make flag_all_messages camel-safe; make the no new mail dialog more descriptive.
svn path=/trunk/; revision=5016
2000-08-24 19:52:24 +00:00
ba232a706e Added g_return_if_fails.
2000-08-24  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-scrolled.c, e-table.c: Added g_return_if_fails.

svn path=/trunk/; revision=5015
2000-08-24 19:36:44 +00:00
8357d7b199 Initial revision
svn path=/trunk/; revision=5011
2000-08-24 19:31:03 +00:00
695baf618d Added infrastructure for setting the justification of columns. Still need
2000-08-24  Christopher James Lahey  <clahey@helixcode.com>

	* e-cell-text.c, e-cell-toggle.c, e-cell-tree.c, e-cell.c,
	e-cell.h, e-table-col.c, e-table-col.h, e-table-item.c: Added
	infrastructure for setting the justification of columns.  Still
	need to change the cells to support it and need to add user
	interface to change the justification.

svn path=/trunk/; revision=5010
2000-08-24 19:06:54 +00:00
483c3d3ffc Fixed some warnings.
2000-08-24  Christopher James Lahey  <clahey@helixcode.com>

	* gui/calendar-commands.c, gui/e-day-view.c, gui/e-week-view.c,
	gui/event-editor.c, gui/gncal-todo.c, gui/gnome-cal.c, gui/prop.c:
	Fixed some warnings.

svn path=/trunk/; revision=5009
2000-08-24 19:03:41 +00:00
d397b9d2ce Fixed some warnings in the uihandler code.
2000-08-24  Christopher James Lahey  <clahey@helixcode.com>

	* folder-browser-factory.c: Fixed some warnings in the uihandler
	code.

svn path=/trunk/; revision=5008
2000-08-24 19:01:47 +00:00
08523fea6f Do not alloc the struct icaltimetype but point to one on the stack. More
2000-08-24  JP Rosevear  <jpr@helixcode.com>

	* gui/e-week-view.c (e_week_view_on_new_appointment): Do not alloc
	the struct icaltimetype but point to one on the stack.  More
	importantly, set the date.tzid to NULL.

svn path=/trunk/; revision=5007
2000-08-24 17:48:28 +00:00
152d68ee68 Make signal names saner (released_event_object_cb): ditto
2000-08-24  JP Rosevear  <jpr@helixcode.com>

	* gui/gnome-cal.c (save_event_object_cb): Make signal
	names saner
	(released_event_object_cb): ditto
	(gnome_calendar_edit_object): ditto

	* gui/event-editor.h: Make signal names saner

	* gui/event-editor.c (event_editor_class_init): Make signal
	names saner now that we don't use ical object
	(save_event_object): ditto with callback names
	(file_save_cb): ditto
	(tb_save_and_close_cb): ditto
	(event_editor_set_ical_object): ditto

	* gui/e-day-view.c (e_day_view_update_event): Umm,
	!= CAL_COMPONENT_EVENT (I hope that wasn't me!)

svn path=/trunk/; revision=5006
2000-08-24 17:37:29 +00:00
0b9b384a2b Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify the recursive-store-loading. Load stores when they're added to the config page.
svn path=/trunk/; revision=5005
2000-08-24 17:22:12 +00:00
64342afba2 Ahem. If you add dependencies on libraries, make sure things still build.
2000-08-24  Federico Mena Quintero  <federico@helixcode.com>

	* configure.in: Ahem.  If you add dependencies on libraries, make
	sure things still build.  Fixed the libunicode foo.

svn path=/trunk/; revision=5004
2000-08-24 08:30:34 +00:00
c2e1047f7e Do not alloc the struct icaltimetype but point to one on the stack. More
2000-08-24  Federico Mena Quintero  <federico@helixcode.com>

	* gui/e-day-view.c (e_day_view_on_new_appointment): Do not alloc
	the struct icaltimetype but point to one on the stack.  More
	importantly, set the date.tzid to NULL.

svn path=/trunk/; revision=5003
2000-08-24 07:12:31 +00:00
bdd1f5a2f8 Remove owner field
2000-08-24  JP Rosevear  <jpr@helixcode.com>

	* gui/event-editor-dialog.glade: Remove owner field

	* gui/event-editor.c (clear_widgets): Forget about owner field
	(get_widgets): ditto
	(fill_widgets): ditto

svn path=/trunk/; revision=5002
2000-08-24 06:27:03 +00:00
bf69bddd6d Handle summary field (calendar_model_value_is_empty): ditto
2000-08-24  JP Rosevear  <jpr@helixcode.com>

	* gui/calendar-model.c (calendar_model_initialize_value): Handle
	summary field
	(calendar_model_value_is_empty): ditto
	(calendar_model_free_value): ditto

svn path=/trunk/; revision=5001
2000-08-24 05:52:01 +00:00
46666a5e1f Remove unused file.
svn path=/trunk/; revision=5000
2000-08-24 05:04:13 +00:00
a7d5112589 Don't crash if a component cannot be activated.
svn path=/trunk/; revision=4999
2000-08-24 04:56:44 +00:00
ce8ba94442 Message Composer File and Edit menus.
* C/apx-menuref.sgml: Message Composer File and Edit menus.
----------------------------------------------------------------------

svn path=/trunk/; revision=4998
2000-08-24 04:25:21 +00:00
8d63772a7d Unicode in addressbook basically works, including simple searching
svn path=/trunk/; revision=4997
2000-08-24 03:25:53 +00:00
9e945f485b And here too.
2000-08-17  Not Zed  <NotZed@HelixCode.com>

        * providers/mh/camel-mh-folder.c (mh_finalize): And here too.

        * providers/mbox/camel-mbox-folder.c (mbox_finalize): Close index
        on exit.

svn path=/trunk/; revision=4996
2000-08-24 01:21:32 +00:00
0d7ec294af Remove status bar
2000-08-23  JP Rosevear  <jpr@helixcode.com>

	* gui/event-editor-dialog.glade: Remove status bar

	* cal-util/cal-component.c (cal_component_set_rrule_list): Allow
	a null list
	(cal_component_set_rdate_list): Allow a null list

	* gui/e-day-view.c (e_day_view_on_new_appointment): Commit
	the CalComponent sequence

svn path=/trunk/; revision=4995
2000-08-24 01:20:34 +00:00
c512a22478 Fixed a bug in e_table_subset_variable_increment that causes problems with
2000-08-23  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-subset-variable.c: Fixed a bug in
	e_table_subset_variable_increment that causes problems with
	ETree's.  Specifically, when you incremented at position x, the
	row x didn't get incremented as it should (s/>/>=/.)

svn path=/trunk/; revision=4994
2000-08-23 22:59:09 +00:00
252454c7ab #include <e-util/e-cursors.h>
2000-08-23  Federico Mena Quintero  <federico@helixcode.com>

	* gui/main.c: #include <e-util/e-cursors.h>

	* gui/e-day-view-time-item.c (e_day_view_time_item_draw):
	Initialize time_min_x1 and hour_r to keep gcc happy.

	* gui/e-day-view.c (e_day_view_update_event_label): Warning fix.
	(e_day_view_update_main_canvas_drag): Initialize start_row.

	* gui/e-week-view-event-item.c (e_week_view_event_item_draw):
	Initialize time_y_small_min, icon_x.

	* Makefile.am (SUBDIRS): Re-enable the gui directory.

	* gui/prop.c (prop_store_alarm_default_values): Temporarily #if 0
	out.

svn path=/trunk/; revision=4993
2000-08-23 22:49:48 +00:00
72daa2c644 Constify.
2000-08-23  Federico Mena Quintero  <federico@helixcode.com>

	* e-dialog-widgets.c (e_dialog_editable_set): Constify.

svn path=/trunk/; revision=4992
2000-08-23 22:43:16 +00:00
703511b4a8 Set seltime.tm_isdst to -1, not daylight, because the current dst value is
* filter-datespec.c (cal_day_selected): Set seltime.tm_isdst to
	-1, not daylight, because the current dst value is not relevant to
	the selected date.

svn path=/trunk/; revision=4991
2000-08-23 22:32:17 +00:00
b29fc16e4b Set vtype of new CalComponent (e_week_view_on_new_appointment): ditto
2000-08-23  JP Rosevear  <jpr@helixcode.com>

	* gui/e-week-view.c (e_week_view_key_press): Set vtype of new
	CalComponent
	(e_week_view_on_new_appointment): ditto

	* gui/e-day-view.c (e_day_view_on_new_appointment): ditto

svn path=/trunk/; revision=4990
2000-08-23 22:03:46 +00:00
aaedfc4628 Reformat a bit, make "Folder" appear before "Message", fill in the Message
* folder-browser-factory.c (control_activate): Reformat a bit,
	make "Folder" appear before "Message", fill in the Message menu
	more.

svn path=/trunk/; revision=4989
2000-08-23 21:40:52 +00:00
4a9702f99b Include gnome.h for gettext purposes
2000-08-23  JP Rosevear  <jpr@helixcode.com>

	* gui/e-day-view-time-item.c: Include gnome.h for gettext purposes

	* gui/gnome-cal.c: ditto

	* gui/prop.c: #if out some alarm stuff

svn path=/trunk/; revision=4988
2000-08-23 21:19:41 +00:00
ec0989066d Updated Swedish translation.
svn path=/trunk/; revision=4987
2000-08-23 21:13:27 +00:00
5d8c0f2cff Updated function. (e_calendar_table_open_task): Updated function.
2000-08-23  Federico Mena Quintero  <federico@helixcode.com>

	* gui/e-calendar-table.c (e_calendar_table_init): Updated
	function.
	(e_calendar_table_open_task): Updated function.

svn path=/trunk/; revision=4986
2000-08-23 20:47:06 +00:00
0131da3b09 put commas between addresses.
* camel-mime-utils.c (header_address_list_format_append): put
	commas between addresses.

svn path=/trunk/; revision=4985
2000-08-23 19:58:51 +00:00
7f51944599 Fix a deadlock upon checking mail due to new camel_service semantics.
svn path=/trunk/; revision=4984
2000-08-23 19:10:40 +00:00
fd1851ec7a Fix this to not mess up if the person passes a VCard with a carriage
2000-08-22  Christopher James Lahey  <clahey@helixcode.com>

	* backend/ebook/e-card.c: Fix this to not mess up if the person
	passes a VCard with a carriage return in the mailing address.

	* gui/search/e-addressbook-search-dialog.c: Fix an error in the
	arguments to rule_context_load.

svn path=/trunk/; revision=4983
2000-08-23 09:34:53 +00:00
ef435ebae5 Link with filter library.
svn path=/trunk/; revision=4982
2000-08-23 09:11:47 +00:00
1566594525 Missing commit, changes for search gui to link.
svn path=/trunk/; revision=4981
2000-08-23 09:10:43 +00:00
f05ae9ba25 Fixed fullname->full_name for search field.
2000-08-14  Not Zed  <NotZed@HelixCode.com>

        * gui/search/addresstypes.xml: Fixed fullname->full_name for
        search field.

        * gui/search/e-addressbook-search-dialog.c (get_widget): Check we
        actually got any parts to build the dialogue with.

2000-08-13  Not Zed  <NotZed@HelixCode.com>

        * gui/component/addressbook-component.c (owner_set_cb): Set the
        global_shell_client nastyhack when we know it.
        This is only required to link with the filter code ...

        * gui/component/Makefile.am (evolution_addressbook_LDADD): Added
        libfilter.a to the link line.

        * gui/search/Makefile.am (noinst_LIBRARIES): Change library name
        from libaddressbooksearchdialog to libaddressbooksearch, as used
        elsewhere.

        * gui/search/e-addressbook-search-dialog.c (get_widget):
        Implement.
        (get_query): Likewise.
        (e_addressbook_search_dialog_destroy): Unref filter stuff when
        done.

        * gui/component/addressbook.c (control_deactivate): Added chris's
        patch to put the meny in

svn path=/trunk/; revision=4980
2000-08-23 09:09:21 +00:00
c3d7a35a9f Added editor sections.
2000-08-23  Aaron Weber  <aaron@helixcode.com>

	* C/apx-menuref.sgml: Added editor sections.

svn path=/trunk/; revision=4979
2000-08-23 06:44:11 +00:00
051e2979b2 Included Menu Reference Appendix.
2000-08-23  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Included Menu Reference Appendix.

2000-08-22  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Minor markup changes.

	* C/apx-menuref.sgml: New File. Menu Reference. Still needs much
	work, but not bad for an evening.

2000-08-21  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Kevin's diff applied, with minor changes.

svn path=/trunk/; revision=4978
2000-08-23 06:10:16 +00:00
88d79b0d1a Added missing e-unicode.h and e-unicode.c
svn path=/trunk/; revision=4977
2000-08-23 03:15:10 +00:00
b906c345f9 UTF-8 in contact editor + some fixes for dealing with illegal strings
svn path=/trunk/; revision=4976
2000-08-23 02:56:59 +00:00
049c61546b remove tree-expanded.xpm and tree-unexpanded.xpm.
2000-08-22  Chris Toshok  <toshok@helixcode.com>

	* Makefile.am (icons): remove tree-expanded.xpm and
	tree-unexpanded.xpm.

	* e-tree-example-1.c: use art/tree-expanded.xpm and
	art/tree-unexpanded.xpm.
	(remove_node): commit the change listed below (08-21).

	* tree-expanded.xpm: removed.

	* tree-unexpanded.xpm: removed.

svn path=/trunk/; revision=4975
2000-08-23 01:48:20 +00:00
1e5ae349da Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings to
come...

svn path=/trunk/; revision=4972
2000-08-23 00:22:18 +00:00
6b2a9a563f Started adding a time zone field to ECard.
2000-08-22  Christopher James Lahey  <clahey@helixcode.com>

	* backend/e-card.h: Started adding a time zone field to ECard.

	* gui/component/e-addressbook-model.c: Added
	e_table_model_pre_change where appropriate.

	* gui/minicard/e-minicard-control.c: Added a ref and unref pair.

svn path=/trunk/; revision=4971
2000-08-22 23:47:19 +00:00
c1231cdf52 use BODY.PEEK, not BODY, so we don't set the message \Seen.
* providers/imap/camel-imap-folder.c
	(imap_protocol_get_summary_specifier): use BODY.PEEK, not BODY, so
	we don't set the message \Seen.

svn path=/trunk/; revision=4970
2000-08-22 23:43:31 +00:00
e716225368 Fixed a small warning.
2000-08-22  Christopher James Lahey  <clahey@helixcode.com>

	* providers/pop3/camel-pop3-store.c: Fixed a small warning.

svn path=/trunk/; revision=4969
2000-08-22 23:38:51 +00:00
92710f4587 Capitalization change.
svn path=/trunk/; revision=4968
2000-08-22 22:14:51 +00:00
ec66ae0755 Updated dependency list.
2000-08-22  Christopher James Lahey  <clahey@helixcode.com>

	* announcement-0.4.1.txt: Updated dependency list.

svn path=/trunk/; revision=4967
2000-08-22 22:10:10 +00:00