Commit Graph

389 Commits

Author SHA1 Message Date
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
31485fd411 Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-charset-picker.c (e_charset_picker_new,
	e_charset_picker_bonobo_ui_populate): Use g_ascii_strcasecmp()
	instead of strcasecmp(). We are comparing to strings known to be
	plain ASCII, so just casefolding ASCII is enough. Also better for
	portability.

svn path=/trunk/; revision=30406
2005-09-28 11:35:31 +00:00
94584bf0dd Start search on category, when the category is selected.
Fixes #263269.

svn path=/trunk/; revision=30361
2005-09-20 09:34:12 +00:00
d851c3525b Fix for bug #314136. Shows filename in the remote download in composer.
2005-08-24  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment.c (e_attachment_build_remote_file):
	Fix for bug #314136. Shows filename in the remote download in
	composer.

	* e-attachment-bar.c (update): Better space management.
	Kills one extra row that happens some times.
	(e_attachment_bar_set_width): Just adjusts the size instead of
	rebuild of the bar, which is the cause for the freeze. Fixes the
	bug #313799. Remove the function e_attachment_bar_refresh

	* e-attachment-bar.h: Remove the function e_attachment_bar_refresh

svn path=/trunk/; revision=30234
2005-08-24 04:22:14 +00:00
24917fc712 cast warning away.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * e-send-options.c (get_widgets): cast warning away.

        * e-calendar-item.c (e_calendar_item_realize): remove some unused
        vars.

svn path=/trunk/; revision=30219
2005-08-24 03:09:00 +00:00
cb37c563af Use camel_url to construct url (eab_icon_clicked_cb)
2005-08-17  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment-bar.c
	eab_drag_data_get: Use camel_url to construct url
	(eab_icon_clicked_cb) (e_attachment_bar_new):
	Fixed part of bug #312224. It handles double click on a attachment
	icon and calls gnome_url_show.

	* e-attachment.[ch] (finalise) (init): Add a new member to preserve
	the stored location
	(e_attachment_new)(e_attachment_build_remote_file): Camel_url to
	construct urls

svn path=/trunk/; revision=30160
2005-08-19 05:30:15 +00:00
7966598a85 Fixed few warnings
2005-08-16  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment.c (download_to_local_path) (e_attachment_edit): Fixed
	few warnings

svn path=/trunk/; revision=30128
2005-08-16 05:26:17 +00:00
eb491088f8 Fix for bug #312545
2005-08-16  Srinivasa Ragavan <sragavan@novell.com>

	* mail/em-format-html-display.c:
	* widgets/misc/e-attachment*.c: Fix for bug #312545

svn path=/trunk/; revision=30126
2005-08-16 03:47:55 +00:00
0df3a787c4 revert dobey's last patch here, it completely broke customisation of the
2005-08-03  Not Zed  <NotZed@Ximian.com>

        * e-filter-bar.c (build_items): revert dobey's last patch here, it
        completely broke customisation of the menu.

svn path=/trunk/; revision=30116
2005-08-15 03:15:06 +00:00
d3346e28f7 Added a function to force refresh/resize the icons.
2005-08-11  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment-bar.[ch] (e_attachment_bar_refresh): Added a function
	to force refresh/resize the icons.

svn path=/trunk/; revision=30082
2005-08-11 04:24:17 +00:00
54f8da4d57 escape the "%" character correctly.
* e-attachment-bar.c: (update_remote_file): escape the "%" character correctly.

svn path=/trunk/; revision=29959
2005-08-03 04:13:29 +00:00
0725cd0609 added bug id 310488 to changelog
svn path=/trunk/; revision=29933
2005-07-29 06:48:20 +00:00
5fae902059 used ref instead of copying the entire mime part. Also commited
2005-07-29 Srinivasa Ragavan <sragavan@novell.com>

        * e-attachment.c: (e_attachment_new_from_mime_part) used ref instead of
        copying the entire mime part. Also commited
	(2005-07-15  Diego Gonzalez    <diego@pemas.net>) patch

svn path=/trunk/; revision=29921
2005-07-29 04:05:17 +00:00
c40a953222 Added checks for the parameters.
2005-07-25  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment-bar,c: (e_attachment_bar_remove_selected) (e_attachment_bar_edit_selected)
	(e_attachment_bar_get_attachment) (e_attachment_bar_get_parts)
	(e_attachment_bar_get_download_count) (e_attachment_bar_attach_remote_file): Added
	checks for the parameters.

svn path=/trunk/; revision=29874
2005-07-25 05:40:44 +00:00
7b0b66588b ESendOptionsDialogClass: has a member new virtual method for default
2005-07-20  Vivek Jain  <jvivek@novell.com>

	* e-send-options.h : ESendOptionsDialogClass: has a member new virtual
	method for default callback of "sod_response"
	* e-send-options.c : introduced a new signal "sod_response"
	captures the response for the child dialog and makes it available at the
	object level (useful for the external members invoking the dialog)

svn path=/trunk/; revision=29815
2005-07-20 11:59:53 +00:00
a4e4725d36 Cleaned up most of it. Added the DnD.
2005-07-20  Srinivasa Ragavan <sragavan@novell.com>

	* e-attachment-bar.[ch]:(remove_attachment) (update) (e_attachment_bar_get_selector)
	(e_attachment_bar_get_attachment) (destroy) (init) (e_attachment_bar_new)
	(e_attachment_bar_add_attachment) (e_attachment_bar_attach_remote_file)
	Cleaned up most of it. Added the DnD.

	* e-attachment.[ch]: (real_changed) (class_init) (init) (e_attachment_new)
	(e_attachment_new_remote_file) (e_attachment_build_remote_file): Moved the
	remote download code from bar to here and few cleanups.

svn path=/trunk/; revision=29813
2005-07-20 11:17:42 +00:00
6454ebb3b7 Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>

	* configure.in: Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS.
	* Added e-attachment-bar.[ch] e-attachment.[ch] e-attachment.glade to
	directory structure and the Makefile.am

svn path=/trunk/; revision=29708
2005-07-11 08:44:02 +00:00
df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00
2fbe8dce2d add relation to date_button.
2005-05-31  Li Yuan  <li.yuan@sun.com>

	* e-dateedit.c:(e_date_edit_update_date_entry):
	add relation to date_button.

	Fixes #302267

svn path=/trunk/; revision=29429
2005-05-31 10:10:45 +00:00
5e58353ddd move e-error.[ch] and e-system-errors.xml to e-util/. remove test-error.
2005-05-16  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: move e-error.[ch] and e-system-errors.xml to
        e-util/. remove test-error.

svn path=/trunk/; revision=29359
2005-05-16 06:09:50 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
29bb024c1a ChangeLog
2005-05-12  Shreyas Srinivasan	<sshreyas@novell.com>

	* ChangeLog

svn path=/trunk/; revision=29341
2005-05-12 12:59:43 +00:00
835ba64d0c Fixed a typo. #273095
2005-05-06  Sarfraaz Ahmed <asarfraaz@novell.com>

        * e-send-options.glade : Fixed a typo. #273095

svn path=/trunk/; revision=29294
2005-05-06 06:28:27 +00:00
b4a2742ea9 Fix for 273097
svn path=/trunk/; revision=29286
2005-05-06 05:14:48 +00:00
01babc63d8 Fixes 273096
svn path=/trunk/; revision=29283
2005-05-06 05:10:09 +00:00
5509f7fda7 Make the entry widget grab focus. Fixes bug #60551.
2005-03-01  Jeffrey Stedfast  <fejj@novell.com>

	* e-search-bar.c (subitem_activated_cb): Make the entry widget
	grab focus. Fixes bug #60551.

svn path=/trunk/; revision=28940
2005-03-02 18:21:20 +00:00
beb84cf995 Fix the calculation of which shadow type to use to be more appropriate for
2005-02-21  Rodney Dawes  <dobey@novell.com>

	* e-combo-button.c (paint): Fix the calculation of which shadow type
	to use to be more appropriate for the widget state and relief
	Always call gtk_box_paint and not only in special cases like GtkButton
	(e_combo_button_init): Change the arrow packing to pack_end

	Fixes #54503

svn path=/trunk/; revision=28836
2005-02-21 17:59:40 +00:00
45a8f1e53f add a11y name to url link button.
2005-02-02  Li Yuan  <li.yuan@sun.com>

	* e-url-entry.c: (init):
	add a11y name to url link button.

svn path=/trunk/; revision=28688
2005-02-03 13:52:06 +00:00
698e7f69f5 Fix up spacing to be HIG compliant for the borders around the dialogs
2005-01-26  Rodney Dawes  <dobey@novell.com>

	* e-error.c (e_error_newv): Fix up spacing to be HIG compliant for
	the borders around the dialogs

svn path=/trunk/; revision=28566
2005-01-26 20:34:20 +00:00
7857bee857 turn off debug output, people think its a significant error.
2005-01-25  Not Zed  <NotZed@Ximian.com>

        * e-error.c: turn off debug output, people think its a significant
        error.

svn path=/trunk/; revision=28539
2005-01-25 02:09:29 +00:00
222fa49b19 add a11y name for the option menu.
2005-01-24  Mengjie Yu  <meng-jie.yu@sun.com>

	* e-search-bar.c: (set_option):
	add a11y name for the option menu.

svn path=/trunk/; revision=28523
2005-01-24 10:13:48 +00:00
970299b13e ** See bug #64964.
2005-01-20  Not Zed  <NotZed@Ximian.com>

        ** See bug #64964.

        * e-error.c (e_error_newv): just use add_button, not
        add_action_widget, for stock+label widgets, since they both show
        the same, and for some reason set_default_response doesn't work
        otherwise.

svn path=/trunk/; revision=28460
2005-01-20 07:30:01 +00:00
81bdfc74e8 add a translater note.
2005-01-20  Harry Lu  <harry.lu@sun.com>

        * e-search-bar.c: (activate_by_subitems): add a translater note.

svn path=/trunk/; revision=28457
2005-01-20 06:08:53 +00:00
03834b2580 Fix for 46359, enable "Alt+Down Arrow" to show the popup for
2005-01-19  Harry Lu  <harry.lu@sun.com>

        Fix for 46359, enable "Alt+Down Arrow" to show the popup for
        e-combo-cell-editable.c.

        * e-combo-cell-editable.c: (show_popup): rewrite it to a more
        generic function.
        (button_clicked_cb): call the new show_popup function.
        (entry_key_press_event_cb): show popup if "Alt+Down Arrow".
        (ecce_grab_focus): new function.
        (ecce_class_init): add grab_focus handler so that the entry
        can get focus.

svn path=/trunk/; revision=28446
2005-01-19 09:06:52 +00:00
f143158ccc Fix for 62831.
2005-01-17  Harry Lu  <harry.lu@sun.com>

        Fix for 62831.

        * e-search-bar.c: (activate_by_subitems): add an a11y name for
        the search entry.

svn path=/trunk/; revision=28416
2005-01-17 08:56:49 +00:00
4619dea1c7 Get the value for the autodelete toggle button (page_changed_cb): Do not
2005-01-12 Chenthill Palanisamy <pchenthill@novell.com>

	* e-send-options.c: (e_send_options_get_widgets_data),
	(e_send_options_fill_widgets_with_data): Get the value
	for the autodelete toggle button
	(page_changed_cb): Do not hide the classification label
	and its combo box here.

svn path=/trunk/; revision=28379
2005-01-12 14:03:41 +00:00
2f7ee7ef2e Added code to support global options. Filled the finalize and dispose
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>

	* e-send-options.c: (e_send_options_get_widgets_data),
	(e_send_options_fill_widgets_with_data), (page_changed_cb),
	(init_widgets), (get_widgets), (setup_widgets),
	(e_sendoptions_set_global), (e_sendoptions_dialog_run),
	(e_sendoptions_dialog_finalize), (e_sendoptions_dialog_dispose),
	(e_sendoptions_dialog_init), (e_sendoptions_dialog_class_init),
	(e_sendoptions_dialog_get_type): Added code to support global options.
	Filled the finalize and dispose functions.
	* e-send-options.glade: Changed a label id.
	* e-send-options.h: Added the set_global function.

svn path=/trunk/; revision=28315
2005-01-10 12:55:16 +00:00
2c781417e6 dist the glade file
2005-01-06  JP Rosevear  <jpr@novell.com>

        * Makefile.am: dist the glade file

svn path=/trunk/; revision=28255
2005-01-06 15:28:21 +00:00