5e938b590f
Expand the EMailReader interface so it's easier to use.
...
Adds the following methods:
CamelFolder * (*get_folder) (EMailReader *reader);
const gchar * (*get_folder_uri) (EMailReader *reader);
GPtrArray * (*get_selected_uids) (EMailReader *reader);
2009-12-01 15:01:14 -05:00
76fbb9d232
Kill message_list_free_uids().
...
Use em_utils_uids_free() instead.
2009-12-01 15:01:14 -05:00
d94534c367
Merge bits and pieces of the anjal-evo-2-30 branch.
2009-11-30 18:34:38 -05:00
c2ee0afbc8
Rename EError to EAlert to match general use better
...
The EError mechanism is used both for error dialogs as well as basic alerts or
user prompts, so we should give it a more general name which matches this use.
This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that
were not actually being used.
https://bugzilla.gnome.org/show_bug.cgi?id=602963
2009-11-30 13:33:04 -06:00
68d3608b81
port plugins to use new EError API
...
https://bugzilla.gnome.org/show_bug.cgi?id=602963
2009-11-30 13:32:22 -06:00
327c54dbbc
Bug #601517 - Accept/decline options are missing on event right click
2009-11-18 12:19:42 +01:00
4eb800f5fa
Remove markup from translatable strings in ui files
...
GTKBuilder format allows to separate markup from translatable content.
Whenever possible, this should be preferred so as there is less content to
translate and less error opportunities.
2009-11-17 16:47:49 +01:00
f06fda60d9
Bug 360461 - Do not hardcode invisible_char in ui files
2009-11-17 14:40:08 +01:00
054c088169
Bug 589153 - Use GtkBuilder instead of libglade
2009-11-16 19:33:32 -05:00
214f3a8038
Bug 600926 - Fails to build due to missing dependencies
2009-11-09 19:11:03 -05:00
2b16aef841
Cleanup and rename filter classes.
2009-10-27 09:25:01 -04:00
51f9daed70
Bug #597123 - Composer's Send Options doesn't work
2009-10-13 18:50:20 +02:00
e06b88c4fd
Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'
2009-10-13 16:24:10 +02:00
f62728b55e
Bug 596848 - Use per-target CPPFLAGS in automake files
2009-09-30 23:37:50 -04:00
8bbaca9faf
Fix duplicate symbols in Glade files.
2009-09-24 17:52:24 -04:00
268fade61f
Remove trailing whitespaces
2009-09-22 18:51:15 +02:00
ffe9df88b2
GN-bug #593617 - GroupWise plugins are not built
2009-09-22 18:46:33 +02:00
32b1aabf2d
Bug 595002 - There should not be a space before ? in strings
2009-09-12 14:26:18 -05:00
cfb9c32b66
Merge commit 'origin/kill-bonobo'
2009-08-30 01:40:49 -04:00
0f7f4cfe38
Coding style and whitespace cleanup.
2009-08-30 00:48:57 -04:00
dc3973b535
Bug #592551 - Build break fix caused by bug #581288
2009-08-21 12:33:28 +02:00
260c0c8e1e
Bug 567260 – Migrate from GnomeDruid to GtkAssistant
2009-08-13 18:52:21 -04:00
2c4510e858
Merge commit 'EVOLUTION_2_27_5' into kill-bonobo
2009-07-28 11:24:49 -04:00
919a9bde9c
BUG #480095 (BNC) - Alpha Search In Proxy Dialog Crashes Evolution.
...
* proxy-login.c (proxy_login_tree_view_changed_cb): Use the unique
stamp to catch only the valid iterators.
Bug description:
If you right mouse click on your Groupwise email account, you can select "Proxy
Login" and a dialog appears with all of your previously used accounts in a
list. If you click focus into the list and then type in a keyboard letter it
crashes. This should position you at the first match of that letter, or at
least not crash :)
2009-07-27 10:45:49 +05:30
30ac043b6e
Coding style and whitespace cleanups.
2009-07-26 08:18:59 -04:00
f69c15d69d
Bug #583972 - Resend meeting dialog isn't coming properly.
2009-07-23 19:17:45 +05:30
606f6c15db
Bug #339361 (bnc) - soap threading not working.
2009-07-23 18:55:25 +05:30
fa360fde28
More whitespace cleanup.
2009-07-18 14:07:42 -04:00
dcf2c0e754
More whitespace cleanup.
2009-07-18 14:05:38 -04:00
6d9e836a6f
Merge branch 'master' into kill-bonobo
2009-07-14 13:38:12 -04:00
374bd42f69
Fix excessive whitespace.
2009-07-14 11:26:22 -04:00
1cee53b025
Do not decode the date as its already in local timezone.
2009-07-14 15:49:09 +05:30
0274669179
Fix excessive whitespace.
2009-07-12 23:33:07 -04:00
1351c8e4fb
Merge branch 'master' into kill-bonobo
2009-07-01 10:47:10 -04:00
bfc5ba2511
Fix "make distcheck" errors and other build cleanups.
2009-06-30 18:34:08 -04:00
42e75c9162
Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
2009-06-30 17:20:23 -04:00
c0d998229d
Stop abusing forward declarations.
2009-06-18 16:01:29 -04:00
547e123d27
Stop abusing forward declarations.
2009-06-18 15:26:21 -04:00
67159043da
Use G_BEGIN_DECLS / G_END_DECLS macros.
2009-06-18 12:56:51 -04:00
00d56cd32c
Use G_BEGIN_DECLS / G_END_DECLS macros.
2009-06-18 10:50:51 -04:00
ab27aff72c
Thought of a better way to copy folder tree state.
...
Revert the expanded tree model column and add a "selection"property to
EMFolderTreeModel, which the sidebar sets. If set, all new EMFolderTree
instances will automatically mimic its expanded and selected state.
2009-06-13 15:07:00 -04:00
be8ee53934
Use key files for tracking widget states.
...
Each EShellView now maintains a GKeyFile for recording disposable widget
state such as tree view path expansion, scroll bar positions, combo box
selections, etc. The EShellView records changes to the key file to
~/.evolution/<shell-backend>/config/state, and automatically restores
the GKeyFile at startup.
Currently only the mailer uses the key file, but it's intended to serve
all shell views. It replaces the use of Camel "cmeta" files, as well as
"et-expanded-*" and "folder-tree-expand-state.xml" files.
Also, the mailer's folder tree model now includes a column for tracking
which sidebar folders are expanded. Folder tree widgets appearing in
dialog windows can copy the sidebar's expanded state using
em_folder_tree_clone_expanded().
2009-06-13 10:49:05 -04:00
433eac7844
More code cleanup.
2009-06-02 10:35:03 -04:00
8771a6de35
More code cleanup.
2009-06-01 19:09:19 -04:00
14f8eee012
Whitespace cleanup.
2009-05-28 13:21:01 -04:00
6413227cef
Whitespace cleanup.
2009-05-28 13:13:05 -04:00
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -04:00
948235c3d1
Prefer GLib basic types over C types.
2009-05-27 10:29:19 -04:00
cc3a98fc1a
Merge branch 'master' into kill-bonobo
...
Conflicts:
a11y/widgets/ea-combo-button.c
a11y/widgets/ea-combo-button.h
addressbook/gui/component/addressbook-component.c
addressbook/gui/component/addressbook-component.h
addressbook/gui/component/addressbook-view.c
addressbook/gui/component/addressbook-view.h
addressbook/gui/component/component-factory.c
addressbook/gui/widgets/e-addressbook-view.c
addressbook/gui/widgets/eab-contact-display.c
addressbook/gui/widgets/eab-gui-util.h
addressbook/gui/widgets/eab-menu.c
addressbook/gui/widgets/eab-menu.h
addressbook/gui/widgets/eab-popup-control.c
addressbook/gui/widgets/eab-popup-control.h
addressbook/gui/widgets/eab-popup.c
addressbook/gui/widgets/eab-popup.h
calendar/gui/cal-search-bar.c
calendar/gui/calendar-commands.c
calendar/gui/calendar-component.c
calendar/gui/comp-editor-factory.c
calendar/gui/comp-editor-factory.h
calendar/gui/control-factory.c
calendar/gui/dialogs/comp-editor.c
calendar/gui/e-cal-component-memo-preview.c
calendar/gui/e-cal-component-memo-preview.h
calendar/gui/e-calendar-table.c
calendar/gui/e-memo-table.c
calendar/gui/e-memos.c
calendar/gui/e-tasks.c
calendar/gui/gnome-cal.c
calendar/gui/gnome-cal.h
calendar/gui/itip-bonobo-control.c
calendar/gui/itip-bonobo-control.h
calendar/gui/main.c
calendar/gui/memos-component.c
calendar/gui/memos-control.c
calendar/gui/memos-control.h
calendar/gui/migration.c
calendar/gui/migration.h
calendar/gui/tasks-component.c
calendar/gui/tasks-control.c
calendar/importers/main.c
composer/Makefile.am
composer/e-composer-header-table.c
composer/e-composer-header.c
composer/e-composer-header.h
composer/e-composer-name-header.c
composer/e-composer-private.c
composer/e-composer-text-header.c
composer/e-msg-composer.c
composer/e-msg-composer.h
e-util/e-corba-utils.h
e-util/e-logger.c
e-util/e-logger.h
e-util/e-util-labels.c
e-util/e-util-labels.h
em-format/em-format.c
mail/Makefile.am
mail/e-mail-shell-migrate.c
mail/em-account-editor.c
mail/em-account-editor.h
mail/em-composer-prefs.c
mail/em-composer-utils.c
mail/em-composer-utils.h
mail/em-folder-browser.c
mail/em-folder-tree-model.c
mail/em-folder-tree.c
mail/em-folder-tree.h
mail/em-folder-utils.c
mail/em-folder-utils.h
mail/em-folder-view.c
mail/em-format-html-display.c
mail/em-format-html.c
mail/em-mailer-prefs.c
mail/em-mailer-prefs.h
mail/em-message-browser.c
mail/em-message-browser.h
mail/em-network-prefs.h
mail/em-popup.c
mail/em-utils.c
mail/importers/Makefile.am
mail/mail-component-factory.c
mail/mail-component.c
mail/mail-config-factory.c
mail/mail-config-factory.h
mail/mail-config.c
mail/mail-dialogs.glade
mail/mail-types.h
plugins/calendar-weather/calendar-weather.c
plugins/mail-account-disable/mail-account-disable.c
plugins/select-one-source/select-one-source.c
po/POTFILES.in
shell/e-component-registry.c
shell/e-component-registry.h
shell/e-component-view.c
shell/e-component-view.h
shell/e-corba-config-page.c
shell/e-corba-config-page.h
shell/e-shell-constants.h
shell/e-shell-settings-dialog.c
shell/e-shell-settings-dialog.h
shell/e-shell-window-commands.c
shell/e-shell-window.c
shell/e-shell.h
shell/e-sidebar.c
shell/e-sidebar.h
shell/e-user-creatable-items-handler.c
shell/e-user-creatable-items-handler.h
shell/es-menu.c
shell/es-menu.h
shell/evolution-component.h
shell/evolution-config-control.c
shell/evolution-config-control.h
shell/evolution-listener.c
shell/evolution-listener.h
shell/evolution-shell-component-utils.c
shell/evolution-shell-component-utils.h
shell/importer/evolution-importer-client.c
shell/importer/evolution-importer-client.h
shell/importer/evolution-importer-listener.c
shell/importer/evolution-importer-listener.h
shell/importer/evolution-importer.c
shell/importer/evolution-importer.h
shell/importer/evolution-intelligent-importer.c
shell/importer/evolution-intelligent-importer.h
shell/importer/intelligent.c
shell/main.c
shell/test/evolution-test-component.c
shell/test/evolution-test-component.h
widgets/menus/gal-view-instance.c
widgets/menus/gal-view-menus.c
widgets/menus/gal-view-menus.h
widgets/misc/Makefile.am
widgets/misc/e-activity-handler.c
widgets/misc/e-activity-handler.h
widgets/misc/e-charset-picker.c
widgets/misc/e-combo-button.c
widgets/misc/e-combo-button.h
widgets/misc/e-config-page.h
widgets/misc/e-dropdown-button.c
widgets/misc/e-dropdown-button.h
widgets/misc/e-filter-bar.c
widgets/misc/e-info-label.c
widgets/misc/e-info-label.h
widgets/misc/e-multi-config-dialog.c
widgets/misc/e-multi-config-dialog.h
widgets/misc/e-search-bar.c
widgets/misc/e-search-bar.h
widgets/misc/e-task-bar.c
widgets/misc/e-task-bar.h
widgets/misc/e-task-widget.c
widgets/misc/e-task-widget.h
widgets/misc/test-dropdown-button.c
widgets/misc/test-error.c
widgets/misc/test-info-label.c
widgets/table/e-table-example-1.c
2009-05-27 08:37:17 -04:00