Commit Graph

1814 Commits

Author SHA1 Message Date
ffb81288b2 Revert the change from 2007-05-11. (#407104)
2007-05-13  Matthew Barnes  <mbarnes@redhat.com>

	* e-shell.c (impl_Shell_handleURI):
	Revert the change from 2007-05-11.  (#407104)


svn path=/trunk/; revision=33523
2007-05-14 00:45:29 +00:00
62fd2f2989 ** Fixes part of bug #337616
2007-05-12  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #337616

	* Makefile.am:
	Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS.

	* addressbook/Makefile.am:
	* calendar/gui/Makefile.am:
	* mail/Makefile.am:
	* plugins/bogo-junk-plugins/Makefile.am:
	* plugins/default-mailer/Makefile.am:
	* shell/Makefile.am:
	Add $(schema_DATA) to DISTCLEANFILES.

	* plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in:
	Rename as org-gnome-bogo-junk-plugin.eplug.xml.

	* plugins/caldav/Makefile.am:
	* plugins/import-ics-attachments/Makefile.am:
	* plugins/publish-calendar/Makefile.am:
	Add "eplug" file to CLEANFILES.

	* plugins/mail-remote/Makefile.am:
	Add "eplug.xml" file to EXTRA_DIST.

	* po/POTFILES.in: Don't translate files we no longer ship.


svn path=/trunk/; revision=33521
2007-05-13 00:24:55 +00:00
1dd540e02b Create a shell window if the schema or an alias was found. Previously this
2007-05-11  Matthew Barnes  <mbarnes@redhat.com>

	* e-shell.c (impl_Shell_handleURI):
	Create a shell window if the schema or an alias was found.
	Previously this only opened a window if an alias was found
	but not the schema.  Makes the GNOME Clock applet able to
	correctly start Evolution once again.  (#407104)


svn path=/trunk/; revision=33514
2007-05-12 01:14:55 +00:00
c70d6dfd3d Bump stable version recommendation from 2.8.1 to 2.10.1.
2007-05-01  Matthew Barnes  <mbarnes@redhat.com>

	* shell/main.c (show_development_warning):
	Bump stable version recommendation from 2.8.1 to 2.10.1.


svn path=/trunk/; revision=33468
2007-05-01 17:50:54 +00:00
5ccf9eef4a ** Fixes bug #433005 (patch from Daniel Gryniewicz)
2007-04-24  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #433005  (patch from Daniel Gryniewicz)

	* shell/main.c: #include <gtk/gtkcheckbutton.h>

	* widgets/misc/e-task-widget.c: #include "e-spinner.h"


svn path=/trunk/; revision=33455
2007-04-24 18:10:25 +00:00
e4a4c2f2a2 Fix build breaks
svn path=/trunk/; revision=33446
2007-04-22 20:00:45 +00:00
4ebd3f873f Fix for bug #271851
svn path=/trunk/; revision=33444
2007-04-22 17:41:38 +00:00
012597c56e Fix for bug #259606
svn path=/trunk/; revision=33438
2007-04-20 05:37:15 +00:00
64977cb1bc Massive code cleanup (bug #429422)
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
72f0d0c000 Fix "incompatible pointer type" warnings (#360619).
2007-03-29  Matthew Barnes  <mbarnes@redhat.com>

	* calendar/gui/e-day-view.c:
	* calendar/gui/e-week-view.c:
	* calendar/gui/tasks-control.c:
	* composer/e-msg-composer-select-file.c:
	* mail/em-account-editor.c:
	* mail/em-folder-view.c:
	* mail/em-format-html-display.c:
	* mail/em-format-html.c:
	* mail/em-format.h:
	* mail/em-mailer-prefs.c:
	* mail/em-vfolder-rule.c:
	* mail/mail-ops.c:
	* mail/mail-send-recv.c:
	* mail/message-list.c:
	* plugins/bbdb/gaimbuddies.c:
	* plugins/itip-formatter/itip-formatter.c:
	* plugins/save-calendar/save-calendar.c:
	* shell/e-shell-window.c:
	* widgets/misc/e-icon-entry.c:
	* widgets/table/e-table-header-utils.c:
	* widgets/table/e-table-item.c:
	* widgets/table/e-tree-header-item.c:
	* widgets/table/e-tree-table-adapter.c:
	Fix "incompatible pointer type" warnings (#360619).


svn path=/trunk/; revision=33339
2007-03-29 17:29:46 +00:00
cba3097cad ** Fixes bug #419524
2007-03-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #419524

	* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.

	* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
	* mail/em-migrate.c (emm_setup_initial):
	* shell/e-component-registry.c (query_components):
	* shell/e-shell-settings-dialog.c (load_pages):
	* shell/e-shell-window-commands.c (command_quick_reference):
	* tools/killev.c (main):
	Use g_get_language_names() instead of gnome_i18n_get_language_list().

	* e-util/e-util.c: Remove e_gettext().

	* e-util/Makefile.am: Remove e-i18n.h.


svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
2313e47dab ** Fixes bug #419469 - Miscellaneous main.c cleanups
2007-03-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #419469 - Miscellaneous main.c cleanups

	* shell/main.c (kill_dataserver): Kill evolution-data-server-1.8.

	* shell/main.c (show_development_warning): Call gtk_dialog_run()
	instead of listening for a "response" signal.  Pass the checkbox
	state back to main() and let main() set the "show_dialog_warning"
	GConf key.

	* shell/main.c (open_uris), (idle_cb), (main): Use the
	remaining_args string vector directly instead of needlessly
	building a GSList out of it.

	* shell/main.c (main): Manage a reference to the default GConf
	client and pass it to the functions that need it.


svn path=/trunk/; revision=33318
2007-03-20 14:22:49 +00:00
27cf0a5283 ** Fixes bug #360240
2007-03-16  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #360240

	* addressbook/gui/widgets/e-addressbook-view.c
	(e_contact_print_button):
	* addressbook/printing/e-contact-print.c (complete_sequence),
	(e_contact_build_style), (e_contact_print_response),
	(e_contact_print_contact_list_dialog_new):
	* shell/e-shell-importer.c (importer_file_page_new):
	* plugins/startup-wizard/startup-wizard.c
	(startup_wizard_timezone_page):
	* mail/em-vfolder-rule.c (select_source_with_changed), (get_widget):
	* mail/em-format-quote.c (emfq_format_source):
	* mail/mail-ops.c (save_messages_save):
	* mail/em-format.c (emf_init):
	* mail/em-format-html-display (em_format_html_get_search_dialog),
	(em_format_html_display_seearch_with), (ehhd_resize),
	(efhd_attachment_optional), (efhd_format_optional):
	* mail/em-folder-view.c (emfv_init):
	* mail/message-list.c (ml_tree_value_at):
	* composer/e-msg-composer-hdrs (header_new_recipient):
	* composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action):
	* widgets/table/e-cell-text.c (ect_free_color):
	* widgets/misc/e-calendar-item.c (e_calendar_item_unrealize):
	* widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget):
	Remove unused variables.


svn path=/trunk/; revision=33315
2007-03-16 21:13:06 +00:00
d380c9d7ef Update contributors' list for credits.
2007-03-12 Harish Krishnaswamy <kharish@novell.com>
	
	* e-shell-window-commands.c : Update contributors' list for
	credits.

svn path=/trunk/; revision=33307
2007-03-12 20:17:59 +00:00
93f47d2d23 ** Fixes bug #360946
2007-02-12  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #360946

	shell/e-shell-window-commands.c (command_about): Migrate to
	GtkAboutDialog, use "evolution" for the icon name, add a website link.

	shell/main.c (main): Set default window icon name to "evolution".


svn path=/trunk/; revision=33212
2007-02-12 18:22:19 +00:00
9862306af9 Print migration updates from Ebby Wiselyn.
svn path=/trunk/; revision=33201
2007-02-12 06:11:14 +00:00
172ba93642 Fix the build. Fixes #403744
2007-02-09  William Jon McCann  <mccann@jhu.edu>

	* e-shell-nm-glib.c: Fix the build.  Fixes #403744


svn path=/trunk/; revision=33194
2007-02-09 20:28:35 +00:00
2a1d77a838 ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>

** Committing Ebby Wiselyn's patch for GtkPrint API migration.


svn path=/trunk/; revision=33134
2007-01-22 16:41:31 +00:00
16be45ddfa Fix memory leak of iid.
2006-12-03  Harish Krishnaswamy  <kharish@novell.com>

	* e-shell.c: (impl_dispose): Fix memory leak of iid.

svn path=/trunk/; revision=33041
2006-12-04 09:59:21 +00:00
db651b7bc4 Register import eplugin type. Fixes bug #372528.
2006-11-29  Chris Halls <halls@debian.org>

	* main.c: Register import eplugin type.
	Fixes bug #372528.

svn path=/trunk/; revision=33033
2006-12-03 15:38:39 +00:00
7ef3a9a585 Update last stable version.
2006-10-17  Harish Krishnaswamy  <kharish@novell.com>

	* main.c: (show_development_warning):  Update last
	stable version.

svn path=/trunk/; revision=32903
2006-10-16 18:46:54 +00:00
bb64d5dd74 Fixes #360815
svn path=/trunk/; revision=32897
2006-10-16 14:45:04 +00:00
c40dcb6678 addressbook/importers/evolution-ldif-importer.c
2006-10-15  Francisco Javier F. Serrador  <serrador@openshine.com>

	* addressbook/gui/widgets/eab-contact-display.c:
 	addressbook/importers/evolution-ldif-importer.c
 	addressbook/importers/evolution-vcard-importer.c
 	calendar/importers/icalendar-importer.c
 	plugins/groupwise-features/properties.glade
 	plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml
 	plugins/save-attachments/org-gnome-save-attachments.xml
 	shell/shell.error.xml : Make some string improvements to allow better
	use of gettext compendia.

svn path=/trunk/; revision=32879
2006-10-15 14:23:02 +00:00
7da5e3a0ca ** Fix for bug #334966
svn path=/trunk/; revision=32869
2006-10-13 17:24:56 +00:00
2b5562aee0 ** Fix for bug #343331
2006-09-28  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #343331

	* e-shell-window.c: (impl_dispose): Remove the timer which seem to get
	activated after we destroy.

svn path=/trunk/; revision=32817
2006-09-28 08:48:15 +00:00
cacc7b86e1 ** Fixes #351332
2006-09-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes #351332

	* e-shell-window.c: Fix implicit function declarations.

svn path=/trunk/; revision=32792
2006-09-18 17:26:32 +00:00
f1ade2d6d4 update last stable version number from 2.6.3 to 2.8.0
2006-09-14  Andre Klapper  <a9016009@gmx.de>

	* main.c: update last stable version number from 2.6.3 to 2.8.0

svn path=/trunk/; revision=32764
2006-09-14 15:52:01 +00:00
beb1d6ffba Add documentation credits.
2006-09-04  Harish Krishnaswamy  <kharish@novell.com>

	* e-shell-window-commands.c: Add documentation
	credits.

svn path=/trunk/; revision=32738
2006-09-04 12:27:19 +00:00
2b1f8f84f2 ** Fix for bug #334821 by Tollef Fog Heen
svn path=/trunk/; revision=32642
2006-08-23 09:54:14 +00:00
6c0397b958 Make sure default window sizes are positive numbers. Fixes bug 349967.
2006-08-23  Daniel Gryniewicz  <dang@gentoo.org>

	* e-shell-window.c:
	Make sure default window sizes are positive numbers.
	Fixes bug 349967. Committed by Andre Klapper.

svn path=/trunk/; revision=32640
2006-08-23 09:02:48 +00:00
3e9a1e10bd Update some credits for the previous development series.
2006-08-22  Andre Klapper  <a9016009@gmx.de>

	* e-shell-window-commands.c: Update some credits for
	the previous development series.

svn path=/trunk/; revision=32632
2006-08-22 17:39:27 +00:00
4049dece23 ** Fixes bug #346317
svn path=/trunk/; revision=32621
2006-08-22 05:03:42 +00:00
f5f9c6a39d Fix for bug 346797
svn path=/trunk/; revision=32609
2006-08-21 07:53:24 +00:00
cb929003a2 Plug some leaks.
2006-08-17  Kjartan Maraas  <kmaraas@gnome.org>

	* e-user-creatable-items-handler.c: (new_button_change),
	(setup_toolbar_button): Plug some leaks.

svn path=/trunk/; revision=32559
2006-08-17 06:54:13 +00:00
c90be53830 update last stable version number from 2.6.2 to 2.6.3
2006-08-02  Andre Klapper  <a9016009@gmx.de>

	* main.c: update last stable version number from 2.6.2 to 2.6.3

svn path=/trunk/; revision=32464
2006-08-02 08:08:04 +00:00
c6612c8d03 Fix warnings at build-time, and clean up the connections to the D-Bus on
2006-07-27  Bastien Nocera  <hadess@hadess.net>

	* e-shell-nm-glib.c: (e_shell_glib_network_monitor),
	(e_shell_nm_glib_initialise), (e_shell_nm_glib_dispose):
	* e-shell-nm.c: (e_shell_dbus_dispose):
	* e-shell-window.c: (impl_dispose): Fix warnings at build-time, and
	clean up the connections to the D-Bus on exit (Closes: #332387)

svn path=/trunk/; revision=32425
2006-07-27 09:42:18 +00:00
158c89195b Fix for bug #345331
svn path=/trunk/; revision=32302
2006-07-13 18:16:54 +00:00
2fb0e7f837 ** Fixes bug #347182
* e-user-creatable-items-handlers.c:
        (set_combo_button_style): New function.
        (new_button_change): Call set_combo_button_style.
        (setup_toolbar_button): Call set_combo_button_style.
* misc/e-combo-button.c: (e_combo_button_set_label):
         Removed needless g_return_if_fail().

svn path=/trunk/; revision=32294
2006-07-12 06:49:14 +00:00
e6ecbf0d50 Fix for #346613. Fix the problem pointed out by Johnny
2006-07-07  Li Yuan  <li.yuan@sun.com>

    * e-shell-window.c: (setup_widgets):
    Fix for #346613.
    Fix the problem pointed out by Johnny <jjohnny@novell.com>.
    When maximize Evolution, close and start Evolution sometimes,
    the sidebar grows towards right. Set the view_notebook can be expanded
    when the paned widget is resized.

svn path=/trunk/; revision=32246
2006-07-07 03:19:43 +00:00
69108085da Fix for #346613. Make the view_notebook cannot be resized shorter than its
2006-07-05  Li Yuan  <li.yuan@sun.com>

    * e-shell-window.c: (setup_widgets):
    Fix for #346613.
    Make the view_notebook cannot be resized shorter than its need.

svn path=/trunk/; revision=32237
2006-07-06 02:56:36 +00:00
d0529b0b4a Fix for minor packing issue in New button.
svn path=/trunk/; revision=32185
2006-06-21 11:06:40 +00:00
d71bbed0bd Don't call bonobo_activation_active_server_unregister() here, it's too
2006-06-17  Tor Lillqvist  <tml@novell.com>

	* e-shell.c (impl_finalize): Don't call
	bonobo_activation_active_server_unregister() here, it's too late,
	the EShell Bonobo object has already been deactivated and its
	associated CORBA object is NULL.
	(notify_no_windows_left_idle_cb): Instead, call
	bonobo_activation_active_server_unregister() here, when the EShell
	Bonobo object is still fully active.

svn path=/trunk/; revision=32177
2006-06-19 15:21:55 +00:00
6012329728 Fix for bug #252814
svn path=/trunk/; revision=32170
2006-06-19 10:00:18 +00:00
e190315d3a update last stable version number from 2.6.1 to 2.6.2
2006-06-17  Andre Klapper  <a9016009@gmx.de>

	* main.c: update last stable version number from 2.6.1 to 2.6.2

svn path=/trunk/; revision=32164
2006-06-17 15:18:38 +00:00
a2e4f2a688 Fix for bug 341334
svn path=/trunk/; revision=32070
2006-06-02 17:32:19 +00:00
5ddb0f8e08 Change the variable name from is_actived to is_active
svn path=/trunk/; revision=31987
2006-05-15 10:27:23 +00:00
fe716726ac Fixes #341525
2006-05-15  Li Yuan <li.yuan@sun.com>

        Fixes #341525

        * e-sidebar.c: (button_toggled_callback):
        If the button has been selected, it is no need to emit the signal.

svn path=/trunk/; revision=31986
2006-05-15 10:20:33 +00:00
d034972a19 Fixes #323853
2006-04-30  Nancy Cai <nancy.cai@sun.com>

        Fixes #323853

        * e-shell-importer.c: (filename_changed), (item_selected),
        (importer_file_page_new), (prepare_file_page):
        replacing GnomeFileEntry by GtkFileButton, which can import task files
        with none UTF-8 filenames.

svn path=/trunk/; revision=31930
2006-04-30 03:22:56 +00:00
3b5da8e937 reviewed by: Srinivasa Ragavan
2006-04-28  Sven Herzberg  <herzi@gnome-de.org>

        reviewed by: Srinivasa Ragavan

	* shell/apps_evolution_shell.schemas.in.in: added boolean key for the
	maximized state of the window
	* shell/e-shell-window.c: added window state saving and updated window
	size saving to work as expected (fixes bug 243962)

svn path=/trunk/; revision=31926
2006-04-28 11:19:51 +00:00
3aeecfe00f update last stable version number from 2.4.2.1 to 2.6.1
2006-04-27  Andre Klapper  <a9016009@gmx.de>
	* main.c: update last stable version number from 2.4.2.1 to 2.6.1

svn path=/trunk/; revision=31915
2006-04-27 09:05:14 +00:00