Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 607360 - [regression] Runtime warnings at exit | Matthew Barnes | 2010-01-19 | 1 | -2/+2 |
| | |||||
* | Give all preview panes a search bar. | Matthew Barnes | 2010-01-18 | 6 | -2221/+10 |
| | | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer. | ||||
* | Improve clipboard behavior. | Matthew Barnes | 2010-01-18 | 2 | -0/+68 |
| | | | | | | | | | | | | | | | | | | | | | Add "copy-target-list" and "paste-target-list" to the ESelectable interface. These are underutilized for the moment, but will eventually be used to help integrate drag-and-drop support into ESelectable. Add cut and paste support to EWebView, along with a new "editable" property and new clipboard signals "copy-clipboard", "cut-clipboard" and "paste-clipboard". In EFocusTracker, listen for "owner-changed" signals from the default clipboard as another trigger to update actions, particularly the Paste action. (Unfortunately this doesn't work for EWebView since GtkHtml implements its own clipboard.) In EMsgComposer, convert GtkhtmlEditor's clipboard methods to empty stubs, since EFocusTracker will now trigger EWebView's clipboard actions. Also, intercept EWebView::paste-clipboard signals and improve the interaction between the HTML editor and the attachment bar based on use cases in bug #603715. | ||||
* | Fix a potential uninitialized variable use in em-composer-utils.c. | Matthew Barnes | 2010-01-16 | 1 | -1/+1 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized variable use in emae_authtype_changed(). | Matthew Barnes | 2010-01-16 | 1 | -5/+10 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 16 | -67/+7 |
| | |||||
* | Bug #605633 - A little code inconsistency in em_utils_send_receipt | Milan Crha | 2010-01-14 | 1 | -8/+6 |
| | |||||
* | Bug #599794 - Set composer as not changed on reply or forward action | Milan Crha | 2010-01-09 | 1 | -4/+4 |
| | |||||
* | Bug 606250 - Remove usage of deprecated GTK+ symbols | Matthew Barnes | 2010-01-08 | 7 | -7/+7 |
| | | | | Several GtkWidget macros were recently deprecated. | ||||
* | Bug #606316 - Mail with an attachment in a Junk folder crashes Evo | Milan Crha | 2010-01-08 | 1 | -9/+14 |
| | |||||
* | Bug #604994 - Folder state not preserved in Copy/Move Folder dialog | Milan Crha | 2010-01-07 | 10 | -97/+191 |
| | |||||
* | Teach ETable to prefer themed icon names over pixbufs. | Matthew Barnes | 2010-01-07 | 1 | -76/+56 |
| | |||||
* | Kill e_popup_menu(). | Matthew Barnes | 2010-01-05 | 2 | -2/+0 |
| | | | | | The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch]. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 6 | -20/+42 |
| | |||||
* | Bug 361145 - Evolution hangs when formatting message - fixes part of it. | Chenthill Palanisamy | 2009-12-28 | 3 | -4/+20 |
| | |||||
* | Remove more unneeded gunk from configure.ac. | Matthew Barnes | 2009-12-28 | 1 | -2/+0 |
| | |||||
* | Replace alloca() with g_alloca(). | Matthew Barnes | 2009-12-28 | 7 | -13/+13 |
| | |||||
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 5 | -10/+18 |
| | |||||
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 3 | -150/+150 |
| | | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property. | ||||
* | Bug #520816 - S/MIME shares "Do not sign meeting requests" with PGP | Milan Crha | 2009-12-24 | 1 | -19/+66 |
| | |||||
* | Bug #329693 - Add contexts to translated "None" words | Milan Crha | 2009-12-24 | 1 | -2/+4 |
| | |||||
* | Bug #595501 - Crash on a changed mail filter action removal | Milan Crha | 2009-12-23 | 1 | -2/+12 |
| | |||||
* | Fix a bug in the prev commit. Handle cases specific for Anjal. | Srinivasa Ragavan | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Add 'Defaults' page to Anjal's edit stuff. Prevent it coming in | Srinivasa Ragavan | 2009-12-23 | 1 | -2/+12 |
| | | | | Evolution's account druid if the type is assistant. | ||||
* | Cherry pick anjal changes from stable to master. | Srinivasa Ragavan | 2009-12-23 | 1 | -4/+27 |
| | |||||
* | Bug #600521 - Remove trailing spaces from particular account fields | Milan Crha | 2009-12-22 | 1 | -3/+10 |
| | |||||
* | Remove the EShellBackend parameter from mail_session_init() | Jonathon Jongsma | 2009-12-21 | 3 | -4/+3 |
| | | | | | | Last shell-related dep killed in MailSession https://bugzilla.gnome.org/show_bug.cgi?id=604952 | ||||
* | Clean up a bunch of unnecessary includes in mail/EVOLUTION_2_29_4 | Jonathon Jongsma | 2009-12-21 | 6 | -83/+24 |
| | | | | | | | | Over time, extra includes have built up. I'm trying to get a good idea of what are actual dependencies for these files, so I'm cleaning out all of the unused ones. https://bugzilla.gnome.org/show_bug.cgi?id=604952 | ||||
* | Remove MailSession's last dep on EShell | Jonathon Jongsma | 2009-12-21 | 1 | -3/+4 |
| | | | | | | | | When MailSession moves to a daemon process, there will be no shell object to query for the active window (and indeed there will often be no window in any case), so we can't specify a parent for the error dialog. https://bugzilla.gnome.org/show_bug.cgi?id=604952 | ||||
* | The shell backend is responsibile for setting the MailSession online | Jonathon Jongsma | 2009-12-21 | 2 | -6/+2 |
| | | | | | | | | Previously the mail session set itself online inside mail_session_init() by checking whether the shell was online. This removes one more dependency from MailSession to EShell by moving that responsibility up one level. https://bugzilla.gnome.org/show_bug.cgi?id=604952 | ||||
* | Move the gross hack for EAccountComboBox up a level | Jonathon Jongsma | 2009-12-21 | 2 | -2/+3 |
| | | | | | | | | This hack really needs to be fixed correctly, but I can't think of a good solution for now. So at the very least, move the hack up a level where it won't cause dependency problems for the mail-to-eds split. https://bugzilla.gnome.org/show_bug.cgi?id=604952 | ||||
* | Move forward_to() implementation to MailSession (remove dep on composer) | Jonathon Jongsma | 2009-12-21 | 4 | -189/+178 |
| | | | | | | | | | | | | | | | | Previously, the CamelSesssion's forward_to vfunc was implemented in em-composer-utils. However, there wasn't really any composer-related functionality that this function depended on, so in order to remove MailSession's dependency on composer-related functionality, this function was moved into mail-session.c. So now, instead of calling em_utils_forward_message_raw(), you should just call camel_session_forward_to() instead. This change necessitated moving a couple of "guess_account"-related functions into em-utils, but that's ok for now -- it matches the existing em_utils_guess_account() function that's already there. https://bugzilla.gnome.org/show_bug.cgi?id=604952 | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-20 | 5 | -6/+4 |
| | |||||
* | Remove some obsolete GConf keys. | Matthew Barnes | 2009-12-19 | 2 | -30/+0 |
| | | | | | | | | | /apps/evolution/mail/display/show_preview /apps/evolution/mail/display/thread_list These keys are no longer needed since we're storing the settings by folder now in ~/.evolution/mail/config/state. To simplify things we use hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads. | ||||
* | Implement get_data/config_dir vfuncs for mail backend | Jonathon Jongsma | 2009-12-19 | 2 | -15/+32 |
| | | | | | | Now the backend specifies the data dir for the mail module. Obviously it uses the same directory as it previously used, it's just that the responsibility for defining that value has moved to a different place. | ||||
* | Bug #593700 - Restore folder's last selected message as expected | Milan Crha | 2009-12-18 | 1 | -6/+6 |
| | |||||
* | Add a way for Anjal to override shell_builtin_backend. | Matthew Barnes | 2009-12-18 | 2 | -0/+9 |
| | | | | Yes this is a horrible, nasty hack. It's temporary. Promise. | ||||
* | Bug #553057 - Show signer's information in a message window/preview | Matthew W. S. Bell | 2009-12-17 | 3 | -2/+69 |
| | |||||
* | Kill MailSession's interactive flag. | Matthew Barnes | 2009-12-17 | 3 | -39/+0 |
| | | | | | | | | | | | | After analyzing this again I'm confident we really don't need it. The only state change is from FALSE to TRUE at startup, and that one-time event happens while the mail shell backend is starting up (see: e_shell_backend_start()). If a need arises to query for this in the future I'll extend the EShellBackend API with an e_shell_backend_started() function, but for now there's no need. | ||||
* | Move MailFolderCache signal handlers to EMailBackend. | Matthew Barnes | 2009-12-17 | 1 | -0/+87 |
| | | | | | Move the MailFolderCache signal handlers from EMailShellBackend down to EMailBackend (in libevolution-mail.so) to share with Anjal. | ||||
* | Kill em_utils_get_data/config_dir(), push down to MailSession | Jonathon Jongsma | 2009-12-17 | 11 | -59/+44 |
| | | | | | | | | This pushes the get_data_dir() API down to the right level. At present, it is still implemented by querying the shell backend for the data dir / config dir. But this should eventually be reversed (when mail is split off to EDS) so that the mail daemon is the one responsible for the storage locations and the shell backend queries the daemon for these values. | ||||
* | Kill em_utils_adjustment_page(). | Matthew Barnes | 2009-12-16 | 2 | -31/+0 |
| | |||||
* | Introduce EMailBackend into libevolution-mail. | Matthew Barnes | 2009-12-16 | 3 | -0/+489 |
| | | | | | | | EMailBackend is an abstract subclass of EShellBackend that handles online and offline modes and application shutdown. Placing this in the shared mail library allows Anjal to reuse it. Evolution's mail module further extends this class as EMailShellBackend. | ||||
* | Use the boxed CamelObject type for signal params in MailFolderCache | Jonathon Jongsma | 2009-12-16 | 1 | -12/+13 |
| | | | | | | Previously I was just using G_TYPE_POINTER. Use the boxed camel object type from e-util.h instead. When camel-gobject lands, we'll use G_TYPE_OBJECT instead. | ||||
* | Add MailFolderCache::folder-changed signal | Jonathon Jongsma | 2009-12-16 | 1 | -32/+28 |
| | | | | | | | | | Yes, this signal is kind of an ugly monster. I'm not sure how to improve this significantly. But this commit removes the last EMFolderTreeModel and EShell dependencies from MailFolderCache, which is a big step towards splitting off the backend. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | MailFolderCache: add signal for updated unread counts | Jonathon Jongsma | 2009-12-16 | 3 | -62/+88 |
| | | | | | | | | Emit a signal when we have an updated unread count for a folder rather than pushing the update directly to a particular treemodel. This doesn't yet remove the dependency on EMFolderTreeModel, but it's a first step. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Remove mail-config, vfolder, and filter deps from mail-folder-cache | Jonathon Jongsma | 2009-12-16 | 5 | -163/+190 |
| | | | | | | | | | | | | | | | | | | Instead of pushing the updates to the right places, the folder cache simply emits the appropriate signals and other objects are responsible for listening and handling them appropriately. This allows us to cut down the dependencies of MailFolderCache significantly, which is a huge step towards allowing us to split it off for the backend. Another nice thing about this is that it allows us to trim a lot of 'public' api from the filter, vfolder, and config classes that were only used by the cache. Now that stuff can all be internal since they're pulling changes rather than having the changes pushed. The last remaining problematic dependency in MailFolderCache is EmFolderTreeModel. That is next on the chopping block. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Add signals to MailFolderCache for common events | Jonathon Jongsma | 2009-12-16 | 1 | -0/+83 |
| | | | | | | | | | | | This will allow us to decouple ourselves from some of the current dependencies, such as the folder treemodel, the shell, etc. This just defines the signals, the next step is to refactor things and actually make other classes use them. We need one additional signal yet related to indicating the new unread emails, but that one will require a little more thought I think. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Add documentation to clarify mail-folder-cache functionality | Jonathon Jongsma | 2009-12-16 | 4 | -32/+119 |
| | | | | | | | | | Added a bunch of gtk-doc documentation as well as a variety of small comments in the code. Also added documentation and renamed a couple of mail_vfolder_* functions that are only used by mail-folder-cache to make things a lot more understandable. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Make the mail folder cache a proper GObject | Jonathon Jongsma | 2009-12-16 | 8 | -163/+302 |
| | | | | | | | | | | | mail-folder-cache previously was a bit of a pseudo object (sort of a singleton) that operated on some file static data. This commit re-factors things so that it is a proper class named MailFolderCache. At the moment, this doesn't gain us much, but in the future, it will allow us to add signals, etc so that we can de-couple a lot of the interdependencies in here. This is essentially a pre-requisite to splitting up a lot of the mail backend stuff. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Bug #602505 - Incorrect information in message window | Milan Crha | 2009-12-16 | 2 | -5/+40 |
| | |||||
* | Move mail migration code to libevolution-mail.so. | Matthew Barnes | 2009-12-16 | 3 | -0/+3139 |
| | | | | So Anjal can reuse it. | ||||
* | Bug #603342 - Memory leak fixes | Milan Crha | 2009-12-15 | 1 | -2/+2 |
| | |||||
* | Bug 604562 - Typo in gconf schema | Christophe Fergeau | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Introduce EMailSidebar into libevolution-mail. | Matthew Barnes | 2009-12-15 | 4 | -190/+900 |
| | | | | | | EMailSidebar is a subclass of EMFolderTree that implements the state saving and restoration feature from EMailShellSidebar. Placing this in the shared mail library allows Anjal to reuse it. | ||||
* | Bug #499322 - Use extension for "Save as" suggested file name | Milan Crha | 2009-12-10 | 1 | -5/+15 |
| | |||||
* | Revert accidentally committed experimental code | Jonathon Jongsma | 2009-12-09 | 1 | -143/+34 |
| | | | | | | commit 2fa4ec1334a90d22c9a54d150d6e4722be9bfe1c accidentally included some unrelated changes from an experimental branch I was working on. This commit reverts that. | ||||
* | rename e_alert_get_buttons -> e_alert_peek_buttons | Jonathon Jongsma | 2009-12-09 | 1 | -34/+143 |
| | | | | | Make it obvious that this does not need to be freed like the other things that use get_* (e.g. e_alert_get_title) | ||||
* | Kill ETreeScrolled. | Matthew Barnes | 2009-12-08 | 3 | -144/+146 |
| | | | | | | | Kill ETreeScrolled and convert MessageList to an ETree subclass. ETreeScrolled is nothing but a GtkScrolledWindow containing an ETree. It adds nothing of value and actually makes customizing ETree harder. | ||||
* | Port all error code to use GObject-ified EAlert / EAlertDialog | Jonathon Jongsma | 2009-12-08 | 10 | -29/+29 |
| | | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary. | ||||
* | Revise a "to-do" comment that's done. | Matthew Barnes | 2009-12-02 | 1 | -3/+1 |
| | |||||
* | Expand the EMailReader interface so it's easier to use. | Matthew Barnes | 2009-12-02 | 5 | -169/+175 |
| | | | | | | | | Adds the following methods: CamelFolder * (*get_folder) (EMailReader *reader); const gchar * (*get_folder_uri) (EMailReader *reader); GPtrArray * (*get_selected_uids) (EMailReader *reader); | ||||
* | Kill message_list_free_uids(). | Matthew Barnes | 2009-12-02 | 4 | -26/+16 |
| | | | | Use em_utils_uids_free() instead. | ||||
* | Merge bits and pieces of the anjal-evo-2-30 branch. | Matthew Barnes | 2009-12-01 | 8 | -171/+231 |
| | |||||
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 15 | -68/+67 |
| | | | | | | | | | | 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 | ||||
* | port calendar/ to the new EError API | Jonathon Jongsma | 2009-12-01 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963 | ||||
* | port mail/ to use new EError API | Jonathon Jongsma | 2009-12-01 | 13 | -44/+56 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963 | ||||
* | Bug 602799 - "Mark for Follow Up" menu item glitches | Matthew Barnes | 2009-11-25 | 1 | -1/+24 |
| | |||||
* | Fix a build error. | Matthew Barnes | 2009-11-25 | 1 | -0/+1 |
| | |||||
* | Bug #474502 - Don't check for contacts in broken address books | Milan Crha | 2009-11-24 | 1 | -4/+30 |
| | | | | more than once | ||||
* | Bug 602625 - Typos in translation messages | Matthew Barnes | 2009-11-22 | 2 | -2/+2 |
| | | | | Caused by libglade to GtkBuilder migration. | ||||
* | Bug 563555 - Confirm before forwarding many emails inline | Ritesh Khadgaray | 2009-11-20 | 4 | -20/+47 |
| | |||||
* | Assemble HTML code in a GString instead of a GtkHTMLStream. | Matthew Barnes | 2009-11-20 | 1 | -2/+0 |
| | | | | This helps further isolate direct GtkHTML API usage to EWebView. | ||||
* | Bug #602178 - [regression] Missing widget in Search folder dialog | Milan Crha | 2009-11-18 | 1 | -2/+2 |
| | |||||
* | Prefer EWebView calls over direct GtkHTML calls. | Matthew Barnes | 2009-11-18 | 1 | -23/+28 |
| | |||||
* | Remove markup from translatable strings in ui files | Claude Paroz | 2009-11-17 | 2 | -74/+148 |
| | | | | | | 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. | ||||
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 21 | -7465/+7348 |
| | |||||
* | Fix a compiler warning. | Matthew Barnes | 2009-11-15 | 1 | -1/+0 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-11-15 | 2 | -2/+2 |
| | |||||
* | Bug 600714 - No label colors in popup menu | Matthew Barnes | 2009-11-14 | 3 | -0/+230 |
| | |||||
* | BUG 600217:Crashes in emfh_multipart_related_check | Bharath Acharya | 2009-11-13 | 1 | -0/+6 |
| | | | | Check for the link | ||||
* | Further tweaks for the command-line importing. | Matthew Barnes | 2009-11-13 | 1 | -4/+8 |
| | | | | | Includes Bastien Nocera's patch to register our importable MIME types with the MIME database. | ||||
* | Bug #588093 - Allow import of local files from command line | Milan Crha | 2009-11-12 | 1 | -4/+35 |
| | |||||
* | Enable building without Canberra-GTK | Tor Lillqvist | 2009-11-11 | 1 | -2/+6 |
| | |||||
* | Kill more redundant save dialogs and related utilities. | Matthew Barnes | 2009-11-11 | 3 | -82/+36 |
| | |||||
* | Bug #250046 - Composer addresses reading fixes | Milan Crha | 2009-11-10 | 2 | -7/+86 |
| | | | | | | - Check for no addresses properly (in post-to only when shown) - Check for garbage addresses and warn user about those - Use garbage text in To/CC/Bcc fields when user typed them | ||||
* | Kill e-cursor(s) (both of them). | Matthew Barnes | 2009-11-10 | 1 | -1/+0 |
| | |||||
* | Add zooming and drag-and-drop to the plugin. | Matthew Barnes | 2009-11-10 | 6 | -682/+13 |
| | | | | A bunch of crusty old code in em-format-html-display.c falls out. | ||||
* | Prototype an inline image plugin. | Matthew Barnes | 2009-11-10 | 2 | -0/+6 |
| | | | | Uses GtkImageView to display the image. | ||||
* | Bug 600926 - Fails to build due to missing dependencies | Jonathon Jongsma | 2009-11-10 | 1 | -1/+3 |
| | |||||
* | Bug 600926 - Fails to build due to missing dependencies | Yan Li | 2009-11-10 | 1 | -0/+4 |
| | |||||
* | Bug #557613 - evolution crashed with SIGSEGV in try_open_e_book_cb() | Chenthill Palanisamy | 2009-11-09 | 1 | -3/+4 |
| | |||||
* | Kill more redundant save functions. | Matthew Barnes | 2009-11-08 | 2 | -242/+0 |
| | |||||
* | Move EActivity and subclasses to e-util. | Matthew Barnes | 2009-11-08 | 2 | -2/+2 |
| | | | | | Planning to write some asynchronous utility functions in e-util that return EActivity objects. | ||||
* | Support other forward types for Anjal. | Srinivasa Ragavan | 2009-11-06 | 1 | -7/+9 |
| | |||||
* | Bug #599792 - Anjal composer's Send button doesn't work after pressed Save ↵ | Yan Li | 2009-11-06 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Drafts button This is due to an old hack that hiding a composer means we're closing it so save_draft_done() destroys the composer after saved draft. But in Anjal, the composer widget is always hidden (since the editor is reparented to the tab), and will be wrongly destroyed by save_draft_done() when you clicked "Save Draft" button. This patch improved the old hack, by adding a new API e_msg_composer_request_close() that can be used to request closing a composer (so the old hack is no longer needed). Internally, composer->priv->application_exiting is used to store this exiting status. So by this we no longer use a composer's visibility to check whether we're to close it. When you no longer need a composer after saved draft, call e_msg_composer_request_close() before sending the save-draft signal. The e_msg_composer_is_exiting() (removed by 983bea9) has to be bring back, which is needed by other programs that use the composer (Anjal here). (forward ported from 08150f6 of gnome-2-28) | ||||
* | Bug #598877 - Crash while sending mail, in report_status function | Milan Crha | 2009-11-06 | 2 | -4/+34 |
| | |||||
* | Bug #573304 - Forward an email shouldn't strip signature | Milan Crha | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | Bug #597582 - Original Date: header should be given precedence | David Woodhouse | 2009-11-05 | 4 | -15/+90 |
| | |||||
* | Bug #596027: In Anjal, although invalid mail address warning popup, mail's ↵ | Yan Li | 2009-11-05 | 1 | -0/+3 |
| | | | | | | | | tab closed automatically A new field "mail_sent" is added to the Composer to indicate whether the mail is sent successfully or not. This is needed by Anjal to know whether it can destroy the composer or not. | ||||
* | Fix a compiler error | Srinivasa Ragavan | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | Sync to disk the outbox, since if we crash, we endup sending mail again. | Srinivasa Ragavan | 2009-11-05 | 1 | -1/+4 |
| | |||||
* | Add support for Googlemail and hotmail/live/msn.com accounts. | Srinivasa Ragavan | 2009-11-04 | 1 | -1/+5 |
| | |||||
* | Bug #464400 - New mail notify should display sender and subject | Milan Crha | 2009-10-31 | 3 | -15/+56 |
| | |||||
* | Bug 600019 - Menu glitches when an account name is selected | Matthew Barnes | 2009-10-29 | 1 | -0/+40 |
| | |||||
* | Bug #268644 - unread mail shortcut collides with gtk tree search | Milan Crha | 2009-10-29 | 2 | -0/+17 |
| | | | | Re-applied, as it got lost on kill-bonobo merge | ||||
* | Bug 599896 - Flush outbox option is missing | Matthew Barnes | 2009-10-29 | 1 | -7/+8 |
| | | | | This also reverts commit f5165c618ae2defb310a0ed4eab06dac7346a2b0. | ||||
* | Bug 599882 - Crash in em_folder_tree_select_prev_path() when wrapping to bottom | Matthew Barnes | 2009-10-29 | 1 | -49/+82 |
| | | | | | Also fixes a whole bunch of memory leaks caused by unfreed strings and unfreed GtkTreePaths. | ||||
* | Don't update the message list when right-clicking on a folder. | Matthew Barnes | 2009-10-28 | 2 | -5/+21 |
| | | | | | | After the folder's context menu closes the folder tree selection jumps back to the folder whose contents are showing in the message list. Suggested by Philippe LeCavalier on evolution-list. | ||||
* | Fix a regression caused by the Forward button feature. | Matthew Barnes | 2009-10-28 | 1 | -12/+14 |
| | |||||
* | Add a menu to the Forward toolbar button. | Matthew Barnes | 2009-10-28 | 1 | -7/+55 |
| | | | | | Allows users to choose different mail forwarding methods without navigating the main menu. Suggested by Ng Oon-Ee on evolution-list. | ||||
* | Cleanup and rename filter classes. | Matthew Barnes | 2009-10-27 | 29 | -425/+428 |
| | |||||
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 7 | -22/+18 |
| | |||||
* | Prefer GQueue (or GNode) over EDList. | Matthew Barnes | 2009-10-27 | 9 | -164/+191 |
| | |||||
* | Remove some unfinished / unwanted bits from mail-mt. | Matthew Barnes | 2009-10-27 | 2 | -76/+1 |
| | |||||
* | Prefer GLib mutexes over pthread mutexes. | Matthew Barnes | 2009-10-27 | 4 | -185/+118 |
| | |||||
* | Bug #571039 - Shows all selected messages in a preview pane on a slow network | Milan Crha | 2009-10-27 | 4 | -15/+36 |
| | |||||
* | Bug #397265 - Image loading for new contact requires restarting Evolution | Milan Crha | 2009-10-26 | 3 | -186/+315 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2009-10-24 | 3 | -5/+5 |
| | |||||
* | Bug #575208 - Use complete template message with all attachments | Milan Crha | 2009-10-24 | 1 | -129/+134 |
| | |||||
* | Bug #484839 - Sort, when in threading mode, properly | Milan Crha | 2009-10-23 | 1 | -24/+240 |
| | |||||
* | Bug #238879 - Use explicit text color in a Welcome message | Milan Crha | 2009-10-19 | 21 | -21/+21 |
| | |||||
* | Bug #552779 - Sort order of messages by "From" is case sensitive | Milan Crha | 2009-10-16 | 2 | -16/+10 |
| | |||||
* | Bug #339628 - Non-default Draft folders are Draft folders too | Milan Crha | 2009-10-16 | 4 | -34/+21 |
| | |||||
* | Bug #522783 - Signature separator for HTML E-mails | Milan Crha | 2009-10-16 | 1 | -0/+13 |
| | | | | | | | | Reapplied patch from bug #551470, as this got dropped on merging. Be sure you all also gconftool-2 --install-schema-file=$PREFIX/etc/gconf/schemas/evolution-mail.schemas as new key had been added. | ||||
* | Bug #372435 - Show SMIME cert info from mail, not from cert db | Milan Crha | 2009-10-16 | 1 | -11/+4 |
| | |||||
* | Bug #597473 - Reply-all composes reply to wrong address | Milan Crha | 2009-10-16 | 1 | -0/+6 |
| | |||||
* | Bug #322261 - vCalendar replies are sent out using the default account | Milan Crha | 2009-10-16 | 3 | -32/+42 |
| | |||||
* | Bug #468736 - Prevent recursion in em-format | Milan Crha | 2009-10-16 | 1 | -1/+7 |
| | |||||
* | Bug #336337 - Send & receive dialog shows the default smtp server | Milan Crha | 2009-10-15 | 2 | -4/+52 |
| | |||||
* | Bug #542361 - Unhelpful error warnings | Milan Crha | 2009-10-15 | 1 | -20/+15 |
| | |||||
* | Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mail | Milan Crha | 2009-10-15 | 3 | -6/+41 |
| | |||||
* | Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' | Milan Crha | 2009-10-13 | 10 | -86/+32 |
| | |||||
* | Bug #498095 - Fixing mnemonics | Milan Crha | 2009-10-13 | 1 | -0/+2 |
| | |||||
* | Check whether message-list is filtered properly | Milan Crha | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Bug #596720 - Account assistance repeats itself after finishing | Milan Crha | 2009-10-12 | 1 | -7/+18 |
| | |||||
* | Bug #552552 - File/Empty Trash does not expunge maildir folders | Milan Crha | 2009-10-09 | 2 | -4/+16 |
| | |||||
* | Bug 595092 - Remove option to skip offline syncrhonization dialog | Matthew Barnes | 2009-10-08 | 1 | -16/+1 |
| | |||||
* | Enable mail-next-unread and mail-prev-unread for multi-selections. | Matthew Barnes | 2009-10-08 | 1 | -2/+2 |
| | |||||
* | Bug #596824 - evolution hangs on start up | Milan Crha | 2009-10-07 | 1 | -1/+10 |
| | |||||
* | Remove unneeded composer autosave functions. | Matthew Barnes | 2009-10-02 | 1 | -2/+0 |
| | |||||
* | Build with GTK_DISABLE_DEPRECATED and fix resulting breakage. | Matthew Barnes | 2009-10-02 | 1 | -1/+3 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 2 | -4/+7 |
| | |||||
* | Bug #594015 - Keeps "Loading..." node on the first fetch | Milan Crha | 2009-09-30 | 2 | -2/+13 |
| | |||||
* | Bug #594005 - Mailer preview pane doesn't update on show | Milan Crha | 2009-09-30 | 1 | -0/+5 |
| | |||||
* | Whitespace cleanup in em-folder-tree.c | Matthew Barnes | 2009-09-29 | 1 | -17/+18 |
| | |||||
* | Added Romanian welcome message | Adi Roiban | 2009-09-29 | 3 | -1/+321 |
| | |||||
* | Fix non-existent widget warning in account editor. | Matthew Barnes | 2009-09-28 | 1 | -11/+3 |
| | |||||
* | Trim unused or unnecessary bits from the import framework. | Matthew Barnes | 2009-09-26 | 4 | -93/+7 |
| | |||||
* | Fix duplicate symbols in Glade files. | Matthew Barnes | 2009-09-25 | 2 | -13/+13 |
| | |||||
* | Bug 596157 - Use "Message-ID" instead of "Message-Id" | Matthew Barnes | 2009-09-24 | 21 | -24/+24 |
| | |||||
* | Bug #593633 - Runtime warnings trying to create a recurrence event | Milan Crha | 2009-09-24 | 1 | -0/+4 |
| | |||||
* | Bug 594864 - "Select Folder" is a too generic title | Paul Bolle | 2009-09-24 | 1 | -1/+3 |
| | | | | Also for "Copy Folder To..." and "Move Folder To..." commands. | ||||
* | Bug 594864 - "Select Folder" is a too generic title | Paul Bolle | 2009-09-24 | 2 | -3/+3 |
| | | | | | | | | | A number of EMFolderSelector dialogs use a rather generic title: "Select Folder". Use more specific titles for three EMFolderSelector dialogs: - Move to Folder - Copy to Folder - Add Folder | ||||
* | Bug 594989 - Drop some dialog titles | Paul Bolle | 2009-09-24 | 1 | -10/+0 |
| | | | | | HIG suggests alerts (for which these titles are only used as far as I know) do not have a title. | ||||
* | Fix few valgrind claims | Milan Crha | 2009-09-22 | 1 | -0/+1 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Another attempt at fixing a label-related crash. | Matthew Barnes | 2009-09-21 | 1 | -0/+6 |
| | | | | | | | The reporter's label list in GConf had the default labels, but without the mnemonic underscores. So they weren't recognized as default labels. As a last ditch effort, generate a tag from the label name to ensure that e_mail_label_list_store_get_tag() never returns NULL. | ||||
* | Typo fix. | Andre Klapper | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Typo fix | Andre Klapper | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Bug 595668 - Crash on startup | Matthew Barnes | 2009-09-19 | 1 | -1/+2 |
| | | | | | This is a partial solution to avoid the crash. Still don't understand why e_mail_label_list_store_get_tag() is returning NULL. | ||||
* | Rename dead files to avoid fpeter's GNOME 2.99 scanner. | Matthew Barnes | 2009-09-19 | 6 | -0/+0 |
| | | | | Changed foo.dead.c to foo.c.dead and foo.dead.h to foo.h.dead. | ||||
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 2 | -1/+5 |
| | |||||
* | Remove a bunch of unused functions. | Matthew Barnes | 2009-09-15 | 3 | -216/+0 |
| | |||||
* | Bug 594528 - Crash when clicked on File->quit | Matthew Barnes | 2009-09-15 | 1 | -11/+12 |
| | |||||
* | Bug 594863 - Message body doesn't allow right click pop up menu | Matthew Barnes | 2009-09-13 | 3 | -4/+70 |
| | |||||
* | Followup fixes for inline folder renames. | Matthew Barnes | 2009-09-13 | 1 | -8/+11 |
| | |||||
* | Bug 217066 - Rename folders directly inside folder list | Matthew Barnes | 2009-09-13 | 4 | -84/+149 |
| | |||||
* | EMFolderTree code cleanup. | Matthew Barnes | 2009-09-13 | 2 | -202/+218 |
| | |||||
* | Bug 593899 - "Create Search Folder from Search" does not work | Matthew Barnes | 2009-09-11 | 1 | -75/+67 |
| | |||||
* | Bug 593892 - 'Find in message' issues when clearing search | Matthew Barnes | 2009-09-11 | 2 | -2/+47 |
| | |||||
* | Bug 593905 - 'Subject or Addresses contains' search criteria missing | Matthew Barnes | 2009-09-11 | 1 | -14/+10 |
| | |||||
* | Require a parent window when creating an EMFolderSelector. | Matthew Barnes | 2009-09-11 | 12 | -169/+106 |
| | |||||
* | Bug #594628 - Switching back from Outgoing filters to Incoming filters does not | Chenthill Palanisamy | 2009-09-10 | 1 | -1/+1 |
| | | | | show existing incoming filters | ||||
* | Bug 593659 - Missing UI error messages | Matthew Barnes | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Bug #571881 - Make messages inherit labels from collapsed subtree | Matt McCutchen | 2009-09-09 | 1 | -198/+149 |
| | |||||
* | Mark dead source files as such. | Matthew Barnes | 2009-09-09 | 7 | -19/+0 |
| | | | | | I still want to look through these before deleting them to make sure I didn't overlook anything. | ||||
* | Finish killing Bonobo. | Matthew Barnes | 2009-09-09 | 8 | -928/+157 |
| | |||||
* | Get the mailing-list-actions plugin working. | Matthew Barnes | 2009-09-05 | 3 | -258/+282 |
| | | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to. | ||||
* | Remove some obsolete utility functions. | Matthew Barnes | 2009-09-05 | 1 | -1/+3 |
| | |||||
* | Bug 594002 - Stuck mail activities when error occurs | Milan Crha | 2009-09-05 | 1 | -4/+4 |
| | |||||
* | Kill the default parent window hack in e-error.c. | Matthew Barnes | 2009-09-05 | 5 | -12/+76 |
| | | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning. | ||||
* | Bug #593922 - Reply freezes evo | Milan Crha | 2009-09-02 | 1 | -0/+2 |
| | |||||
* | Relax the EBinding API to reduce GObject casting. | Matthew Barnes | 2009-09-02 | 3 | -26/+26 |
| | | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing. | ||||
* | Bug 592169 - "Checking for new mail" doesn't show which folder | Milan Crha | 2009-09-01 | 1 | -0/+1 |
| | |||||
* | Bug #593779 - re-committing patch from bug #214238 | Milan Crha | 2009-09-01 | 1 | -9/+20 |
| | |||||
* | Bug 593614 - efh_format_secure() recurses forever | Matthew Barnes | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Bug 593685 - Insensitive actions after start | Matthew Barnes | 2009-09-01 | 1 | -2/+0 |
| | |||||
* | Fix distcheck errors. | Matthew Barnes | 2009-08-30 | 2 | -1269/+0 |
| | |||||
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 9 | -736/+99 |
| | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. | ||||
* | Fix return types | Kjartan Maraas | 2009-08-27 | 1 | -3/+3 |
| | |||||
* | Add menu item ellipsis according to bug #324492. | Matthew Barnes | 2009-08-25 | 2 | -2/+2 |
| | |||||
* | Bug 488409 - Remember size of filter/vfolder editor windows | Matthew Barnes | 2009-08-25 | 5 | -176/+295 |
| | |||||
* | Stop killing evolution-data-server services. | Matthew Barnes | 2009-08-23 | 1 | -2/+0 |
| | | | | That includes startup and --force-shutdown. | ||||
* | Bug 571488 - Migrate from deprecated gnome_sound to libcanberra | H.Habighorst | 2009-08-23 | 3 | -3/+6 |
| | |||||
* | Re-enable more calendar bits. | Matthew Barnes | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Bug 567260 - Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-18 | 4 | -237/+86 |
| | |||||
* | Bug 591829 - Dragging mails to folder tree does not work | Matthew Barnes | 2009-08-18 | 2 | -140/+7 |
| | |||||
* | Bug 591830 - Inline attachments no longer shown | Matthew Barnes | 2009-08-18 | 1 | -148/+6 |
| | |||||
* | Bug 592032 - Marks message as read when preview is off | Matthew Barnes | 2009-08-18 | 4 | -21/+24 |
| | |||||
* | Fix a duplicate mnemonic. | Matthew Barnes | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | Bug 592034 - Reply to List doesn't work | Matthew Barnes | 2009-08-18 | 2 | -27/+22 |
| | |||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 3 | -38/+1 |
| | |||||
* | Fix the Labels tab in mail-config.glade. | Matthew Barnes | 2009-08-12 | 1 | -1293/+807 |
| | | | | | Also, explicitly specifiy GtkVBox orientations so Glade doesn't stupidly assume it's horizontal. Makes them kind of hard to edit otherwise. | ||||
* | Bug #205137 - Configurable date formats in components | Milan Crha | 2009-08-12 | 4 | -719/+1315 |
| | |||||
* | Clean up setup assistant strings | Seán de Búrca | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Clean up setup assistant strings | Seán de Búrca | 2009-08-11 | 1 | -6/+6 |
| | |||||
* | Make Port string only for Anjal. | Srinivasa Ragavan | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Bug #563041 - Template plugin doesn't work; added new variables | Bharath Acharya | 2009-08-11 | 1 | -31/+47 |
| | | | | $sender_name and $sender_email | ||||
* | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 9 | -1216/+22 |
| | | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup. | ||||
* | Seal up ESignature and add GObject properties. | Matthew Barnes | 2009-08-07 | 2 | -5/+1101 |
| | |||||
* | Remove some unnecessary Bonobo includes. | Matthew Barnes | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 1 | -1/+42 |
| | |||||
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 18 | -48/+84 |
|\ | |||||
| * | BUG #472079 (BNC) - Cannot Edit Account When Proxy | Bharath Acharya | 2009-07-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * em-account-prefs.c (account_edit_clicked), (account_cursor_change): Do not disable the option to edit accounts when proxy accounts are enabled. Bug Description: If you open a Groupwise proxy, and then go into Edit >> Preferences you cannot edit your own email account until the proxy is closed. The Edit button is grayed out. | ||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2009-07-26 | 6 | -11/+10 |
| | | |||||
| * | BUG #589494: Doesn't print full list of recipients | Bharath Acharya | 2009-07-24 | 1 | -0/+5 |
| | | | | | | | | Display all email addresses by default for the To, Cc and Bcc fields. | ||||
| * | Unref idle loops in finalize. | Srinivasa Ragavan | 2009-07-24 | 2 | -2/+10 |
| | | |||||
| * | Bug #339361 (bnc) - soap threading not working. | Chenthill Palanisamy | 2009-07-23 | 4 | -16/+25 |
| | | |||||
| * | Bug #589412 - Wrong notice in message list when messages are hidden | Milan Crha | 2009-07-23 | 1 | -0/+2 |
| | | |||||
| * | Hide signatures for Anjal. | Srinivasa Ragavan | 2009-07-22 | 1 | -1/+2 |
| | | |||||
| * | Make it possible to have send receive with out dialog | Srinivasa Ragavan | 2009-07-22 | 2 | -5/+13 |
| | | |||||
| * | Bug #588787 - Crash on search in an active account or all accounts | Milan Crha | 2009-07-22 | 2 | -10/+26 |
| | | |||||
| * | Change for Anjal to support forwarding of mails | Srinivasa Ragavan | 2009-07-20 | 2 | -7/+12 |
| | | |||||
| * | Add code to have optional status bar for Anjal. | Srinivasa Ragavan | 2009-07-20 | 1 | -7/+16 |
| | | |||||
| * | Add code to handle mail-mt's requirement. | Srinivasa Ragavan | 2009-07-20 | 2 | -0/+10 |
| | | |||||
| * | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 17 | -44/+44 |
| | | |||||
| * | Return account check flag. | Srinivasa Ragavan | 2009-07-16 | 2 | -3/+3 |
| | | |||||
| * | Remove obsolete part of translator comment | Claude Paroz | 2009-07-15 | 1 | -3/+0 |
| | | |||||
| * | Bug #214238 - Indicate unread emails in closed tree subfolders | Milan Crha | 2009-07-15 | 1 | -9/+20 |
| | | |||||
| * | Use reverse str lookup for email separation. | Srinivasa Ragavan | 2009-07-15 | 1 | -1/+1 |
| | | |||||
| * | Use reverse string lookup for domain/username sepration in email | Srinivasa Ragavan | 2009-07-15 | 1 | -1/+1 |
| | | | | | | | | breakdown. Gmail domain users have email as username. | ||||
* | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 14 | -29/+29 |
| | | |||||
* | | Fix an activity cancellation crasher. | Matthew Barnes | 2009-07-18 | 1 | -3/+10 |
| | | |||||
* | | Implement the mail backend's quit strategy. | Matthew Barnes | 2009-07-17 | 1 | -151/+1 |
| | | |||||
* | | Prompt when exiting with unsent messages. | Matthew Barnes | 2009-07-17 | 1 | -2/+3 |
| | | |||||
* | | Fix some leftover merge artifacts. | Matthew Barnes | 2009-07-16 | 1 | -8046/+0 |
| | | |||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-15 | 2 | -0/+8053 |
|\| | |||||
| * | Add tip to specify port as part of the server name. String suggestion | Srinivasa Ragavan | 2009-07-14 | 2 | -83/+266 |
| | | | | | | | | from Matthew Barnes. | ||||
| * | Bug #586958 - Too long texts instartup wizard | Michael Terry | 2009-07-13 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | [PATCH 1/2] [restore-backup] Make intro text wrap The introductory text to the 'Restore from backup' page is too long, especially in some languages. This patch wraps the label as other labels in the startup wizard are wrapped. [PATCH 2/2] Don't break long labels unnecessarily A few strings had unnecessary end lines in them, which fight with the natural line-wrap algorithm. | ||||
| * | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 50 | -135/+0 |
| | | |||||
| * | Bug #587699 - Localize only local folder names | Milan Crha | 2009-07-07 | 1 | -1/+1 |
| | | |||||
| * | Kill EConfigListener. | Matthew Barnes | 2009-07-03 | 1 | -1/+1 |
| | | |||||
| * | Fix whitespace issues in em-account-editor.c. | Matthew Barnes | 2009-07-03 | 1 | -811/+811 |
| | | |||||
* | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 34 | -64/+0 |
| | | |||||
* | | Fix some issues when building Anjal. | Matthew Barnes | 2009-07-13 | 2 | -4/+8 |
| | | |||||
* | | Use an EShellSettings property for folder tree search. | Matthew Barnes | 2009-07-11 | 1 | -3/+0 |
| | | |||||
* | | Kill the last GtkOptionMenu instances. | Matthew Barnes | 2009-07-03 | 2 | -172/+22 |
| | | | | | | | | | | | | | | Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c. The widget provides a "charset" string property that allows us to bind to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions() to e-util/e-charset.c. Updated Glade files, #include lines, etc. | ||||
* | | Fix merge issues in EMAccountEditor. | Matthew Barnes | 2009-07-02 | 2 | -150/+257 |
| | |