Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use EClientComboBox where appropriate. | Matthew Barnes | 2013-03-02 | 34 | -427/+527 |
| | | | | Basically any place where we use both EClient and ESourceComboBox. | ||||
* | Add EClientComboBox. | Matthew Barnes | 2013-03-02 | 7 | -0/+582 |
| | |||||
* | EClientSelector: Pre-fetch selected clients. | Matthew Barnes | 2013-03-02 | 1 | -0/+51 |
| | |||||
* | e_client_selector_get_client_sync(): Add argument guards. | Matthew Barnes | 2013-03-02 | 1 | -0/+3 |
| | |||||
* | e-client-selector.h: Add missing G_END_DECLS. | Matthew Barnes | 2013-03-02 | 1 | -0/+2 |
| | |||||
* | Never ever pre-fetch anything in EClientSelector | Milan Crha | 2013-03-01 | 1 | -36/+0 |
| | | | | | | | | | | That's the worst idea for many reasons, couple examples: - password prompts after evolution's run for disabled (in selector) sources - too much unnecessary network I/O (most remote backends runs sync on open) - doesn't do what user told it to do (Unselected means unselected. Dot.) - unable to debug anything in factories when it misbehaves this way Next time ask peers, users and usability experts for their opinion, before doing such decision. | ||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2013-03-01 | 1 | -4/+4 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2013-03-01 | 1 | -382/+216 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2013-03-01 | 1 | -5014/+5222 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2013-03-01 | 2 | -1442/+1302 |
| | |||||
* | e_mail_config_service_backend_get_settings: Another corner case. | Matthew Barnes | 2013-03-01 | 1 | -4/+9 |
| | | | | | | ESourceCollection's default backend name is "none". Unfortunately so is CamelNullStore's provider name. Make sure these two misfits don't get paired up! | ||||
* | Added mnemonic widget for 'Time zone' field in event editor | Vadim Rutkovsky | 2013-02-28 | 1 | -2/+3 |
| | |||||
* | EMailPartItip: Remove redundant client cache. | Matthew Barnes | 2013-02-28 | 3 | -46/+0 |
| | | | | EClientCache already serves this purpose. | ||||
* | ItipView: Use EClientCache to obtain calendar clients. | Matthew Barnes | 2013-02-28 | 1 | -3/+25 |
| | |||||
* | ItipView: Replace "registry" property with "client-cache". | Matthew Barnes | 2013-02-28 | 5 | -101/+146 |
| | | | | Obtain the ESourceRegistry with e_client_cache_ref_registry(). | ||||
* | itip-view.h cleanups. | Matthew Barnes | 2013-02-28 | 1 | -179/+159 |
| | |||||
* | EClientCache cleanups. | Matthew Barnes | 2013-02-28 | 2 | -99/+105 |
| | |||||
* | Remove em_utils_in_addressbook(). | Matthew Barnes | 2013-02-27 | 2 | -318/+0 |
| | | | | No longer used. | ||||
* | Remove emu_free_mail_cache(). | Matthew Barnes | 2013-02-27 | 3 | -119/+1 |
| | | | | No longer needed, since the resources it frees are no longer used. | ||||
* | Remove emu_remove_from_mail_cache(). | Matthew Barnes | 2013-02-27 | 2 | -48/+0 |
| | | | | No longer used. | ||||
* | Remove emu_remove_from_mail_cache_1(). | Matthew Barnes | 2013-02-27 | 2 | -15/+0 |
| | | | | No longer used. | ||||
* | Remove em_utils_contact_photo(). | Matthew Barnes | 2013-02-27 | 2 | -103/+0 |
| | | | | No longer used. | ||||
* | EHTTPRequest: Use e_mail_ui_session_check_known_address_sync(). | Matthew Barnes | 2013-02-27 | 1 | -6/+25 |
| | | | | | Use e_mail_ui_session_check_known_address_sync() to help determine whether to automatically display images in a text/html MIME part. | ||||
* | EMailSession: Remove get_filter_driver() implementation. | Matthew Barnes | 2013-02-27 | 1 | -61/+0 |
| | | | | | This gets overshadowed by EMailUISession's implementation, which also sets up the filter log file plus much more. | ||||
* | Move CamelSession.lookup_addressbook() handler to EMailUISession. | Matthew Barnes | 2013-02-27 | 2 | -23/+39 |
| | | | | | Have the new handler call e_mail_ui_session_check_known_address_sync() instead of em_utils_in_addressbook(). | ||||
* | Add e_mail_ui_session_check_known_address_sync(). | Matthew Barnes | 2013-02-27 | 2 | -0/+126 |
| | | | | | | | | | | | Replaces em_utils_in_addressbook(). Foregos any address caching since any such cache would likely not be updated properly as contacts are added and removed and would lead to incorrect results. An asynchronous variation of this function can be easily added at some future date should a need arise. | ||||
* | EMailReader: Remove addresses from EPhotoCache as needed. | Matthew Barnes | 2013-02-27 | 1 | -5/+28 |
| | | | | Use e_photo_cache_remove() instead of emu_remove_from_mail_cache_1(). | ||||
* | EMailFormatter: Remove "only-local-photos" property. | Matthew Barnes | 2013-02-27 | 6 | -72/+4 |
| | | | | EPhotoCache already handles this setting. | ||||
* | EMailRequest: Use EPhotoCache to obtain contact photos. | Matthew Barnes | 2013-02-27 | 1 | -67/+40 |
| | |||||
* | EMailUISession: Add a read-only "photo-cache" property. | Matthew Barnes | 2013-02-27 | 2 | -1/+40 |
| | | | | | | New functions: e_mail_ui_session_get_photo_cache() | ||||
* | Add ESettingsPhotoCache. | Matthew Barnes | 2013-02-27 | 4 | -0/+161 |
| | | | | Configures an EPhotoCache with values from GSettings. | ||||
* | Add EPhotoCache. | Matthew Barnes | 2013-02-27 | 7 | -0/+1053 |
| | | | | | | Caches contact photos by email address. Replaces the disastrous implementation in e-mail-utils.c. | ||||
* | EMailRequest cleanups. | Matthew Barnes | 2013-02-27 | 1 | -30/+44 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-02-27 | 2 | -1889/+1794 |
| | |||||
* | Remove obsolete "mime-types" mail setting. | Matthew Barnes | 2013-02-27 | 1 | -5/+0 |
| | | | | | | | | | | | Description: "If there isn't a builtin viewer for a particular MIME type inside Evolution, any MIME types appearing in this list which map to a Bonobo component viewer in GNOME's MIME type database may be used for displaying content." Wow, that's ancient. How did that get missed? | ||||
* | Bug #693250 - Signature HTML problem using <...> | Milan Crha | 2013-02-27 | 1 | -0/+12 |
| | |||||
* | Bug #693625 - [itip-formatter] Save button insensitive for multiple events | Milan Crha | 2013-02-26 | 1 | -0/+2 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-02-26 | 1 | -280/+265 |
| | |||||
* | evolution-addressbook-export: Flush event sources before exiting. | Matthew Barnes | 2013-02-26 | 1 | -0/+6 |
| | | | | | | Flush any undispated event sources from the default main loop context. Since this program does not use a main loop, these event sources would otherwise leak. | ||||
* | evolution-addressbook-export: Return nothing from action functions. | Matthew Barnes | 2013-02-26 | 3 | -12/+8 |
| | | | | The previous return value was not being checked anyway. | ||||
* | evolution-addressbook-export: Add ESourceRegistry to ActionContext. | Matthew Barnes | 2013-02-26 | 4 | -15/+15 |
| | |||||
* | evolution-addressbook-export: Make ActionContext a struct. | Matthew Barnes | 2013-02-26 | 4 | -37/+25 |
| | | | | Defining this as a union makes the code needlessly verbose. | ||||
* | evolution-addressbook-export: Remove --async option. | Matthew Barnes | 2013-02-26 | 3 | -127/+15 |
| | | | | Pointless option, does the same as "evolution-addressbook-export &". | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-02-26 | 1 | -843/+791 |
| | |||||
* | ETaskShellSidebar: Remove "loading" status message. | Matthew Barnes | 2013-02-25 | 1 | -4/+0 |
| | | | | | | Emitting a "client-added" signal should not trigger any blocking calls, so the "loading" status message will flash by too quickly to be noticed, if it gets drawn at all. Just remove it. | ||||
* | EMemoShellSidebar: Remove "loading" status message. | Matthew Barnes | 2013-02-25 | 1 | -4/+0 |
| | | | | | | Emitting a "client-added" signal should not trigger any blocking calls, so the "loading" status message will flash by too quickly to be noticed, if it gets drawn at all. Just remove it. | ||||
* | ECalShellSidebar: Remove "loading" status message. | Matthew Barnes | 2013-02-25 | 1 | -4/+0 |
| | | | | | | Emitting a "client-added" signal should not trigger any blocking calls, so the "loading" status message will flash by too quickly to be noticed, if it gets drawn at all. Just remove it. | ||||
* | ETaskShellSidebar: Show a unique display name while connecting. | Matthew Barnes | 2013-02-25 | 1 | -2/+8 |
| | | | | Use e_source_registry_dup_unique_display_name() in the status message. | ||||
* | EMemoShellSidebar: Show a unique display name while connecting. | Matthew Barnes | 2013-02-25 | 1 | -2/+8 |
| | | | | Use e_source_registry_dup_unique_display_name() in the status message. | ||||
* | ECalShellSidebar: Show a unique display name while connecting. | Matthew Barnes | 2013-02-25 | 1 | -2/+8 |
| | | | | Use e_source_registry_dup_unique_display_name() in the status message. | ||||
* | Remove change-keyboard-shortcuts.page due to last commit | Andre Klapper | 2013-02-25 | 1 | -1/+0 |
| | |||||
* | User Docs: Remove change-keyboard-shortcuts: Moved to ↵ | Andre Klapper | 2013-02-25 | 1 | -32/+0 |
| | | | | gnome-user-docs/gnome-help/keyboard-shortcuts-set.page in 3e8936b702fc79be970936dccf1574e8265695a2 | ||||
* | EAddressbookModel: Listen to the cache for client readonly changes. | Matthew Barnes | 2013-02-25 | 1 | -33/+43 |
| | | | | | | | | | | | | Change notifications for EClient's "readonly" property can come on any thread. Our "notify::readonly" signal handler immediately updates the model's editable status, which triggers GTK+ calls, which can crash the application if we're not in the correct thread. Connect instead to EClientCache's "client-notify" signal, which is always emitted from EClientCache's dedicated main loop context, and happens to be the same main loop context that GTK+ uses. It's also less bookkeeping when the model's EBookClient gets replaced. | ||||
* | EAddressbookModel: Replace "registry" property with "client-cache". | Matthew Barnes | 2013-02-25 | 5 | -56/+89 |
| | | | | | | | | | Registry can still be accessed through e_client_cache_ref_registry(), but we'll want to utilize the client cache as well. e_addressbook_model_new() now takes an EClientCache instead of an ESourceRegistry, and e_addressbook_model_get_registry() is replaced by e_addressbook_model_get_client_cache(). | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-02-25 | 1 | -117/+105 |
| | |||||
* | Updated gujarati file | Sweta Kothari | 2013-02-25 | 1 | -5607/+5644 |
| | |||||
* | Bug 694159 - Malformed content-type header causes infinite recursion | Matthew Barnes | 2013-02-25 | 1 | -0/+6 |
| | |||||
* | Bug 694460 - 'Email' section toggle button in contact editor has incorrect name | Vadim Rutkovsky | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | Updated Greek translation | Dimitris Spingos | 2013-02-25 | 1 | -1382/+1346 |
| | |||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-02-24 | 1 | -106/+103 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-02-24 | 16 | -34/+38 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-02-24 | 1 | -210/+201 |
| | |||||
* | Remove an unused calendar error message. | Matthew Barnes | 2013-02-23 | 1 | -7/+0 |
| | |||||
* | ETaskShellSidebar: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 2 | -31/+17 |
| | | | | Use a standard format for naming an ESource in user-visible messages. | ||||
* | EMemoShellSidebar: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 2 | -31/+17 |
| | | | | Use a standard format for naming an ESource in user-visible messages. | ||||
* | ECalShellSidebar: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 2 | -29/+15 |
| | | | | Use a standard format for naming an ESource in user-visible messages. | ||||
* | EClientCache: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 1 | -54/+50 |
| | | | | Use a standard format for naming an ESource in user-visible messages. | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-02-23 | 1 | -2085/+2947 |
| | |||||
* | EClientSelector: Pre-fetch relevant EClient instance. | Matthew Barnes | 2013-02-22 | 1 | -0/+36 |
| | | | | | | Asyncrhonously fetch all relevant EClient instances during instance initialization to try and get them cached ahead of time, and so that all status icons are present when the tree view is shown. | ||||
* | EMailSession: Use camel_session_ref_main_context(). | Matthew Barnes | 2013-02-22 | 1 | -1/+3 |
| | |||||
* | Bug #694363 - CALDAV navigation through Calendars or Tasklist is wrong | Milan Crha | 2013-02-22 | 1 | -3/+3 |
| | |||||
* | Bug #694170 - Accepted invitation not removed from Inbox when it should | Milan Crha | 2013-02-22 | 1 | -3/+1 |
| | |||||
* | Correct label for "Country:" textbox in Work section on | Vadim Rutkovsky | 2013-02-22 | 1 | -1/+1 |
| | | | | | | "Mailing Address" tab of contact editor https://bugzilla.gnome.org/show_bug.cgi?id=692020 | ||||
* | Add mnemonic widgets for Status and Priority comboboxes | Vadim Rutkovsky | 2013-02-22 | 1 | -0/+2 |
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693660 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-02-22 | 1 | -643/+679 |
| | |||||
* | Autocompletion - do not use quick timeout when user types text | Milan Crha | 2013-02-22 | 1 | -1/+1 |
| | | | | | The quick timeout is used only when new items are found, do not use it when user types text, because it flickers. | ||||
* | Bug #693420 - Crash when adding contact list as attendee | Milan Crha | 2013-02-22 | 1 | -2/+3 |
| | |||||
* | Speed-up auto-completion results showing | Milan Crha | 2013-02-22 | 1 | -11/+22 |
| | | | | | | The results were postponed to show as long as there were new notifications about added contacts, which could take quite long for many matched items. This shows the results with smaller timeout and without postponing. | ||||
* | Fix a memory leak in EMailDisplay::do_reload_display | Milan Crha | 2013-02-21 | 1 | -2/+2 |
| | |||||
* | EClientSelector: Add a backend status icon. | Matthew Barnes | 2013-02-21 | 2 | -0/+170 |
| | | | | | | | Append a tree view column to display a symbolic icon hinting at backend status. Currently this only displays icons for online/offline and when the backend dies. I'd also like to add a spinner icon to indicate when we're processing a query and for other long-running activities. | ||||
* | Add e_client_selector_ref_cached_client_by_iter(). | Matthew Barnes | 2013-02-21 | 3 | -0/+41 |
| | |||||
* | Add e_source_selector_ref_source_by_iter(). | Matthew Barnes | 2013-02-21 | 3 | -0/+35 |
| | |||||
* | ESourceSelector: Make source_selector_update_row() public. | Matthew Barnes | 2013-02-21 | 3 | -83/+101 |
| | | | | Gonna need to call this from the EClientSelector subclass. | ||||
* | Add e_client_selector_is_backend_dead(). | Matthew Barnes | 2013-02-21 | 3 | -0/+40 |
| | | | | | | | Returns TRUE if an EClient instance for the given source and the value of ESourceSelector's "extension-name" property was recently discarded after having emitted a "backend-died" signal, and a replacement EClient instance has not yet been created. | ||||
* | Add e_client_cache_is_backend_dead(). | Matthew Barnes | 2013-02-21 | 3 | -0/+52 |
| | | | | | | Returns TRUE if an EClient instance for the given source and extension name was recently discarded after having emitted a "backend-died" signal, and a replacement EClient instance has not yet been created. | ||||
* | EClientCache: Don't emit signals while holding a lock. | Matthew Barnes | 2013-02-21 | 1 | -2/+28 |
| | | | | | Jeez, I should know this by now. Schedule an idle callback on the internal GMainContext to emit the signal like we do for other signals. | ||||
* | EClientCache: Add a "client-notify" signal. | Matthew Barnes | 2013-02-21 | 2 | -1/+104 |
| | | | | Rebroadcasts a GObject::notify signal emitted by a cached EClient. | ||||
* | EClientCache: Fix some signal handler ID variable names. | Matthew Barnes | 2013-02-21 | 1 | -10/+10 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2013-02-21 | 1 | -1125/+1115 |
| | |||||
* | Show local images in Signature preview | Milan Crha | 2013-02-21 | 1 | -2/+62 |
| | | | | | | | WebKit deny in loading local URIs (file://...) when an HTML body is constructed from a string, not from a local file, thus fix the URIs into "evo-file://", which are passed into our request handlers, which can load the local files. | ||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-02-20 | 1 | -207/+198 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | EAttachment: Use Subject as fallback filename for message attachments | Milan Crha | 2013-02-20 | 1 | -0/+21 |
| | |||||
* | EAttachment: Decode part's file name before using it | Milan Crha | 2013-02-20 | 1 | -2/+12 |
| | |||||
* | Bug #674236 - Extra ref in e_action_combo_box_set_action() | Milan Crha | 2013-02-19 | 1 | -2/+3 |
| | |||||
* | Remove task_shell_sidebar_ref_client_cache(). | Matthew Barnes | 2013-02-19 | 1 | -28/+7 |
| | | | | Use e_client_selector_ref_cached_client() for remaining cases. | ||||
* | Remove memo_shell_sidebar_ref_client_cache(). | Matthew Barnes | 2013-02-19 | 1 | -28/+7 |
| | | | | Use e_client_selector_ref_cached_client() for remaining cases. | ||||
* | Remove cal_shell_sidebar_ref_client_cache(). | Matthew Barnes | 2013-02-19 | 1 | -28/+7 |
| | | | | Use e_client_selector_ref_cached_client() for remaining cases. | ||||
* | ETaskShellSidebar: Use EClientSelector to obtain EClient instances. | Matthew Barnes | 2013-02-19 | 1 | -22/+11 |
| | |||||
* | EMemoShellSidebar: Use EClientSelector to obtain EClient instances. | Matthew Barnes | 2013-02-19 | 1 | -22/+11 |
| | |||||
* | ECalShellSidebar: Use EClientSelector to obtain EClient instances. | Matthew Barnes | 2013-02-19 | 1 | -22/+11 |
| | |||||
* | ETaskListSelector: Inherit from EClientSelector. | Matthew Barnes | 2013-02-19 | 3 | -16/+28 |
| | | | | Use e_client_selector_get_client() to obtain an EClient. | ||||
* | EMemoListSelector: Inherit from EClientSelector. | Matthew Barnes | 2013-02-19 | 3 | -16/+28 |
| | | | | Use e_client_selector_get_client() to obtain an EClient. | ||||
* | ECalendarSelector: Inherit from EClientSelector. | Matthew Barnes | 2013-02-19 | 3 | -13/+24 |
| | | | | Use e_client_selector_get_client() to obtain an EClient. | ||||
* | EAddressbookSelector: Inherit from EClientSelector. | Matthew Barnes | 2013-02-19 | 3 | -14/+26 |
| | | | | Use e_client_selector_get_client() to obtain an EClient. | ||||
* | Add EClientSelector. | Matthew Barnes | 2013-02-19 | 7 | -1/+535 |
| | | | | | | | | EClientSelector extends the functionality of ESourceSelector by utilizing an EClientCache to display status information about the backends associated with the displayed data sources. (No backend status is displayed just yet, but that's the plan.) | ||||
* | Updated Serbian translation | Мирослав Николић | 2013-02-18 | 2 | -1644/+1470 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.90 release.EVOLUTION_3_7_90 | Matthew Barnes | 2013-02-18 | 1 | -0/+24 |
| | |||||
* | EClientCache: Keep a strong reference on the ESourceRegistry. | Matthew Barnes | 2013-02-18 | 1 | -20/+19 |
| | | | | | | | | Changed my mind. There's some scenarios where a function depends on an ESourceRegistry but could also utilize an EClientCache, and it would be nice to just pass the EClientCache and extract the ESourceRegistry from it, so we need to make sure the ESourceRegistry will be there when it's needed and not quietly disappear. | ||||
* | ETaskShellBackend: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -38/+60 |
| | |||||
* | EMemoShellBackend: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -38/+60 |
| | |||||
* | ECalShellBackend: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -44/+85 |
| | |||||
* | EBookShellView: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 2 | -8/+44 |
| | |||||
* | EBookShellBackend: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -6/+14 |
| | |||||
* | TaskPage: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -3/+12 |
| | |||||
* | MemoPage: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -3/+12 |
| | |||||
* | EventPage: Use EClientCache to obtain an EClient. | Matthew Barnes | 2013-02-18 | 1 | -3/+12 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-02-17 | 1 | -283/+295 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-02-17 | 1 | -234/+282 |
| | |||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-02-17 | 1 | -649/+677 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | ETaskShellSidebar: Remove internal client table. | Matthew Barnes | 2013-02-17 | 1 | -107/+14 |
| | | | | No longer needed, replaced by EClientCache. | ||||
* | EMemoShellSidebar: Remove internal client table. | Matthew Barnes | 2013-02-17 | 1 | -107/+14 |
| | | | | No longer needed, replaced by EClientCache. | ||||
* | ECalShellSidebar: Remove internal client table. | Matthew Barnes | 2013-02-17 | 1 | -107/+14 |
| | | | | No longer needed, replaced by EClientCache. | ||||
* | ETaskShellSidebar: Use EClientCache to determine refresh support. | Matthew Barnes | 2013-02-17 | 1 | -7/+12 |
| | | | | | | In task_shell_sidebar_check_state(), determine whether the selected source supports refresh by way of e_client_cache_ref_cached_client() and e_client_check_refresh_supported(). | ||||
* | EMemoShellSidebar: Use EClientCache to determine refresh support. | Matthew Barnes | 2013-02-17 | 1 | -7/+12 |
| | | | | | | In memo_shell_sidebar_check_state(), determine whether the selected source supports refresh by way of e_client_cache_ref_cached_client() and e_client_check_refresh_supported(). | ||||
* | ECalShellSidebar: Use EClientCache to determine refresh support. | Matthew Barnes | 2013-02-17 | 1 | -7/+12 |
| | | | | | | In cal_shell_sidebar_check_state(), determine whether the selected source supports refresh by way of e_client_cache_ref_cached_client() and e_client_check_refresh_supported(). | ||||
* | Remove e_task_shell_sidebar_get_clients(). | Matthew Barnes | 2013-02-17 | 2 | -15/+0 |
| | | | | No longer used. | ||||
* | Remove e_memo_shell_sidebar_get_clients(). | Matthew Barnes | 2013-02-17 | 2 | -15/+0 |
| | | | | No longer used. | ||||
* | Remove e_cal_shell_sidebar_get_clients(). | Matthew Barnes | 2013-02-17 | 2 | -15/+0 |
| | | | | No longer used. | ||||
* | e_task_shell_view_delete_completed: Obtain client list from ECalModel. | Matthew Barnes | 2013-02-17 | 1 | -3/+8 |
| | |||||
* | Remove client list param from e_task_table_process_completed_tasks(). | Matthew Barnes | 2013-02-17 | 3 | -24/+12 |
| | | | | | ETaskTable can retrieve the client list from its internal ECalModel using e_cal_model_get_client_list(). | ||||
* | Remove e_task_shell_view_update_timezone(). | Matthew Barnes | 2013-02-17 | 2 | -33/+0 |
| | | | | | | | Thanks to the "default-timezone" property binding created by ESettingsClientCache, changes to the "cal-timezone" setting are automatically propagated to all ECalClient instances created by EClientCache. | ||||
* | Remove e_memo_shell_view_update_timezone(). | Matthew Barnes | 2013-02-17 | 2 | -33/+0 |
| | | | | | | | Thanks to the "default-timezone" property binding created by ESettingsClientCache, changes to the "cal-timezone" setting are automatically propagated to all ECalClient instances created by EClientCache. | ||||
* | Remove e_cal_shell_view_update_timezone(). | Matthew Barnes | 2013-02-17 | 2 | -33/+0 |
| | | | | | | | Thanks to the "default-timezone" property binding created by ESettingsClientCache, changes to the "cal-timezone" setting are automatically propagated to all ECalClient instances created by EClientCache. | ||||
* | ETaskShellSidebar: Use EClientCache to obtain EClient instances. | Matthew Barnes | 2013-02-17 | 1 | -65/+40 |
| | | | | | Also, defer to ESettingsClientCache to automatically set the default timezone on new ECalClient instances. | ||||
* | EMemoShellSidebar: Use EClientCache to obtain EClient instances. | Matthew Barnes | 2013-02-17 | 1 | -65/+40 |
| | | | | | Also, defer to ESettingsClientCache to automatically set the default timezone on new ECalClient instances. | ||||
* | ECalShellSidebar: Use EClientCache to obtain EClient instances. | Matthew Barnes | 2013-02-17 | 1 | -65/+40 |
| | | | | | Also, defer to ESettingsClientCache to automatically set the default timezone on new ECalClient instances. | ||||
* | Defer "backend-error" alerts to shell views. | Matthew Barnes | 2013-02-17 | 4 | -154/+0 |
| | |||||
* | ETaskShellView: Handle error signals from task list backends. | Matthew Barnes | 2013-02-17 | 2 | -3/+50 |
| | |||||
* | EMemoShellView: Handle error signals from memo list backends. | Matthew Barnes | 2013-02-17 | 2 | -1/+50 |
| | |||||
* | ECalShellView: Handle error signals from calendar backends. | Matthew Barnes | 2013-02-17 | 2 | -0/+49 |
| | |||||
* | EBookShellView: Handle error signals from address book backends. | Matthew Barnes | 2013-02-17 | 2 | -0/+45 |
| | |||||
* | Defer "backend-died" alerts to EShell. | Matthew Barnes | 2013-02-17 | 9 | -136/+10 |
| | |||||
* | e_shell_load_modules: Explicitly load EClientCache extensions. | Matthew Barnes | 2013-02-17 | 1 | -0/+6 |
| | | | | | | | | EShell's instance of EClientCache gets instantiated before modules are loaded, so explicitly call e_extensible_load_extensions() on the cache after modules are loaded. This requires commit 525fba8 in evolution-data-server to work. | ||||
* | EShell: Add a read-only "client-cache" property. | Matthew Barnes | 2013-02-17 | 3 | -6/+82 |
| | | | | | | | | | Give EShell its own EClientCache. This should be used throughout Evolution, wherever an EClient is needed. New functions: e_shell_get_client_cache() | ||||
* | Add ESettingsClientCache. | Matthew Barnes | 2013-02-17 | 4 | -0/+176 |
| | | | | | | Listens for "client-created" signals from its EClientCache. If the newly-created client is an ECalClient, automatically configure its default timezone from EShellSettings. | ||||
* | Add EClientCache. | Matthew Barnes | 2013-02-17 | 9 | -0/+1254 |
| | | | | | | | | | | | | | | | New class to help reduce code duplication and centralize some EClient handling policies. Benefits: - EClient instances can be shared across the entire application. - Centralized rebroadcasting of "backend-died" and "backend-error" signals emitted from cached EClient instances. - Automatic cache invalidation when backends crash. The EClient is discarded, and a new instance is created on the next request. | ||||
* | EBookShellView: Keep an ID for "source-removed" signal handler. | Matthew Barnes | 2013-02-16 | 2 | -8/+13 |
| | |||||
* | ETaskShellView: Use g_clear_object() in dispose(). | Matthew Barnes | 2013-02-16 | 2 | -9/+3 |
| | |||||
* | EMemoShellView: Use g_clear_object() in dispose(). | Matthew Barnes | 2013-02-16 | 2 | -9/+3 |
| | |||||
* | EMailShellView: Use g_clear_object() in dispose(). | Matthew Barnes | 2013-02-16 | 2 | -12/+5 |
| | |||||
* | ECalShellView: Use g_clear_object() in dispose(). | Matthew Barnes | 2013-02-16 | 2 | -9/+3 |
| | |||||
* | EBookShellView: Use g_clear_object() in dispose(). | Matthew Barnes | 2013-02-16 | 2 | -9/+3 |
| | |||||
* | Remove old GTK+ version checks. | Matthew Barnes | 2013-02-16 | 4 | -12/+0 |
| | | | | We require GTK+ 3.4, so no need to check for versions older than that. | ||||
* | Add mnemonic widget for Start date field in memo editor | Vadim Rutkovsky | 2013-02-14 | 1 | -0/+1 |
| | |||||
* | Replace deprecated static mutexes | Vadim Rutkovsky | 2013-02-14 | 6 | -26/+26 |
| | |||||
* | Use camel_service_ref_session(). | Matthew Barnes | 2013-02-11 | 11 | -65/+136 |
| | |||||
* | G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws. | Matthew Barnes | 2013-02-09 | 11 | -30/+49 |
| | | | | | | GTK+ uses (G_PRIORITY_HIGH_IDLE + 20) for redrawing operations, which is actually a slightly lower priority than G_PRIORITY_HIGH_IDLE. Therefore for our purpose, G_PRIORITY_HIGH_IDLE is sufficient. | ||||
* | Add comments around g_idle_add() changes | Milan Crha | 2013-02-09 | 12 | -1/+16 |
| | |||||
* | Bug #683867 - Schedule actions with higher idle priority | Michel Dänzer | 2013-02-09 | 12 | -18/+19 |
| | |||||
* | email-custom-header.c cleanups. | Matthew Barnes | 2013-02-09 | 1 | -8/+10 |
| | |||||
* | Revert "Bug #683867 - Schedule actions with higher idle priority" | Matthew Barnes | 2013-02-08 | 12 | -19/+18 |
| | | | | | | | | | This reverts commit 2b507716b257e6ef98dae8463180dbe718eb7b64. The commit contains not a single comment as to why these custom priority values are being used. The rationale needs to be documented in the code, either at each call point or preferrably at a centralized priority value definition. | ||||
* | Bug #683867 - Schedule actions with higher idle priority | Michel Dänzer | 2013-02-08 | 12 | -18/+19 |
| | |||||
* | Add mnemonic widgets for title and suffix comboboxes | Vadim Rutkovsky | 2013-02-08 | 1 | -0/+2 |
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692720 | ||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2013-02-08 | 1 | -2/+2 |
| | |||||
* | [web-inspector] Add a secret debugging shortcut. | Matthew Barnes | 2013-02-07 | 1 | -52/+31 |
| | | | | | Drop the pop-up menu item and instead install a key-press-event handler on all WebKitWebView instances. <Ctrl>+<Alt>+I opens the web inspector. | ||||
* | Updated Galician translations | Fran Diéguez | 2013-02-07 | 1 | -928/+928 |
| | |||||
* | EMailFormatterQuote: Use e_mail_formatter_find_rfc822_end_iter(). | Matthew Barnes | 2013-02-07 | 1 | -14/+2 |
| | |||||
* | Use CamelMimeFilterToHTMLFlags enum type where appropriate. | Matthew Barnes | 2013-02-07 | 10 | -26/+39 |
| | |||||
* | e-mail-formatter-utils.c cleanups. | Matthew Barnes | 2013-02-07 | 2 | -58/+91 |
| | |||||
* | ESourceWeather: Synchronize with ESourceWeather in E-D-S. | Matthew Barnes | 2013-02-05 | 1 | -6/+2 |
| | |||||
* | Bug #693132 - Editing a signature does not refresh preview after save | Milan Crha | 2013-02-04 | 1 | -0/+11 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.5 release. | Matthew Barnes | 2013-02-03 | 1 | -0/+65 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-02-03 | 1 | -3/+3 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-02-03 | 1 | -4772/+4691 |
| | |||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-02-02 | 1 | -1356/+714 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | Update Dutch translation | Rachid | 2013-02-01 | 1 | -12400/+14422 |
| | |||||
* | Add a priority field for mail formatter and parser extensions. | Matthew Barnes | 2013-02-01 | 46 | -4/+94 |
| | | | | | | | | | | | Add a priority field to EMailFormatterExtension and EMailParserExtension class structs. Extension classes can then explicitly specify a priority with respect to other extension classes with the same MIME type, so that the order of extension registration doesn't matter. Priority field defaults to G_PRIORITY_DEFAULT. Built-in formatters and extensions will use G_PRIORITY_LOW. We can get more sophisticated with priority values if we need to, but this should suffice for now. | ||||
* | Teach EMailExtensionRegistry to find extensions. | Matthew Barnes | 2013-02-01 | 60 | -752/+201 |
| | | | | Restore this commit with a proper bug fix to follow. | ||||
* | EMailAccountStore: Use an appropriate icon for online accounts. | Matthew Barnes | 2013-02-01 | 3 | -10/+22 |
| | | | | | | Use "goa-panel" for GOA, "credentials-preferences" for UOA. Also move the icon before the account name. Looks better. | ||||
* | Incorporate ESourceUOA. | Matthew Barnes | 2013-02-01 | 4 | -14/+79 |
| | | | | | Where we make exceptions for GNOME Online Accounts, so too shall we for Ubuntu Online Accounts. | ||||
* | Bug #689476 - Slow composer open (ENameSelector object leaks) | Milan Crha | 2013-02-01 | 1 | -0/+10 |
| | |||||
* | Fix up error handling around e_book/cal_client_connect_finish(). | Matthew Barnes | 2013-01-31 | 24 | -135/+101 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-01-30 | 1 | -795/+706 |
| | |||||
* | Remove e-client-utils.[ch]. | Matthew Barnes | 2013-01-30 | 6 | -493/+0 |
| | |||||
* | pst-importer: Avoid EClientSourceType enum. | Matthew Barnes | 2013-01-30 | 1 | -55/+32 |
| | | | | Use ESource extension names instead. | ||||
* | Use e_cal_client_connect(). | Matthew Barnes | 2013-01-30 | 27 | -953/+1185 |
| | | | | Instead of e_client_utils_open_new() or e_cal_client_new(). | ||||
* | Use e_book_client_connect(). | Matthew Barnes | 2013-01-30 | 26 | -366/+274 |
| | | | | Instead of e_client_utils_open_new() and e_book_client_new(). | ||||
* | Update Makefile.am. I always forget that when removing files. | Andre Klapper | 2013-01-30 | 1 | -3/+0 |
| | |||||
* | Bug #692818 - Remove documentation on Novell GroupWise | Andre Klapper | 2013-01-30 | 10 | -153/+0 |
| | |||||
* | Bug #692781 - [pine-importer] Abort on book failure during contact import | Milan Crha | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Bug #692783 - [mail-to-task] Crash on edit prompt cancel | Milan Crha | 2013-01-30 | 1 | -1/+0 |
| | |||||
* | Bug #692777 - Crash on folder rename | Milan Crha | 2013-01-29 | 1 | -3/+3 |
| | |||||
* | Revert "Teach EMailExtensionRegistry to find extensions." | Milan Crha | 2013-01-29 | 60 | -201/+752 |
| | | | | | | | | | | This reverts commit bf30024dd7973006bf99d0ae509a7f0022368a41, because it breaks EMailFormatter/Parser extensions, like the prefer-plain. The thing is that the internal formatters/parsers (also extensions) should be always added first, and only after then can be added extended extensions, which are used before those internal. This constraint was not satisfied with the reverted commit, the order of extension registration was unpredictable, depended on GType. | ||||
* | Bug #692775 - Double-quoting message with HTML and text | Milan Crha | 2013-01-29 | 1 | -0/+14 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-01-29 | 1 | -274/+258 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-01-28 | 1 | -630/+659 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2013-01-26 | 2 | -10072/+9622 |
| | |||||
* | Remove usage of deprecated e_client_is_opened(). | Matthew Barnes | 2013-01-26 | 8 | -115/+10 |
| | | | | e_client_is_opened() always returns TRUE, so skip it. | ||||
* | E_CLIENT_ERROR_BUSY is no longer used. | Matthew Barnes | 2013-01-25 | 6 | -307/+1 |
| | |||||
* | Bug #692009 - text/css always formatted as attachment | Milan Crha | 2013-01-24 | 3 | -10/+3 |
| | | | | | | | Might be the final change for this bug, the two previous commits were not using the right approach, causing regression in rendering of text/* parts which were not named in the list of excluded content types for a 'raw' formatting. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-01-24 | 2 | -12573/+9248 |
| | |||||
* | Bug #680537 - Reply to individual message in digest generates empty body | Milan Crha | 2013-01-24 | 1 | -27/+64 |
| | |||||
* | Bug #639698 - Crash in mail_shell_view_execute_search() | Milan Crha | 2013-01-23 | 1 | -20/+28 |
| | |||||
* | Bug #685757 - Update cache location in user docs | Andre Klapper | 2013-01-23 | 1 | -2/+2 |
| | |||||
* | Update file list after last commits. Again. | Andre Klapper | 2013-01-23 | 1 | -2/+0 |
| | |||||
* | Update file list after last commits | Andre Klapper | 2013-01-23 | 1 | -4/+0 |
| | |||||
* | Remove pages on 3.0 errors from user help | Andre Klapper | 2013-01-23 | 2 | -81/+0 |
| | |||||
* | Bug #690697 - Document using real (non-virtual) Junk and Trash folders with ↵ | Andre Klapper | 2013-01-23 | 2 | -11/+15 |
| | | | | IMAP+ | ||||
* | Bug #688294 - Update how online/offline mode works nowadays | Andre Klapper | 2013-01-23 | 2 | -11/+16 |
| | |||||
* | Bug #690696 - Remove references to the old IMAP backend | Andre Klapper | 2013-01-23 | 12 | -120/+2 |
| | |||||
* | Bug #692213 - Remove evolution-exchange recommendation | Andre Klapper | 2013-01-23 | 8 | -137/+7 |
| | |||||
* | Contact's print doesn't decode QP encoded email addresses | Milan Crha | 2013-01-23 | 11 | -67/+120 |
| | |||||
* | Exclude also text/calendar in a fix for bug #692009 | Milan Crha | 2013-01-22 | 1 | -1/+2 |
| | |||||
* | EMsgComposer: Fix packing of content area. | Matthew Barnes | 2013-01-21 | 1 | -1/+1 |
| | | | | | | | | | | Using gtk_box_new() instead of gtk_vbox_new() changes the way child widgets are packed by default via gtk_container_add(). gtk_vbox_new() expands them by default, gtk_box_new() does not, and the preview pane was being packed with gtk_container_add(). Packing widgets into a GtkBox with gtk_container_add() is usually the wrong way. Use gtk_box_pack_start() instead, with expand=TRUE. | ||||
* | EMailBrowser: Fix packing of preview pane. | Matthew Barnes | 2013-01-21 | 1 | -1/+4 |
| | | | | | | | | | | Using gtk_box_new() instead of gtk_vbox_new() changes the way child widgets are packed by default via gtk_container_add(). gtk_vbox_new() expands them by default, gtk_box_new() does not, and the preview pane was being packed with gtk_container_add(). Packing widgets into a GtkBox with gtk_container_add() is usually the wrong way. Use gtk_box_pack_start() instead, with expand=TRUE. | ||||
* | Bug 692143 - Auto-configured MSN account should use POP, not IMAP | Matthew Barnes | 2013-01-21 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | In e_mail_config_service_page_auto_configre(), we do detect that only POP3 is available for MSN accounts and switch to the appropriate service backend. The problem was with the hack I added awhile back to momentarily skip to the Receiving page just before skipping to the Summary page, so clicking "Go Back" from the Summary page would return to the Receiving page. That momentary skip triggered mail_config_assistant_prepare() on the Receiving page, which then triggered e_mail_config_page_setup_defaults() since the Receiving page was not yet in the visited pages hash table. The Receiving page's setup_defaults() method reset the service backend to IMAPX, which is the correct thing to do when not auto-configured. The solution is add the Receiving page to the visited pages hash table after a successful auto-configuration, but just BEFORE we momentarily skip to it. This tricks mail_config_assistant_prepare() into thinking the page was already visited, and it skips setting up defaults for it. Also added the Sending page to visited pages, just for consistency. | ||||
* | Bug #692009 - text/css always formatted as attachment | Milan Crha | 2013-01-21 | 1 | -3/+28 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-01-21 | 1 | -397/+402 |
| | |||||
* | evolution-module-mail.c: Remove unused declaration. | Matthew Barnes | 2013-01-21 | 1 | -1/+0 |
| | |||||
* | Add a "settings" module. | Matthew Barnes | 2013-01-21 | 45 | -1046/+1113 |
| | | | | | | Collect all the "config" extensions from the "addressbook", "calendar", and "mail" modules into one place. These extensions typically just bind GObject properties of extensible classes to app-specific GSettings keys. | ||||
* | Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2. | Matthew Barnes | 2013-01-20 | 82 | -204/+210 |
| | | | | | Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()). | ||||
* | configure.ac: Remove obsolete deprecation flags. | Matthew Barnes | 2013-01-20 | 1 | -1/+1 |
| | | | | | E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED are no longer used in evolution-data-server. | ||||
* | Updated Dutch translation by Patrick Holthuizen (bug 690720) | Patrick Holthuizen | 2013-01-19 | 1 | -3/+3 |
| | |||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-01-19 | 1 | -12368/+13662 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | Bug #692005 - Changing character encoding doesn't work | Milan Crha | 2013-01-19 | 14 | -10/+153 |
| | |||||
* | Bug #692003 - Print of text/html with no html/body end tag cuts content | Milan Crha | 2013-01-18 | 1 | -0/+3 |
| | |||||
* | Update X-GNOME-Bugzilla-OtherBinaries with evolution-user-prompter too | Milan Crha | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | Bump libsoup dependency to 2.40.3 | Milan Crha | 2013-01-18 | 2 | -43/+2 |
| | | | | | | | | | | | | This removes workarounds for below libsoup bugs and makes trust-prompt for WebDAV based backends work better, by checking also server certificates. * soup_message_get_https_status() now returns the certificate and flags for unsuccessful https connections as well as successful ones. [bug #690176] * Fixed a deadlock when calling soup_session_abort() on a SoupSessionSync in some cases. [bug #691399] | ||||
* | Bug #691732 - multipart/related hides attachments | Milan Crha | 2013-01-18 | 3 | -1/+56 |
| | |||||
* | Fix a recently introduced white-space error in a source file | Milan Crha | 2013-01-17 | 1 | -1/+0 |
| | |||||
* | Updated Thai translation | Theppitak Karoonboonyanan | 2013-01-17 | 1 | -39/+43 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-01-16 | 1 | -85/+87 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-01-16 | 1 | -577/+561 |
| | |||||
* | Updated slovak translation | Marián Čavojský | 2013-01-16 | 1 | -8824/+8108 |
| | |||||
* | Avoid deprecated libedataserver APIs. | Matthew Barnes | 2013-01-15 | 15 | -54/+72 |
| | | | | I forgot to include this in 3.7.4, but no matter. | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-01-15 | 1 | -396/+350 |
| | |||||
* | Bug #691194 - Import .ics preview shows UTC time instead of local time | Milan Crha | 2013-01-15 | 1 | -0/+3 |
| | |||||
* | Bug #691640 - Distinguish the word "Title" for translation | Milan Crha | 2013-01-15 | 2 | -2/+2 |
| | |||||
* | Updated Thai translation | Akom Chotiphantawanon | 2013-01-14 | 1 | -4693/+4816 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.4 release.EVOLUTION_3_7_4_FIXED | Matthew Barnes | 2013-01-13 | 1 | -0/+39 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-01-13 | 1 | -5448/+6546 |
| | |||||
* | Adapt to CamelSession API changes. | Matthew Barnes | 2013-01-13 | 4 | -33/+27 |
| | |||||
* | Remove EMailConfigImapBackend. | Matthew Barnes | 2013-01-12 | 1 | -42/+0 |
| | | | | No longer needed since the "imap" backend is gone. | ||||
* | Use g_hash_table_add() when using a hash table as a set. | Matthew Barnes | 2013-01-12 | 7 | -46/+58 |
| | | | | | | | g_hash_table_add(table, key) uses less memory than g_hash_table_insert(table, key, GINT_TO_POINTER (1)). Also use g_hash_table_contains() when testing for membership. | ||||
* | Bug #691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte ↵ | Milan Crha | 2013-01-12 | 1 | -11/+32 |
| | | | | characters | ||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-01-11 | 1 | -269/+294 |
| | |||||
* | Reduce diff noise with webkit-composer branch. | Matthew Barnes | 2013-01-11 | 6 | -29/+42 |
| |