Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 3 | -53/+111 |
| | |||||
* | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-02 | 5 | -452/+0 |
| | |||||
* | Change EMEventTargetFolder contents. | Matthew Barnes | 2011-05-30 | 1 | -14/+22 |
| | | | | | | Give it a CamelStore and folder name instead of an EAccount and folder URI. Both the EAccount and folder URI can be easily retrieved from the CamelStore and folder name. | ||||
* | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
| | |||||
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 17 | -18/+0 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 27 | -15/+68 |
| | |||||
* | Use em_folder_tree_get_selected() in places to simplify code. | Matthew Barnes | 2011-05-25 | 1 | -31/+8 |
| | | | | | | There were a few places where we were accessing the folder tree model directly to get the selected store + folder name, or were asking for the selected URI only to parse back into its store + folder name components. | ||||
* | EMFolderTree: Store an EMailBackend instead of an EMailSession. | Matthew Barnes | 2011-05-24 | 3 | -7/+10 |
| | | | | | | | | All this so EMFolderTree can submit EActivity instances for async ops. You can obtain an EMailSession from an EMailBackend, but not vice versa. Creates lots of pretty ripples in the mail code, but ultimately reduces complexity. So it's a code cleanup of sorts. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 5 | -28/+60 |
| | |||||
* | Remove mail_remove_folder(). | Matthew Barnes | 2011-05-21 | 1 | -1/+1 |
| | | | | Use e_mail_folder_remove() instead. | ||||
* | Bug 650223 - evolution-backup does not terminate without --gui | Matthew Barnes | 2011-05-17 | 1 | -48/+81 |
| | | | | | | | | | | | Use g_io_scheduler_push_job() instead of g_thread_create(). When the operation is finished, call gtk_main_quit() from the main thread using g_io_scheduler_job_send_to_mainloop(). Also, check for cancellation with a GCancellable instead of a boolean. Note: We really should be using GLib's process spawning API instead of system(), but that's a job for another day. | ||||
* | Reimplement part of the "templates" plugin. | Matthew Barnes | 2011-05-14 | 1 | -19/+132 |
| | | | | Now uses camel_folder_get_message(). | ||||
* | Keep forgetting to add prefixes to EAlert tags. | Matthew Barnes | 2011-05-13 | 1 | -2/+2 |
| | |||||
* | Reimplement "mailing-list-actions" plugin. | Matthew Barnes | 2011-05-13 | 1 | -25/+72 |
| | | | | Now uses camel_folder_get_message(). | ||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-05-13 | 2 | -16/+28 |
| | |||||
* | mark-all-read: Reimplement to not block. | Matthew Barnes | 2011-05-12 | 1 | -63/+204 |
| | | | | | | I'm mainly trying to get rid of mail_get_folder(), but I'm also tired of this plugin blocking the UI. If there's a lot of messages the lockup is really noticable. | ||||
* | Add a 'message_uid' param to em_utils_edit_message(). | Matthew Barnes | 2011-05-12 | 1 | -1/+1 |
| | | | | | So we can remove the internal edit_message() function and do the work directly in em_utils_edit_message(). | ||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 23 | -124/+124 |
| | |||||
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 3 | -9/+12 |
| | |||||
* | Adapt to CamelFolder:name -> display-name. | Matthew Barnes | 2011-05-07 | 1 | -1/+1 |
| | |||||
* | Adapt to CamelFolderInfo.name -> display_name. | Matthew Barnes | 2011-05-07 | 1 | -4/+4 |
| | |||||
* | Bug 649365 - Creation of new repository evolution-groupwise | Vibha Yadav | 2011-05-04 | 37 | -10346/+0 |
| | | | | Removing groupwise plugin code from evolution. | ||||
* | groupwise-features: Avoid e_get_account_by_source_url(). | Matthew Barnes | 2011-05-04 | 3 | -21/+21 |
| | | | | Use e_get_account_by_uid() instead. | ||||
* | Remove 'from_uri' params from e-msg-composer-utils.c. | Matthew Barnes | 2011-05-04 | 1 | -8/+9 |
| | | | | | Pass CamelFolder objects instead, which are already available at almost every call site. | ||||
* | Fix compiler warnings. | Matthew Barnes | 2011-05-03 | 1 | -3/+0 |
| | | | | Mostly dead assignments. | ||||
* | Drop 'folder_uri' param from em_utils_folder_is_outbox(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | Drop 'folder_uri' param from em_utils_folder_is_sent(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | Drop 'folder_uri' param from em_utils_folder_is_drafts(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | EMConfigTargetAccount: Add original_account member. | Matthew Barnes | 2011-05-03 | 3 | -15/+19 |
| | | | | | | | Rename the existing 'account' member to 'modified_account' and add an 'original_account' member so plugins have direct access to both. Mostly of benefit to the imap-features plugin. | ||||
* | EMEventTargetFolder: Add an EAccount member. | Matthew Barnes | 2011-05-03 | 1 | -12/+8 |
| | | | | | The mail-notification plugin can use the EAccount member directly instead of searching for it by URI. | ||||
* | groupwise-features: Fix a compiler warning. | Matthew Barnes | 2011-04-30 | 1 | -1/+1 |
| | |||||
* | Adapt to extra arg in camel_session_get_service_by_url(). | Matthew Barnes | 2011-04-29 | 2 | -3/+4 |
| | |||||
* | Bug #641845 - Add default expansion variables to templates plugin | Dan Vrátil | 2011-04-27 | 2 | -98/+452 |
| | | | | | Users can read values from original message in the template by $ORIG[header] and with a special value $ORIG[body]. | ||||
* | Add itip_address_is_user(). | Matthew Barnes | 2011-04-26 | 2 | -2/+3 |
| | | | | | Convenience function that checks whether the given email address matches a registered mail identity. | ||||
* | Remove redundant EAccountList utilities. | Matthew Barnes | 2011-04-26 | 4 | -11/+10 |
| | | | | | Kill itip_addresses_get() and itip_addresses_get_default(), and use e_get_account_list() and e_get_default_account() instead. | ||||
* | Adapt to CamelService changes. | Matthew Barnes | 2011-04-21 | 5 | -37/+56 |
| | |||||
* | Bug #646197 - Crash with VALARM without ACTION property | Milan Crha | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | Adapt to sealed up CamelService. | Matthew Barnes | 2011-04-18 | 3 | -6/+13 |
| | |||||
* | Fix translations being boken by removing calls to bindtextdomain() from plugins. | Kjartan Maraas | 2011-04-02 | 6 | -26/+0 |
| | | | | | It shouldn't be needed for plugins that live in the evolution source tree anyway since they should just use the translation domain they inherit from main(). | ||||
* | Remove the profiler plugin. | Matthew Barnes | 2011-03-29 | 3 | -100/+0 |
| | | | | | | | This plugin was for developers, but no one uses it anymore. Plus the only profiling hooks left in Evolution were in the MessageList widget, which performs fine. There's better ways to collect profiling data these days anyway (sysprof, systemtap, etc.). | ||||
* | Fix alignment of extra widgets in EAlertDialogs. | Matthew Barnes | 2011-03-25 | 3 | -18/+24 |
| | | | | | | | Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image. | ||||
* | Bug 645545 - Attachment reminder dialog uses wrong expand | Matthew Barnes | 2011-03-25 | 1 | -2/+1 |
| | |||||
* | Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message | Milan Crha | 2011-03-15 | 1 | -0/+8 |
| | |||||
* | Fix build break after recent eds changes | Milan Crha | 2011-03-14 | 1 | -0/+1 |
| | |||||
* | Bug #641939 - [publish-calendar] Doesn't read online state on start | Milan Crha | 2011-03-09 | 3 | -2/+34 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -14/+39 |
| | |||||
* | Bug #643693 - Crash opening attached text/html mail | Milan Crha | 2011-03-04 | 1 | -1/+17 |
| | |||||
* | Do not leak attachments in a mail view | Milan Crha | 2011-03-02 | 1 | -0/+1 |
| | |||||
* | Fix Gtk-Doc comment notation. | Matthew Barnes | 2011-03-02 | 1 | -22/+43 |
| | | | | Seeing lots of what I assume to be doxygen syntax in comment blocks. | ||||
* | Bug #642447 - Invalid reads while disabling groupwise account | Milan Crha | 2011-03-01 | 1 | -6/+9 |
| | |||||
* | Bug #641456 - Crash in pst_process_appointment at pst-importer.c | Milan Crha | 2011-02-28 | 1 | -67/+16 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 2 | -4/+4 |
| | |||||
* | Fix few memory leaks | Milan Crha | 2011-02-15 | 2 | -4/+6 |
| | |||||
* | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 3 | -13/+15 |
| | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
* | Bug #641701 - Issues with pst-import plugin | Milan Crha | 2011-02-10 | 1 | -12/+23 |
| | |||||
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 3 | -10/+0 |
| | | | | GCC learned how to find dead assignments. | ||||
* | Bug #641451 - Crash in folder_selection_button_new | Bharath Acharya | 2011-02-07 | 2 | -10/+20 |
| | | | | Crash when importing any pst file. | ||||
* | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | Bug 222423 - Support Face headers | Dan Vrátil | 2011-02-03 | 1 | -11/+9 |
| | | | | | | The configuration section for the Face plugin now has a preview image. Also promoting this plugin out of "experimental" status so more distros will pick it up. | ||||
* | Bug #635144 - Using external editor duplicates signature | Milan Crha | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | bug #641069 - tnef plugin vulnerabilities | Punit Jain | 2011-02-01 | 1 | -33/+69 |
| | | | | Resolves directory traversal and buffer overflow vulnerabilities. | ||||
* | Add translator comment. See bug #641020. | Andre Klapper | 2011-01-31 | 1 | -0/+1 |
| | |||||
* | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 16 | -172/+172 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 3 | -6/+15 |
| | |||||
* | Dialogs no longer have separators. | Matthew Barnes | 2011-01-25 | 5 | -5/+2 |
| | |||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 9 | -31/+0 |
| | |||||
* | Drop support for gtk+-2.0. | Matthew Barnes | 2011-01-25 | 1 | -2/+2 |
| | |||||
* | Bug 640025 - Silence debug output in spamassassin plugin | Matthew Barnes | 2011-01-22 | 1 | -1/+0 |
| | |||||
* | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-01-19 | 1 | -0/+1 |
| | |||||
* | Bug #633788 - Mail plugin's update-actions handler is never called | Milan Crha | 2011-01-19 | 1 | -1/+2 |
| | |||||
* | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-01-15 | 1 | -1/+4 |
| | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch. | ||||
* | Fix all back up that should be backup | Andre Klapper | 2011-01-06 | 1 | -6/+6 |
| | |||||
* | Bug #633854 - [templates] Crash in build_template_menus_recurse | Milan Crha | 2011-01-06 | 1 | -3/+10 |
| | |||||
* | Properly translate NC_ messages | Milan Crha | 2010-12-11 | 1 | -12/+3 |
| | |||||
* | Bug #633332 - Preserve port number in WebDAV address book | Milan Crha | 2010-12-08 | 1 | -1/+9 |
| | |||||
* | Bug #631568 - Scheduling Meetings with CalDAV calendars | Milan Crha | 2010-12-08 | 3 | -25/+206 |
| | |||||
* | Avoid a crash when building templates menu. | Matthew Barnes | 2010-12-04 | 1 | -0/+5 |
| | |||||
* | CalDAV plugin - use saved password, if available, for server browsing | Milan Crha | 2010-12-04 | 1 | -4/+14 |
| | |||||
* | Bug #555324 - Ask for destination before "Save in Addressbook" inline vCard | Milan Crha | 2010-12-02 | 1 | -1/+14 |
| | |||||
* | Added few translator comments | Milan Crha | 2010-11-30 | 1 | -10/+18 |
| | | | | As requested in bug #635414 | ||||
* | [vCard-inline] Check also text/directory parts | Milan Crha | 2010-11-26 | 1 | -0/+4 |
| | |||||
* | Bug #634387 - Crash in bbdb_sync_buddy_list_in_thread | Milan Crha | 2010-11-26 | 1 | -2/+5 |
| | |||||
* | Fix windows build of backup-restore plugin | Fridrich Štrba | 2010-11-12 | 1 | -0/+8 |
| | |||||
* | Bug #632176 - Force user name on Google calendar/address book | Milan Crha | 2010-11-09 | 4 | -6/+64 |
| | |||||
* | Move calendar preferences to the calendar module. | Matthew Barnes | 2010-11-05 | 1 | -6/+27 |
| | | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties. | ||||
* | Rename CalUnits to EDurationType. | Matthew Barnes | 2010-11-05 | 1 | -4/+4 |
| | | | | And move the definition to e-util-enums.h so we get a GType for it. | ||||
* | Add missing libeshell.la to LIBADD in pst-import plugin | Milan Crha | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-02 | 4 | -4/+4 |
| | |||||
* | Kill mail_append_mail(). | Matthew Barnes | 2010-10-31 | 1 | -1/+5 |
| | | | | Use e_mail_folder_append_message() instead. | ||||
* | Bug #632280 - Backup file name should include date (YYYYMMDD) | Milan Crha | 2010-10-29 | 2 | -2/+18 |
| | |||||
* | Bug 631731 - Remove status icon from mail notifier | William Jon McCann | 2010-10-28 | 1 | -155/+22 |
| | |||||
* | Bug 632903 - Support libnotify-0.7 | Flo Gravo | 2010-10-23 | 2 | -4/+12 |
| | |||||
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 4 | -15/+29 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 5 | -17/+40 |
| | |||||
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 3 | -5/+6 |
| | | | | | | | | | 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 | 8 | -14/+11 |
| | |||||
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 2 | -5/+12 |
| | | | | | | 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. | ||||
* | Bug #630518 - Hides calendar parts from multipart/alternative | Milan Crha | 2010-10-18 | 1 | -4/+15 |
| | |||||
* | Bug 632127 - Composer is editable while sending message | Matthew Barnes | 2010-10-15 | 1 | -6/+8 |
| | |||||
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 1 | -5/+6 |
| | | | | | | GObject now does property bindings itself. Requires GLib >= 2.26. | ||||
* | Remove mail_tools_folder_to_url(). | Matthew Barnes | 2010-10-13 | 1 | -10/+8 |
| | | | | Use camel_folder_get_uri() instead. | ||||
* | Composer: Show cancellable operations and errors inline. | Matthew Barnes | 2010-10-13 | 3 | -15/+28 |
| | | | | | | | | | | | | | | | '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 | 9 | -26/+119 |
| | | | | | | | | | | | 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. | ||||
* | Bug #631320 - GtkObject is gone in GTK3 | Milan Crha | 2010-10-07 | 3 | -19/+22 |
| | |||||
* | Bug #616250 - Restore and Backup options aren't fully descriptive | Milan Crha | 2010-10-04 | 4 | -24/+24 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-10-04 | 3 | -3/+5 |
| | |||||
* | Kill em_utils_temp_save_part(). | Matthew Barnes | 2010-10-01 | 1 | -4/+109 |
| | | | | | | | | | Rewrite the last usage of it in itip-formatter.c to use EAttachments instead. This also allowed me to kill mail_save_part() in mail-ops.c. I may need to reevaluate the EAttachment API at some point for all these fringe EAttachment uses we're accumulating. Having to asynchronously "load" an EAttachment whose content is already in memory kinda sucks. | ||||
* | camel_operation_new() now returns a GCancellable pointer. | Matthew Barnes | 2010-09-29 | 2 | -2/+2 |
| | |||||
* | Bug #629799 - Crash importing a mail with an ics attachment | Milan Crha | 2010-09-29 | 1 | -5/+7 |
| | |||||
* | Bug #630294 - Shouldn't send invitation reply when has no organizer | Milan Crha | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Bug #629972 - [backup-restore] Problems restoring old data | Milan Crha | 2010-09-29 | 1 | -40/+255 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 17 | -99/+116 |
| | |||||
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 11 | -40/+107 |
| | |||||
* | Bug #629737 - [publish-calendar] Could not find widget 'file_label' | Milan Crha | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 1 | -6/+9 |
| | | | | | | | 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. | ||||
* | Bug #611154 - problem in accessing folder property | Vibha Yadav | 2010-09-16 | 5 | -46/+224 |
| | |||||
* | Increase safety on Windows | Fridrich Štrba | 2010-09-15 | 1 | -0/+36 |
| | | | | Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution. | ||||
* | Adapt to CamelOperation API changes. | Matthew Barnes | 2010-09-15 | 2 | -16/+12 |
| | |||||
* | Kill the subject-thread plugin. | Matthew Barnes | 2010-09-15 | 3 | -115/+0 |
| | | | | | | 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. | ||||
* | Bug #624321 - Reply requested today does not work. | Bharath Acharya | 2010-09-14 | 1 | -1/+1 |
| | | | | | Do not check for the "reply_within" if it is not the "convenient" option. 0 can be an option too. | ||||
* | Convert plugin-manager to an EExtension. | Matthew Barnes | 2010-09-13 | 3 | -505/+0 |
| | | | | How ironic. | ||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 46 | -799/+799 |
| | |||||
* | Bug #627812 - GW shouldn't use global folder tree. | Milan Crha | 2010-09-13 | 1 | -7/+4 |
| | | | | Groupwise shouldn't use global folder tree for UI. | ||||
* | Bug #629132 - set_attachments: assertion failed. | Punit Jain | 2010-09-13 | 1 | -4/+5 |
| | | | | | [mail-to-task] CRITICAL **: set_attachments: assertion `status.uris != NULL' failed Uri was actually a path. | ||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 14 | -52/+62 |
| | |||||
* | Re-work my GtkDialog:has-separator workaround. | Matthew Barnes | 2010-09-11 | 4 | -8/+8 |
| | | | | | | | 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. | ||||
* | No more blinking status icon. | Matthew Barnes | 2010-09-11 | 2 | -48/+0 |
| | | | | GTK+ came to its senses and dropped support for it. Thank goodness. | ||||
* | Work around deprecation of gtk_dialog_set_has_separator() | Matthew Barnes | 2010-09-11 | 4 | -0/+8 |
| | | | | | | 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. | ||||
* | Bug #626579 - [bbdb] Crash in free_gaim_body() (gaimbuddies.c) | Milan Crha | 2010-09-10 | 1 | -9/+6 |
| | |||||
* | Various memory leaks | Milan Crha | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | Bug #628694 - Customize options for local calendar are missing | Milan Crha | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | Composer autosave cleanups. | Matthew Barnes | 2010-08-31 | 1 | -2/+26 |
| | | | | | | This simplifies the async autosave logic and improves error handling. Hoping this will solve bug #616987 but I've yet to reproduce it myself. | ||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 2 | -7/+7 |
| | | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do. | ||||
* | Bug 627601 - Memory leak in itip_get_comp_attendee() | David Woodhouse | 2010-08-24 | 1 | -1/+3 |
| | |||||
* | Use the new e_load_book_source_async() where possible. | Matthew Barnes | 2010-08-19 | 1 | -15/+39 |
| | | | | | | 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. | ||||
* | Pass an EShell to EMsgComposer instances. | Matthew Barnes | 2010-08-14 | 2 | -3/+12 |
| | | | | Reduce the composer's dependency on e_shell_get_default(). | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-03 | 1 | -4/+12 |
| | |||||
* | dbx-importer: Fix printf format warning | David Woodhouse | 2010-08-02 | 1 | -2/+2 |
| | |||||
* | addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon theme | Rob Bradford | 2010-08-02 | 2 | -2/+2 |
| | | | | | | | Since gnome-icon-theme 2.30.x the icon name for the default avatar has changed from stock_person to avatar-default Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616822 | ||||
* | Bug #625606 - git/master build dies with glib-2.25.12 | Milan Crha | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Bug 622181 - Backup settings uses unhelpful yes/no dialog | Matthew Barnes | 2010-07-29 | 1 | -8/+8 |
| | |||||
* | Bug #622912 - Migrate from dbus-glib to glib's GDBus | Milan Crha | 2010-07-28 | 2 | -52/+56 |
| | |||||
* | Bug 624534 - Adapt to GTK+ GtkNotebookPage changes | Kjartan Maraas | 2010-07-26 | 2 | -3/+3 |
| | |||||
* | Bug 624216 - Runtime warning in Attachment Reminder plugin | Matthew Barnes | 2010-07-13 | 2 | -218/+101 |
| | | | | Also fixes the same bug in Email Custom Header plugin. | ||||
* | Bug 624128 - Folder -> Subscriptions is always enabled | Matthew Barnes | 2010-07-12 | 2 | -8/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 5 | -36/+38 |
| | |||||
* | Fix some compiler warnings. | Matthew Barnes | 2010-07-11 | 1 | -1/+3 |
| | |||||
* | Bug #623204 - Be able to report detailed errors from backends | Milan Crha | 2010-07-09 | 2 | -16/+17 |
| | |||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 16 | -134/+159 |
| | |||||
* | Fix transience problems with ENameSelectorDialogs ... | Michael Meeks | 2010-07-08 | 2 | -18/+6 |
| | |||||
* | Bug 623157 - Missing linker flag in dbx-import | Guido Günther | 2010-06-30 | 1 | -0/+1 |
| | |||||
* | Add Outlook Express DBX mailbox file importer plugin | David Woodhouse | 2010-06-29 | 3 | -0/+822 |
| | | | | [patch v2: Don't error on empty mailboxes, build plugin by default] | ||||
* | audio-inline: Fix linking order issue. | Matthew Barnes | 2010-06-27 | 1 | -2/+2 |
| | |||||
* | Warn the user before marking all messages as read | Chenthill Palanisamy | 2010-06-17 | 1 | -9/+22 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-06-07 | 1 | -22/+53 |
| | |||||
* | More GTK3 preparation. | Matthew Barnes | 2010-06-04 | 1 | -2/+3 |
| | | | | | This uses the new gtk_assistant_commit() I had added to GTK+ for our EImportAssistant progress page. | ||||
* | Add translator comments in mail-to-task plugin | Milan Crha | 2010-06-03 | 1 | -0/+18 |
| | |||||
* | Convert "startup-wizard" to an EExtension. | Matthew Barnes | 2010-06-03 | 3 | -359/+0 |
| | | | | | | | | | | | | | | 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 | 3 | -12/+14 |
| | | | | | | | | | | 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). | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 1 | -1/+8 |
| | |||||
* | Fix linking issue in bogo-junk-plugin. | Matthew Barnes | 2010-05-27 | 1 | -0/+1 |
| | |||||
* | Fix linking issue in sa-junk-plugin. | Matthew Barnes | 2010-05-27 | 1 | -0/+1 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 3 | -5/+30 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 1 | -1/+0 |
| | | |||||
| * | Fix compiler warnings. | Matthew Barnes | 2010-05-25 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-25 | 1 | -0/+3 |
| |\ | |||||
| | * | Bug #531013 - Proxy login window is not in focus. | Vibha Yadav | 2010-05-21 | 1 | -0/+3 |
| | | | | | | | | | | | | Grab focus for the Proxy Login window. | ||||
| | * | Fix linking of face plugin | Fridrich Štrba | 2010-04-26 | 1 | -0/+1 |
| | | | |||||
| | * | Bug #613392 - No copyright/licensing information for geo-utils | Cedric Bosdonnat | 2010-04-26 | 2 | -0/+44 |
| | | | |||||
| * | | Fix linking of face plugin | Fridrich Štrba | 2010-04-30 | 1 | -0/+1 |
| | | | |||||
| * | | Bug #613392 - No copyright/licensing information for geo-utils | Cedric Bosdonnat | 2010-04-30 | 2 | -0/+44 |
| | | | |||||
| * | | Store the initial view request and use that to decide whether to show | Srinivasa Ragavan | 2010-04-22 | 1 | -0/+8 |
| | | | | | | | | | | | | startup wizard or not. Show only for mail and not calendar. | ||||
| * | | Merge commit 'origin/gnome-2-30' into express2 | Michael Meeks | 2010-04-22 | 3 | -4/+4 |
| |\| | |||||
| | * | Fix migration event hook for google-account-setup and calendar-weather plugins | Philip Withnall | 2010-04-21 | 2 | -2/+2 |
| | | | |||||
| | * | Bug 600861 - Backup utility should use --quit instead of --force-shutdown | Matthew Barnes | 2010-04-18 | 1 | -2/+2 |
| | | | |||||
| * | | Hide the junk plugin options in Express mode | Federico Mena Quintero | 2010-04-14 | 2 | -4/+20 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | More build fixes. | Matthew Barnes | 2010-04-07 | 1 | -7/+19 |
| | | | |||||
| * | | Fix mismatched quotes. | Matthew Barnes | 2010-04-07 | 3 | -4/+4 |
| | | | |||||
| * | | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-04-07 | 1 | -0/+1 |
| |/ | | | | | | | avoids the need for intltool changes. | ||||
| * | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-03-24 | 1 | -5/+5 |
| | | | | | | | | avoids the need for intltool changes. | ||||
* | | Bug #478090 - Meeting acceptances for attendees who weren't listed are lost | Milan Crha | 2010-05-26 | 1 | -4/+6 |
| | | |||||
* | | Bug #546551 - Dialog for mark-all-read always mentions subfolders | Milan Crha | 2010-05-21 | 1 | -2/+8 |
| | | |||||
* | | Bug #531013 - Proxy login window is not in focus. | Vibha Yadav | 2010-05-21 | 1 | -0/+3 |
| | | | | | | | | Grab focus for the Proxy Login window. | ||||
* | | Bug #607257 - Add checks for event->comp_data != NULL | Milan Crha | 2010-05-14 | 2 | -4/+14 |
| | | |||||
* | | Convert "default-mailer" plugin to an extension. | Matthew Barnes | 2010-05-13 | 5 | -218/+0 |
| | | |||||
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-05-08 | 1 | -1/+1 |
| | | | | | | | | | | This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now. | ||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 4 | -15/+26 |
| | | |||||
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-30 | 8 | -24/+46 |
| | | |||||
* | | Bug #610495 - Plugins should define e_plugin_lib_enable | Roy Marples | 2010-04-27 | 18 | -0/+136 |
| | | |||||
* | | Fix linking of face plugin | Fridrich Štrba | 2010-04-26 | 1 | -0/+1 |
| | | |||||
* | | Bug #613392 - No copyright/licensing information for geo-utils | Cedric Bosdonnat | 2010-04-26 | 2 | -0/+44 |
| | | |||||
* | | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 13 | -56/+56 |
| | | |||||
* | | Bug #360461 - Avoid markup in translatable messages | Milan Crha | 2010-04-23 | 6 | -51/+84 |
| | | |||||
* | | Fix migration event hook for google-account-setup and calendar-weather plugins | Philip Withnall | 2010-04-21 | 2 | -2/+2 |
| | | |||||
* | | Bug 583742 — Port to external libgdata | Philip Withnall | 2010-04-19 | 2 | -37/+42 |
| | | | | | | | | | | | | Port Google account setup plugin to external libgdata. This drops the dependency on libgdata-1.2 from e-d-s, and add a dependency on the external libgdata >= 0.4.0. Closes: bgo#583742 | ||||
* | | Fix usage of "backup" in translatable strings | Philip Withnall | 2010-04-18 | 1 | -1/+1 |
| | | | | | | | | | | "to back up" (verb) is different from "backup" (noun); correct some issues with confusion of the two words. Helps: bgo#615712 | ||||
* | | Bug 610428 - Duplicate mnemonic in itip formatted message | Matthew Barnes | 2010-04-18 | 1 | -5/+5 |
| | | |||||
* | | Bug 600861 - Backup utility should use --quit instead of --force-shutdown | Matthew Barnes | 2010-04-18 | 1 | -2/+2 |
| | | |||||
* | | [win32] Fix a build breakage by adding a proper define for gmtime_r | Fridrich Štrba | 2010-04-15 | 1 | -0/+7 |
| | | | | | | | | | | instead of the broken one that used to be pulled by including pthread.h | ||||
* | | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 10 | -23/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613 | ||||
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-13 | 3 | -18/+26 |
| | | |||||
* | | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 16 | -51/+89 |
| | | |||||
* | | Replace ESpinner with GtkSpinner. | Matthew Barnes | 2010-04-08 | 1 | -2/+2 |
| | | | | | | | | Also, bump our GTK+ requirement to 2.20. | ||||
* | | Drop the "hula-account-setup" plugin. | Matthew Barnes | 2010-04-07 | 5 | -770/+0 |
| | | | | | | | | Novell's Hula project died half a decade ago. | ||||
* | | Bug #567304 - Review strings for translation | Milan Crha | 2010-04-07 | 1 | -1/+1 |
| | | |||||
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 10 | -25/+25 |
| | | |||||
* | | Generate ChangeLog files for tarball releases. | Matthew Barnes | 2010-04-03 | 36 | -6744/+0 |
| | | | | | | | | Remove old ChangeLog files that predate our switch to git. | ||||
* | | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 33 | -118/+7 |
| | | |||||
* | | Bug #458510 - Cannot translate "_Backup Settings..." | Milan Crha | 2010-04-02 | 1 | -2/+2 |
| | | |||||
* | | Bug #347330 - Mark forgotten strings for translation | Milan Crha | 2010-04-02 | 1 | -1/+1 |
| | | |||||
* | | Bug #605745 - Use a few more named constants | Paul Bolle | 2010-04-01 | 1 | -2/+2 |
| | | |||||
* | | camel/camel-i18n.h gone, adapt to it properly | Milan Crha | 2010-04-01 | 3 | -3/+3 |
| | | |||||
* | | Stop relying on CamelObject meta-data. | Matthew Barnes | 2010-04-01 | 3 | -5/+5 |
| | | |||||
* | | More build fixes. | Matthew Barnes | 2010-04-01 | 1 | -7/+19 |
| | | |||||
* | | Fix mismatched quotes. | Matthew Barnes | 2010-03-29 | 3 | -4/+4 |
| | | |||||
* | | Bug 611883 - Missing mnemonic in automatic contacts tab | Matthew Barnes | 2010-03-28 | 1 | -1/+1 |
| | | |||||
* | | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-03-23 | 2 | -5/+6 |
|/ | | | | avoids the need for intltool changes. | ||||
* | Fix misspelled strings. | Srinivasa Ragavan | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Make the gconf schemas installation rules consistent in all Makefiles.am | Fridrich Strba | 2010-03-16 | 3 | -18/+46 |
| | |||||
* | Prevent future bugs like #612792. | Matthew Barnes | 2010-03-15 | 1 | -3/+3 |
| | | | | | | Add G_GNUC_NULL_TERMINATED to EAlert functions with variable-length parameter lists and drop the unnecessary "arg0" parameter so the function attribute works correctly. | ||||
* | Actually respect the --disable-schemas-install configure option | Fridrich Strba | 2010-03-15 | 8 | -0/+32 |
| | |||||
* | Disable a chunk of UI from the mail-to-task plugin | Michael Meeks | 2010-03-14 | 1 | -0/+4 |
| | | | | | | Allow plugins to disable chunks of their UI - *NB* requires patched intltool, that doesn't elide comments in XML Remove some debug | ||||
* | Removed obsolete method signatures in em-account-editor.h | Michael Meeks | 2010-03-14 | 1 | -14/+10 |
| | | | | | | Added em_account_editor_get_widget, and cleaned up the widget listing. Cleaned the startup wizard code to find it's label by name Added disabling of power-user 'indentity' frame in the first page express capplet. | ||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 2 | -2/+2 |
| | |||||
* | Switch to anjal style on express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -12/+14 |
| | |||||
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Integrate account assistant wizard to anjal style. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Integrate anjal's account capplet lib in start up wizard. | Srinivasa Ragavan | 2010-03-14 | 2 | -2/+23 |
| | |||||
* | Some more directories relocated on windows | Fridrich Strba | 2010-03-11 | 1 | -0/+1 |
| | |||||
* | Work around recent GTK+ deprecations. | Matthew Barnes | 2010-03-05 | 2 | -0/+8 |
| | |||||
* | Bug #610327 - Proxy login doesn't show folder list | Bharath Acharya | 2010-03-05 | 1 | -1/+2 |
| | |||||
* | Bug #601551 - [PST] evolution crashed with SIGSEGV | Milan Crha | 2010-02-25 | 1 | -3/+11 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-20 | 1 | -6/+32 |
| | |||||
* | Bug 609982 - Avoid unnecessary prompts when marking folders as read | Matthew Barnes | 2010-02-17 | 1 | -93/+120 |
| | |||||
* | [itip-formatter] Show reason of failed calendar open | Milan Crha | 2010-02-12 | 1 | -8/+21 |
| | |||||
* | Bug #604522 - Mouse wheel scroll doesn't work above inline images | Milan Crha | 2010-02-11 | 1 | -0/+25 |
| | |||||
* | Fix some dead assignments. | Matthew Barnes | 2010-02-08 | 1 | -2/+2 |
| | |||||
* | Add more missing linker flags. | Matthew Barnes | 2010-02-08 | 1 | -0/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-08 | 6 | -257/+286 |
| | |||||
* | Move some ESource-plugin common code to e-plugin-util.h/.c | Milan Crha | 2010-02-04 | 12 | -1257/+201 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 7 | -32/+32 |
| | |||||
* | Revert "Without this evo 2.28.2 will not link/run at all" | Matthew Barnes | 2010-01-29 | 1 | -1/+0 |
| | | | | | | | This reverts commit 013ce5b70e85d6c9008cebd1d5efbe87a539d445. Looks like it was meant for gnome-2-28 branch. In any case it contains unresolved merge conflicts which breaks compilation. | ||||
* | Without this evo 2.28.2 will not link/run at all | Fridrich Strba | 2010-01-28 | 1 | -0/+1 |
| | | | | | | The change is needed: 1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not 2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again | ||||
* | Bug #607776 - Crash in image-inline.c:size_allocate_cb | Milan Crha | 2010-01-28 | 1 | -0/+9 |
| | |||||
* | Make authentication functionality available | Gustavo Noronha Silva | 2010-01-27 | 7 | -7/+7 |
| | | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-01-23 | 1 | -30/+38 |
| | |||||
* | Add a EShellWindow::shell-view-created signal. | Matthew Barnes | 2010-01-23 | 1 | -5/+17 |
| | | | | | | | | | | | | | The signal uses the name of the newly created shell view as the detail, so for example "shell-view-created::mail" is emitted when the "mail" view is created. Also, add e_shell_window_peek_shell_view() to obtain a shell view if it exists but without instantiating it. Using these new tools, teach the templates plugin to wait for the user to switch to the "mail" view before connecting to its "update-actions" signal. Previously is was instantiating the "mail" view itself. | ||||
* | Bug #603480 - [bbdb] Traverse lists in destinations properly | Milan Crha | 2010-01-19 | 1 | -5/+21 |
| | |||||
* | Bug #603480 - [bbdb] Crash on unref of uninitialized memory | Milan Crha | 2010-01-19 | 1 | -6/+7 |
| | | | | after address book error | ||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 15 | -61/+17 |
| |