Commit Graph

3737 Commits

Author SHA1 Message Date
a80bd46ba3 Use _()' instead of N_()' for strings that need to be translated on
the fly.

svn path=/trunk/; revision=4283
2000-07-23 12:21:13 +00:00
9433853ca6 Change the message composer to use BonoboUIHandler directly instead of
translated GnomeUIInfo.

svn path=/trunk/; revision=4282
2000-07-23 12:15:07 +00:00
a774d6fe7b *** empty log message ***
svn path=/trunk/; revision=4281
2000-07-23 11:07:09 +00:00
96b11a7e66 fixed it so it doesn't crash when a URL is loaded.
2000-07-23  Damon Chaplin  <damon@helixcode.com>

	* cal-util/calobj.c (ical_object_create_from_vobject): fixed it so
	it doesn't crash when a URL is loaded.

	* cal-util/calobj.h: added a few more fields.

svn path=/trunk/; revision=4280
2000-07-23 11:05:52 +00:00
171288a34a added a color_column where the color can be specified as a string, e.g.
2000-07-23  Damon Chaplin  <damon@helixcode.com>

	* e-cell-text.c: added a color_column where the color can be specified
	as a string, e.g. "red" or "rgb:F/0/0".

	* e-cell-text.c (ect_leave_edit): don't call unbuild_current_cell()
	since the CellEdit struct has been freed in ect_stop_editing() and so
	has the text.

	* e-cell-text.c (unbuild_current_cell): set cell->text to NULL to make
	sure we	don't try to free it again.

svn path=/trunk/; revision=4279
2000-07-23 11:03:28 +00:00
130d4fbee5 Change EShellView so that it creates the menus with BonoboUIHandler
directly instead of using the GnomeUIInfo convertion functions, that
were not doing the right thing by translating the path as well (and as
a consequence, the components were not able to set up their own menu
items if the locale was not the default one).

svn path=/trunk/; revision=4278
2000-07-23 11:00:37 +00:00
8941f8cb6d Translations from Keld
balsa/po/da.po bonobo/po/da.po evolution/po/da.po
gimp/po/da.po gnome-db/po/da.po gnome-utils/po/da.po
gnumeric/po/da.po gtranslator/po/da.po guppi3/po/da.po
nautilus/po/da.po pan/po/da.po rp3/po/da.po

svn path=/trunk/; revision=4277
2000-07-22 22:40:45 +00:00
90fd6b4025 Updated Italian translation from Clara Tattoni
<clara.tattoni@libero.it>.

svn path=/trunk/; revision=4276
2000-07-22 22:34:22 +00:00
0e84167610 Clear CamelExceptions when appropriate (eg when folder is marked as
2000-07-22  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-store.c (get_folder): Clear CamelExceptions when
	appropriate (eg when folder is marked as \NoSelect). Still needs some
	cleanup and perhaps Dan will have a better way of doing this as this seems
	like a messy way of handling this.

	* providers/imap/camel-imap-folder.c (imap_get_uids): Took out some debug
	statements as they are no longer needed.

svn path=/trunk/; revision=4275
2000-07-22 19:12:55 +00:00
acc63c446a Updated to not strip out subfolders that are marked as \NoSelect because
2000-07-21  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-folder.c (imap_get_subfolder_names): Updated to
	not strip out subfolders that are marked as \NoSelect because this will be
	correctly handled in store->get_folder from now on.

	* providers/imap/camel-imap-store.c (folder_is_selectable): New convenience
	function for use in get_folder().
	(parse_list_response): Now takes a char **flags argument which is needed by
	folder_is_selectable().
	(imap_connect): Updated to reflect changes to parse_list_response().

svn path=/trunk/; revision=4274
2000-07-22 01:38:41 +00:00
b3dd72a9de ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).
svn path=/trunk/; revision=4273
2000-07-22 00:32:55 +00:00
be07467191 Fix a braino that caused Evolution to unref a NULL object when the
shortcut file was not found.

svn path=/trunk/; revision=4272
2000-07-21 23:36:11 +00:00
44230f1ef7 Some changes to the pop-up folder tree, so that it makes more visual
sense.

svn path=/trunk/; revision=4271
2000-07-21 23:19:35 +00:00
931953de1f Made focus in not change your selection position.
2000-07-21  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-text.c: Made focus in not change your selection
	position.

svn path=/trunk/; revision=4268
2000-07-21 21:06:11 +00:00
161076affa Added some unused declarations for drag and drop work.
2000-07-21  Christopher James Lahey  <clahey@helixcode.com>

	* e-table.h: Added some unused declarations for drag and drop
	work.

svn path=/trunk/; revision=4267
2000-07-21 20:48:43 +00:00
908df637f3 Updated with some of the same fixes I've made to camel-imap-folder.c like
2000-07-21  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-stream.c (stream_read): Updated with some of the
	same fixes I've made to camel-imap-folder.c like recalculating message part
	lengths.

svn path=/trunk/; revision=4266
2000-07-21 19:48:43 +00:00
dcd508a9a1 Rewrote the code to check for "* %d RECENT". Still needs to be modified,
2000-07-21  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-store.c (camel_imap_command_extended): Rewrote
	the code to check for "* %d RECENT". Still needs to be modified, but should
	no longer cause an infinite loop by detecting mis-detecting RECENT messages.

svn path=/trunk/; revision=4265
2000-07-21 19:30:20 +00:00
e107a85dd6 Improve the title bar pop-up button: use a toggle button instead of a
regular one and allow sticking the pop-up with the close button (we'll
need to have it change the icon).

svn path=/trunk/; revision=4259
2000-07-21 13:59:02 +00:00
31f6fc71f2 Added password remembering/forgetting feature.
2000-07-21  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Added password remembering/forgetting feature.

	* C/config-prefs.sgml: Mostly moved to variablelists, a few
	language changes.

	* C/config-setupassist.sgml: Minor changes to formatting, wording.

	* C/usage-notes.sgml: Changed trademark references, other minor
	changes.

	* C/usage-calendar.sgml: Minor fixes, added additional calendar
	section, removed references to unimplemented features. Spellcheck,
	prep for 0.3 release.

svn path=/trunk/; revision=4258
2000-07-21 12:21:17 +00:00
c9090285fe First shot at the "click on the folder title, get the folder tree"
thingie.  Needs love, but it's a start.

svn path=/trunk/; revision=4257
2000-07-21 12:04:18 +00:00
3eed7c0e0e Fix the function to set the ETitleBar's text so that it correctly uses
the EClippedLabel function instead of the GtkLabel one.

svn path=/trunk/; revision=4256
2000-07-21 10:03:23 +00:00
a593925a7c Szabolcs BAN <shooby@gnome.hu>
* Updated Hungarian translations

svn path=/trunk/; revision=4255
2000-07-21 10:01:17 +00:00
d97ccb4427 Szabolcs BAN <shooby@gnome.hu>
* Small typo fix in calendar/gui/event-editor.c

svn path=/trunk/; revision=4254
2000-07-21 09:51:28 +00:00
ad3fd1d471 Prevent a crash by avoiding calling the populate_folder_context_menu
function when NULL.  (Ooops, I forgot this.)

svn path=/trunk/; revision=4253
2000-07-21 09:13:35 +00:00
7d6ff2410a Add support for the folder right-click ("context") menu. No component
uses this yet, though.

svn path=/trunk/; revision=4252
2000-07-21 08:50:12 +00:00
028b507eca Fixed an error
svn path=/trunk/; revision=4251
2000-07-21 00:12:08 +00:00
8ab3421936 Fixed the oaf info.
2000-07-20  Christopher James Lahey  <clahey@helixcode.com>

	* gui/component/addressbook.oafinfo: Fixed the oaf info.

	* gui/minicard/.cvsignore, gui/minicard/Makefile.am,
	gui/minicard/e-minicard-widget-test.c: Added a test for the
	minicard widget.

	* gui/minicard/e-minicard-control.c: Fixed the mime type.

	* gui/minicard/e-minicard.c: Fixed some crashes if your parent
	isn't a minicard view.

	* gui/minicard/e-minicard-control.oafinfo: Removed.

svn path=/trunk/; revision=4249
2000-07-20 20:59:36 +00:00
782d8a198c Update the components to match the changes in the libeshell API.
svn path=/trunk/; revision=4242
2000-07-20 17:26:19 +00:00
5dad2a9d03 Add interfaces to populate a folder's context menu. (Untested.)
svn path=/trunk/; revision=4240
2000-07-20 16:00:29 +00:00
e4f6918a98 Ooops. I did not actually commit the `.bcd' file.
svn path=/trunk/; revision=4239
2000-07-20 14:42:42 +00:00
1a800edf4d Implement saving of pane positions.
svn path=/trunk/; revision=4238
2000-07-20 14:39:08 +00:00
b40242c395 Add support for saving the current configuration of all the
components.

svn path=/trunk/; revision=4237
2000-07-20 13:37:56 +00:00
8aec5bf2be #if 0 some unused functions to prevent warnings.
svn path=/trunk/; revision=4236
2000-07-20 13:35:25 +00:00
85736f63fe Remove cruft.
svn path=/trunk/; revision=4235
2000-07-20 07:39:56 +00:00
1168da7072 Added/fixed support for multiple views.
svn path=/trunk/; revision=4234
2000-07-20 07:32:34 +00:00
b05db271fa Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UID
2000-07-20  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-folder.c (imap_get_summary):
	(imap_get_message_info): Oops. Fix UID parser to allow 0 and 9 to be in
	the range of valid UID chars.

svn path=/trunk/; revision=4233
2000-07-20 04:29:54 +00:00
cb1c400a50 Finish filling the trigger. What a pain, again.
2000-07-19  Federico Mena Quintero  <federico@helixcode.com>

	* cal-util/cal-component.c (cal_component_alarm_set_trigger):
	Finish filling the trigger.  What a pain, again.
	(cal_component_alarm_free_trigger): Implemented.

svn path=/trunk/; revision=4232
2000-07-20 01:06:52 +00:00
9dfeaac6e4 Added Turkish entries
svn path=/trunk/; revision=4231
2000-07-19 22:05:10 +00:00
cff3c52f0b Updated it
svn path=/trunk/; revision=4229
2000-07-19 22:02:14 +00:00
c5cc7b0d9f Added the Turkish desktop entry
svn path=/trunk/; revision=4228
2000-07-19 22:00:02 +00:00
a3ba8ebd3b Added the Turkish desktop entries
svn path=/trunk/; revision=4227
2000-07-19 21:57:39 +00:00
827e1ce10e General cleanup working towards getting Actions->Expunge working
2000-07-19  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-folder.c: General cleanup working towards
	getting Actions->Expunge working correctly.

	* providers/imap/camel-imap-store.c (cammel_imap_command_extended): Added
	code to look for "* %d RECENT" and to emit the folder_changed signal if
	there are any recent messages. Note: this is a hack and needs to be rewritten
	badly.

svn path=/trunk/; revision=4226
2000-07-19 21:43:44 +00:00
f98b82add6 add the 16 character versions so bsd killall will work.
svn path=/trunk/; revision=4225
2000-07-19 19:34:09 +00:00
f86da998ff If the folder's message count is not the same as the number of summaries,
2000-07-19  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-folder.c (imap_get_summary): If the folder's
	message count is not the same as the number of summaries, free the old
	summary and create a new summary.

svn path=/trunk/; revision=4223
2000-07-19 18:15:37 +00:00
a273803fab What if message info is NULL?
2000-07-19  Jeffrey Stedfast  <fejj@helixcode.com>

	* message-thread.c (thread_messages): What if message info is NULL?

svn path=/trunk/; revision=4222
2000-07-19 17:34:08 +00:00
19f73a38d8 Updated russian translation.
svn path=/trunk/; revision=4220
2000-07-19 16:19:20 +00:00
fe922f6437 lots of minor fixes to language. added desc. of clahey's cool
2000-07-19  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: lots of minor fixes to language. added
	desc. of clahey's cool button-address thing.

	* C/usage-mainwindow.sgml: fixed itemizedlists, ch. to shortcut
	bar & folder descs, removed refs to trash.

svn path=/trunk/; revision=4219
2000-07-19 14:20:34 +00:00
27a0f69321 more translations.
* more translations.

svn path=/trunk/; revision=4218
2000-07-19 13:55:30 +00:00
5b68627451 small update.
* small update.

svn path=/trunk/; revision=4217
2000-07-19 13:40:16 +00:00
0557f19467 Free the icalcomponent if this is an unattached alarm.
2000-07-18  Federico Mena Quintero  <federico@helixcode.com>

	* cal-util/cal-component.c (cal_component_alarm_free): Free the
	icalcomponent if this is an unattached alarm.
	(scan_alarm_property): Handle the TRIGGER property.
	(cal_component_alarm_get_trigger): Ditto.  Royal pain.
	(cal_component_alarm_set_trigger): Ditto.  Less pain.

svn path=/trunk/; revision=4216
2000-07-19 00:26:37 +00:00