Commit Graph

426 Commits

Author SHA1 Message Date
ecd0e497e2 change the changelog's date
svn path=/trunk/; revision=32284
2006-07-11 12:15:36 +00:00
da2b3c2c01 ** Fixes bug #345402
2006-06-20  Li Yuan <li.yuan@sun.com>

	** Fixes bug #345402

	* e-dateedit.c: (on_date_popup_key_press):
	Grab the popup window when some key except ESC is pressed.

svn path=/trunk/; revision=32283
2006-07-11 12:08:30 +00:00
128a3512b2 fixing two typos, adding translator comments.
2006-07-04  Andre Klapper  <a9016009@gmx.de>

	* e-search-bar.c: fixing two typos, adding translator comments.

svn path=/trunk/; revision=32230
2006-07-04 14:03:11 +00:00
1a08c1fb58 Fix compile error in solaris
2006-07-03  Harry Lu  <harry.lu@sun.com>

        Fix compile error in solaris

        * e-filter-bar.h: E_FILTERBAR_SEPARATOR should have 3 members.
        * e-search-bar.h: add the declaration of e_search_bar_set_viewitem_id.

svn path=/trunk/; revision=32221
2006-07-03 11:49:51 +00:00
6012329728 Fix for bug #252814
svn path=/trunk/; revision=32170
2006-06-19 10:00:18 +00:00
c6539d7b4b Fix for bug #262210
svn path=/trunk/; revision=32165
2006-06-19 04:25:30 +00:00
4602caf9bc Removing aggressive time check when entering a date in the editor. Fixes
2006-06-09  Johnny Jacob  <johnnyjacob@gmail.com>

	* e-dateedit.c (): Removing aggressive time check when entering a
	date in the editor. Fixes bug #335400. (Committed by Andre Klapper)

svn path=/trunk/; revision=32100
2006-06-09 00:43:19 +00:00
3e0a9bfa17 Call update (bar); the rest of the fix for bug #178631.
2006-06-08  Jeffrey Stedfast  <fejj@novell.com>

	* e-attachment-bar.c (attachment_destroy): Call update (bar); the
	rest of the fix for bug #178631.

svn path=/trunk/; revision=32099
2006-06-08 21:47:46 +00:00
9d445543cf Don't use gtk_signal_new() for the set_scroll_adjustments signal, and use
2006-06-07  Federico Mena Quintero  <federico@novell.com>

	* e-map.c (e_map_class_init): Don't use gtk_signal_new() for the
	set_scroll_adjustments signal, and use the correct marshaler.
	Fixes bug #331743.

svn path=/trunk/; revision=32091
2006-06-07 16:11:11 +00:00
bda117750c ** Fixes bug 343494 Use gtk_button_set_image if GTK+ is 2.6 or higher.
2006-06-02  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fixes bug 343494
	* e-search-bar.c: (add_button): Use gtk_button_set_image if GTK+ is
	2.6 or higher.

svn path=/trunk/; revision=32067
2006-06-02 10:10:29 +00:00
c1d74deb42 Fix for #343280. No need to add label when we use
2006-05-30  Li Yuan <li.yuan@sun.com>

        Fix for #343280.
        * e-search-bar.c: (add_button):
        No need to add label when we use gtk_button_new_from_stock
        to create a button.

svn path=/trunk/; revision=32055
2006-05-30 09:35:15 +00:00
cae250057c Fix for Novell bug #178631
2006-05-26  Jeffrey Stedfast  <fejj@novell.com>

	Fix for Novell bug #178631

	* e-attachment-bar.c: Changed the EAttachmentBarPrivate struct, we
	no longer use a linked list, instead we use a GPtrArray - faster,
	simpler (plus all the code used indexes anyway, so it was really
	bizarre).
	(free_attachment_list): Removed.
	(attachment_destroy): New GWeakNotify callback for when an
	EAttachment object gets destroyed. Remove the attachment from the
	attachments array.
	(add_common): Updated to add to an array rather than a linked
	list. Also weak_ref the attachment object.
	(remove_attachment): Removed.
	(update): Updated to use the array instead of linked list of
	attachments.
	(e_attachment_bar_remove_selected): Same.
	(e_attachment_bar_set_width): Same.
	(e_attachment_bar_edit_selected): Same.
	(e_attachment_bar_get_selected): Same.
	(e_attachment_bar_get_attachment): Same.
	(e_attachment_bar_get_all_attachments): Same and also optimised
	since we can cheat now without having to g_slist_reverse.
	(e_attachment_bar_get_parts): Same.
	(destroy): Same.
	(eab_drag_data_get): Same.
	(init): Init attachments to a g_ptr_array_new
	(e_attachment_bar_to_multipart): Updated to use the attachments
	array.
	(e_attachment_bar_get_num_attachments): Updated to return the
	attachments->len.
	(e_attachment_bar_get_download_count): Updated to use the array.

	* e-attachment.c (finalise): Close the editor dialog if it is
	open.
	(async_progress_update_cb): If the phase is COMPLETE but the
	file_size is 0, then treat it as an error. In the error case,
	unref the attachment object (this will magically remove it from
	the EAttachmentBar).
	(close_cb): Don't unref the attachment object here anymore.
	(e_attachment_edit): Don't ref the EAttachment anymore.

svn path=/trunk/; revision=32042
2006-05-26 20:51:51 +00:00
859a20c804 fixed ChangeLog
svn path=/trunk/; revision=32041
2006-05-26 20:51:25 +00:00
c345604989 Added support for saving/attaching files/events/mails from/to remote shares
svn path=/trunk/; revision=32024
2006-05-25 06:06:16 +00:00
83cd87ef50 Committing a patch to build without cairo and fixed a issue where entire
evolution might showup with bold text.

svn path=/trunk/; revision=31955
2006-05-04 15:25:13 +00:00
dace8f4623 ** Fixes bug #339138
2006-04-27  Boby Wang <boby.wang@sun.com>

        ** Fixes bug #339138

        * e-calendar.c: (e_calendar_init):
        Correct the button's accessible name.

svn path=/trunk/; revision=31916
2006-04-27 09:47:01 +00:00
1d27d010fa ** Fixes bug #332821 Implement the accessibility of EExpander.
2006-04-27  Boby Wang  <boby.wang@sun.com>

        ** Fixes bug #332821
        * e-expander.c: (e_expander_class_init):
        Implement the accessibility of EExpander.

svn path=/trunk/; revision=31912
2006-04-27 07:27:12 +00:00
27bb32c53a Added icons to search menu.
svn path=/trunk/; revision=31909
2006-04-26 14:10:12 +00:00
8fb08c9933 Added icons for Find and Clear buttons.
svn path=/trunk/; revision=31907
2006-04-26 11:16:16 +00:00
7a77ccb6fd Committing fix for bug #335861
svn path=/trunk/; revision=31898
2006-04-26 08:50:06 +00:00
5a56417d12 Added Cairo Support to Evolution Calendar.
svn path=/trunk/; revision=31881
2006-04-24 10:41:49 +00:00
940383d676 Added code to create image attachment's icon in non-gui thread.
svn path=/trunk/; revision=31859
2006-04-21 19:43:24 +00:00
05a5069805 **Fixes bug #335618 If the row being deleted is the last one, we should
2006-03-28  Li Yuan  <li.yuan@sun.com>

        **Fixes bug #335618
        * e-selection-model-array.c: (e_selection_model_array_delete_rows):
        If the row being deleted is the last one, we should change the
        selection_start_row.

svn path=/trunk/; revision=31797
2006-04-10 09:19:22 +00:00
1ff721e815 Fixes bug #332140 Changed to transfer filenames from utf-8 to glib
2006-03-06  Simon Zheng  <simon.zheng@sun.com>

        Fixes bug #332140
        * e-attachment-bar.c: (temp_save_part):
        Changed to transfer filenames from utf-8 to glib encoding
        before really saving files.

svn path=/trunk/; revision=31664
2006-03-06 10:47:01 +00:00
24021a64a5 ** Fixes for 333235 If width of a widget is 0, don't draw it.
2006-03-06  Jeff Cai  <jeff.cai@sun.com>

        ** Fixes for 333235
        * e-combo-button.c: (paint): If width of a widget is 0,
        don't draw it.

svn path=/trunk/; revision=31658
2006-03-06 10:18:52 +00:00
c8008a3d47 Fix for Bug #331998.
svn path=/trunk/; revision=31608
2006-02-28 10:49:36 +00:00
8aa156cae0 Fixes bug #322789
svn path=/trunk/; revision=31574
2006-02-24 05:41:33 +00:00
a7706feade damn, changed the wrong changelog. so removing and adding. :-)
2006-02-13  Andre Klapper  <a9016009@gmx.de>
damn, changed the wrong changelog. so removing and adding. :-)

svn path=/trunk/; revision=31511
2006-02-13 16:45:27 +00:00
dc8e4af46d a11y changes for bug #330723
svn path=/trunk/; revision=31477
2006-02-10 22:28:38 +00:00
669fa22004 Committing patch from Nancy Cai
svn path=/trunk/; revision=31273
2006-01-23 08:20:39 +00:00
02279f288a ** Fixes bug #326265
2006-01-13  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #326265

	* e-charset-picker.c: (e_charset_picker_bonobo_ui_populate):
	Added mnemonics to "Character Encoding" menu.

svn path=/trunk/; revision=31171
2006-01-13 16:19:36 +00:00
3e41616a61 remove the pruned file from MakeFile.am
svn path=/trunk/; revision=31137
2006-01-11 11:22:59 +00:00
29267d077d Remove e-util-marshal.list in current directory, and use the copy in
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * Makefile.am:
        * e-dateedit.c:
        * e-image-chooser.c:
        * e-printable.c:
        * e-reflow-model.c:
        * e-reflow.c:
        * e-search-bar.c:
        * e-selection-model.c:
        * gal-combo-box.c:
        Remove e-util-marshal.list in current directory, and
        use the copy in evolution/e-util directory instead.

        *e-util-marshal.list: removed

svn path=/trunk/; revision=31134
2006-01-11 10:33:24 +00:00
43cce27088 assign the data first before accessing it.
2006-01-06  Parthasarathi Susarla <sparthasarathi@novell.com>

	* e-search-bar.c:(clear_verb_cb): assign the data first
	before accessing it.

svn path=/trunk/; revision=31070
2006-01-06 04:26:51 +00:00
4c3bf71eda Set the foreground only if the widget has already been realized. Fixes
2006-01-02  Harish Krishnaswamy  <kharish@novell.com>

* e-canvas-background.c: (ecb_style_set): Set the
foreground only if the widget has already been realized.
Fixes #309618.

svn path=/trunk/; revision=31016
2006-01-02 06:52:05 +00:00
3de1a0bf0e ** Fixes bug #324590
2005-12-21  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #324590

	* e-search-bar.c: (search_now_verb_cb), (clear_verb_cb): Added
	code to clear search entry from menu.

svn path=/trunk/; revision=30925
2005-12-21 17:52:04 +00:00
9340aaef89 ** See Bug #246233 : Changed "Search Editor" to "Searches"
** See Bug #246233
        * e-filter-bar.c: (member_activated) : Changed "Search Editor" to
        "Searches"

svn path=/trunk/; revision=30902
2005-12-20 10:33:29 +00:00
66102bba0d Use g_ascii_strcasecmp(). (strcase_hash): Use g_ascii_tolower().
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* gal-combo-text.c (strcase_equal): Use g_ascii_strcasecmp().
	(strcase_hash): Use g_ascii_tolower().

svn path=/trunk/; revision=30868
2005-12-18 10:35:26 +00:00
fc17a49138 Use gstdio wrappers. Construct glade file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-send-options.c: Use gstdio wrappers. Construct glade file name
	at run-time.

svn path=/trunk/; revision=30866
2005-12-18 09:48:25 +00:00
534410e7cd Construct map file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-map.c: Construct map file name at run-time.

svn path=/trunk/; revision=30865
2005-12-18 09:47:33 +00:00
0ff898adb4 Use gstdio wrappers. Construct glade file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-attachment.c: Use gstdio wrappers. Construct glade file name
	at run-time.

svn path=/trunk/; revision=30864
2005-12-18 09:46:32 +00:00
480464c381 Link with bootstrap libs on Win32. Use EVOLUTION_IMAGES instead of MAP_DIR
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Link with bootstrap libs on Win32. Use
	EVOLUTION_IMAGES instead of MAP_DIR for uniformity. Use
	EVOLUTION_MAIL_CFLAGS instead of E_WIDGETS_CFLAGS. Use privsolib
	instead of privlib (no difference on Unix). Use -no-undefined on
	Win32. Link with all required libraries.

svn path=/trunk/; revision=30863
2005-12-18 09:45:15 +00:00
32f88d560f Added a visual cue to search bar to indicate search filter active.
2005-12-15  Srinivasa Ragavan <sragavan@novell.com>

	* Added a visual cue to search bar to indicate search filter
	active.

svn path=/trunk/; revision=30781
2005-12-15 08:27:34 +00:00
c0d9d72f1b e-dateedit.c Include e-time-utils.h from libedataserver instead of using
2005-11-24  Tor Lillqvist  <tml@novell.com>

	* e-dateedit.c
	* e-cell-date-edit.c: Include e-time-utils.h from libedataserver
	instead of using evolution's copy which is going away.

svn path=/trunk/; revision=30657
2005-11-24 14:23:23 +00:00
77cf09208a Commiting Johnny Jacob's patch on EDateEdit
2005-11-24 	Srinivasa Ragavan <sragavan@novell.com>

	* Commiting Johnny Jacob's patch on EDateEdit

svn path=/trunk/; revision=30652
2005-11-24 06:24:01 +00:00
ec7081a5db Fix a division-by-zero error crasher
svn path=/trunk/; revision=30630
2005-11-17 04:29:31 +00:00
201ef5f000 Added a function to get all attachments of the attachment bar for plugin
2005-11-15  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment-bar.[ch] (e_attachment_bar_get_all_attachments): Added
	a function to get all attachments of the attachment bar for plugin
	purposes.

svn path=/trunk/; revision=30620
2005-11-15 17:08:51 +00:00
faddd9d776 Adjusted the size of date edit widgets.
svn path=/trunk/; revision=30606
2005-11-14 14:45:42 +00:00
d47593f8d0 Set a size for the date edit widgets, so that it doesnt expand too much.
2005-11-14  Srinivasa Ragavan <sragavan@novell.com>

	* e-dateedit.c (create_children): Set a size for the date
	edit widgets, so that it doesnt expand too much.

svn path=/trunk/; revision=30604
2005-11-14 13:02:01 +00:00
4c25c6e737 gtk_pixbuf_add_alpha returns a newly allocated pixbuf, so, free the
* e-attachment-bar.c (update): gtk_pixbuf_add_alpha returns a
        newly allocated pixbuf, so, free the original one.

svn path=/trunk/; revision=30487
2005-10-04 11:47:27 +00:00