Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EAttachmentPaned: Use gtk_expander_set_label_fill() | Matthew Barnes | 2010-10-01 | 1 | -17/+1 |
| | | | | | Use the new GtkExpander:label-fill property in GTK+ 2.22, which was added specifically to get rid of my evil hack in EAttachmentPaned. | ||||
* | Remove "type" parameter from mail_async_event_emit(). | Matthew Barnes | 2010-10-01 | 5 | -26/+14 |
| | | | | | All remaining cases use MAIL_ASYNC_GUI, so remove mail_async_event_t altogether. | ||||
* | Remove MailAsyncEvent from mail-session.c. | Matthew Barnes | 2010-10-01 | 1 | -37/+19 |
| | | | | Just use an idle callback to play a sound while filtering. | ||||
* | Remove MailAsyncEvent from e-mail-store.c. | Matthew Barnes | 2010-10-01 | 1 | -33/+12 |
| | | | | Functions in e-mail-store.c are always called from the main thread. | ||||
* | Kill em_utils_temp_save_part(). | Matthew Barnes | 2010-10-01 | 5 | -181/+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. | ||||
* | Fix typo in Japanese translation | Takayuki KUSANO | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | EShellBackend: Start tracking activities | Matthew Barnes | 2010-09-30 | 1 | -0/+25 |
| | | | | | | | | | EShellBackend now keeps an internal queue of live EActivity objects passed to it via e_shell_backend_add_activity(). This will eventually replace "mail_msg_active_table" in mail-mt.c and be used to coordinate shutdown for all shell backends. But first I have to eliminate mail_msg_wait(). | ||||
* | Remove some unused bits from mail-mt.c. | Matthew Barnes | 2010-09-30 | 3 | -54/+7 |
| | |||||
* | Messin around with EAlerts. | Matthew Barnes | 2010-09-30 | 13 | -377/+648 |
| | | | | | | | | | | | | | | | | | | | Trying out a new interface called EAlertSink. The idea is to centralize how errors are shown to the user. A GtkWindow subclass would implement the EAlertSink interface, which consists of a single method: void (*submit_alert) (EAlertSink *alert_sink, EAlert *alert); The subclass has complete control over what to do with the EAlert, although I imagine we'll wind up implementing various alert-handling policies as standalone widgets such as EAlertDialog. I'd like to try an EAlertInfoBar. Code that would otherwise display an error dialog itself would instead pass the EAlert to an appropriate EAlertSink and be done with it. Nothing is final yet. Still hacking on EAlert trying to find an API that feels right for these use cases. | ||||
* | EAlert cleanups. | Matthew Barnes | 2010-09-29 | 3 | -109/+57 |
| | | | | Clean up the header, drop some unused cruft. | ||||
* | camel_operation_new() now returns a GCancellable pointer. | Matthew Barnes | 2010-09-29 | 12 | -53/+61 |
| | |||||
* | Bug #629462 - Tasks 'Due' filters don't work properly | Milan Crha | 2010-09-29 | 4 | -15/+34 |
| | |||||
* | Bug #629799 - Crash importing a mail with an ics attachment | Milan Crha | 2010-09-29 | 2 | -16/+21 |
| | |||||
* | Bug #630294 - Shouldn't send invitation reply when has no organizer | Milan Crha | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Bug #630700 - Crash on message send | Milan Crha | 2010-09-29 | 1 | -2/+3 |
| | |||||
* | Bug #629266 - Crash on search in Current Account | Milan Crha | 2010-09-29 | 1 | -7/+54 |
| | |||||
* | Bug #604080 - Predefined account SSL not propagated to UI | Milan Crha | 2010-09-29 | 1 | -2/+2 |
| | |||||
* | Bug #629934 - Month view defaults to Monday as start of week | Milan Crha | 2010-09-29 | 1 | -0/+3 |
| | |||||
* | Bug #629636 - Doesn't recognize local ESource-s | Milan Crha | 2010-09-29 | 4 | -6/+25 |
| | |||||
* | Bug #629480 - calendar-gui-WARNING: Couldn't find event window | Milan Crha | 2010-09-29 | 1 | -3/+0 |
| | |||||
* | Bug #629150 - Empty calendar view | Milan Crha | 2010-09-29 | 5 | -23/+106 |
| | |||||
* | Bug #629972 - [backup-restore] Problems restoring old data | Milan Crha | 2010-09-29 | 1 | -40/+255 |
| | |||||
* | Bump gtk+-2.0 requirement to 2.22.0. | Matthew Barnes | 2010-09-29 | 4 | -192/+1 |
| | | | | Remove backward-compatibility hacks for older GTK+ versions. | ||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 56 | -637/+725 |
| | |||||
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 48 | -546/+1102 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-09-28 | 1 | -162/+202 |
| | |||||
* | Update Czech translation by Marek Cernocky | Petr Kovar | 2010-09-27 | 1 | -6124/+6578 |
| | |||||
* | Updated Dutch translation by Wouter Bolsterlee | Wouter Bolsterlee | 2010-09-25 | 1 | -71/+8 |
| | |||||
* | Fixed Italian translation | Luca Ferretti | 2010-09-24 | 1 | -2/+2 |
| | |||||
* | [i18n] Updated Dutch translation | Hannie Dumoleyn | 2010-09-24 | 1 | -13338/+15365 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-09-23 | 1 | -5678/+6459 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2010-09-23 | 1 | -9153/+6717 |
| | |||||
* | Updated Serbian translation | Miloš Popović | 2010-09-22 | 2 | -12586/+13122 |
| | |||||
* | Bug #630269 - Hang on mail operation cancel | Milan Crha | 2010-09-22 | 1 | -1/+4 |
| | |||||
* | Bug #629735 - Mail preference glitch | Punit Jain | 2010-09-22 | 1 | -0/+2 |
| | |||||
* | Updated Brazilian Portuguese translation | Djavan Fagundes | 2010-09-22 | 1 | -6741/+4824 |
| | |||||
* | Bug #629645 - Sets negative 'width' property | Milan Crha | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | Bug #629737 - [publish-calendar] Could not find widget 'file_label' | Milan Crha | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | Check for m->cancel != NULL in mail_msg_cancel(). | Matthew Barnes | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | Bug 630118 - Endless recursive loop in mail_msg_cancel() | Matthew Barnes | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | Updated Greek translation | Bakaoukas Nikolaos | 2010-09-20 | 1 | -1603/+1653 |
| | |||||
* | [l10n] fixed bug #574857 | Andika Triwidada | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-09-20 | 1 | -75/+75 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2010-09-20 | 1 | -5829/+6268 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-09-20 | 1 | -1456/+1498 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-09-20 | 1 | -1136/+1115 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-09-19 | 1 | -1230/+1210 |
| | |||||
* | Updated Italian translation | Luca Ferretti | 2010-09-19 | 1 | -5824/+6336 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-09-19 | 1 | -42/+89 |
| | |||||
* | Avoid a deadlock in mail_msg_free(). | Matthew Barnes | 2010-09-19 | 1 | -9/+9 |
| | |||||
* | Add a GCancellable to EActivity. | Matthew Barnes | 2010-09-19 | 18 | -424/+288 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EActivity now uses a GCancellable to manage cancellations, instead of having its own redundant cancellation API. API changes are as follows: + e_activity_get_cancellable() + e_activity_set_cancellable() - e_activity_cancel() - e_activity_is_cancelled() - e_activity_get_allow_cancel() - e_activity_set_allow_cancel() EActivity's "cancelled" signal remains, but only as a repeater for GCancellable::cancelled signals. It should not be emitted directly. The presence of a GCancellable implies that cancellation is allowed. EActivity does not create its own default GCancellable, it has to be given one. If a CamelOperation (cast as a GCancellable) is given, EActivity will configure itself to listen for status updates from the CamelOperation and propagate the information to its own "primary-text" and "percent" properties. These changes allowed me to start cleaning up some of the incredibly convoluted logic in mail-mt.c -- in particular, mail_operation_status() is completely gone now. mail-mt.c is still in a transitional state -- much more significant changes coming soon. | ||||
* | [i18n] Updated German translation | Mario Blättermann | 2010-09-18 | 1 | -101/+101 |
| | |||||
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 69 | -371/+690 |
| | | | | | | | 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 628522 - invalid access off end of array in e_bit_array_delete() | David Woodhouse | 2010-09-17 | 1 | -2/+3 |
| | |||||
* | Updated Lithuanian translation | Žygimantas Beručka | 2010-09-17 | 1 | -9277/+6046 |
| | |||||
* | Update to make l10n.gnome.org happy. Fixes bug #629787. | Andre Klapper | 2010-09-16 | 1 | -4/+1 |
| | |||||
* | Add the new ui file to POTFILES.in | Bharath Acharya | 2010-09-16 | 1 | -0/+1 |
| | |||||
* | Bug #611154 - problem in accessing folder property | Vibha Yadav | 2010-09-16 | 5 | -46/+224 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-09-16 | 1 | -1098/+1166 |
| | |||||
* | Increase safety on Windows | Fridrich Štrba | 2010-09-15 | 5 | -9/+164 |
| | | | | 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 | 13 | -122/+99 |
| | |||||
* | Bug 626066 (again) - work around NSS bug #595861 | David Woodhouse | 2010-09-15 | 1 | -7/+21 |
| | |||||
* | Kill the subject-thread plugin. | Matthew Barnes | 2010-09-15 | 7 | -127/+33 |
| | | | | | | All this time I never realized the subject-thread plugin was nothing more than a stupid checkbox. The actual thread-by-subject code lives in the core mail library. | ||||
* | Fix a crapload of run-time warnings. | Matthew Barnes | 2010-09-15 | 10 | -89/+225 |
| | | | | EConfig and EMAccountEditor are very, very brittle. | ||||
* | [l10n] Updated German help translation | Christian.Kirbach | 2010-09-14 | 1 | -23/+23 |
| | |||||
* | Bug #563471 - Printing tasks fails when grouped by category. | Vibha Yadav | 2010-09-14 | 2 | -15/+34 |
| | | | | | This works if Tasks/ Memos/ Contacts are grouped till level 1. If grouping level is increased then some text would be missing. | ||||
* | 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. | ||||
* | Bug #346438 - Error dialog too wide. | Vibha Yadav | 2010-09-14 | 1 | -10/+10 |
| | | | | | The patch suggests displaying the calendar name and group instead of uri for the source of error. | ||||
* | Bug #629482 - assertion `child->parent==NULL' fail | Bharath Acharya | 2010-09-14 | 1 | -2/+0 |
| | | | | A regression from https://bugzilla.gnome.org/show_bug.cgi?id=628005 | ||||
* | Avoid dll hijacking | Fridrich Štrba | 2010-09-14 | 1 | -1/+26 |
| | | | | | Load sensapi.dll only from system directory where it should normally be and not from any random place. | ||||
* | Bug 626066 - log in to NSS database on demand for changing trust | David Woodhouse | 2010-09-14 | 4 | -12/+41 |
| | |||||
* | Mail preferences tweaks | Matthew Barnes | 2010-09-14 | 1 | -90/+46 |
| | |||||
* | Reorganize composer preferences | Matthew Barnes | 2010-09-13 | 1 | -445/+360 |
| | | | | | | Move alert checkboxes to a new "Confirmations" tab and reword the options. Also, split reply and forward-related options into a new "Replies and Forwards" section. | ||||
* | Updated Finnish translation by Ubuntu Finnish translators. | Timo Jyrinki | 2010-09-13 | 1 | -8656/+8641 |
| | |||||
* | mail-config.ui cleanups. | Matthew Barnes | 2010-09-13 | 4 | -2690/+2006 |
| | | | | | | - Fix GtkVBox orientations. - Reduce container widgets. - Remove unused widgets. | ||||
* | Teach Glade how to load an EMFolderSelectionButton. | Matthew Barnes | 2010-09-13 | 2 | -55/+40 |
| | |||||
* | Link Glade catalog library to libedataserverui. | Matthew Barnes | 2010-09-13 | 1 | -0/+1 |
| | |||||
* | Remove uninteresting mail options from Preferences. | Matthew Barnes | 2010-09-13 | 2 | -296/+0 |
| | | | | | | | | | | | | | | | | | | | Remove some options from Mail Preferences that aren't worth the screen real estate they take up. For now, the corresponding GConf keys still remain and are honored by Evolution. These same options were already removed for Express mode. Options removed are: [ ] Mark messages as read after XXX seconds [ ] Do not display messages when text size exceeds XXX KB [ ] Shrink To / Cc / Bcc headers to XXX addresses [ ] Enable Magic Spacebar [ ] Enable Search Folders | ||||
* | Convert plugin-manager to an EExtension. | Matthew Barnes | 2010-09-13 | 6 | -199/+250 |
| | | | | How ironic. | ||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 229 | -5163/+5163 |
| | |||||
* | Post-branch version bump. | Matthew Barnes | 2010-09-13 | 1 | -4/+4 |
| | |||||
* | Updated Japanese translation. | Takayuki KUSANO | 2010-09-13 | 1 | -386/+391 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2010-09-13 | 1 | -2/+2 |
| | |||||
* | News update for 2.31.92 releaseEVOLUTION_2_31_92 | Chenthill Palanisamy | 2010-09-13 | 1 | -0/+69 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-09-13 | 1 | -75/+56 |
| | |||||
* | hindi update to fix bug | Rajesh Ranjan | 2010-09-13 | 1 | -4/+5 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-09-13 | 1 | -1289/+67 |
| | |||||
* | Bug #629037 - Email operations existed in Contacts | Hao H Li | 2010-09-13 | 6 | -1/+24 |
| | | | | Email operations existed in Contacts in Express mode. | ||||
* | 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. | ||||
* | Bug 626066 - log in to NSS database before invoking certificate manager | David Woodhouse | 2010-09-13 | 1 | -1/+6 |
| | |||||
* | [i18n] Updated German translation | Christian Kirbach | 2010-09-12 | 1 | -1379/+1471 |
| | |||||
* | Bug 629413 - use-after-free in bad cert dialog | David Woodhouse | 2010-09-12 | 1 | -3/+1 |
| | |||||
* | Bug 629393 - git.mk breaks parallel builds | Matthew Barnes | 2010-09-12 | 1 | -84/+93 |
| | |||||
* | Updated French translation | Bruno Brouard | 2010-09-12 | 1 | -251/+237 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-09-12 | 1 | -249/+262 |
| | |||||
* | Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS. | Matthew Barnes | 2010-09-12 | 1 | -1/+1 |
| | | | | GNOME 2.32 is still based on GTK+ 2.x. | ||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 159 | -3387/+3569 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2010-09-12 | 1 | -250/+270 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-09-12 | 1 | -2/+2 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-09-11 | 1 | -20/+14 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-09-11 | 1 | -24/+24 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-09-11 | 1 | -195/+190 |
| | |||||
* | GnomeCalendar: Sink the floating ECalendarView references. | Matthew Barnes | 2010-09-11 | 1 | -0/+5 |
| | | | | | | GnomeCalendar should sink the initially-floating ECalendarView references since it keeps them in an internal array and unreferences them in its dispose() method. | ||||
* | Convert ECell from a GtkObject to a GObject. | Matthew Barnes | 2010-09-11 | 5 | -30/+22 |
| | | | | To eliminate the floating-reference-on-finalize run-time warnings. | ||||
* | Re-work my GtkDialog:has-separator workaround. | Matthew Barnes | 2010-09-11 | 17 | -39/+38 |
| | | | | | | | 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. | ||||
* | Updated Galician translations | Fran Diéguez | 2010-09-11 | 1 | -426/+428 |
| | |||||
* | Add missing linker flag to composer-autosave module. | Matthew Barnes | 2010-09-11 | 1 | -0/+1 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-09-11 | 1 | -255/+275 |
| | |||||
* | Updatd Korean translation | Changwoo Ryu | 2010-09-11 | 1 | -5670/+4900 |
| | |||||
* | Updated Tamil translation | Dr.Tirumurti Vasudevan | 2010-09-11 | 1 | -1/+2 |
| | |||||
* | Updated Tamil translation | Dr.Tirumurti Vasudevan | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Updated Tamil translation | Dr.Tirumurti Vasudevan | 2010-09-11 | 1 | -1206/+1258 |
| | |||||
* | 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 | 17 | -0/+38 |
| | | | | | | 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. | ||||
* | update for Punjabi | A S Alam | 2010-09-11 | 1 | -363/+394 |
| | |||||
* | Bug 628591 - Incorrect English message in Evolution | Matthew Barnes | 2010-09-11 | 2 | -12/+18 |
| | |||||
* | Bug 616073 - Various translation issues | Matthew Barnes | 2010-09-11 | 3 | -10/+10 |
| | |||||
* | Bug 629250 - Fix translatable string format in mail-settings-view.c | Gabor Kelemen | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Bug 629253 - Remove unnecessary markup | Gabor Kelemen | 2010-09-11 | 2 | -7/+19 |
| | |||||
* | Bug #626579 - [bbdb] Crash in free_gaim_body() (gaimbuddies.c) | Milan Crha | 2010-09-10 | 1 | -9/+6 |
| | |||||
* | Updated Japanese translation. | Takayuki KUSANO | 2010-09-10 | 1 | -156/+160 |
| | |||||
* | Updated Russian translation from Yuri Myasoedov | Leonid Kanter | 2010-09-09 | 1 | -5716/+6231 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-09-09 | 1 | -2/+2 |
| | |||||
* | Bug #629089 - Accepting a meeting request sends a Tentative reply | Milan Crha | 2010-09-09 | 1 | -0/+32 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-09-09 | 1 | -83/+37 |
| | |||||
* | Bug #629115 - Missing mnemonic_widget property in mail-config.ui | Milan Crha | 2010-09-09 | 1 | -0/+2 |
| | |||||
* | Bug #629046 - Empty reply quotation for HTML messages | Milan Crha | 2010-09-09 | 1 | -2/+3 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-09-09 | 1 | -4/+4 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-09-09 | 1 | -5720/+5017 |
| | |||||
* | Use the and operator only if there are two conditions | Chenthill Palanisamy | 2010-09-08 | 2 | -10/+24 |
| | |||||
* | Bug 629054 - Memory leak in memo_table_constructed() | Matthew Barnes | 2010-09-08 | 1 | -0/+2 |
| | |||||
* | Bug 629052 - Memory leak in task_table_constructed() | Matthew Barnes | 2010-09-08 | 1 | -0/+2 |
| | |||||
* | Bug 629051 - Memory leak in gnome_calendar_constructed() | Matthew Barnes | 2010-09-08 | 1 | -0/+8 |
| | |||||
* | Bug 629050 - Memory leak in e_day_view_recalc_cell_sizes() | Matthew Barnes | 2010-09-08 | 1 | -2/+3 |
| | |||||
* | Bug 629049 - Memory leak in e_composer_pose_header_set_account() | Matthew Barnes | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | Simplify emu_restore_folder_tree_state(). | Matthew Barnes | 2010-09-08 | 1 | -6/+2 |
| | | | | Don't bother passing a GError if we're just going to throw it away. | ||||
* | Updated Galician translations | Fran Diéguez | 2010-09-08 | 1 | -138/+189 |
| | |||||
* | Various memory leaks | Milan Crha | 2010-09-08 | 12 | -27/+47 |
| | |||||
* | Memory leak fix in em_folder_tree_get_selected_folder | Milan Crha | 2010-09-07 | 1 | -0/+2 |
| | |||||
* | Bug #627952 - 'Local delivery' mbox's aren't read properly | Milan Crha | 2010-09-07 | 1 | -1/+1 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-09-06 | 1 | -159/+145 |
| | |||||
* | Fix Japanese translation. | Takayuki KUSANO | 2010-09-06 | 1 | -2/+2 |
| | |||||
* | Updated Japanese translation. | Takayuki KUSANO | 2010-09-06 | 1 | -1024/+905 |
| | |||||
* | Updated French translation | Claude Paroz | 2010-09-06 | 1 | -856/+882 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-09-05 | 1 | -1068/+1102 |
| | |||||
* | update for Punjabi | A S Alam | 2010-09-05 | 1 | -212/+256 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-09-05 | 1 | -788/+780 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-09-05 | 1 | -1091/+1115 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-09-04 | 1 | -54/+53 |
| | | | | | No strings changed, but hopefully this will cause damned-lies to update its statistics for the module, since they're wrong at the moment. | ||||
* | Update POTFILES.in. | Matthew Barnes | 2010-09-04 | 1 | -1/+0 |
| | |||||
* | Add composer-autosave to SUBDIRS. | Matthew Barnes | 2010-09-04 | 1 | -0/+1 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-09-04 | 1 | -5748/+5671 |
| | |||||
* | Bug #628694 - Customize options for local calendar are missing | Milan Crha | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | Bug 628653 - e_alert_new_valist memory leak | Matthew Barnes | 2010-09-03 | 1 | -2/+9 |
| | |||||
* | Bug 628654 - e_calendar_view_get_tooltips memory leak | Matthew Barnes | 2010-09-03 | 4 | -7/+14 |
| | |||||
* | Bug 628660 - em_format_part_as() memory leak | Matthew Barnes | 2010-09-03 | 1 | -0/+2 |
| | |||||
* | Bug #580623 - Mishandling of evolution's proxy ignore_hosts key | Milan Crha | 2010-09-03 | 2 | -3/+137 |
| | |||||
* | update for Punjabi | A S Alam | 2010-09-03 | 1 | -1225/+958 |
| | |||||
* | Whitespace cleanup in evolution-mail-reader.ui. | Matthew Barnes | 2010-09-03 | 1 | -6/+6 |
| | |||||
* | Bug 628635 - Crash in alarm-queue.c:display_notification() | Matthew Barnes | 2010-09-03 | 1 | -1/+3 |
| | |||||
* | Convert composer autosave to an EExtension. | Matthew Barnes | 2010-09-03 | 16 | -704/+1113 |
| | | | | | | | | | | | | | | | | | | | Given the way the autosave feature was awkwardly bolted on to the composer, an EExtension seemed like a natural fit. And it helped clean up some object lifecycle hacks (and bugs). What we have now is a new module consisting of two EExtensions: EComposerAutosave extends EMsgComposer and determines when to kick off an asynchronous autosave operation. EComposerRegistry extends EShell and offers to restore orphaned autosave files on startup (which is also asynchronous now). e-autosave-utils.c holds the actual asynchronous functions and a few other miscellaneous utility functions. Source code for the new module lives in /modules/composer-autosave. | ||||
* | Minor whitespace cleanup. | Matthew Barnes | 2010-09-03 | 1 | -5/+5 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-09-02 | 1 | -197/+190 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-09-02 | 1 | -683/+683 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-09-02 | 1 | -344/+703 |
| | |||||
* | Bug 628483 - signature_combo_box_refresh_cb memory leak | Matthew Barnes | 2010-09-01 | 1 | -1/+3 |
| | |||||
* | Bug 628482 - e_shell_settings_install_property_for_key memory leak | Matthew Barnes | 2010-09-01 | 1 | -3/+7 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-09-01 | 1 | -127/+126 |
| | |||||
* | Updated Indonesian translation | Dirgita | 2010-09-01 | 1 | -3280/+3937 |
| | |||||
* | Bug #624021 - Honour weeks shown in a multi week view on print | Milan Crha | 2010-09-01 | 2 | -4/+28 |
| | |||||
* | Bug 628350 - Allow deletion of a deleted message to advance cursor | Matthew Barnes | 2010-08-31 | 1 | -1/+5 |
| | |||||
* | Composer autosave cleanups. | Matthew Barnes | 2010-08-31 | 5 | -114/+136 |
| | | | | | | This simplifies the async autosave logic and improves error handling. Hoping this will solve bug #616987 but I've yet to reproduce it myself. | ||||
* | Bug #627101 - Not able to attach files in calendar | Milan Crha | 2010-08-30 | 1 | -4/+4 |
| | |||||
* | Bug 628005 - Russian: evolution Advanced Search dialogs are oversized | hao li | 2010-08-30 | 1 | -26/+36 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | NEWS update for 2.31.91 release.EVOLUTION_2_31_91 | Matthew Barnes | 2010-08-30 | 1 | -0/+55 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 128 | -2525/+2695 |
| | |||||
* | Fix build break. | Matthew Barnes | 2010-08-29 | 1 | -0/+1 |
| | |||||
* | ECellText cleanups. | Matthew Barnes | 2010-08-29 | 11 | -163/+346 |
| | |||||
* | Remove the last traces of dbus-glib. | Matthew Barnes | 2010-08-29 | 3 | -3/+0 |
| | |||||
* | Add Indonesian translation to welcome mail | Andika Triwidada | 2010-08-29 | 3 | -1/+326 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 2 | -7/+7 |
| | |||||
* | Updated Japanese translation. | Takayuki KUSANO | 2010-08-29 | 1 | -12866/+10225 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-08-28 | 1 | -3698/+4348 |
| | |||||
* | Update Simplified Chinese translation. | Aron Xu | 2010-08-28 | 1 | -661/+639 |
| | |||||
* | Bug 628154 - Ignore paths in MIME part filenames | Matthew Barnes | 2010-08-28 | 2 | -7/+17 |
| | |||||
* | Fix a runtime warning. | Matthew Barnes | 2010-08-28 | 1 | -1/+2 |
| | |||||
* | bugs.meego.com #2329 - Contact list editor is not translated | Federico Mena Quintero | 2010-08-28 | 1 | -11/+11 |
| | | | | | | | | We had a 'context=yes' attribute in all the translatable labels, when in fact no label has the magic marker for the context string. This was somehow carried over from the .glade days. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | Bug 628141 - Duplicate signal connections in EMailReader | Matthew Barnes | 2010-08-28 | 5 | -32/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | EMailShellContent implements the EMailReader interface but acts as a proxy for EMailPanedView, from which it obtains MessageList and EWebView widgets. The problem was both classes call e_mail_reader_init_private() which connects to signals emitted from the MessageList and EWebView widgets. But since EMailShellContent is a proxy for EMailPanedView, the signals were being connected twice. This commit does away with e_mail_reader_init_private(), instead adding options to e_mail_reader_init() to control what parts of initialization to run. It's an ugly and temporary hack. I'm beginning to realize EMailReader is too bloated and needs rethought. EMailReader should just manage actions. EMailView should own and manage the widgets, and EMailReader should just have a get_mail_view() method so it has access to those widgets. That way the EMailView subclasses won't have to implement EMailReader themselves and wind up allocating a bunch of duplicate, unused actions. It's too close to a stable release to rip these interfaces apart and reorganize them. I'll try to do that for 2.33 to help make the design more intuitive. | ||||
* | Bug 628136 - update_query_async() should not free the message struct | Matthew Barnes | 2010-08-28 | 1 | -3/+7 |
| | |||||
* | Bug 627852 - Memory leak in em_format_push_level() | Matthew Barnes | 2010-08-27 | 1 | -21/+33 |
| | |||||
* | Bug 628003 - Bundle IM protocol icons dropped from gnome-icon-theme | Matthew Barnes | 2010-08-27 | 25 | -0/+1425 |
| | |||||
* | Bug #627333 - Cannot cancel password dialog for a calendar | Milan Crha | 2010-08-27 | 1 | -0/+3 |
| | |||||
* | Forgot a line. | Matthew Barnes | 2010-08-27 | 1 | -0/+2 |
| | | | | This goes with the previous commit. | ||||
* | Convert EAttachmentHandler to an EExtension. | Matthew Barnes | 2010-08-27 | 6 | -123/+61 |
| | | | | | | | | | | | | EAttachmentHandler predates EExtension, so this is really just a code cleanup to use the extension framework. But this also demonstrates that extensions can target interfaces as well as instantiable types, since EAttachmentView is an interface. What's also nice is EAttachmentView no longer has to directly interact with attachment handlers. Instead of EAttachmentView having to query each attachment handler for drag-and-drop info, each handler now pushes its own drag-and-drop info to its EAttachmentView during initialization. | ||||
* | Mail module + EMailView cleanups. | Matthew Barnes | 2010-08-27 | 8 | -249/+435 |
| | |||||
* | Crash on Startup wizard cancel | Milan Crha | 2010-08-26 | 1 | -4/+9 |
| | | | | As reported in Red Hat bugzilla in 626810 | ||||
* | Updated French translation | Bruno Brouard | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | Updated French translation | Bruno Brouard | 2010-08-26 | 1 | -568/+618 |
| | |||||
* | Updated Hebrew translation | Yair Hershkovitz | 2010-08-22 | 1 | -157/+145 |
| | |||||
* | Updated French doc translation | Bruno Brouard | 2010-08-25 | 1 | -181/+21 |
| | |||||
* | Update Galician translations | Fran Diéguez | 2010-08-25 | 1 | -11/+11 |
| | |||||
* | l10n: Updated Greek translation for evolution | Giannis Katsampirhs | 2010-08-25 | 1 | -6482/+8522 |
| | |||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 127 | -3307/+1302 |
| | | | | | | | 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 #573320 - "Encrypt to self" by default on newly created mail accounts | Milan Crha | 2010-08-24 | 1 | -1/+4 |
| | |||||
* | Build break with evolution-connman - new parameter in a GDBus function | Milan Crha | 2010-08-24 | 1 | -0/+1 |
| | |||||
* | Bug #627734 - Double-click a message opens it twice | Milan Crha | 2010-08-24 | 1 | -40/+9 |
| | |||||
* | Bug 627601 - Memory leak in itip_get_comp_attendee() | David Woodhouse | 2010-08-24 | 1 | -1/+3 |
| | |||||
* | Bug 627611 - Memory leak in efh_format_header() | David Woodhouse | 2010-08-24 | 1 | -3/+3 |
| | |||||
* | Bug 627601 - Memory leak in itip_get_comp_attendee() | David Woodhouse | 2010-08-24 | 1 | -0/+1 |
| | |||||
* | Bug 627598 - Memory leak in emf_format_clone() | David Woodhouse | 2010-08-24 | 1 | -0/+1 |
| | |||||
* | Add e_load_cal_source_async(). | Matthew Barnes | 2010-08-24 | 9 | -340/+665 |
| | | | | | | | | | | | | | | | | | Similar to e_load_book_source_async() in libedataserverui (and may wind up there eventually). This replaces e_auth_new_cal_from_source(). void e_load_cal_source_async (ESource *source, ECalSourceType source_type, icaltimezone *default_zone, GtkWindow *parent, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); ECal * e_load_cal_source_finish (ESource *source, GAsyncResult *result, GError **error); | ||||
* | Update autoconfig settings for live.com | Gary Ching-Pang Lin | 2010-08-23 | 13 | -13/+13 |
| | | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig | ||||
* | Add encryption and authentication support for autoconfig | Gary Ching-Pang Lin | 2010-08-23 | 3 | -8/+72 |
| | | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig | ||||
* | Updated Danish translation | Ask H. Larsen | 2010-08-22 | 1 | -5453/+5799 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-08-21 | 2 | -1452/+1600 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-08-21 | 1 | -542/+586 |
| | |||||
* | Update Simplified Chinese help translation. | 朱涛 | 2010-08-21 | 2 | -1/+14361 |
| | |||||
* | Update Simplified Chinese translations. | Tao Wang | 2010-08-21 | 1 | -800/+906 |
| | |||||
* | Fix more non-removal of signals on user_data object distruction by | Michael Meeks | 2010-08-21 | 2 | -88/+88 |
| | | | | using g_signal_connect_object in many places; fixes bgo#627525# | ||||
* | Updated Hebrew translation | Yair Hershkovitz | 2010-08-15 | 1 | -6317/+6974 |
| | |||||
* | Remove unused e_auth_new_cal_from_uri(). | Matthew Barnes | 2010-08-20 | 2 | -66/+0 |
| | |||||
* | Use e_load_book_source_async() in EBookShellBackend. | Matthew Barnes | 2010-08-20 | 1 | -32/+46 |
| | | | | For handling "new-contact" and "new-contact-list" actions. | ||||
* | Bug 627124 - Crash while opening task-page.ui | Matthew Barnes | 2010-08-19 | 1 | -0/+1 |
| | |||||
* | Use the new e_load_book_source_async() where possible. | Matthew Barnes | 2010-08-19 | 8 | -162/+211 |
| | | | | | | 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. | ||||
* | Updated Spanish translation | Jorge González | 2010-08-17 | 1 | -301/+354 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-08-17 | 1 | -472/+513 |
| | |||||
* | update Punjabi translation | A S Alam | 2010-08-16 | 1 | -5459/+6098 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | News update for 2.31.90 releaseEVOLUTION_2_31_90 | Chenthill Palanisamy | 2010-08-16 | 1 | -0/+38 |
| | |||||
* | ESelectionModel cleanups. | Matthew Barnes | 2010-08-16 | 6 | -318/+460 |
| | |||||
* | Fix a typo. | Matthew Barnes | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-15 | 1 | -6/+6 |
| | |||||
* | Whitespace and coding style cleanup. | Matthew Barnes | 2010-08-14 | 16 | -114/+191 |
| | |||||
* | Fix a runtime warning. | Matthew Barnes | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | Pass an EShell to EMsgComposer instances. | Matthew Barnes | 2010-08-14 | 20 | -314/+733 |
| | | | | Reduce the composer's dependency on e_shell_get_default(). | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-14 | 1 | -2817/+1623 |
| | |||||
* | Bug 624896 - Missing icons in table properties | Matthew Barnes | 2010-08-14 | 5 | -0/+4 |
| | |||||
* | Bug 605737 - Appointment reminder shows icons on buttons | Matthew Barnes | 2010-08-13 | 1 | -318/+181 |
| | |||||
* | Refresh alarm-notify.ui. | Matthew Barnes | 2010-08-13 | 1 | -347/+123 |
| | |||||
* | Bump minimum GtkHtml version to 2.31.90. | Matthew Barnes | 2010-08-13 | 1 | -5/+2 |
| | | | | For bug 624913. | ||||
* | Bug 624913 - Disallow drag-and-drop within the same attachment bar | Matthew Barnes | 2010-08-13 | 7 | -88/+178 |
| | | | | | | | | | | | | Adds a boolean "dragging" property to the EAttachmentView interface, which becomes TRUE when the user start a drag from the attachment view. e_attachment_view_drag_motion() and e_attachment_view_drag_drop() both return FALSE when this property is set. Also, do not register the entire EMsgComposer window as a drag destination. Just intercept drag signals from the GtkHTML widget. Requires gtkhtml commit 344eb5e to fully work correctly. | ||||
* | ECanvas cleanups. | Matthew Barnes | 2010-08-13 | 3 | -406/+410 |
| | |||||
* | Bug 323142 - Signature missing when handling mailto: URI with body part | Matthew Barnes | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | EMsgComposer cleanups. | Matthew Barnes | 2010-08-13 | 1 | -51/+58 |
| | |||||
* | Minor correction to previous commit. | Matthew Barnes | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Bug 626724 - Folder tree mistakes "mark as unread" as new mail | Matthew Barnes | 2010-08-12 | 4 | -5/+64 |
| | |||||
* | EMFolderTreeModel cleanups. | Matthew Barnes | 2010-08-12 | 1 | -31/+33 |
| | |||||
* | Pause timline instead of stop. It hides the search animation texture. | Srinivasa Ragavan | 2010-08-12 | 1 | -1/+2 |
| |