Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #642093 - Frees message attachment content on Reply | Milan Crha | 2011-06-30 | 1 | -0/+6 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 33 | -227/+103 |
| | |||||
* | Bug #608804 - Some attachments make evolution crash in libical | Milan Crha | 2011-06-30 | 1 | -1/+13 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 3 | -4/+13 |
| | |||||
* | Bug #639483 - Category list includes weather information | Milan Crha | 2011-06-30 | 8 | -8/+8 |
| | |||||
* | Bug #638333 - Critical warning when invoking File->New->Mail Folder | Milan Crha | 2011-06-30 | 2 | -3/+14 |
| | |||||
* | Bug #255973 - Contact preview waste space and cosmetic correction | Dan Vrátil | 2011-06-30 | 1 | -0/+11 |
| | |||||
* | Bug 642171 - Implicit libgnome dependency for lockdown GConf keys | Matthew Barnes | 2011-06-30 | 1 | -0/+8 |
| | | | | | Lockdown keys have moved to gsettings-desktop-schemas, so disable lockdown integration until we're ready for GSettings. | ||||
* | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-06-30 | 21 | -42/+42 |
| | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
* | Bug #637727 - Sent/Draft folder not set in startup-wizard account | Milan Crha | 2011-06-30 | 1 | -0/+5 |
| | |||||
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-06-30 | 6 | -25/+1 |
| | | | | GCC learned how to find dead assignments. | ||||
* | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 5 | -8/+8 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 9 | -127/+282 |
| | |||||
* | Adapt size_request vfuncs to latest gtk+-3.0 API. | Rodrigo Moya | 2011-06-30 | 1 | -5/+15 |
| | |||||
* | Adapt to GtkComboBox class reorg. | Matthew Barnes | 2011-06-30 | 3 | -4/+10 |
| | |||||
* | Dialogs no longer have separators. | Matthew Barnes | 2011-06-30 | 2 | -2/+0 |
| | |||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 6 | -18/+0 |
| | |||||
* | Bug 640083 - Cannot configure LDAPS on port 636 | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | Use e_load_book_source_async() for all EBook loading. | Matthew Barnes | 2011-06-30 | 1 | -1/+0 |
| | |||||
* | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-06-30 | 2 | -0/+2 |
| | |||||
* | Bug #633982 - Crash when trying to Create a search folder from a search | Milan Crha | 2011-06-30 | 1 | -1/+3 |
| | |||||
* | Use e_source_selector_get_source_by_path(). | Matthew Barnes | 2011-06-30 | 3 | -24/+3 |
| | | | | | Allows Evolution to not have to know the ESource column number in ESourceSelector tree models. Backported from "account-mgmt" branch. | ||||
* | Bug #633788 - Mail plugin's update-actions handler is never called | Milan Crha | 2011-06-30 | 1 | -0/+19 |
| | |||||
* | Avoid idle callbacks in EMailBackend initialization. | Matthew Barnes | 2011-06-30 | 1 | -0/+6 |
| | | | | | | | | If the migration phase has to show a dialog the idle callback for intializing mail stores will run too soon. Instead, hook it onto the EShellBackend start() method. Migration code can initialize mail stores early if it needs to. | ||||
* | Bug #637906 - Don't ask again when sending to non-mail recipients | Milan Crha | 2011-06-30 | 2 | -0/+11 |
| | |||||
* | Add e_shell_submit_alert(). | Matthew Barnes | 2011-06-30 | 1 | -14/+2 |
| | | | | | | An easy way to broadcast application-wide alerts to shell windows. These alerts will persist in all current and future shell windows until responded to (either programmatically or by the user). | ||||
* | Fix menu item capitalizaion. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
| | |||||
* | Bug #567879 - Add View >> Gallery Option In Email Composer | Milan Crha | 2011-06-30 | 1 | -0/+4 |
| | |||||
* | Show common addressbook and calendar errors in an alert sink | Milan Crha | 2011-06-30 | 4 | -32/+18 |
| | |||||
* | Bug #637162 - May not add toolbar Send/Receive button multiple times | Milan Crha | 2011-06-30 | 1 | -22/+29 |
| | |||||
* | Bug #631568 - Scheduling Meetings with CalDAV calendars | Milan Crha | 2011-06-30 | 1 | -0/+4 |
| | |||||
* | Bug #627536 - Open meeting as meeting, not as appointment, in week view | Milan Crha | 2011-06-30 | 1 | -2/+1 |
| | |||||
* | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2011-06-30 | 21 | -0/+103 |
| | |||||
* | Bug 636265 - Trash is untranslated in the window title | Matthew Barnes | 2011-06-30 | 1 | -10/+16 |
| | |||||
* | Show calendar backend errors in an alert sink | Milan Crha | 2011-06-30 | 3 | -80/+45 |
| | |||||
* | Add option "Check for new messages in all active accounts" | Milan Crha | 2011-06-30 | 2 | -0/+16 |
| | | | | As a follow-up for bug #633949 | ||||
* | Set mnemonic widget for lblDefaultCharset in Mail Preferences | Milan Crha | 2011-06-30 | 1 | -0/+1 |
| | |||||
* | Bug #633949 - Add an option to disable new e-mail check at startup | Milan Crha | 2011-06-30 | 2 | -0/+11 |
| | |||||
* | Bug #207580 - Allow new mail check on individual accounts | Milan Crha | 2011-06-30 | 5 | -20/+448 |
| | |||||
* | Bug #632962 - Duplicate "On this computer" sources after update | Milan Crha | 2011-06-30 | 4 | -50/+50 |
| | |||||
* | Bug #633783 - Folder->Expunge enabled when no folder selected | Milan Crha | 2011-06-30 | 1 | -0/+4 |
| | |||||
* | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2011-06-30 | 1 | -12/+18 |
| | |||||
* | Bug #632683 - Remove-duplicates should work on selection | Milan Crha | 2010-11-16 | 2 | -136/+0 |
| | |||||
* | Fix distcheck errors. | Matthew Barnes | 2010-11-10 | 1 | -0/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-11-10 | 2 | -4/+4 |
| | |||||
* | Bug #634088 - Uses uninitialized variable in action_contact_new_cb | Milan Crha | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Move calendar preferences to the calendar module. | Matthew Barnes | 2010-11-10 | 33 | -169/+3962 |
| | | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties. | ||||
* | Bug #612181 - Show recurring events in italic in date navigator | Milan Crha | 2010-11-10 | 1 | -0/+4 |
| | |||||
* | Bug #632562 - Disabled account in preferences not remove in folder tree | Milan Crha | 2010-11-10 | 1 | -1/+3 |
| | |||||
* | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-10 | 12 | -116/+94 |
| | |||||
* | EMailReader: Add a get_alert_sink() method. | Matthew Barnes | 2010-11-10 | 1 | -0/+15 |
| | |||||
* | Kill em_folder_utils_unsubscribe_folder(). | Matthew Barnes | 2010-11-10 | 2 | -2/+50 |
| | | | | Use e_mail_session_unsubscribe_folder() instead. | ||||
* | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-10 | 1 | -2/+3 |
| | | | | | | | Passing a random GtkWidget and then searching its ancestors for an EAlertSink turned out to be not as useful as I thought. Most of the time we know about and have access to the widget that implements EAlertSink, so just pass it directly as an EAlertSink. | ||||
* | Bug 628139 - Thread-safety issues in libical time zone loading | Matthew Barnes | 2010-11-10 | 1 | -0/+26 |
| | |||||
* | Bug 633172 - Folder->Subscriptions is always enabled | Matthew Barnes | 2010-11-10 | 1 | -5/+14 |
| | |||||
* | Remove unused function | Benjamin Otte | 2010-10-30 | 1 | -16/+0 |
| | | | | gcc warning fix | ||||
* | Bug #632199 - Opening calendar from panel clock goes to previous day | Milan Crha | 2010-10-29 | 1 | -2/+14 |
| | |||||
* | Bug #632767 - Some widgets removed from mail-config.ui | Milan Crha | 2010-10-27 | 1 | -3/+1 |
| | |||||
* | Bug #445439 - Delete mail from pop-server when deleted from Inbox/Trash | Milan Crha | 2010-10-27 | 1 | -1/+1 |
| | |||||
* | Fix capitalization in menu labels. | Matthew Barnes | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 6 | -21/+30 |
| | | | | | | | | | | | | | | | | | | | | | | With unintrusive error dialogs gone, we can cut some unnecessary bits out of EActivity. I'm also adding a new enum property called "state", which is one of: E_ACTIVITY_RUNNING E_ACTIVITY_WAITING E_ACTIVITY_CANCELLED E_ACTIVITY_COMPLETED The state of an activity must be explicitly changed. In particular, when the user cancels an activity the state should be set only after confirming the operation has been cancelled and not when cancellation is requested (e.g. after receiving a G_IO_ERROR_CANCELLED, not when the GCancellable emits "cancelled"). EActivityBar and EActivityProxy widgets have been updated to make this distinction clearer in the UI. E_ACTIVITY_WAITING will be used when activities have to be queued and dispatched in sequence, which I haven't written yet. | ||||
* | Deal with GtkComboBoxEntry removal in gtk+-3.0. | Matthew Barnes | 2010-10-21 | 1 | -1/+4 |
| | |||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 1 | -5/+13 |
| | |||||
* | Bug #631451 - Add handlers for x-scheme-handler/mailto | Milan Crha | 2010-10-20 | 1 | -24/+31 |
| | |||||
* | Reduce GConf usage in em-composer-utils.c. | Matthew Barnes | 2010-10-20 | 8 | -22/+205 |
| | | | | | | | | | | | | | | | | | | To reduce GConf usage in em-composer-utils.c: - Relevant functions in em-composer-utils.c now take arguments for reply and forward styles. - Redundant forwarding functions were removed: em_utils_forward_attached() em_utils_forward_inline() em_utils_forward_quoted() - EMailReader now has "forward-style" and "reply-style" properties, which get bound to the appropriate EShellSettings properties in modules/mail/e-mail-config-reader.c. These same EShellSettings properties are bound to the combo boxes in Composer Preferences. | ||||
* | Add an "ellipsize" property to EMFolderTree. | Matthew Barnes | 2010-10-19 | 2 | -2/+55 |
| | | | | | | So we don't have to access GConf directly from EMFolderTree. The property gets bound to an EShellSettings property, which is in turn bound to the "no_folder_dots" GConf key by way of a transform function. | ||||
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 1 | -8/+8 |
| | | | | | | | | | And generate GTypes for each of them in e-mail-enumtypes.[ch]. Also, the glib-gen.mak script forced me to add a <mail/e-mail.h> top-level header, which really isn't a bad idea anyway. TODO: We should do this for calendar and addressbook too. | ||||
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 7 | -8/+3 |
| | |||||
* | Kill mail_config_get_gconf_client(). | Matthew Barnes | 2010-10-19 | 3 | -11/+18 |
| | |||||
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 3 | -28/+33 |
| | | | | | | This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework. | ||||
* | Add an EOfflineAlert module. | Matthew Barnes | 2010-10-19 | 5 | -1/+237 |
| | | | | | | | | | This module posts an alert to the first EShellWindow when starting offline, and also posts an alert when the network connection drops. We get frequent questions on the mailing list from users not realizing Evolution is starting in offline mode, so this is meant to help address that confusion. | ||||
* | EAlert: Allow arbitrary actions to be added. | Matthew Barnes | 2010-10-19 | 2 | -0/+39 |
| | | | | | | | | | | | | | | You can now amend the predefined actions in an EAlert by calling e_alert_add_action(). Useful for adding actions from an existing GtkUIManager. Call e_alert_peek_actions() to obtain a combined list of predefined and custom actions. These will typically serve as "related" actions for GtkButtons (cf. gtk_activatable_set_related_action()). Also, both EShellWindow and EShellView now implement EAlertSink. Use EShellWindow for application-wide alerts, EShellView for view-specific alerts. | ||||
* | Bug #604981 - Always bcc ignored for Contacts. | Bharath Acharya | 2010-10-18 | 1 | -2/+2 |
| | | | | Add the Bcc destinations instead of setting it. | ||||
* | Bug #587011 - Integrate remove-duplicates into evolution | Milan Crha | 2010-10-15 | 2 | -0/+136 |
| | |||||
* | Bug 632171 - "New Address Book" dialog accepts whitespace for name | Matthew Barnes | 2010-10-15 | 1 | -1/+8 |
| | |||||
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 34 | -414/+583 |
| | | | | | | GObject now does property bindings itself. Requires GLib >= 2.26. | ||||
* | Bug 305425 - Toolbar cancel button is always sensitive | Matthew Barnes | 2010-10-14 | 1 | -0/+6 |
| | |||||
* | EShellBackend: Respond to EShell::prepare-for-quit signals. | Matthew Barnes | 2010-10-14 | 1 | -0/+14 |
| | | | | | | | | | | | | Listen for "prepare-for-quit" signals from the shell and inhibit shutdown until all the activities we're tracking are finalized. Also, add a couple supporting functions: gboolean e_shell_backend_is_busy (EShellBackend *shell_backend); void e_shell_backend_cancel_all (EShellBackend *shell_backend); These will eventually replace mail_msg_active() and mail_cancel_all(). | ||||
* | Remove mail_tools_folder_to_url(). | Matthew Barnes | 2010-10-13 | 1 | -8/+4 |
| | | | | Use camel_folder_get_uri() instead. | ||||
* | Composer: Show cancellable operations and errors inline. | Matthew Barnes | 2010-10-13 | 1 | -31/+50 |
| | | | | | | | | | | | | | | | 'Send' and 'Save Draft' are now asynchronous and run outside of Evolution's MailMsg infrastructure. Add an EActivityBar to the composer window so these asynchronous operations can be tracked and cancelled even in the absense of a main window. Also add an EAlertBar to the composer window so error messages can be shown directly in the window. Instead of calling e_alert_dialog_run_for_args(), call e_alert_submit() and pass the EMsgComposer as the widget argument. The EMsgComposer will decide whether to show an EAlertDialog or use the EAlertBar, depending on the GtkMessageType of the alert. | ||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 16 | -125/+453 |
| | | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession. | ||||
* | Calendar's "Open Web Page" actions doesn't work | Milan Crha | 2010-10-06 | 4 | -4/+4 |
| | |||||
* | Bug 588851 - Don't show unsubscribe option for local folders | Matthew Barnes | 2010-10-05 | 1 | -1/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-10-04 | 5 | -15/+33 |
| | |||||
* | Bug 510020 - Add "Manage Subscriptions" to store context menus | Matthew Barnes | 2010-10-03 | 3 | -1/+28 |
| | |||||
* | Rewrite the folder subscription editor. | Matthew Barnes | 2010-10-03 | 2 | -5/+17 |
| | | | | | Redesign the "Folder Subscriptions" dialog and use Camel's async API instead of the MailMsg infrastructure to simplify the implementation. | ||||
* | camel_operation_new() now returns a GCancellable pointer. | Matthew Barnes | 2010-09-29 | 2 | -8/+8 |
| | |||||
* | Bug #629462 - Tasks 'Due' filters don't work properly | Milan Crha | 2010-09-29 | 2 | -13/+19 |
| | |||||
* | Bug #629266 - Crash on search in Current Account | Milan Crha | 2010-09-29 | 1 | -7/+54 |
| | |||||
* | Bug #629636 - Doesn't recognize local ESource-s | Milan Crha | 2010-09-29 | 1 | -2/+2 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 4 | -13/+13 |
| | |||||
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 3 | -6/+12 |
| | |||||
* | Add a GCancellable to EActivity. | Matthew Barnes | 2010-09-19 | 5 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EActivity now uses a GCancellable to manage cancellations, instead of having its own redundant cancellation API. API changes are as follows: + e_activity_get_cancellable() + e_activity_set_cancellable() - e_activity_cancel() - e_activity_is_cancelled() - e_activity_get_allow_cancel() - e_activity_set_allow_cancel() EActivity's "cancelled" signal remains, but only as a repeater for GCancellable::cancelled signals. It should not be emitted directly. The presence of a GCancellable implies that cancellation is allowed. EActivity does not create its own default GCancellable, it has to be given one. If a CamelOperation (cast as a GCancellable) is given, EActivity will configure itself to listen for status updates from the CamelOperation and propagate the information to its own "primary-text" and "percent" properties. These changes allowed me to start cleaning up some of the incredibly convoluted logic in mail-mt.c -- in particular, mail_operation_status() is completely gone now. mail-mt.c is still in a transitional state -- much more significant changes coming soon. | ||||
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 4 | -9/+15 |
| | | | | | | | In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*. I've added backward-compatibility macors to gtk-compat.h, which can be dumped as soon as we require GTK+ >= 2.22.0. | ||||
* | Adapt to CamelOperation API changes. | Matthew Barnes | 2010-09-15 | 2 | -7/+7 |
| | |||||
* | Kill the subject-thread plugin. | Matthew Barnes | 2010-09-15 | 2 | -0/+9 |
| | | | | | | All this time I never realized the subject-thread plugin was nothing more than a stupid checkbox. The actual thread-by-subject code lives in the core mail library. | ||||
* | Fix a crapload of run-time warnings. | Matthew Barnes | 2010-09-15 | 4 | -14/+12 |
| | | | | EConfig and EMAccountEditor are very, very brittle. | ||||
* | Bug #346438 - Error dialog too wide. | Vibha Yadav | 2010-09-14 | 1 | -10/+10 |
| | | | | | The patch suggests displaying the calendar name and group instead of uri for the source of error. | ||||
* | Avoid dll hijacking | Fridrich Štrba | 2010-09-14 | 1 | -1/+26 |
| | | | | | Load sensapi.dll only from system directory where it should normally be and not from any random place. | ||||
* | mail-config.ui cleanups. | Matthew Barnes | 2010-09-13 | 2 | -11/+11 |
| | | | | | | - Fix GtkVBox orientations. - Reduce container widgets. - Remove unused widgets. | ||||
* | Remove uninteresting mail options from Preferences. | Matthew Barnes | 2010-09-13 | 1 | -92/+0 |
| | | | | | | | | | | | | | | | | | | | Remove some options from Mail Preferences that aren't worth the screen real estate they take up. For now, the corresponding GConf keys still remain and are honored by Evolution. These same options were already removed for Express mode. Options removed are: [ ] Mark messages as read after XXX seconds [ ] Do not display messages when text size exceeds XXX KB [ ] Shrink To / Cc / Bcc headers to XXX addresses [ ] Enable Magic Spacebar [ ] Enable Search Folders | ||||
* | Convert plugin-manager to an EExtension. | Matthew Barnes | 2010-09-13 | 3 | -0/+556 |
| | | | | How ironic. | ||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 2 | -12/+17 |
| | |||||
* | Re-work my GtkDialog:has-separator workaround. | Matthew Barnes | 2010-09-11 | 2 | -4/+4 |
| | | | | | | | If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is deprecated but the property is still present and defaults to TRUE), we still need to set the property to FALSE. So instead use g_object_set() up through GTK+ 2.90.6, after which the property itself is gone. | ||||
* | Add missing linker flag to composer-autosave module. | Matthew Barnes | 2010-09-11 | 1 | -0/+1 |
| | |||||
* | Work around deprecation of gtk_dialog_set_has_separator() | Matthew Barnes | 2010-09-11 | 2 | -0/+4 |
| | | | | | | Unfortunately the default value for this property is TRUE (bzzt, WRONG!) so we can't just remove the function outright until we require GTK+ 2.22. It was deprecated in GTK+ 2.21.8. | ||||
* | Add composer-autosave to SUBDIRS. | Matthew Barnes | 2010-09-04 | 1 | -0/+1 |
| | |||||
* | Bug #580623 - Mishandling of evolution's proxy ignore_hosts key | Milan Crha | 2010-09-03 | 1 | -3/+76 |
| | |||||
* | Convert composer autosave to an EExtension. | Matthew Barnes | 2010-09-03 | 7 | -8/+1078 |
| | | | | | | | | | | | | | | | | | | | Given the way the autosave feature was awkwardly bolted on to the composer, an EExtension seemed like a natural fit. And it helped clean up some object lifecycle hacks (and bugs). What we have now is a new module consisting of two EExtensions: EComposerAutosave extends EMsgComposer and determines when to kick off an asynchronous autosave operation. EComposerRegistry extends EShell and offers to restore orphaned autosave files on startup (which is also asynchronous now). e-autosave-utils.c holds the actual asynchronous functions and a few other miscellaneous utility functions. Source code for the new module lives in /modules/composer-autosave. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 20 | -481/+494 |
| | |||||
* | Bug 628141 - Duplicate signal connections in EMailReader | Matthew Barnes | 2010-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | EMailShellContent implements the EMailReader interface but acts as a proxy for EMailPanedView, from which it obtains MessageList and EWebView widgets. The problem was both classes call e_mail_reader_init_private() which connects to signals emitted from the MessageList and EWebView widgets. But since EMailShellContent is a proxy for EMailPanedView, the signals were being connected twice. This commit does away with e_mail_reader_init_private(), instead adding options to e_mail_reader_init() to control what parts of initialization to run. It's an ugly and temporary hack. I'm beginning to realize EMailReader is too bloated and needs rethought. EMailReader should just manage actions. EMailView should own and manage the widgets, and EMailReader should just have a get_mail_view() method so it has access to those widgets. That way the EMailView subclasses won't have to implement EMailReader themselves and wind up allocating a bunch of duplicate, unused actions. It's too close to a stable release to rip these interfaces apart and reorganize them. I'll try to do that for 2.33 to help make the design more intuitive. | ||||
* | Mail module + EMailView cleanups. | Matthew Barnes | 2010-08-27 | 5 | -236/+364 |
| | |||||
* | Crash on Startup wizard cancel | Milan Crha | 2010-08-26 | 1 | -4/+9 |
| | | | | As reported in Red Hat bugzilla in 626810 | ||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 5 | -172/+49 |
| | | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do. | ||||
* | Build break with evolution-connman - new parameter in a GDBus function | Milan Crha | 2010-08-24 | 1 | -0/+1 |
| | |||||
* | Add e_load_cal_source_async(). | Matthew Barnes | 2010-08-24 | 7 | -335/+379 |
| | | | | | | | | | | | | | | | | | Similar to e_load_book_source_async() in libedataserverui (and may wind up there eventually). This replaces e_auth_new_cal_from_source(). void e_load_cal_source_async (ESource *source, ECalSourceType source_type, icaltimezone *default_zone, GtkWindow *parent, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); ECal * e_load_cal_source_finish (ESource *source, GAsyncResult *result, GError **error); | ||||
* | Fix more non-removal of signals on user_data object distruction by | Michael Meeks | 2010-08-21 | 2 | -88/+88 |
| | | | | using g_signal_connect_object in many places; fixes bgo#627525# | ||||
* | Use e_load_book_source_async() in EBookShellBackend. | Matthew Barnes | 2010-08-20 | 1 | -32/+46 |
| | | | | For handling "new-contact" and "new-contact-list" actions. | ||||
* | Use the new e_load_book_source_async() where possible. | Matthew Barnes | 2010-08-19 | 2 | -29/+40 |
| | | | | | | It's easier to use than addressbook_load() but requires starting with an ESource rather than an EBook, and there's a couple places left where that's not so easy. I'll spend more time on it later. | ||||
* | Whitespace and coding style cleanup. | Matthew Barnes | 2010-08-14 | 2 | -9/+40 |
| | |||||
* | Fix a runtime warning. | Matthew Barnes | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | Pass an EShell to EMsgComposer instances. | Matthew Barnes | 2010-08-14 | 6 | -20/+77 |
| | | | | Reduce the composer's dependency on e_shell_get_default(). | ||||
* | Defer the load / creation of configuration UI with changes to | Michael Meeks | 2010-08-11 | 13 | -93/+89 |
| | | | | | | | | | e_preferences_window to take factory callbacks and store a reference to the shell. - This makes start-up substantially faster, particularly on Atom (eg.). Remove a number of idle handlers used to create these UIs in the first instance, cleaning the code. | ||||
* | use g_signal_connect_object to improve reliability | Michael Meeks | 2010-08-05 | 1 | -40/+40 |
| | |||||
* | fix lifecycle nasties bgo#625852 | Michael Meeks | 2010-08-03 | 2 | -27/+36 |
| | |||||
* | addressbook: Port to use new _async suffix instead of _ex suffix | Rob Bradford | 2010-08-02 | 1 | -2/+2 |
| | |||||
* | Bug 625624 - Customizations of contacts views forgotten | Matthew Barnes | 2010-07-30 | 3 | -2/+13 |
| | | | | Found similar bugs in EShellMemoContent and EShellTaskContent. | ||||
* | Fix build break in network-manager module. | Matthew Barnes | 2010-07-30 | 1 | -0/+1 |
| | |||||
* | Bug #625606 - git/master build dies with glib-2.25.12 | Milan Crha | 2010-07-30 | 2 | -2/+2 |
| | |||||
* | Bug #622912 - Migrate from dbus-glib to glib's GDBus | Milan Crha | 2010-07-28 | 4 | -138/+128 |
| | |||||
* | Migrate ~/.evolution to XDG base directories. | Matthew Barnes | 2010-07-27 | 1 | -5/+10 |
| | | | | | Migration runs just before the main loop starts. It's just a sequence of local directory and file renames. | ||||
* | Use PVOID instead of gpointer when working with COM+ function pointers | Fridrich Štrba | 2010-07-27 | 1 | -6/+6 |
| | |||||
* | More code cleanup. | Matthew Barnes | 2010-07-27 | 3 | -21/+34 |
| | |||||
* | Drop the "quote-from-selection" property. | Matthew Barnes | 2010-07-26 | 1 | -6/+0 |
| | | | | | David's solution is simpler: check if the HTML widget is mapped. Avoids having to propagate the property to Srini's new classes. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-26 | 4 | -15/+13 |
| | |||||
* | Fix right click issues. | Srinivasa Ragavan | 2010-07-26 | 1 | -8/+63 |
| | |||||
* | Add switch for tab & non-tab mode. | Srinivasa Ragavan | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Add folder pane for tabbed browser. | Srinivasa Ragavan | 2010-07-26 | 1 | -3/+147 |
| | |||||
* | Make the update-actions work across tabs. | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+18 |
| | |||||
* | More bug fixes. | Srinivasa Ragavan | 2010-07-26 | 1 | -1/+9 |
| | |||||
* | Add EMailReader i/f recurrsive from tne Content. | Srinivasa Ragavan | 2010-07-26 | 2 | -1/+86 |
| | |||||
* | Rewrite the content piece of evolution. | Srinivasa Ragavan | 2010-07-26 | 6 | -947/+47 |
| | |||||
* | Report error to user when fails to open calendar/task/memo list | Milan Crha | 2010-07-16 | 3 | -0/+36 |
| | |||||
* | Clean up "ensure_sources" backend routines. | Matthew Barnes | 2010-07-16 | 4 | -294/+70 |
| | | | | | | | | | Remove redundant logic (we call e_source_list_ensure_group() and then proceed to do the same thing it just did), and use "local:" as the base URI for the "On This Computer" group. This requires commit 9e0845207b39f256f7e81d388741ed30a764ea7b in Evolution-Data-Server to work properly. | ||||
* | Add nag popup when mailing list hijacks private reply with Reply-To: header | David Woodhouse | 2010-07-16 | 2 | -0/+9 |
| | |||||
* | Change 'Reply to All' toolbar button into configurable 'Group Reply' | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
| | | | | | ...with a dropdown menu like the Forward button, and configuration for whether it tries to do 'Reply to List' by default. | ||||
* | Add support for ignoring mailing list Reply-To: headers | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
| | |||||
* | Warn on reply-to-all with too many recipients | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
| | |||||
* | Bug 624204 - Warn when replying privately to a mailing list message | David Woodhouse | 2010-07-15 | 2 | -0/+9 |
| | |||||
* | Bug 624285 - When replying, ignore text selection if preview is hidden | Matthew Barnes | 2010-07-14 | 2 | -0/+26 |
| | |||||
* | Bug 624128 - Folder -> Subscriptions is always enabled | Matthew Barnes | 2010-07-12 | 1 | -1/+11 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 4 | -21/+33 |
| | |||||
* | Bug #623204 - Be able to report detailed errors from backends | Milan Crha | 2010-07-09 | 9 | -74/+74 |
| | |||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 3 | -24/+13 |
| | |||||
* | Bug #621770 - Bottom-left calendar too big | Milan Crha | 2010-06-25 | 1 | -1/+0 |
| | |||||
* | EShellContent: Add a focus_search_results() method. | Matthew Barnes | 2010-06-25 | 5 | -0/+67 |
| | | | | | This gives EShellSearchbar something concrete to call to direct focus away from itself instead of tabbing forward and hoping for the best. | ||||
* | Bug 622633 - Can't launch Evolution from clock applet | Matthew Barnes | 2010-06-25 | 2 | -1/+86 |
| | |||||
* | Bug #611165 - Use memo start date from a calendar view, if active | Milan Crha | 2010-06-24 | 3 | -4/+8 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-06-20 | 4 | -5/+7 |
| | |||||
* | Bug 616724 - Initialize message window with threaded state of main window | Matthew Barnes | 2010-06-19 | 3 | -56/+26 |
| | |||||
* | Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signature | Jonathon Jongsma | 2010-06-18 | 1 | -0/+1 |
| | |||||
* | Bug 621839 - Improve auto-selection of messages | Matthew Barnes | 2010-06-17 | 1 | -20/+7 |
| | |||||
* | Bug 501534 - apply new customized view to all folders | Chenthill Palanisamy | 2010-06-08 | 3 | -1/+21 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-06-07 | 1 | -2/+6 |
| | |||||
* | Bug 620602 - Next/prev shortcuts should focus message list | Matthew Barnes | 2010-06-06 | 1 | -5/+2 |
| | |||||
* | Convert "startup-wizard" to an EExtension. | Matthew Barnes | 2010-06-03 | 4 | -3/+664 |
| | | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created. | ||||
* | Keep chipping away at direct GtkHTML usage. | Matthew Barnes | 2010-06-01 | 4 | -33/+38 |
| | | | | | | | | | | EMFormatHTML now holds a sealed EWebView instead of a public GtkHTML, accessible through em_format_html_get_web_view(). Rename e_mail_reader_get_html_display() to e_mail_reader_get_formatter() and have it return an EMFormatHTML instead of an EMFormatHTMLDisplay, since that's usually the type you want (or else an EMFormat, but never an EMFormatHTMLDisplay). | ||||
* | Use EWebView functions whenever possible. | Matthew Barnes | 2010-05-31 | 1 | -1/+4 |
| | |||||
* | Bug 613038 - Preview pane size not remembered | Matthew Barnes | 2010-05-29 | 4 | -53/+129 |
| | | | | | | | Converted size restoration of all preview panes to be triggered by EShellWindow::shell-view-created signal. The signal is emitted when the view is fully initialized and visible. Shell views can use that as a trigger for restoring pane sizes from GConf. | ||||
* | Fix critical warning in calendar express mode. | Matthew Barnes | 2010-05-28 | 1 | -13/+9 |
| | |||||
* | Bug 619904 - Mnemonic issues in express mode | Matthew Barnes | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Revert "Work around another dropped gnome-icon-theme icon." | Matthew Barnes | 2010-05-27 | 2 | -3/+3 |
| | | | | | | | This reverts commit 43e2c871a418b560b391af00df2b10896055026c. Correct icon name is "mail-mark-notjunk". The previous fix got clobbered by the express2 merge. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 5 | -7/+18 |
| | |||||
* | Some post-merge cleanup. | Matthew Barnes | 2010-05-27 | 1 | -22/+5 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 17 | -116/+286 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 8 | -73/+74 |
| | | |||||
| * | Fix compiler warnings. | Matthew Barnes | 2010-05-25 | 2 | -72/+77 |
| | | |||||
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-25 | 4 | -22/+43 |
| |\ | |||||
| | * | Create the source groups required to ensure local adresssbooks and calendars ↵ | Chenthill Palanisamy | 2010-05-20 | 2 | -0/+8 |
| | | | | | | | | | | | | are created | ||||
| | * | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 2 | -22/+35 |
| | | | |||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-05-19 | 3 | -11/+29 |
| |\ \ | |||||
| | * | | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-17 | 3 | -11/+29 |
| | |\| | |||||
| | | * | Bug 615745 - New task pop up in calendar day view doesn't work | Matthew Barnes | 2010-05-14 | 2 | -10/+28 |
| | | | | |||||
| | | * | Bug 618400 - "Mark All Messages as Read" shortcut missing | Matthew Barnes | 2010-05-12 | 1 | -1/+1 |
| | | | | |||||
| | | * | Revert "Work around another dropped gnome-icon-theme icon." | Matthew Barnes | 2010-04-30 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954. | ||||
| | | * | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-26 | 3 | -130/+13 |
| | | | | |||||
| | | * | Remove 3 leftover references to non-existing libraries | Fridrich Štrba | 2010-04-23 | 1 | -4/+0 |
| | | | | |||||
| | | * | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-23 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | mail-mark-notjunk -> mail-mark-not-junk | ||||
| * | | | hide meeting creation if we have no accounts configured, for Evo | Michael Meeks | 2010-05-19 | 2 | -0/+7 |
| |/ / | | | | | | | | | | calendar in standalone mode | ||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-05-11 | 1 | -0/+26 |
| |\ \ | |||||
| | * | | Handle adding 'X' close button on the menu bar. Restore adding the same | Srinivasa Ragavan | 2010-05-11 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | for adding in calendar since it doesn't have a toolbar. | ||||
| * | | | checking the sender: not a good idea | Michael Meeks | 2010-05-11 | 1 | -1/+0 |
| |/ / | |||||
| * | | Turns out the filter function gets lots of messages, despite the bus-side ↵ | Michael Meeks | 2010-05-11 | 1 | -0/+6 |
| | | | | | | | | | | | | filter. | ||||
| * | | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-30 | 3 | -130/+13 |
| | | | |||||
| * | | Remove 3 leftover references to non-existing libraries | Fridrich Štrba | 2010-04-30 | 1 | -4/+0 |
| | | | |||||
| * | | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-30 | 2 | -3/+3 |
| | | | | | | | | | | | | mail-mark-notjunk -> mail-mark-not-junk | ||||
| * | | Add 'add new calendar' to the side pane like annum. | Srinivasa Ragavan | 2010-04-27 | 1 | -1/+31 |
| | | | |||||
| * | | Handle the side pane's date navigator size. Set a minimum size of 150px | Srinivasa Ragavan | 2010-04-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | and make sure it doesn't get smaller than that. Also pick the pane position from the right place. | ||||
| * | | Don't use gconf to store the names of widgets to hide | Federico Mena Quintero | 2010-04-27 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | | That was just for development. Now we hardcode the lists of widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | fix build snafu (urk)MEEGO_1_0 | Michael Meeks | 2010-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | add defines to ease MeeGo building | Michael Meeks | 2010-04-23 | 1 | -0/+10 |
| | | | |||||
| * | | Merge commit 'origin/gnome-2-30' into express2 | Michael Meeks | 2010-04-22 | 3 | -1/+89 |
| |\| | |||||
| | * | Bug #615331 - Message list/Folder tree focus policy has changed | Milan Crha | 2010-04-19 | 1 | -0/+1 |
| | | | |||||
| | * | Bug 596601 (bnc) - monitor system timezone changes in evolution | Chenthill Palanisamy | 2010-04-16 | 2 | -1/+88 |
| | | | |||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-04-20 | 1 | -27/+0 |
| |\ \ | |||||
| | * | | Get rid of custom quit for calendar and instead use the shell | Srinivasa Ragavan | 2010-04-19 | 1 | -27/+0 |
| | | | | |||||
| * | | | add proxy support to auto-configuration | Michael Meeks | 2010-04-20 | 1 | -1/+2 |
| |/ / | |||||
| * | | Just close the window and not the entire shell | Srinivasa Ragavan | 2010-04-19 | 1 | -3/+8 |
| | | | |||||
| * | | Remove /apps/evolution/calendar/date_navigator/show_week_numbers | Federico Mena Quintero | 2010-04-18 | 2 | -5/+1 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Use a single /apps/evolution/calendar/display/show_week_numbers | Federico Mena Quintero | 2010-04-18 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have two preferences for showing week numbers in various places. We will combine these to be a single preference. This change replaces /apps/evolution/calendar/display/day_view_show_week_number with a general /apps/evolution/calendar/display/show_week_numbers. We'll deal with the other preference in subsequent commits. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | turn threading on by default for mail; un-conditionally. | Michael Meeks | 2010-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-04-15 | 3 | -0/+9 |
| |\ \ | |||||
| | * | | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-04-13 | 3 | -0/+9 |
| | |\| | |||||
| | | * | Bug #611646 - Calendar shows recurring birthdays incorrectly | Milan Crha | 2010-04-13 | 3 | -0/+9 |
| | | | | |||||
| * | | | remove custom close / searchbar hiding hacks for express mode, | Michael Meeks | 2010-04-15 | 1 | -4/+0 |
| |/ / | | | | | | | | | | use the new / stock shell versions now. | ||||
| * | | remove special case for calendar | Michael Meeks | 2010-04-12 | 1 | -11/+0 |
| | | | |||||
| * | | Merge branch 'express2' into express2-reduced-preferences | Federico Mena Quintero | 2010-04-10 | 4 | -1/+632 |
| |\ \ | |||||
| | * | | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 4 | -1/+632 |
| | |\| | | | | | | | | | | | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere. | ||||
| | | * | Add missing linker flag to NetworkManager extension. | Matthew Barnes | 2010-04-09 | 1 | -0/+1 |
| | | | | |||||
| | | * | [win32] Be consistent in disabling the lockdown options. | Fridrich Strba | 2010-04-08 | 1 | -0/+4 |
| | | | | |||||
| | | * | [win32] Implement network status detection | Fridrich Strba | 2010-04-08 | 3 | -1/+628 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account. Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers. | ||||
| | | * | Convert NetworkManager integration to an EShell extension. | Matthew Barnes | 2010-04-08 | 3 | -1/+279 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration. | ||||
| * | | | Hide widgets for the composer's preferences in Express mode | Federico Mena Quintero | 2010-04-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | | Hide widgets for the mailer's preferences in Express mode | Federico Mena Quintero | 2010-04-09 | 1 | -0/+4 |
| |/ / | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Express: Composer always defaults to HTML mode | Matthew Barnes | 2010-04-07 | 2 | -6/+24 |
| | | | | | | | | | | | | | | | | | | Composer and signature editor always default to HTML in Express mode. Hide the corresponding composer preference. This will not affect the user preference in normal mode. | ||||
| * | | Hide searchbar in calendar view in express mode. | Srinivasa Ragavan | 2010-04-07 | 1 | -1/+5 |
| | | | |||||
| * | | Fix mismatched quotes. | Matthew Barnes | 2010-04-07 | 6 | -11/+11 |
| | | | |||||
| * | | Simplify the search UI for express mode. | Matthew Barnes | 2010-04-07 | 5 | -10/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me. Conflicts: doc/reference/shell/eshell-sections.txt | ||||
| * | | Add ConnMan support (words fail me ...) | Michael Meeks | 2010-04-07 | 3 | -0/+231 |
| | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac modules/Makefile.am | ||||
| * | | Add an extension to configure EWebView. | Matthew Barnes | 2010-04-07 | 5 | -15/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings. Conflicts: widgets/misc/e-web-view.c | ||||
| * | | Fix build breakage. | Matthew Barnes | 2010-04-07 | 1 | -0/+1 |
| | | | |||||
| * | | Convert NetworkManager integration to an EShell extension. | Matthew Barnes | 2010-04-07 | 3 | -1/+279 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration. | ||||
| * | | Add extensions to configure calender widgets. | Matthew Barnes | 2010-04-07 | 17 | -5/+760 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings. Conflicts: calendar/gui/gnome-cal.c modules/calendar/e-cal-shell-content.c | ||||
| * | | Add an extension to configure EMFormatHTML. | Matthew Barnes | 2010-04-07 | 4 | -0/+129 |
| | | | | | | | | | | | | | | | Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings. | ||||
| * | | Redo Calendar for express mode. Just design/layout changes. | Srinivasa Ragavan | 2010-04-07 | 4 | -76/+151 |
| |/ | |||||
| * | Bug 614926 - Memos and Tasks accelerators switched since 2.28 | Matt McCutchen 2 | 2010-04-07 | 2 | -2/+2 |
| | | |||||
| * | Bug #613352 - Changed time range not propagated to calendar | Milan Crha | 2010-04-01 | 1 | -2/+4 |
| | | |||||
| * | Bug #613356 - Calendar doesn't save Task/Memo table state | Milan Crha | 2010-04-01 | 3 | -12/+75 |
| | | |||||
| * | Bug #613354 - Folder->Mark all messages as read does not work | Milan Crha | 2010-04-01 | 1 | -1/+5 |
| | | |||||
| * | Fix build break due to GTK+ deprecations. | Matthew Barnes | 2010-03-30 | 1 | -0/+4 |
| | | |||||
| * | Start the mailer's folder sidebar with a reasonable width | Federico Mena Quintero | 2010-03-26 | 1 | -0/+84 |
| | | | | | | | | | | | | | | We measure a sample string, and then clamp this to one fourth of the screen's width; we do some voodoo to guess the monitor we are in. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Bug 576165 - SIGSEGV in e_plugin_mono_register_type (bnc) | Chenthill Palanisamy | 2010-05-26 | 1 | -3/+5 |
| | | |||||
* | | Fix compiler warnings. | Matthew Barnes | 2010-05-22 | 1 | -0/+2 |
| | | |||||
* | | Bug #546551 - Dialog for mark-all-read always mentions subfolders | Milan Crha | 2010-05-21 | 1 | -1/+5 |
| | | |||||
* | | Create the source groups required to ensure local adresssbooks and calendars ↵ | Chenthill Palanisamy | 2010-05-20 | 2 | -0/+8 |
| | | | | | | | | are created | ||||
* | | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 2 | -22/+35 |
| | | |||||
* | | Bug #499320 - Preview before import from command line | Milan Crha | 2010-05-19 | 1 | -0/+33 |
| | | |||||
* | | Bug 615745 - New task pop up in calendar day view doesn't work | Matthew Barnes | 2010-05-14 | 2 | -10/+28 |
| | | |||||
* | | Bug #607257 - Add checks for event->comp_data != NULL | Milan Crha | 2010-05-14 | 3 | -3/+38 |
| | | |||||
* | | Convert "default-mailer" plugin to an extension. | Matthew Barnes | 2010-05-13 | 4 | -0/+345 |
| | |