Commit Graph

180 Commits

Author SHA1 Message Date
24b63477d1 fix case when priority is undefined and pri_a or pri_b is returned as
2002-02-14  Radek Doulik  <rodo@ximian.com>

	* e-summary-tasks.c (sort_uids): fix case when priority is
	undefined and pri_a or pri_b is returned as NULL, also fixes
	memory leak

svn path=/trunk/; revision=15727
2002-02-14 20:18:05 +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
e1268e37a4 The new selector widget
svn path=/trunk/; revision=15565
2002-02-04 19:52:43 +00:00
2e6566611d Allocate the ConnectionList list with the right number of entries instead
* e-summary-offline-handler.c (create_connection_list): Allocate
the ConnectionList list with the right number of entries instead
of zero.

svn path=/trunk/; revision=15552
2002-02-02 15:55:19 +00:00
8d91d34611 [Fix a crash that can happen if you have opened multiple views of
the summary and try to go off-line.  This is not the correct fix,
as the code should really be changed to only use one set of
connections for all the views, instead of binding the connections
to the view.]

* e-summary-factory.c (e_summary_factory_new_control): Call
`e_summary_offline_handler_add_summary()' instead of
e_summary_offline_handler_set_summary()'.

* e-summary-offline-handler.c: Replace member `summary' with
`summaries' in the ESummaryOfflineHandlerPriv.  This way, instead
of assuming that there is only one summary, we keep a list of the
summaries.
(impl_destroy): Free ->summaries.
(e_summary_offline_handler_set_summary): Removed.
(e_summary_offline_handler_add_summary): New.  Add the summary to
->summaries.  Also, connect to the ::destroy handler so we can
bookkeep them correctly.
(create_connection_list): Made private from
e_summary_offline_handler_create_connection_list().  Get a GSList
instead of just one summary, and sum up all the connections from
it.
(impl_prepareForOffline): Use it.
(impl__get_isOffline): Return %FALSE if any of the summaries are
online, %TRUE otherwise.
(impl_goOffline): Call ::set_online on all the summaries.  Pass
CORBA_OBJECT_NIL for the progress_listener as it doesn't really
get used anyways.
(impl_goOnline): Likewise.  Pass CORBA_OBJECT_NIL, not NULL, for
the progress CORBA_Object pointer.

svn path=/trunk/; revision=15547
2002-02-01 20:32:08 +00:00
4ba09274d6 Clean up some of the Makefiles so we dont' link every library multiple
times, causing big libtool 1.4 pain.

svn path=/trunk/; revision=15461
2002-01-24 23:16:18 +00:00
356ac50ce7 Applied modified UK locations patch
svn path=/trunk/; revision=15450
2002-01-24 15:18:27 +00:00
d435a965c2 Fix the mail order stuff
svn path=/trunk/; revision=15449
2002-01-24 14:21:20 +00:00
82cb9e15be Use soup to transfer HTTP files and other bugs fixed
svn path=/trunk/; revision=15344
2002-01-16 17:56:22 +00:00
9dfd6e5d0c Move Mexico
svn path=/trunk/; revision=15254
2002-01-07 16:08:18 +00:00
d6c6c73330 -- Merge fix for #17377 from the evolution-1-0-branch.
* main.c (main): Push GdkRGB visual and colormap.

svn path=/trunk/; revision=15195
2001-12-20 06:15:53 +00:00
137e86ce01 use cal_client_open_default_tasks
2001-12-19  JP Rosevear  <jpr@ximian.com>

	* e-summary-tasks.c (e_summary_tasks_init): use
	cal_client_open_default_tasks

	* e-summary-calendar.c (e_summary_calendar_init): use
	cal_client_open_default_calendar

svn path=/trunk/; revision=15181
2001-12-19 15:35:58 +00:00
bdb095ab69 Merging patches from 1-0-branch
svn path=/trunk/; revision=15109
2001-12-17 12:20:19 +00:00
3be029c79a Remove perl.com
svn path=/trunk/; revision=14933
2001-12-07 16:42:31 +00:00
8d521a4bbc Don't choke! Spell celsius correctly Don't choke!
Don't choke!
Spell celsius correctly
Don't choke!

svn path=/trunk/; revision=14692
2001-11-14 00:46:00 +00:00
16cb05f315 make the timezone default to UTC.
2001-11-13  Damon Chaplin  <damon@ximian.com>

	* e-summary.c (e_summary_init): make the timezone default to UTC.

svn path=/trunk/; revision=14690
2001-11-13 23:46:10 +00:00
37b841061a Removed `morons.org'.
* e-summary-preferences.c: Removed `morons.org'.

svn path=/trunk/; revision=14646
2001-11-09 19:37:57 +00:00
53d4e603f3 Silly random city bug
svn path=/trunk/; revision=14613
2001-11-07 11:37:28 +00:00
13345f4f8d Removed Frobisher
svn path=/trunk/; revision=14548
2001-10-31 19:59:37 +00:00
72ab189eac Spelling mistake
svn path=/trunk/; revision=14546
2001-10-31 19:27:54 +00:00
9f6d470e75 Fix bug if you remove all folders, or all rdfs or all weather stations where settings were reset
svn path=/trunk/; revision=14534
2001-10-31 12:53:18 +00:00
d42daece4a Do some NULL checking before dereferencing things.
svn path=/trunk/; revision=14497
2001-10-30 23:05:36 +00:00
3ba36ef408 use libical-evolution.la
2001-10-29  Damon Chaplin  <damon@ximian.com>

	* Makefile.am (evolution_executive_summary_LDADD): use
	libical-evolution.la

svn path=/trunk/; revision=14400
2001-10-30 01:51:02 +00:00
1330f75679 Save the RDFs into a new place
Only have one place for initialisation of rdf/weather stations.

svn path=/trunk/; revision=14362
2001-10-29 21:03:46 +00:00
54a2c04bc1 retrieve the default URI for calendars from the configuration instead of
2001-10-29  Rodrigo Moya <rodrigo@ximian.com>

	* e-summary-calendar.c (e_summary_calendar_init): retrieve the
	default URI for calendars from the configuration instead of
	hard-coding it

	* e-summary-tasks.c (e_summary_tasks_init): likewise for tasks

svn path=/trunk/; revision=14352
2001-10-29 18:57:55 +00:00
242ed7f944 We only want KBOS by default.
* e-summary-preferences.c (make_initial_weather_list): We only
want KBOS by default.

* e-summary-weather.c (e_summary_weather_init): We only want KBOS
by default.

svn path=/trunk/; revision=14351
2001-10-29 18:52:00 +00:00
d109123edc Slow down reload requests to work around a bug in gnome-vfs. Ugly, but it
2001-10-27  Jon Trowbridge  <trow@ximian.com>

	* e-summary.c (e_summary_reload): Slow down reload requests
	to work around a bug in gnome-vfs.  Ugly, but it works.
	(Bug #12956)

svn path=/trunk/; revision=14239
2001-10-27 23:16:13 +00:00
08fb7329cb Fixing the license text.
svn path=/trunk/; revision=14212
2001-10-27 16:59:46 +00:00
02dcd0aadf Update the licensing information to require version 2 of the GPL
(instead of version 2 or any later version).

svn path=/trunk/; revision=14190
2001-10-27 00:25:49 +00:00
0b5c3e9f8b NULL the handle after a failed open so the offline handler won't think
2001-10-26  Iain Holmes  <iain@ximian.com>

	* e-summary-rdf.c (open_callback): NULL the handle after a failed
	open so the offline handler won't think they're still open.
	(e_summary_rdf_set_online): Cancel all the open connections when the
	summary goes offline.

	* e-summary-weather.c (open_callback): NULL the handle after a failed
	open so the offline handler won't think they're still open.
	(e_summary_weather_set_online): Cancel all the open connections when the
	summary goes offline.

	* e-summary.c (e_summary_set_online): Call the callback if it's not
	NULL.

svn path=/trunk/; revision=14183
2001-10-26 23:15:19 +00:00
580b80f5b3 It is possible for start_foo.value to be NULL after a cal to
2001-10-25  Jon Trowbridge  <trow@ximian.com>

	* e-summary-tasks.c (sort_uids): It is possible for
	start_foo.value to be NULL after a cal to
	cal_component_get_dtstart, so we need to check for this before
	dereferencing it. (Bug #13259)

svn path=/trunk/; revision=14097
2001-10-25 19:45:07 +00:00
9be7cad2cd Correct fix for 12236. Stops the crashing and leaves the summary in a usable state.
svn path=/trunk/; revision=13982
2001-10-24 11:52:28 +00:00
d012fd43ca Changed "Add new feed" to "Add news feed".
001-10-22  Anna Marie Dirks  <anna@ximian.com>

	* my-evolution.glade: Changed "Add new feed" to "Add news feed".

svn path=/trunk/; revision=13924
2001-10-23 01:45:30 +00:00
8c83f5222f set the default timezone on the server.
2001-10-22  Damon Chaplin  <damon@ximian.com>

	* e-summary-tasks.c (generate_html): set the default timezone on the
	server.

	* e-summary-calendar.c (e_cal_comp_util_compare_event_timezones):
	update to check for DATE values.
	(uids_to_array): pass the default timezone
	to cal_recur_generate_instances.
	(generate_html): set the default timezone on the server.

svn path=/trunk/; revision=13921
2001-10-23 00:29:53 +00:00
798623d52b Remove the help_button in the property box.
* e-summary-preferences.c (e_summary_configure): Remove the
help_button in the property box.

svn path=/trunk/; revision=13900
2001-10-22 22:31:43 +00:00
1fe301e0a6 Null some freed memory
svn path=/trunk/; revision=13799
2001-10-19 18:23:28 +00:00
f19b05e456 Stuff to try to find the memory corruption
svn path=/trunk/; revision=13769
2001-10-18 20:17:52 +00:00
1ec9e205a1 Minor changes in the hope that bug is fixed :/
svn path=/trunk/; revision=13701
2001-10-16 20:10:43 +00:00
f618c258e1 Made temporary buffer for strftime much bigger (it was too small for
* e-summary-calendar.c (generate_html): Made temporary buffer for
strftime much bigger (it was too small for Polish month names), added
missing colon and conversion to UTF-8.

svn path=/trunk/; revision=13669
2001-10-14 18:17:38 +00:00
af4cb39650 Fix some strings
svn path=/trunk/; revision=13630
2001-10-12 21:41:59 +00:00
f6dce20df1 Update the signature to match the new signal.
* e-summary-mail.c (update_folder_cb): Update the signature to
	match the new signal.

svn path=/trunk/; revision=13591
2001-10-11 19:01:06 +00:00
44f3c6d906 Fixed polling in offline mode
svn path=/trunk/; revision=13562
2001-10-10 19:54:28 +00:00
b1e9620e1a Minimum time of updates is 5 minutes
svn path=/trunk/; revision=13560
2001-10-10 19:07:49 +00:00
2024ff43f5 Added HispaLinux
2001-10-06  Carlos Perelló Marín <carlos@gnome-db.org>

	* e-summary-preferences.c: Added HispaLinux

svn path=/trunk/; revision=13483
2001-10-06 15:55:08 +00:00
ef960f1216 Fix a race condition
svn path=/trunk/; revision=13473
2001-10-05 22:02:53 +00:00
46e6d93b25 Swap Xiamen for Tokyo
Capitalise stuff in the glade file

svn path=/trunk/; revision=13421
2001-10-04 20:19:51 +00:00
83529b8532 used time_add_day/week/month _with_zone() functions rather than the old
2001-10-01  Damon Chaplin  <damon@ximian.com>

	* e-summary-calendar.c (generate_html): used time_add_day/week/month
	_with_zone() functions rather than the old versions.

	* e-summary.c (alarm_fn): use time_day_end_with_zone ().

	* e-summary-tasks.c (generate_html): removed day_begin and day_end
	since they aren't used, and the calls to time_day_begin/end().

svn path=/trunk/; revision=13365
2001-10-03 04:29:55 +00:00
cb47695f98 Handle recurrances correctly
svn path=/trunk/; revision=13348
2001-10-02 20:52:21 +00:00
3695ce0e60 add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, which
2001-10-02  Rodrigo Moya <rodrigo@ximian.com>

	* Makefile.am: add $(BONOBO_GNOME_CFLAGS) to make it compile with
	latest Bonobo, which does not install headers in
	$(gnome_prefix)/include

svn path=/trunk/; revision=13304
2001-10-02 17:20:03 +00:00
1801894965 Applied patch from Takuo Kitame
svn path=/trunk/; revision=13271
2001-10-01 19:03:26 +00:00