| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
later only).
|
|
|
|
| |
offline and not when network goes offline.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
I caused this in the "Drop support for CDE" commit.
Nice little regression there.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
would now have the Evolution icon.
|
|
|
|
|
|
| |
According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to
the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a
timeout in seconds is desired.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Oops, last commit only included the -new- files.
This also removes EExpander, which is no longer used.
|
|
|
|
| |
Some still left, because those gone in kill-bonobo branch.
|
|
|
|
|
|
| |
Consolidate all marshalling specifications to e-util/e-marshal.list.
This reduces code duplication and makes it slightly easier to locate
unused marshallers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-02-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #572962
* e-shell-window.c (setup_nm_support):
Pass e_shell_dbus_initialise() the right type of object,
and fix the incorrect function declaration.
* e-shell-nm.c (e_shell_network_monitor):
Go offline when we see NM_STATE_ASLEEP from NetworkManager.
svn path=/trunk/; revision=37320
|
|
|
|
|
|
|
|
|
|
| |
2009-02-03 Tor Lillqvist <tml@novell.com>
* Makefile.am (evolution_LDFLAGS): Use -mwindows on Windows to
build a "GUI" executable.
svn path=/trunk/; revision=37223
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-12 Philip Van hoof <philip@codeminded.be>
* e-util/e-plugin.c
* e-util/e-plugin.h
* shell/main.c: EPlugins must be loaded after Bonobo init, else variables
like `session` are not available for plugin's initialization functions.
(Fixes Bug #565681)
svn path=/trunk/; revision=37052
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-util.c (e_show_uri):
New convenience function calls gtk_show_uri() and displays an
error dialog if the URI cannot be shown.
* addressbook/gui/widgets/eab-contact-display.c
(eab_uri_popup_link_open), (on_link_clicked):
* calendar/gui/e-cal-component-preview (on_link_clicked):
* calendar/gui/e-cal-component-memo-preview (on_link_clicked):
* calendar/gui/e-memo-table.c (open_url_cb):
* calendar/gui/dialogs/comp-editor.c (open_attachment):
* composer/e-msg-composer.c (msg_composer_link_clicked):
* mail/em-folder-view.c (emfv_format_link_clicked):
* mail/em-popup.c (emp_uri_popup_link_open):
* plugins/mailing-list-actions/mailing-list-actions.c
(emla_list_action_do):
* shell/e-shell-window-commands.c (command_open_faq):
* widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb):
* widgets/misc/e-url-entry.c (button_clicked_cb):
Call e_show_uri() instead of gnome_url_show().
* e-util/e-error.c (ee_response):
Call e_display_help() instead of gnome_url_show().
* mail/em-config.c:
* mail/em-menu.c:
Remove unneeded #include <libgnome/gnome-url.h>
svn path=/trunk/; revision=37037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/printing/e-contact-print.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/e-cal-list-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-meeting-store.c:
* calendar/gui/e-week-view.c:
* calendar/gui/gnome-cal.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-control.c:
* e-util/e-dialog-utils.c:
* mail/em-folder-view.c:
* mail/importers/mail-importer.c:
* shell/e-shell.c:
* shell/evolution-shell-component-utils.c:
* shell/importer/intelligent.c:
* shell/main.c:
* widgets/menus/gal-view-collection.c:
* widgets/menus/gal-view-instance.c:
Remove unneeded #include <libgnome/gnome-util.h>.
svn path=/trunk/; revision=37036
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Matthew Barnes <mbarnes@redhat.com>
* Fix for bug #566011
* addressbook/gui/component/Makefile.am:
* addressbook/gui/component/addressbook-component.c
(addressbook_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* calendar/gui/Makefile.am:
* calendar/gui/calendar-component.c (calendar_component_class_init):
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/memos-component.c (memos_component_class_init):
* calendar/gui/tasks-component.c (tasks_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* composer/e-composer-header-table.c:
* composer/e-composer-private.h:
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>.
* mail/mail-component.c (mail_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* shell/e-user-creatable-items-handler.c
(e_user_creatable_items_handler_class_ini):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* widgets/misc/e-charset-picker.c:
* widgets/misc/e-signature-combo-box.c:
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>.
svn path=/trunk/; revision=37021
|
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c:
update Copyright to 2009.
svn path=/trunk/; revision=36960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-28 Matthew Barnes <mbarnes@redhat.com>
** Related to bug #562155
* shell/main.c (idle_cb):
Only call e_shell_set_crash_recovery() if the EShell Bonobo object
was constructed successfully, otherwise it will be NULL. This fixes
a warning shown in the terminal output of bug #562155, but the bug
is not reproducible so it's not clear whether this fixes the bug.
svn path=/trunk/; revision=36939
|
|
|
|
|
|
|
|
|
|
| |
2008-12-25 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* shell/main.c:
Fix memory leak. (Fixes bug #565628).
svn path=/trunk/; revision=36932
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #564416
* shell/e-shell-nm.c:
We've been listening for obsolete D-Bus signals.
Update to NetworkManager's current D-Bus API.
svn path=/trunk/; revision=36878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #563250
* e-util/e-util.c (e_get_accels_filename):
New function returns the filename where custom keyboard
accelerators are stored. Currently only applies to the
various editor windows in Evolution.
* shell/main.c (main):
Load on startup and save on shutdown, custom keyboard accelerators.
svn path=/trunk/; revision=36864
|
|
|
|
|
|
| |
gtk_icon_info_get_filename(), fixes a crash if the gnome-settings-daemon is not running).
svn path=/trunk/; revision=36844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #557581
* configure.in:
Break up the version definitions such that we can calculate the
latest stable version and pass a STABLE_VERSION definition to
shell/main.c.
* shell/main.c:
Replace DEVELOPMENT with STABLE_VERSION, which actually defines
the latest stable version (e.g. 2.24). STABLE_VERSION is only
defined if the current version is _unstable_ (e.g. 2.25).
* shell/main.c (show_development_warning):
Use STABLE_VERSION instead of hard-coding the version number.
svn path=/trunk/; revision=36761
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-30 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/contact-editor/test-editor.c:
* addressbook/gui/widgets/e-minicard-label.c:
* addressbook/gui/widgets/e-minicard-view-widget.c:
* addressbook/gui/widgets/test-reflow.c:
* calendar/gui/control-factory.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-week-view-event-item.c:
* calendar/gui/weekday-picker.c:
* e-util/e-icon-factory.c:
* shell/importer/evolution-importer-client.h:
* shell/importer/intelligent.c:
* shell/test/evolution-test-component.c:
* widgets/menus/gal-view-menus.c:
* widgets/misc/e-activity-handler.c:
* widgets/table/e-table-config-field.h:
Only include the toplevel GTK+ header.
svn path=/trunk/; revision=36699
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-17 Kandepu Prasad <kaprasad@novell.com>
** Fix for bug #311479
* import.glade:
* importer/import.glade: rephrasing the heading in Evolution
Import Assistant
svn path=/trunk/; revision=36634
|
|
|
|
|
|
| |
for deprecated libnm-glib).
svn path=/trunk/; revision=36631
|
|
|
|
| |
svn path=/trunk/; revision=36541
|
|
|
|
| |
svn path=/trunk/; revision=36502
|
|
|
|
|
|
|
|
| |
2008-09-29 Gabor Kelemen <kelemeng@gnome.hu>
* shell.error.xml: Unbreak build, sorry for the inconvenience.
svn path=/trunk/; revision=36482
|
|
|
|
|
|
|
|
| |
2008-09-29 Gabor Kelemen <kelemeng@gnome.hu>
* shell.error.xml: Mark some forgotten strings for translation. Fixes bug #553106
svn path=/trunk/; revision=36477
|
|
|
|
| |
svn path=/trunk/; revision=36443
|
|
|
|
| |
svn path=/trunk/; revision=36440
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** Fixes bug #553479
* shell/shell.error.xml:
* plugins/webdav-account-setup/webdav-contacts-source.c
(plugin_webdav_contacts):
* plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml:
* plugins/python/org-gnome-evolution-python.eplug.xml:
*
plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
* plugins/audio-inline/org-gnome-audio-inline.eplug.xml:
* mail/em-migrate.c (migrate_to_db):
* mail/evolution-mail.schemas.in:
* addressbook/gui/component/ldap-config.glade: String
capitalisation
improvements.
svn path=/trunk/; revision=36439
|
|
|
|
| |
svn path=/trunk/; revision=36381
|
|
|
|
| |
svn path=/trunk/; revision=36344
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-15 Bharath Acharya <abharath@novell.com>
Updated the list of Contributors.
* e-shell-window-commands.c:
svn path=/trunk/; revision=36329
|
|
|
|
| |
svn path=/trunk/; revision=36313
|
|
|
|
|
|
| |
More to come.
svn path=/trunk/; revision=36255
|
|
|
|
|
|
| |
More changes to come.
svn path=/trunk/; revision=36247
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #549554 (patch from Paul Bolle)
* shell/e-shell-importer.c: (struct info):
Drop sentence about an "Automatic" option.
svn path=/trunk/; revision=36218
|
|
|
|
| |
svn path=/trunk/; revision=36116
|
|
|
|
| |
svn path=/trunk/; revision=36025
|
|
|
|
|
|
|
|
|
|
| |
2008-08-18 Matthew Barnes <mbarnes@redhat.com>
* shell/test/evolution-test-component.c (impl_upgradeFromVersion):
Fix the function signature to conform to the component interface.
svn path=/trunk/; revision=36015
|
|
|
|
| |
svn path=/trunk/; revision=36010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #508732
* shell/e-shell.c:
Add a "crash_recovery" flag, with accessor functions for it.
* shell/e-shell-window (init_view):
Check and reset the "crash_recovery" flag before creating a
new shell view. The components can use this flag to take
steps to recover from the previous crash.
* shell/apps_evolution_shell.schemas.in:
Remove the "skip_recovery_dialog" and "recovery" keys.
* shell/Evolution-Component.idl (createView):
Add a "select_item" boolean parameter.
* shell/main.c:
Kill the crash recovery dialog. Instead just set the crash
recovery flag in e-shell appropriately.
* mail/mail-component.c (impl_createView):
Add a "select_item" argument for crash recovery, which we forward
to EMFolderBrowser as a "suppress_message_selection" flag.
* mail/em-folder-browser.c (emfb_set_folder):
Suppress automatic message selection if we are recovering from a
crash.
* addressbook/gui/component/addressbook-component.c (impl_createView):
* calendar/gui/calendar-component.c (impl_createView):
* calendar/gui/memos-component.c (impl_createView):
* calendar/gui/tasks-component.c (impl_createView):
Add a "select_item" argument for crash recovery, which these
components do not use.
* help/C/evolution.xml:
Remove the bit about crash recovery.
svn path=/trunk/; revision=36009
|
|
|
|
|
|
| |
icon is wrong size).
svn path=/trunk/; revision=36007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #546892
* e-util/e-icon-factory.c (e_icon_factory_get_image):
Kill this function. Use gtk_image_new_from_icon_name().
* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
Kill this function. Use gtk_window_set_icon_name().
* widgets/misc/e-activity-handler.c:
* widgets/misc/e-task-widget.c:
Purge the GdkPixbuf arguments from the API. We've been ignoring
them since the spinner icon was added.
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* calendar/gui/alarm-notify/alarm-notify-dialog.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/alarm-list-dialog.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/delete-error.c:
* calendar/gui/dialogs/select-source-dialog.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
* widgets/misc/e-combo-button.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-url-entry.c:
* widgets/misc/e-task-widget.c:
Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/e-timezone-entry.c:
* e-util/e-gui-utils.c:
* e-util/e-popup.c:
* plugins/import-ics-attachments/icsimporter.c:
* plugins/itip-formatter/itip-view.c:
* mail/em-folder-browser.c:
* mail/em-format-html-display.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().
* calendar/gui/alarm-notify/alarm-queue.c:
* plugins/mail-notification/mail-notification.c:
Prefer gtk_status_icon_set_from_icon_name() over
gtk_status_icon_set_from_pixbuf().
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-memo-table.c:
* mail/mail-mt.c:
e_activity_handler_operation_started() no longer takes a GdkPixbuf.
It was ignoring the pixbuf anyway ever since we added a spinner icon.
svn path=/trunk/; revision=35958
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-importer.c:
Remove unused EShell pointer from ImportData.
svn path=/trunk/; revision=35939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #467115
* shell/e-component-registry.h:
Replace button and menu icon pixbufs with an icon name string.
* shell/e-component-registry.c (query_components):
No need to create pixbufs, just save the icon name.
* shell/e-sidebar.c:
Remember a default icon name rather than a default pixbuf.
* shell/e-sidebar.c (e_sidebar_add_button),
(e_sidebar_change_button_icon):
* shell/e-shell-window.c (e_shell_window_change_component_button_icon):
Take an icon name instead of a pixbuf.
* shell/e-shell-window.c (switch_view):
Call gtk_window_set_icon_name() instead of gtk_window_set_icon().
* shell/e-shell-window.c (setup_widgets):
Change XML from pixtype="pixbuf" to pixbuf="filename" and derive
an appropriate filename from the icon name.
svn path=/trunk/; revision=35924
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #249844
* addressbook/gui/component/addressbook-component.c:
* calendar/gui/tasks-component.c: (impl__get_userCreatableItems):
* calendar/gui/memos-component.c: (impl__get_userCreatableItems):
* mail/mail-component.c: (impl__get_userCreatableItems):
* shell/test/evolution-test-component.c: (impl__get_userCreatableItems):
(impl__get_userCreatableItems): Do not let compiler claim.
* mail/em-event.h: (struct _EMEventTargetCustomIcon): Declare 'folder_name'
as const char * to let compiler happy; no copy of the pointer anyway.
* calendar/gui/calendar-component.c: (impl__get_userCreatableItems):
Use C_() macro instead of Q_() macro.
Use fully qualified names for "New" submenu entries.
svn path=/trunk/; revision=35916
|
|
|
|
|
|
| |
instead of Q_() macro, Use fully qualified names for New submenu entries).
svn path=/trunk/; revision=35897
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544862
* shell/apps_evolution_shell.scheams.in:
Clarify description of "use_authentication" key.
svn path=/trunk/; revision=35880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #544022
* configure.in: Do not redefine DBUS_VERSION define supplied
by dbus itself, rather rename our define to FOUND_DBUS_VERSION.
* mail/e-searching-tokenizer.c: (dump_trie):
Define function only when required. (Compiler warning cleanup.)
* shell/e-shell-window-commands.c: (char *authors[]):
Break the escape sequence properly (compiler warning cleanup).
* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.
* plugins/mail-notification/Makefile.am:
* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
DBUS_VERSION define, it's supplied by dbus itself.
svn path=/trunk/; revision=35819
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
** Fixes bug #542828
* e-shell-window-commands.c:
update and fix list of contributors. Patch by Maxim Ermilov.
svn path=/trunk/; revision=35796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #542587
* shell/e-shell-window.c: Use new EOnlineButton widget.
* widgets/misc/e-online-button.c:
* widgets/misc/e-online-button.h:
New widget implements the online/offline button used in the main
window. The button just maintains an "online" flag and displays
the appropriate button image for the flag.
svn path=/trunk/; revision=35777
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-19 Tor Lillqvist <tml@novell.com>
Bug 543758 - Never mark empty strings for translations
* main.c (main): Change _("") to explicit gettext ("") to avoid
potentially confusing translation tools or translators.
svn path=/trunk/; revision=35759
|
|
|
|
|
|
|
|
|
|
|
| |
2008-17-14 Paolo Borelli <pborelli@katamail.com>
** Fix for bug #542889
Port to the new gtk tooltip api.
svn path=/trunk/; revision=35744
|
|
|
|
|
|
|
|
|
|
| |
2008-07-13 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-folder-title-bar.[ch]:
Remove still more unused files.
svn path=/trunk/; revision=35741
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-12 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-utils.[ch]:
Remove more unused files.
* shell/e-user-creatable-items-handler.c:
Remove inclusion of "e-shell-utils.h".
svn path=/trunk/; revision=35739
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-10 Matthew Barnes <mbarnes@redhat.com>
* shell/e-history.[ch]:
Remove these files. They were written in 2002 and, AFACIT,
never used for anything.
svn path=/trunk/; revision=35737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #540282
* e-util/e-print.c:
Store printer and page settings in a key file rather than GConf.
Also properly apply page settings to print operations, including
custom margins.
* shell/apps_evolution_shell.schemas.in:
Remove the "printing" GConf key. We use a key file now.
svn path=/trunk/; revision=35711
|
|
|
|
| |
svn path=/trunk/; revision=35665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-10 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/addressbook-component.c:
* calendar/common/authentication.c:
* calendar/gui/calendar-component.c:
* calendar/gui/comp-editor-factory.c:
* calendar/gui/dialogs/copy-source-dialog.c:
* calendar/gui/dialogs/select-source-dialog.c:
* calendar/gui/memos-component.c:
* calendar/gui/migration.c:
* calendar/gui/tasks-component.c:
* shell/test/evolution-test-component.c:
Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.
svn path=/trunk/; revision=35625
|
|
|
|
|
|
|
|
|
|
| |
2008-06-06 Matthew Barnes <mbarnes@redhat.com>
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
GTK_DISABLE_SINGLE_INCLUDES defined. (#536637)
svn path=/trunk/; revision=35606
|
|
|
|
|
|
| |
wrong (Hungarian) order
svn path=/trunk/; revision=35561
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #534360
Migrate from deprecated GtkObject symbols to GObject equivalents.
Touches over 150 files in all components; too many to list.
svn path=/trunk/; revision=35526
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-08 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #525241 (EPluginUI)
* e-util/Makefile.am:
Add e-plugin-ui.[ch].
* e-util/e-plugin.h (EPluginClass):
Add a "get_symbol" method for extracting arbitrary symbols
from an EPlugin. Implementation of the method is optional.
* e-util/e-plugin.c (e_plugin_get_symbol):
New function invokes the new "get_symbol" EPlugin method.
* e-util/e-plugin.c (epl_get_symbol):
New function implements the new "get_symbol" EPlugin method.
It extracts the given symbol name from the GModule.
* e-util/e-plugin-ui.[ch]:
New EPluginHook subclass that allows plugins to extend menus,
toolbars, and popups that are managed by GtkUIManager instead
of BonoboUI. Should eventually replace EMenu/EPopup.
* shell/main.c (main): Register the EPluginUIHook type.
* composer/e-msg-composer.c (msg_composer_destroy),
(msg_composer_init): Rip out the EMenu logic.
* composer/e-msg-composer.c (msg_composer_init):
Register the GtkUIManager with EPluginUI.
* plugins/face/Makefile.am:
* plugins/face/org-gnome-face-ui.xml:
Remove org-gnome-face-ui.xml (obsolete).
* plugins/face/face.c (e_plugin_ui_init):
Initialization callback for EPluginUI. Adds a "face" action to
the EMsgComposer instance's "composer" action group.
* plugins/face/org-gnome-face.eplug.xml:
Replace the "bonobomenu" hook definition with a new one for
EPluginUI. Include the UI definition inline.
svn path=/trunk/; revision=35485
|
|
|
|
| |
svn path=/trunk/; revision=35480
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-08 Tor Lillqvist <tml@novell.com>
* main.c (main) [Win32]: If no message catalog is installed for
the current locale language, don't bother with the localisations
provided by other things then either. Reset thread locale to
"en-US" and C library locale to "C" to ensure that.
svn path=/trunk/; revision=35479
|
|
|
|
|
|
| |
* shell/main.c : Changed stable version to 2.22.1 in Beta version warning message
svn path=/trunk/; revision=35433
|
|
|
|
|
|
| |
(Check online status from NetworkManager at startup instead of using the last-used-state)
svn path=/trunk/; revision=35420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #526741 (gnome-vfs to gio/gvfs port)
* configure.in: Drop dependency on gnome-vfs, depend on gio instead.
* addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs.
* calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async),
(async_read): Read data with gio, not with gnome-vfs.
* calendar/gui/e-meeting-store.c: (async_close): Function removed.
* calendar/gui/migration.c:
* calendar/gui/e-memos.c:
* calendar/gui/alarm-notify/notify-main.c:
* calendar/gui/e-tasks.c:
* calendar/gui/main.c:
* calendar/gui/e-meeting-list-view.c:
Do not include gnome-vfs.
* calendar/gui/dialogs/comp-editor.c: (set_attachment_list):
* calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type):
Function removed, use e-util function instead.
* calendar/gui/e-cal-popup.c: (temp_save_part):
Reflect changes in CamelStreamVFS.
* calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free),
(ecalp_standard_menu_factory): Use gio to fill popup and launch app.
* calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb):
* calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb):
New helper function to manage file:// urls for GtkHTML component.
* calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init):
* calendar/gui/e-cal-component-memo-preview.c:
(e_cal_comp_preview_url_requested_cb):
Use above helper function.
* calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb):
* calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed.
* composer/e-msg-composer.h: (e_msg_composer_guess_mime_type):
* composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri),
(e_msg_composer_add_inline_image_from_file):
Use shared e_util_guess_mime_type instead of its own.
* e-util/e-gui-utils.c: Do not include gnome-vfs.
* e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path):
* e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local):
Use gio instead of gnome-vfs.
* e-util/e-util.h:
* e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri),
(e_util_uri_to_filename), (e_util_read_file): New helper functions.
* mail/Makefile.am:
* mail/em-vfs-stream.h:
* mail/em-vfs-stream.c: Removed from project, not used anywhere.
* mail/em-menu.c:
* mail/em-config.c: Do not include gnome-vfs.
* mail/mail-ops.c: (save_messages_exec), (save_part_exec):
Changes related to Data Server change of CamelStreamVFS.
* mail/em-format.c: (em_format_describe_part):
* mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler),
(efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop),
(efhd_format_attachment): Drop use of deprecated gnome-vfs functions.
* mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type.
* mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free),
(emp_standard_menu_factory): Use gio to fill popup and launch app.
* plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs.
* plugins/ipod-sync/ical-format.c: (do_save_calendar_ical):
* plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook):
Write to gio GOutputStream instead of gnome-vfs handle.
* plugins/ipod-sync/format-handler.h: (open_for_writing):
* plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function.
* plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb):
* plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
* plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical):
* plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
Use gio GOutputStream instead of gnome-vfs handle.
* plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI.
* plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI.
* plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb),
(struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question),
(mount_first), (publish):
Use gio instead of gnome-vfs for opening (remote) files.
* plugins/save-calendar/ical-format.c: (do_save_calendar_ical):
* plugins/save-calendar/csv-format.c: (do_save_calendar_csv):
* plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf):
Use gio GOutpuStream instead of gnome-vfs handle.
* plugins/save-calendar/format-handler.h: (open_for_writing):
* plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function.
* shell/e-shell-window-commands.c: (command_quick_reference):
Use gio instead of gnome-vfs.
* widgets/misc/e-attachment.h: (struct _EAttachment):
* widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type),
(e_attachment_new), (struct DownloadInfo), (download_info_free),
(data_ready_cb), (download_to_local_path),
(e_attachment_new_remote_file):
Use gio instead of gnome-vfs to download remote files.
* widgets/misc/e-image-chooser.c: (image_drag_data_received_cb):
Use new util function to read file.
* widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs.
svn path=/trunk/; revision=35378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-07 Ondrej Jirman <megous@megous.com>
** Fix for bug #525238
* e-shell-window.c: (switch_view):
* es-event.c:
* es-event.h:
Add new "component.activated" event. Event is emitted whenever
component is activated. ESEventTargetComponent contains an id
of the component being activated.
svn path=/trunk/; revision=35332
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
M shell/apps_evolution_shell.schemas.in
M shell/ChangeLog
A mail/em-network-prefs.c
M mail/GNOME_Evolution_Mail.server.in.in
A mail/em-network-prefs.h
M mail/ChangeLog
M mail/mail-config.glade
M mail/Makefile.am
M mail/mail-component-factory.c
M mail/mail-config-factory.c
svn path=/trunk/; revision=35240
|
|
|
|
|
|
| |
gnome_program_init() so that it affects gconfd-2.
svn path=/trunk/; revision=35130
|
|
|
|
| |
svn path=/trunk/; revision=35127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Tor Lillqvist <tml@novell.com>
* main.c (main) [Win32]: Drop the call to gtk_rc_parse_string() to
set gtk-fallback-icon-theme = "gnome". Instead just bundle a
suitable gtkrc with Evolution. And actually what we want seems to
get Tango icons seems to be gtk-fallback-icon-theme = "Tango", and
no mention of the gnome icon theme at all in gtkrc. (It is still
used, though.)
svn path=/trunk/; revision=35126
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Tor Lillqvist <tml@novell.com>
* main.c: On Windows, set PATH to include Evolution's "bin" folder
and the "lib/evolution/$(BASE_VERSION)/components" folder. Set
BONOBO_ACTIVATION_PATH to the "lib/bonobo/servers" folder
svn path=/trunk/; revision=35121
|
|
|
|
| |
svn path=/trunk/; revision=35119
|
|
|
|
| |
svn path=/trunk/; revision=35118
|
|
|
|
|
|
|
|
|
| |
2008-03-02 Srinivasa Ragavan <sragavan@novell.com>
* main.c: (main): Committing the build fix that comes up if
DEVELOPMENT is enabled.
svn path=/trunk/; revision=35104
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #173186
* e-shell-nm.c: (e_shell_network_monitor): Upstreamed Fejj's OpenSUSE
patch. Crash while quitting.
svn path=/trunk/; revision=35038
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #159736. Patch from OpenSUSE.
* e-shell-nm.c: (e_shell_network_monitor):
svn path=/trunk/; revision=35034
|
|
|
|
|
|
|
|
|
|
| |
2008-02-13 Matthew Barnes <mbarnes@redhat.com>
* main.c (kill_dataserver):
Add commands to kill recent versions of evolution-data-server.
svn path=/trunk/; revision=35008
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-30 Srinivasa Ragavan <sragavan@novell.com>
* apps_evolution_shell.schemas.in: Change Crash Recovery to Crash
detection.
* main.c: (show_recovery_warning):
svn path=/trunk/; revision=34934
|
|
|
|
| |
svn path=/trunk/; revision=34932
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-29 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/widgets/e-minicard.c:
* addressbook/gui/widgets/gal-view-minicard.c:
* mail/mail-send-recv.c:
* shell/e-component-registry.c:
* widgets/menus/gal-view-collection.c:
* widgets/menus/gal-view-instance.c:
* widgets/menus/gal-view-menus.c:
Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.
svn path=/trunk/; revision=34931
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-22 Jan Tichavsky <Jan.Tichavsky@gmail.com>
** Fix for bug #511232
* e-shell.c: Fixed typo Uknown -> Unknown
(patch committed by Andre Klapper)
svn path=/trunk/; revision=34869
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-21 Matthew Barnes <mbarnes@redhat.com>
* e-shell-window.c (setup_status_bar):
Make the status bar height as large as the task bar to eliminate
"bouncing" when navigating the main menu. Patch by Jean-Christophe
Begue (#509509).
svn path=/trunk/; revision=34860
|
|
|
|
|
|
|
|
|
| |
2008-01-19 Srinivasa Ragavan <sragavan@novell.com>
* e-shell.c: (set_line_status): Fix a regression due to my previous
commit.
svn path=/trunk/; revision=34851
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #329712
* e-shell-window-commands.c: (update_offline_menu_item):
* e-shell-window.c: (update_offline_toggle_status),
(update_send_receive_sensitivity),
(offline_toggle_clicked_callback):
* e-shell.c: (e_shell_construct), (e_shell_save_settings),
(set_line_status):
* e-shell.h: Add a new state to maintian forced offline.
svn path=/trunk/; revision=34847
|
|
|
|
|
|
|
|
| |
2008-01-14 Kjartan Maraas <kmaraas@gnome.org>
* apps_evolution_shell.schemas.in: Add missing punctuation.
svn path=/trunk/; revision=34819
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-11 Bharath Acharya <abharath@novell.com>
** Fix for bug #508678
* e-shell-view.c: Included missing header glib/gi18n.h
svn path=/trunk/; revision=34796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-11 Changwoo Ryu <cwryu@debian.org>
** Fix for bug #508282
* e-shell-window.c (switch_view):
* e-shell-view.c (impl_ShellView_setTitle): Mark the window title
for translation.
From po/ChangeLog
2008-01-11 Changwoo Ryu <cwryu@debian.org>
** Part of fix for bug #508282
* POTFILES.in: Add new file shell/e-shell-view.c
svn path=/trunk/; revision=34792
|
|
|
|
|
|
|
|
|
|
| |
2008-01-07 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-window-commands.c:
Update copyright notice in About dialog.
svn path=/trunk/; revision=34777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-03 Milan Crha <mcrha@redhat.com>
** Fix for bug #219197
* e-shell.h:
* e-shell.c: (e_shell_can_quit), (e_shell_do_quit), (e_shell_quit):
Call of e_shell_quit divided into two functions, one to check if quit
is acceptable by all components and second to do quit.
* main.c: (gnome_master_client_save_yourself_cb),
(gnome_master_client_die_cb), (main):
Quit application when session dies.
svn path=/trunk/; revision=34754
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-10 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #502501
* main.c: (show_recovery_warning): Re use the existing string.
svn path=/trunk/; revision=34683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-05 Srinivasa Ragavan <sragavan@novell.com>
** Add basic support for crash recovery
* apps_evolution_shell.schemas.in: Keys to recover and recovery dialog.
* e-shell.c: (e_shell_quit): Delete the lock while quitting.
* main.c: (show_recovery_warning), (idle_cb): Create lock and also show
the warning dialog.
svn path=/trunk/; revision=34652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #499920
* shell/es-event.h:
Avoid including private header "e-shell.h".
Use a forward declaration of EShell instead.
* shell/es-event.c:
Safe to include "e-shell.h" here.
svn path=/trunk/; revision=34618
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #400213
* e-shell-window.c: (load_icons): Function removed.
* e-shell-window.c: (update_offline_toggle_status):
Do not use pixmaps and masks, load images from file, instead.
svn path=/trunk/; revision=34615
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-26 Andre Klapper <a9016009@gmx.de>
** Fixes bug #497810
* ui/evolution.xml:
* shell/e-shell-window-commands.c:
add "Evolution FAQ" help menu item
svn path=/trunk/; revision=34589
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-02 Damien Carbery <damien.carbery@sun.com>
** Fixes bug #492058
* shell/e-shell-window.c:
* shell/e-shell.c:
* widgets/table/e-table-header-item.h:
* widgets/table/e-table-header-item.c:
* calendar/gui/e-itip-control.c:
Name the anonymous unions to build with the Sun Studio compiler.
svn path=/trunk/; revision=34485
|
|
|
|
|
|
|
|
|
|
| |
2007-11-01 Matthew Barnes <mbarnes@redhat.com>
* e-shell-window-commands.c:
Update the copyright notice in the About dialog.
svn path=/trunk/; revision=34481
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-01 Matthew Barnes <mbarnes@redhat.com>
** Miscellaneous compiler warning fixes.
* composer/e-msg-composer.c (e_msg_composer_set_body_text):
* shell/e-user-creatable-items-handler.c (ensure_menu_items):
Don't compare a character pointer to a string literal.
* widgets/table/e-table-click-to-add.c (etcta_add_message):
Fix a const warning.
svn path=/trunk/; revision=34476
|
|
|
|
|
|
|
|
|
|
| |
2007-10-29 Srinivasa Ragavan <sragavan@novell.com>
* GNOME_Evolution_Shell.server.in.in: Remove the version.
* main.c: (show_development_warning): Update the stable version.
svn path=/trunk/; revision=34444
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
* e-component-registry.c: (query_components):
* e-component-view.c: (e_component_view_new),
(e_component_view_new_controls), (e_component_view_set_title),
(e_component_view_set_button_icon):
* e-config-upgrade.c:
* e-shell-settings-dialog.c: (e_shell_settings_dialog_new):
* e-shell-window.c: (component_view_free):
* es-event.c: (es_event_peek):
* es-menu.c: (es_menu_new):
* importer/evolution-importer-client.c:
(evolution_importer_client_create_control):
Warning fixes:
- NULL vs 0 vs FALSE
- ANSIfication of declarations
- guint for 1-bit bitfields
svn path=/trunk/; revision=34430
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-16 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-window-commands.c:
* ui/evolution.xml:
Add an icon for FilePageSetup.
svn path=/trunk/; revision=34393
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #329823
* Evolution-Shell.idl: (setButtonIcon):
* e-sidebar.h: (e_sidebar_change_button_icon):
* e-sidebar.c: (struct Button), (button_new), (button_free),
(e_sidebar_change_button_icon):
* e-shell.h: (EMainShellFunc), (e_shell_foreach_shell_window):
* e-shell.c: (EMainShellFunc), (e_shell_foreach_shell_window):
* e-component-view.h: (e_component_view_set_button_icon):
* e-component-view.c: (e_component_view_set_button_icon):
* e-shell-window.h: (e_shell_window_change_component_button_icon):
* e-shell-window.c: (e_shell_window_change_component_button_icon):
* e-shell-view.c: (struct change_icon_struct),
(change_button_icon_func), (impl_ShellView_setButtonIcon),
(e_shell_view_class_init):
Added support to change component's button icon.
* mail-component.h: (mail_indicate_new_mail):
* mail-component.c: (mail_indicate_new_mail),
(struct _MailComponentPrivate), (impl_dispose), (impl_createView):
New function to indicate new mails on sidebar's button and storing
component_view in priv struct for later use.
* em-folder-view.c: (emfv_list_done_message_selected):
* mail-folder-cache.c: (real_flush_updates):
Indicate changes like for plugins for new mails.
svn path=/trunk/; revision=34374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-09 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #437579
* addressbook/conduit/address-conduit.c:
* addressbook/gui/component/addressbook-config.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/widgets/eab-gui-util.c:
* calendar/conduits/calendar/calendar-conduit.c:
* calendar/conduits/memo/memo-conduit.c:
* calendar/conduits/todo/todo-conduit.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-day-view-layout.c:
* calendar/gui/e-day-view-layout.h:
* calendar/gui/print.c:
* e-util/e-pilot-map.c:
* e-util/e-plugin.c:
* e-util/e-profile-event.c:
* e-util/e-signature.c:
* filter/filter-file.c:
* mail/e-searching-tokenizer.c:
* mail/em-folder-browser.c:
* mail/em-format-html.c:
* mail/em-format-view.c:
* mail/em-format.c:
* mail/em-mailer-prefs.c:
* mail/em-mailer-prefs.h:
* mail/mail-session.c:
* mail/mail-session.h:
* mail/mail-vfolder.c:
* mail/message-list.c:
* plugins/bbdb/bbdb.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/calendar-http/calendar-http.c:
* plugins/exchange-operations/exchange-user-dialog.c:
* plugins/face/face.c:
* shell/e-shell-window.c:
* shell/e-shell.c:
* smime/lib/e-cert-db.c:
* tools/killev.c:
* widgets/misc/e-cursors.c:
* widgets/misc/e-spinner.c:
* widgets/misc/e-unicode.c:
* widgets/table/e-table-field-chooser-item.c:
* widgets/table/e-table-header-item.c:
* widgets/table/e-table-header-item.h:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table.c:
* widgets/text/e-text.c:
Fix various compiler warnings. Patch from Milan Crha.
svn path=/trunk/; revision=34368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-03 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #481325
* configure.in: Require GTK+ 2.12
* shell/e-shell-window-commands.c (command_about):
Fix capitalization of program name in About dialog.
svn path=/trunk/; revision=34348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #469657
* addressbook/importers/evolution-ldif-importer.c:
* calendar/gui/comp-editor-factory.c:
* composer/e-msg-composer.c:
* e-util/e-config-listener.c:
* mail/em-composer-prefs.c:
* mail/em-folder-tree-model.c:
* mail/em-format.c:
* mail/em-format-html.c:
* mail/em-migrate.c:
* mail/em-subscribe-editor.c:
* mail/mail-component.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* mail/importers/elm-importer.c:
* plugins/exchange-operations/exchange-folder-size-display.c:
* plugins/mono/mono-plugin.c:
* shell/e-shell-settings-dialog.c:
* tools/killev.c:
* widgets/table/e-table-extras.c:
* widgets/table/e-table-selection-model.c:
Use destroy functions in GHashTables to simplify memory management.
svn path=/trunk/; revision=34344
|
|
|
|
|
|
|
| |
Use GObject's marshalers whenever possible.
svn path=/trunk/; revision=34324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #477045
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/calendar-component.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-editor.c:
* calendar/gui/dialogs/task-editor.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-memo-table.c:
* calendar/gui/e-week-view.c:
* calendar/gui/memos-component.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-component.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer.c:
* mail/em-folder-tree.c:
* mail/em-folder-view.c:
* mail/em-popup.c:
* mail/mail-component.c:
* mail/mail-mt.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/exchange-folder-permission.c:
* plugins/exchange-folder.c:
* plugins/groupwise-features/share-folder-common.c:
* shell/e-shell-window-commands.c:
* ui/evolution-addressbook.xml:
* ui/evolution-calendar.xml:
* ui/evolution-composer-entries.xml:
* ui/evolution-editor.xml:
* ui/evolution-event-editor.xml:
* ui/evolution-mail-list.xml:
* ui/evolution-mail-message.xml:
* ui/evolution-memos.xml:
* ui/evolution-message-composer.xml:
* ui/evolution-subscribe.xml:
* ui/evolution-task-editor.xml:
* ui/evolution-tasks.xml:
* ui/evolution.xml:
Use standard icon names where applicable.
svn path=/trunk/; revision=34322
|
|
|
|
| |
svn path=/trunk/; revision=34242
|
|
|
|
| |
svn path=/trunk/; revision=34235
|
|
|
|
|
|
|
|
| |
* e-shell-window-commands.c: Add contributors to the credits section.
Thanks a lot to EvaSDK.
svn path=/trunk/; revision=34167
|
|
|
|
| |
svn path=/trunk/; revision=34159
|
|
|
|
|
|
|
|
|
|
| |
2007-09-02 Matthew Barnes <mbarnes@redhat.com>
* Update FSF address in header comments (#469886).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
|
|
|
|
| |
svn path=/trunk/; revision=33967
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #455799
Remove all .cvsignore and update svn:ignore porperty in whole
directories.
svn path=/trunk/; revision=33945
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* e-shell-window-command.c: (view_statusbar_item_toggled_handler),
(view_sidebar_item_toggled_handler):
* e-shell-window.c: (setup_status_bar):
* e-user-creatable-items-handler.c: (setup_toolbar_button): Plugged
memory leaks.
svn path=/trunk/; revision=33851
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Matthew Barnes <mbarnes@redhat.com>
* es-event.h: Declare es_event_target_new_shell().
svn path=/trunk/; revision=33792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-06 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #446894
* ui/evolution.xml:
Add a filepagesetup command, and a corresponding menu item within
the print place holder. net result is to add a "file -> page setup"
menu item to all components, just above the print menu items.
* shell/e-shell-window-commands.c (command_page_setup):
Callback for new FilePageSetup verb.
* mail/em-format-html-print.c:
Use new gtk_html_print_operation_run() function in GtkHTML.
* e-util/e-print.c (load_page_setup):
Extract GtkPageSetup properties from a GtkPrintSettings object.
* e-util/e-print.c (save_page_setup):
Merge GtkPageSetup properties into a GtkPrintSettings object.
* e-util/e-print.[ch] (e_print_run_page_setup_dialog):
New function runs a preconfigured Page Setup dialog and saves
the configuration to GConf (/apps/evolution/shell/printing).
svn path=/trunk/; revision=33762
|
|
|
|
| |
svn path=/trunk/; revision=33742
|
|
|
|
| |
svn path=/trunk/; revision=33703
|
|
|
|
| |
svn path=/trunk/; revision=33694
|
|
|
|
|
|
|
|
|
|
| |
2007-06-17 Tobias Mueller <tobiasmue@svn.gnome.org>
* evolution-test-component.c:
removed createControls stuff. Fixes #444289
svn path=/trunk/; revision=33683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-15 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #447727
* po/POTFILES.in: Remove e-clipped-label.c
* mail/mail-send-recv.c:
* shell/e-shell-folder-title-bar.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/misc/e-task-bar.c:
Use ellipsized GtkLabels instead of EClippedLabels.
* widgets/misc/e-clipped-label.[ch]:
Remove these files. GTK+ provides this functionality now.
* widgets/misc/Makefile.am:
Remove e-clipped-label.[ch].
svn path=/trunk/; revision=33680
|
|
|
|
| |
svn path=/trunk/; revision=33647
|
|
|
|
| |
svn path=/trunk/; revision=33646
|
|
|
|
| |
svn path=/trunk/; revision=33642
|
|
|
|
| |
svn path=/trunk/; revision=33627
|
|
|
|
| |
svn path=/trunk/; revision=33598
|
|
|
|
|
|
|
|
|
|
| |
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-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-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-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-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
|
|
|
|
| |
svn path=/trunk/; revision=33446
|
|
|
|
| |
svn path=/trunk/; revision=33444
|
|
|
|
| |
svn path=/trunk/; revision=33438
|
|
|
|
| |
svn path=/trunk/; revision=33432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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 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-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-12 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c : Update contributors' list for
credits.
svn path=/trunk/; revision=33307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33201
|
|
|
|
|
|
|
|
|
| |
2007-02-09 William Jon McCann <mccann@jhu.edu>
* e-shell-nm-glib.c: Fix the build. Fixes #403744
svn path=/trunk/; revision=33194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2006-12-03 Harish Krishnaswamy <kharish@novell.com>
* e-shell.c: (impl_dispose): Fix memory leak of iid.
svn path=/trunk/; revision=33041
|
|
|
|
|
|
|
|
|
| |
2006-11-29 Chris Halls <halls@debian.org>
* main.c: Register import eplugin type.
Fixes bug #372528.
svn path=/trunk/; revision=33033
|
|
|
|
|
|
|
|
|
| |
2006-10-17 Harish Krishnaswamy <kharish@novell.com>
* main.c: (show_development_warning): Update last
stable version.
svn path=/trunk/; revision=32903
|
|
|
|
| |
svn path=/trunk/; revision=32897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32869
|
|
|
|
|
|
|
|
|
|
|
| |
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-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes #351332
* e-shell-window.c: Fix implicit function declarations.
svn path=/trunk/; revision=32792
|
|
|
|
|
|
|
|
| |
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-04 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c: Add documentation
credits.
svn path=/trunk/; revision=32738
|
|
|
|
| |
svn path=/trunk/; revision=32642
|
|
|
|
|
|
|
|
|
|
| |
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-22 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c: Update some credits for
the previous development series.
svn path=/trunk/; revision=32632
|
|
|
|
| |
svn path=/trunk/; revision=32621
|
|
|
|
| |
svn path=/trunk/; revision=32609
|
|
|
|
|
|
|
|
|
| |
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-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-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
|
|
|
|
| |
svn path=/trunk/; revision=32302
|
|
|
|
|
|
|
|
|
|
|
| |
* 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-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-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
|
|
|
|
| |
svn path=/trunk/; revision=32185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32170
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32070
|
|
|
|
| |
svn path=/trunk/; revision=31987
|
|
|
|
|
|
|
|
|
|
|
| |
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-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-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-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-24 Harish Krishnaswamy <kharish@novell.com>
* main.c: (kill_dataserver): add eds-1.4 and eds-1.6
to the list of old instances.
svn path=/trunk/; revision=31883
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c: Update credits for
the previous development series.
svn path=/trunk/; revision=31882
|
|
|
|
| |
svn path=/trunk/; revision=31873
|
|
|
|
| |
svn path=/trunk/; revision=31855
|
|
|
|
| |
svn path=/trunk/; revision=31837
|
|
|
|
|
|
|
|
| |
2006-04-19 Philip Van Hoof <pvanhoof@gnome.org>
* shell/main.c: Replaced popt with GOption API
svn path=/trunk/; revision=31833
|
|
|
|
|
|
|
|
|
|
| |
2006-04-18 Jeffrey Stedfast <fejj@novell.com>
* e-shell-nm.c (e_shell_network_monitor): Intercept the
Disconnected signal and setup a timeout to try and reconnect when
the dbus daemon comes back up.
svn path=/trunk/; revision=31828
|
|
|
|
| |
svn path=/trunk/; revision=31554
|
|
|
|
|
|
|
|
|
| |
2006-02-21 Tor Lillqvist <tml@novell.com>
* main.c (main): On Win32, set the gtk-fallback-icon-theme to
"gnome".
svn path=/trunk/; revision=31553
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-21 Tor Lillqvist <tml@novell.com>
* main.c (main): On Win32, finally call link_shutdown() (from
ORBit2/linc2), otherwise we hang with the link_io_thread still
running (blocked in g_poll()). Sigh, the linc2 code is a
mystery. Why this is necessary I have no idea.
svn path=/trunk/; revision=31550
|
|
|
|
|
|
|
| |
2006-02-07 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c: changing year from 2005 to 2006.
svn path=/trunk/; revision=31434
|
|
|
|
|
|
|
|
|
| |
2006-02-05 Andre Klapper <a9016009@gmx.de>
* gui/component/ldap-config.glade:
* shell.error.xml:
fixing typos. fixes #304996 partially.
svn path=/trunk/; revision=31409
|
|
|
|
|
|
|
|
| |
2006-02-05 Shreyas Srinivasan <sshreyas@novell.com>
* e-shell-nm-glib.c: init the nm-dbus connection once.
svn path=/trunk/; revision=31406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-29 Kjartan Maraas <kmaraas@gnome.org>
* e-corba-config-page.c: (e_corba_config_page_class_init):
* e-shell-folder-title-bar.c: (e_shell_folder_title_bar_construct):
* e-shell-window.c: (init_view):
* e-shell.c: (detect_version), (e_shell_construct), (e_shell_new),
(e_shell_attempt_upgrade), (e_shell_create_window),
(e_shell_save_settings):
* main.c: (idle_cb):
Remove unused code and fix format specifiers in some cases.
svn path=/trunk/; revision=31367
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-26 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
** Fixes Bug #257654
* e-shell-window.c:
* e-shell-window-commands.c: Added code to show/hide sidebar.
svn path=/trunk/; revision=31345
|
|
|
|
|
|
|
|
|
| |
2006-01-29 Harish Krishnaswamy <kharish@novell.com>
* main.c: (show_development_warning):
s/don't/do not/ string change. Fixes #325276.
svn path=/trunk/; revision=31339
|
|
|
|
|
|
|
|
|
| |
2006-01-27 Andre Klapper <a9016009@gmx.de>
* apps_evolution_shell.schemas.in.in: changed tow strings to add
missing punctuation and clarification for translators.
Fixes bug 306117.
svn path=/trunk/; revision=31325
|
|
|
|
|
|
|
|
| |
2006-01-26 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c: adding missing comma in the
contributors list.
svn path=/trunk/; revision=31315
|
|
|
|
|
|
|
|
|
| |
2006-01-23 Joe Marcus Clarke <marcus@freebsd.org>
* e-user-creatable-items-handler.c: adding a check to make sure
the shortcut key is not the NUL byte. Fixes bug 327468.
svn path=/trunk/; revision=31283
|
|
|
|
|
|
|
|
|
| |
2006-01-21 Andre Klapper <a9016009@gmx.de>
* e-shell-settings-dialog.c: changed string "Settings" to
"Preferences" to keep consistency. Fixes bug 327933.
svn path=/trunk/; revision=31258
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Kyle Ambroff <kambroff@csus.edu>
* shell.error.xml: Default to [Cancel] instead of [Forget] in the
when selecting "Forget Passwords" from the menu. (#325871)
svn path=/trunk/; revision=31246
|
|
|
|
|
|
|
|
| |
2006-01-06 Andre Klapper <a9016009@gmx.de>
* shell/e-shell-window.c: fixing two missing whitespaces.
Fixes bug 325568.
svn path=/trunk/; revision=31087
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
* e-shell-nm-glib.c: (e_shell_nm_glib_initialise):
Remove suspicious and possibly redundant
register/unregister calls. Fixes #325364 (critical
warning crasher).
svn path=/trunk/; revision=31014
|
|
|
|
|
|
|
|
| |
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* String Fixes (Bug #325122)
svn path=/trunk/; revision=31006
|
|
|
|
|
|
|
|
| |
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* s/don't/do not/ string changes. Fixes #325276.
svn path=/trunk/; revision=31003
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-30 Andre Klapper <a9016009@gmx.de>
* shell.error.xml: removed a typo. yeah.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* shell.error.xml: removed a duplicated word. Fixes bug 325119.
svn path=/trunk/; revision=30986
|
|
|
|
|
|
|
| |
2005-12-30 Andre Klapper <a9016009@gmx.de>
* shell.error.xml : removed a typo. yeah.
svn path=/trunk/; revision=30978
|
|
|
|
|
|
|
| |
2005-12-30 Andre Klapper <a9016009@gmx.de>
* shell.error.xml : removed a duplicated word. Fixes bug 325119.
svn path=/trunk/; revision=30977
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-22 Tor Lillqvist <tml@novell.com>
* Evolution-Shell.idl: Guard against generating code when running
this through the IDL compiler elsewhere than here in evo/shell,
the same way as in Evolution-Component.idl. Otherwise we get
duplicated IDL-generated functions in the libeshell and
libevolution-mail DLLs (shared libraries), which causes much pain
on Win32 at least, and is useless and potentially risky on all
platforms.
svn path=/trunk/; revision=30966
|
|
|
|
|
|
|
|
| |
2005-12-27 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c: updated credits in about evolution box
(removing duplicates, fixing one unicode-breakage, etc)
svn path=/trunk/; revision=30964
|
|
|
|
|
|
|
|
|
| |
Reviewed and committed by Harish <kharish@novell.com>
* shell.error.xml: fixed two dead links to "support.ximian.com" now to
the (yet to come) FAQ at go-evolution.org. (#315866)
svn path=/trunk/; revision=30943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* Evolution-Component.idl
* Evolution-Shell.idl
* Evolution.idl:
Remove duplicate definitions and circular dependencies.
* e-shell.c: comment out the implementation for findComponent.
If implemented, this creates a circular dependency between the
Shell.idl and Component.idl.
** This is just a work-around **
Evolution-Component.idl Evolution-Shell.idl CVS: Evolution.idl
e-shell-view.c e-shell.c CVS:
----------------------------------------------------------------------
svn path=/trunk/; revision=30934
|
|
|
|
|
|
|
|
| |
2005-12-22 Shreyas Srinivasan <sshreyas@novell.com>
* Include Evolution.h
svn path=/trunk/; revision=30930
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-22 Shreyas Srinivasan <sshreyas@novell.com>
* Evolution is now Network Aware, the day of complete
awareness beckons, The machines are taking over...
* Network Manager support for evolution
svn path=/trunk/; revision=30926
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog addressbook/ChangeLog
addressbook/gui/component/addressbook-component.c
calendar/ChangeLog calendar/gui/calendar-component.c
calendar/gui/memos-component.c calendar/gui/tasks-component.c
mail/ChangeLog mail/Evolution-Mail.idl mail/mail-component.c
shell/ChangeLog shell/Evolution-Component.idl
shell/Evolution-Shell.idl shell/Evolution.idl
shell/Makefile.am shell/e-shell-window.c
shell/e-shell-window.h shell/e-shell.c
svn path=/trunk/; revision=30915
|
|
|
|
|
|
|
|
|
| |
http://bugzilla.gnome.org/show_bug.cgi?id=260354
shell/e-shell-view.c shell/e-shell-view.h
shell/e-component-view.c shell/e-component-view.h
svn path=/trunk/; revision=30914
|
|
|
|
|
|
|
| |
2005-12-20 Andre Klapper <a9016009@gmx.de>
* main.c: updated Evolution release number in unstable warning popup
svn path=/trunk/; revision=30907
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-config-upgrade.c: Use libedataserver's e_xml_parse_file()
instead of xmlParseFile() directly.
* e-shell.c
* e-shell-importer.c: Use GLib API when applicable.
* e-shell-importer.c
* e-shell-window.c: Construct pathname of glade file at run-time.
* e-shell-window-commands.c: Include e-util-private.h for Win32
redefinition of EVOLUTION_DATADIR.
* main.c: No SIGSEGV handling on Win32.
(main): Drop unused evolution_directory variable.
svn path=/trunk/; revision=30849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-06 Tor Lillqvist <tml@novell.com>
* configure.in: Include libedataserver-$EDS_PACKAGE in the
requirement list for E_WIDGETS.
Set bindir_in_server_file, privlibexecdir_in_server_file and
componentdir_in_server_file. On Unix, they are the same as bindir,
privlibexecdir and componentdir respectively. On Win32, use paths
relative from lib/bonobo/servers. AC_SUBST these variables.
* server.mk: Substitute the values above new variables for the
corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in
files.
* addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
* calendar/gui/GNOME_Evolution_Calendar.server.in.in
* calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
* mail/GNOME_Evolution_Mail.server.in.in
* shell/GNOME_Evolution_Shell.server.in.in
* shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use
the @..._IN_SERVER_FILE@ strings.
svn path=/trunk/; revision=30793
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-12 David Malcolm <dmalcolm@redhat.com>
* e-shell-window.c (setup_widgets): escape the string when generating
XML UI description of component switcher menu item, to avoid it being
non-well-formed when a translation contains a quote character. Fixes
#322001
svn path=/trunk/; revision=30760
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-14 Harish Krishnaswamy <kharish@novell.com>
* e-shell-settings-dialog.c: (set_dialog_size),
(e_shell_settings_dialog_init): Revert the previous
patch as it distorts the size of the dialog on some
displays.
svn path=/trunk/; revision=30614
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-10 Srinivasa Ragavan <sragavan@novell.com>
* e-shell-settings-dialog.c (set_dialog_size)
(e_shell_settings_dialog_init): Set the size of the preference
window so that it doesnt flicker. Hide it till all the pages are
loaded.
svn path=/trunk/; revision=30594
|
|
|
|
|
|
|
|
|
| |
2005-10-25 Harish Krishnaswamy <kharish@novell.com>
* main.c: (show_development_warning): Update
version and bugzilla information.
svn path=/trunk/; revision=30560
|
|
|
|
|
|
|
|
|
| |
2005-09-23 S.Antony Vincent Pandian <santony@gmail.com>
* Have added the "View Status Bar" under the "View" menu
This is a toggle button to hide/show the status bar
svn path=/trunk/; revision=30371
|
|
|
|
| |
svn path=/trunk/; revision=30290
|
|
|
|
| |
svn path=/trunk/; revision=30289
|
|
|
|
| |
svn path=/trunk/; revision=30282
|
|
|
|
|
|
|
|
| |
2005-08-28 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c: Update credits.
svn path=/trunk/; revision=30276
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-shell-window-commands.c: include missing e-error.h
* e-component-registry.c (query_components): cast away a seemingly
spurious warning.
svn path=/trunk/; revision=30213
|