Commit Graph

17804 Commits

Author SHA1 Message Date
054e53a93a Remove non-existant file(s).
2003-05-11  Abel Cheung  <maddog@linux.org.hk>

	* po/POTFILES.skip: Remove non-existant file(s).

svn path=/trunk/; revision=21149
2003-05-11 22:43:50 +00:00
b231d585c4 add some more addressbook news.
svn path=/trunk/; revision=21147
2003-05-11 22:01:44 +00:00
a972ac3590 [ fixes bug #42177 ] remove the CAN_FOCUS flag.
2003-05-11  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #42177 ]
	* e-dateedit.c (e_date_edit_init): remove the CAN_FOCUS flag.

svn path=/trunk/; revision=21146
2003-05-11 21:57:25 +00:00
acced3219b [ fixes bug #42048 ] button => response. (e_addressbook_view_print):
2003-05-11  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #42048 ]
	* gui/widgets/e-addressbook-view.c (e_contact_print_button):
	button => response.
	(e_addressbook_view_print): connect to "response", not "clicked".

svn path=/trunk/; revision=21145
2003-05-11 21:51:45 +00:00
5b3149c169 [ fixes bug #41245 ] fix spacing/border widths as per HIG.
2003-05-11  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #41245 ]
	* gui/component/select-names/select-names.glade: fix
	spacing/border widths as per HIG.

	* gui/component/select-names/e-select-names.c
	(e_select_names_init): set the border width/spacing on widgets we
	create here.

svn path=/trunk/; revision=21144
2003-05-11 20:48:15 +00:00
b08b55549a add null check for paths (find_prev_in_range): add null check for paths
2003-05-09  Mike Kestner  <mkestner@ximian.com>

	* e-tree.c (find_next_in_range): add null check for paths
	(find_prev_in_range): add null check for paths

svn path=/trunk/; revision=21143
2003-05-09 21:39:56 +00:00
4d31188934 don't return on col == -1. update the adjustment to center the cursor.
2003-05-09  Mike Kestner  <mkestner@ximian.com>

	* e-table-item.c (eti_cursor_change): don't return on col == -1.
	* e-tree.c (tree_canvas_size_allocate): update the adjustment
	to center the cursor.
	(hover_timeout): remove unused variable to fix warning

svn path=/trunk/; revision=21142
2003-05-09 17:14:17 +00:00
cc7acff2e2 Fix ChangeLog for yesterday's commit.
svn path=/trunk/; revision=21141
2003-05-09 17:11:08 +00:00
2b99ba904b Fix date in ChangeLog.
svn path=/trunk/; revision=21140
2003-05-09 16:34:22 +00:00
bcbf0b3fb2 *** empty log message ***
svn path=/trunk/; revision=21139
2003-05-09 16:34:04 +00:00
f6038b72aa Use glib macro to case from pointer to int.
2003-05-09  Jeremy Katz  <katzj@redhat.com>

	* printing/e-contact-print.c (e_contact_print_response): Use glib
	macro to case from pointer to int.

	* printing/e-contact-print-envelope.c: Add missing #include.

	* gui/component/select-names/e-select-names-completion.c
	(e_select_names_completion_start_query): Use
	E_SELECT_NAMES_COMPLETION to avoid warning

svn path=/trunk/; revision=21138
2003-05-09 15:02:46 +00:00
7b20b772d2 Add a #include to fix a warning.
2003-05-09  Jeremy Katz  <katzj@redhat.com>

	* main.c: Add a #include to fix a warning.

	* e-shell-offline-handler.c (update_dialog_clist): Use a list
	store instead of a tree model for the store.

svn path=/trunk/; revision=21136
2003-05-09 15:00:46 +00:00
56e678a748 [#42342] New function to update the Send/Receive menu and toolbar items
[#42342]
* e-shell-view.c (update_send_receive_sensitivity): New function
to update the Send/Receive menu and toolbar items according to the
current line status.
(e_shell_view_construct): Call it here to set up the initial
state.
(shell_line_status_changed_cb): Use it here as well.

svn path=/trunk/; revision=21135
2003-05-08 21:54:58 +00:00
b352ae1f19 [#36956] Remove the version number from the window title.
[#36956]
* e-shell-view.c (update_for_current_uri): Remove the version
number from the window title.

[#42518]
* e-shell-view.c (handle_current_folder_removed): Casefold the
Inbox name only once, instead of once per iteration.  Removed the
spurious slash that was being passed in the path in the Inbox case
and prevented it from working.  Added missing slash in the path
for the storage case.  Casefold the path including the slash,
since we compare against a string that does include the slash.
(storage_set_removed_folder_callback): Remove the notebook page
before calling handle_current_folder_removed(), instead of after;
otherwise, the notebook page number we have might not be valid
anymore.

* e-shell-folder-creation-dialog.c (setup_dialog): Set the default
response for the dialog to GTK_RESPONSE_OK.

svn path=/trunk/; revision=21134
2003-05-08 19:36:47 +00:00
38a69e37f2 (request_password): Make sure password_dialog is
NULLified when the dialog is destroyed in any case, using
g_object_add_weak_pointer().  Prevents a crash that could happen
if the shell would quit with the password dialog still up.

svn path=/trunk/; revision=21133
2003-05-08 19:04:38 +00:00
47a4b74f07 Make sure that we haven't been destroyed before we start writing to the
2003-05-07  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-display.c (mail_display_render): Make sure that we haven't
	been destroyed before we start writing to the html engine. Fixes
	bug #42333.

svn path=/trunk/; revision=21132
2003-05-08 17:01:55 +00:00
bbe28c9d76 use E_I18N_DOMAIN
2003-05-08  Radek Doulik  <rodo@ximian.com>

	* gal/util/e-util.c (e_gettext): use E_I18N_DOMAIN

	* gal/util/e-i18n.h: use e_gettext as we need our text domain to
	be binded

svn path=/trunk/; revision=21131
2003-05-08 14:58:57 +00:00
d6092b270f Fixes crash in #42212
2003-05-07  Rodrigo Moya <rodrigo@ximian.com>

	Fixes crash in #42212

	* e-url.c (e_uri_new): check for 'uri_string' being NULL.

svn path=/trunk/; revision=21130
2003-05-08 14:18:45 +00:00
692862c505 trash e_utf8_gtk function (e_search_bar_get_text): ditto
2003-05-07  JP Rosevear  <jpr@ximian.com>

	* e-search-bar.c (e_search_bar_set_text): trash e_utf8_gtk
function
	(e_search_bar_get_text): ditto

svn path=/trunk/; revision=21129
2003-05-08 14:02:52 +00:00
bce1283eb5 fix button conversion problem
2003-05-07  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/task-page.glade: fix button conversion problem

	* gui/dialogs/task-details-page.c
	(task_details_page_fill_widgets): only free the percent if its
	non-null

svn path=/trunk/; revision=21128
2003-05-08 14:02:35 +00:00
7c5e55ba41 ** See bug #42456
2003-05-07  Not Zed  <NotZed@Ximian.com>

        ** See bug #42456

        * mail-composer-prefs.c (spell_language_button_press): set the
        enable/disable button to the right text when we toggle a column.
        Added a fixme about the weird code in the whole routine.

svn path=/trunk/; revision=21127
2003-05-08 02:43:10 +00:00
614aa5e4a5 Updated Portuguese translation.
2003-05-08  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=21126
2003-05-08 00:23:55 +00:00
09e2470be4 Correct default for list.
2003-05-07  Jeremy Katz  <katzj@redhat.com>

	* evolution-mail.schemas
	(/schemas/apps/evolution/mail/display/mime_types):  Correct
	default for list.

svn path=/trunk/; revision=21125
2003-05-07 23:40:43 +00:00
4ff45b4127 (e_shell_command_add_to_shortcut_bar):
Do use the supplied folder_path to determine the unread count, if
not NULL.  [#42465]

svn path=/trunk/; revision=21124
2003-05-07 19:38:18 +00:00
3e8897cfb3 don't pass NO_SEPARATOR flag as per gtkmessagedialog warning
2003-05-07  JP Rosevear  <jpr@ximian.com>

	* e-shell-folder-commands.c (delete_dialog): don't pass
	NO_SEPARATOR flag as per gtkmessagedialog warning

svn path=/trunk/; revision=21123
2003-05-07 17:27:25 +00:00
5257f9dc84 Fixes crash in #41631
2003-05-07  Rodrigo Moya <rodrigo@ximian.com>

	Fixes crash in #41631

	* src/libicalvcal/icalvcal.c (icalvcal_traverse_objects): changed to
	return an error code and to return immediately if one of the recurrent
	calls return an error.
	(icalvcal_convert_with_defaults): if icalvcal_traverse_objects return
	an error, return NULL.

svn path=/trunk/; revision=21122
2003-05-07 16:49:04 +00:00
b01b792f0f added missing assignment.
2003-05-07  Rodrigo Moya <rodrigo@ximian.com>

	* cal-client/cal-client.c (cal_client_discard_alarm): added missing
	assignment.

svn path=/trunk/; revision=21121
2003-05-07 13:42:01 +00:00
1301f0e36e Updated French translation.
2003-05-07 Christophe Fergeau <teuf@users.sourceforge.net>

	* fr.po: Updated French translation.

svn path=/trunk/; revision=21120
2003-05-07 11:55:40 +00:00
ba201c0f99 ** See bug #42400
2003-05-06  Not Zed  <NotZed@Ximian.com>

        ** See bug #42400

        * mail-tools.c (meta_data_key): protect against getting an
        unparsable uri.

svn path=/trunk/; revision=21119
2003-05-07 00:53:40 +00:00
f9991e3982 move 41910 to the version where it's really fixed
svn path=/trunk/; revision=21118
2003-05-06 19:21:14 +00:00
bc9dd9dde3 i2003-05-06 Chris Toshok <toshok@ximian.com>
[ really commit this, fixes bug #41910 ]
	* gui/contact-list-editor/e-contact-list-model.c
	(e_contact_list_model_remove_row): change from model_changed to
	row_deleted here.  model_changed causes the table to free its
	ETableSelection, which is what we iterate over when deleting
	contacts.
	(e_contact_list_model_add_destination): no need to be calling
	model_changed here either.

svn path=/trunk/; revision=21117
2003-05-06 19:20:31 +00:00
c7431a19ae add missing model_changed (etta_proxy_node_inserted): add missing
2003-05-06  Mike Kestner  <mkestner@ximian.com>

	* e-tree-table-adapter.c (insert_node): add missing model_changed
	(etta_proxy_node_inserted): add missing model_changed
	(etta_proxy_node_removed): add missing model_changed

svn path=/trunk/; revision=21116
2003-05-06 18:19:15 +00:00
3242c9f90c Format the colour string in a way that gdk_color_parse() will handle.
2003-05-05  Jeffrey Stedfast  <fejj@ximian.com>

	* filter-colour.c (format_sexp): Format the colour string in a way
	that gdk_color_parse() will handle. Apparently it no longer
	handles rgb:<red>/<green>/<blue>? Fixes bug #42345.

svn path=/trunk/; revision=21115
2003-05-06 17:54:19 +00:00
f370c7e3e0 Updated Italian translation.
svn path=/trunk/; revision=21113
2003-05-06 14:10:46 +00:00
df9b1f2ec7 Fixes #41811
2003-05-05  JP Rosevear  <jpr@ximian.com>

	Fixes #41811

	* gui/alarm-notify/Makefile.am: don't dist idl generated files

svn path=/trunk/; revision=21112
2003-05-06 13:16:00 +00:00
7f56d73b7c Use correct macro for int->pointer
2003-05-05  Jeremy Katz  <katzj@redhat.com>

	* e-table-config.c (setup_fields): Use correct macro for int->pointer

svn path=/trunk/; revision=21111
2003-05-06 04:57:48 +00:00
5ebb4e4fe6 Fix prototype. Likewise.
2003-05-05  Jeremy Katz  <katzj@redhat.com>

	* gal/e-text/e-completion-callbacks.c
	(e_completion_callbacks_new): Fix prototype.
	* gal/e-text/e-completion-callbacks.h: Likewise.

svn path=/trunk/; revision=21110
2003-05-06 04:56:21 +00:00
3bf9a7df88 ** See bug #42294.
2003-05-05  Not Zed  <NotZed@Ximian.com>

        ** See bug #42294.

        * mail-config.c (config_write_fonts): Also set the custom font
        style for *BonoboPlug*GtkHTML.

svn path=/trunk/; revision=21109
2003-05-06 00:04:02 +00:00
da09882000 send-16.png
svn path=/trunk/; revision=21108
2003-05-05 22:57:16 +00:00
d12035b990 evolution-contacts-plain.png
2003-05-05  Jakub Steiner <jimmac@ximian.com>

* evolution-contacts-plain.png
* evolution-contacts.png:
* globe.png:
* malehead.png:
* next-message.png:
* previous-message.png:
* receive-24.png:
* reply-to-all.png:
* reply.png:
* send-24-receive.png:
* send-24.png:
* send-receive.xpm:
* send.png: quick fix of the artwork, the rest goes to the
  (future) icon theme

svn path=/trunk/; revision=21107
2003-05-05 22:49:31 +00:00
679451b533 Updated German translation.
svn path=/trunk/; revision=21106
2003-05-05 20:52:44 +00:00
24cb028fe8 Fixed typo in gal/e-text/e-text.c.
svn path=/trunk/; revision=21105
2003-05-05 20:37:20 +00:00
c85822a98c (request_password): Set OK as the default
response for the password_dialog.

svn path=/trunk/; revision=21104
2003-05-05 18:08:49 +00:00
e92b39ae2c detailed markup
svn path=/trunk/; revision=21103
2003-05-05 05:55:45 +00:00
4d60494fc5 grepped changelogs and added all names found. #40391.
2003-05-02  Not Zed  <NotZed@Ximian.com>

        * e-shell-about-box.c (text[]): grepped changelogs and added all
        names found.  #40391.

svn path=/trunk/; revision=21102
2003-05-05 01:12:39 +00:00
1deb422a06 [#41849]
2003-05-02  Not Zed  <NotZed@Ximian.com>

        [#41849]

        * e-summary-rdf.c (tree_walk): check the in-memory charset, not
        the transport charset when creating output.

svn path=/trunk/; revision=21101
2003-05-05 01:03:56 +00:00
31289d7eb3 remove the assert, if we dont understand the response, assume it's a
2003-05-02  Not Zed  <NotZed@Ximian.com>

        * e-request.c (e_request_string): remove the assert, if we dont
        understand the response, assume it's a cancel.
        GTK_RESPONSE_DELETE_EVENT wasn't handled [#42038].

svn path=/trunk/; revision=21100
2003-05-05 00:56:34 +00:00
a64932a775 Don't call g_utf8_validate on an empty message. Fixes a warning.
* camel-mime-part-utils.c
	(simple_data_wrapper_construct_from_parser): Don't call
	g_utf8_validate on an empty message. Fixes a warning.

svn path=/trunk/; revision=21099
2003-05-04 19:11:39 +00:00
5e5ab23a8c call AC_LIBTOOL_WIN32_DLL which is necessary for building shared library
2003-05-03  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* configure.in: call AC_LIBTOOL_WIN32_DLL which is necessary for
	building shared library on win32 platform.

	* gal/Makefile.am (libgal_2_0_la_LDFLAGS):
	* gal/a11y/Makefile.am (libgal_a11y_2_0_la_LDFLAGS): add
	-no-undefined which is necessary for building shared library on
	some platforms (e.g. Win32, BeOS).

	* gal/a11y/e-table/gal-a11y-e-cell-text.c: don't call undefined
	functions e_cell_text_get_selection() and e_cell_text_set_selection().

	* gal/a11y/Makefile.am (libgal_a11y_2_0_la_LIBADD):
	add $(top_builddir)/gal/libgal-2.0.la and $(EXTRA_GNOME_LIBS).

	* gal/Makefile.am:
	(libgal_2_0_la_LIBADD): add $(EXTRA_GNOME_LIBS).
	(ui_subdirs): add "." ahead of "a11y". because above change make
	a11y/libgal-a11y-2.0.la to depend on libgal-2.0.la.

	* gal/widgets/Makefile.am (test_color_LDADD,
	test_e_font_LDADD, test_font_loading_LDADD): fix ordering.
	$(EXTRA_GNOME_LIBS) should be behind other libraries that depend on it.

svn path=/trunk/; revision=21097
2003-05-03 17:05:29 +00:00
19f2626e65 Allow users to specify the binary to run instead of libtoolize by checking
* autogen.sh: Allow users to specify the binary to run instead of
	libtoolize by checking the value of $LIBTOOLIZE. This is apparently an
	issue sometimes on MacOS X and fixes bug #111917.

svn path=/trunk/; revision=21049
2003-05-03 11:02:31 +00:00