aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Brazilian Portuguese translationDjavan Fagundes2010-09-221-6741/+4824
|
* Bug #629645 - Sets negative 'width' propertyMilan Crha2010-09-221-1/+1
|
* Bug #629737 - [publish-calendar] Could not find widget 'file_label'Milan Crha2010-09-221-1/+1
|
* Check for m->cancel != NULL in mail_msg_cancel().Matthew Barnes2010-09-211-1/+1
|
* Bug 630118 - Endless recursive loop in mail_msg_cancel()Matthew Barnes2010-09-211-1/+1
|
* Updated Greek translationBakaoukas Nikolaos2010-09-201-1603/+1653
|
* [l10n] fixed bug #574857Andika Triwidada2010-09-201-1/+1
|
* Updated Japanese translationTakayuki KUSANO2010-09-201-75/+75
|
* Updated Portuguese translationDuarte Loreto2010-09-201-5829/+6268
|
* Updated Swedish translationDaniel Nylander2010-09-201-1456/+1498
|
* Updated Danish translationKenneth Nielsen2010-09-201-1136/+1115
|
* Updated Danish translationKenneth Nielsen2010-09-191-1230/+1210
|
* Updated Italian translationLuca Ferretti2010-09-191-5824/+6336
|
* [l10n] Updated Estonian translationMattias Põldaru2010-09-191-42/+89
|
* Avoid a deadlock in mail_msg_free().Matthew Barnes2010-09-191-9/+9
|
* Add a GCancellable to EActivity.Matthew Barnes2010-09-1918-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 translationMario Blättermann2010-09-181-101/+101
|
* Use new GDK keysym names if available.Matthew Barnes2010-09-1869-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 Woodhouse2010-09-171-2/+3
|
* Updated Lithuanian translationŽygimantas Beručka2010-09-171-9277/+6046
|
* Update to make l10n.gnome.org happy. Fixes bug #629787.Andre Klapper2010-09-161-4/+1
|
* Add the new ui file to POTFILES.inBharath Acharya2010-09-161-0/+1
|
* Bug #611154 - problem in accessing folder propertyVibha Yadav2010-09-165-46/+224
|
* Updated Danish translationKenneth Nielsen2010-09-161-1098/+1166
|
* Increase safety on WindowsFridrich Štrba2010-09-155-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 Barnes2010-09-1513-122/+99
|
* Bug 626066 (again) - work around NSS bug #595861David Woodhouse2010-09-151-7/+21
|
* Kill the subject-thread plugin.Matthew Barnes2010-09-157-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 Barnes2010-09-1510-89/+225
| | | | EConfig and EMAccountEditor are very, very brittle.
* [l10n] Updated German help translationChristian.Kirbach2010-09-141-23/+23
|
* Bug #563471 - Printing tasks fails when grouped by category.Vibha Yadav2010-09-142-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 Acharya2010-09-141-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 Yadav2010-09-141-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' failBharath Acharya2010-09-141-2/+0
| | | | A regression from https://bugzilla.gnome.org/show_bug.cgi?id=628005
* Avoid dll hijackingFridrich Štrba2010-09-141-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 trustDavid Woodhouse2010-09-144-12/+41
|
* Mail preferences tweaksMatthew Barnes2010-09-141-90/+46
|
* Reorganize composer preferencesMatthew Barnes2010-09-131-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 Jyrinki2010-09-131-8656/+8641
|
* mail-config.ui cleanups.Matthew Barnes2010-09-134-2690/+2006
| | | | | | - Fix GtkVBox orientations. - Reduce container widgets. - Remove unused widgets.
* Teach Glade how to load an EMFolderSelectionButton.Matthew Barnes2010-09-132-55/+40
|
* Link Glade catalog library to libedataserverui.Matthew Barnes2010-09-131-0/+1
|
* Remove uninteresting mail options from Preferences.Matthew Barnes2010-09-132-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 Barnes2010-09-136-199/+250
| | | | How ironic.
* Coding style cleanups.Matthew Barnes2010-09-13229-5163/+5163
|
* Post-branch version bump.Matthew Barnes2010-09-131-4/+4
|
* Updated Japanese translation.Takayuki KUSANO2010-09-131-386/+391
|
* post release version bumpChenthill Palanisamy2010-09-131-2/+2
|
* News update for 2.31.92 releaseEVOLUTION_2_31_92Chenthill Palanisamy2010-09-131-0/+69
|
* Updated Galician translationsFran Diéguez2010-09-131-75/+56
|
* hindi update to fix bugRajesh Ranjan2010-09-131-4/+5
|
* [l10n] Updated Estonian translationIvar Smolin2010-09-131-1289/+67
|
* Bug #629037 - Email operations existed in ContactsHao H Li2010-09-136-1/+24
| | | | Email operations existed in Contacts in Express mode.
* Bug #627812 - GW shouldn't use global folder tree.Milan Crha2010-09-131-7/+4
| | | | Groupwise shouldn't use global folder tree for UI.
* Bug #629132 - set_attachments: assertion failed.Punit Jain2010-09-131-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 managerDavid Woodhouse2010-09-131-1/+6
|
* [i18n] Updated German translationChristian Kirbach2010-09-121-1379/+1471
|
* Bug 629413 - use-after-free in bad cert dialogDavid Woodhouse2010-09-121-3/+1
|
* Bug 629393 - git.mk breaks parallel buildsMatthew Barnes2010-09-121-84/+93
|
* Updated French translationBruno Brouard2010-09-121-251/+237
|
* Updated Slovenian translationMatej Urbančič2010-09-121-249/+262
|
* Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS.Matthew Barnes2010-09-121-1/+1
| | | | GNOME 2.32 is still based on GTK+ 2.x.
* Coding style and whitespace cleanups.Matthew Barnes2010-09-12159-3387/+3569
|
* Updated British English translationBruce Cowan2010-09-121-250/+270
|
* Updated Galician translationsFran Diéguez2010-09-121-2/+2
|
* Updated Galician translationsFran Diéguez2010-09-111-20/+14
|
* Updated Galician translationsFran Diéguez2010-09-111-24/+24
|
* Updated Hungarian translationGabor Kelemen2010-09-111-195/+190
|
* GnomeCalendar: Sink the floating ECalendarView references.Matthew Barnes2010-09-111-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 Barnes2010-09-115-30/+22
| | | | To eliminate the floating-reference-on-finalize run-time warnings.
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-1117-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 translationsFran Diéguez2010-09-111-426/+428
|
* Add missing linker flag to composer-autosave module.Matthew Barnes2010-09-111-0/+1
|
* Updated Spanish translationJorge González2010-09-111-255/+275
|
* Updatd Korean translationChangwoo Ryu2010-09-111-5670/+4900
|
* Updated Tamil translationDr.Tirumurti Vasudevan2010-09-111-1/+2
|
* Updated Tamil translationDr.Tirumurti Vasudevan2010-09-111-1/+1
|
* Updated Tamil translationDr.Tirumurti Vasudevan2010-09-111-1206/+1258
|
* No more blinking status icon.Matthew Barnes2010-09-112-48/+0
| | | | GTK+ came to its senses and dropped support for it. Thank goodness.
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-1117-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 PunjabiA S Alam2010-09-111-363/+394
|
* Bug 628591 - Incorrect English message in EvolutionMatthew Barnes2010-09-112-12/+18
|
* Bug 616073 - Various translation issuesMatthew Barnes2010-09-113-10/+10
|
* Bug 629250 - Fix translatable string format in mail-settings-view.cGabor Kelemen2010-09-111-1/+1
|
* Bug 629253 - Remove unnecessary markupGabor Kelemen2010-09-112-7/+19
|
* Bug #626579 - [bbdb] Crash in free_gaim_body() (gaimbuddies.c)Milan Crha2010-09-101-9/+6
|
* Updated Japanese translation.Takayuki KUSANO2010-09-101-156/+160
|
* Updated Russian translation from Yuri MyasoedovLeonid Kanter2010-09-091-5716/+6231
|
* [l10n] Updated Estonian translationIvar Smolin2010-09-091-2/+2
|
* Bug #629089 - Accepting a meeting request sends a Tentative replyMilan Crha2010-09-091-0/+32
|
* [l10n] Updated Estonian translationIvar Smolin2010-09-091-83/+37
|
* Bug #629115 - Missing mnemonic_widget property in mail-config.uiMilan Crha2010-09-091-0/+2
|
* Bug #629046 - Empty reply quotation for HTML messagesMilan Crha2010-09-091-2/+3
|
* Updated Hungarian translationGabor Kelemen2010-09-091-4/+4
|
* Updated Hungarian translationGabor Kelemen2010-09-091-5720/+5017
|
* Use the and operator only if there are two conditionsChenthill Palanisamy2010-09-082-10/+24
|
* Bug 629054 - Memory leak in memo_table_constructed()Matthew Barnes2010-09-081-0/+2
|
* Bug 629052 - Memory leak in task_table_constructed()Matthew Barnes2010-09-081-0/+2
|
* Bug 629051 - Memory leak in gnome_calendar_constructed()Matthew Barnes2010-09-081-0/+8
|
* Bug 629050 - Memory leak in e_day_view_recalc_cell_sizes()Matthew Barnes2010-09-081-2/+3
|
* Bug 629049 - Memory leak in e_composer_pose_header_set_account()Matthew Barnes2010-09-081-0/+1
|
* Simplify emu_restore_folder_tree_state().Matthew Barnes2010-09-081-6/+2
| | | | Don't bother passing a GError if we're just going to throw it away.
* Updated Galician translationsFran Diéguez2010-09-081-138/+189
|
* Various memory leaksMilan Crha2010-09-0812-27/+47
|
* Memory leak fix in em_folder_tree_get_selected_folderMilan Crha2010-09-071-0/+2
|
* Bug #627952 - 'Local delivery' mbox's aren't read properlyMilan Crha2010-09-071-1/+1
|
* [l10n] Updated Estonian translationIvar Smolin2010-09-061-159/+145
|
* Fix Japanese translation.Takayuki KUSANO2010-09-061-2/+2
|
* Updated Japanese translation.Takayuki KUSANO2010-09-061-1024/+905
|
* Updated French translationClaude Paroz2010-09-061-856/+882
|
* Updated Spanish translationJorge González2010-09-051-1068/+1102
|
* update for PunjabiA S Alam2010-09-051-212/+256
|
* Updated Galician translationsFran Diéguez2010-09-051-788/+780
|
* Updated Slovenian translationMatej Urbančič2010-09-051-1091/+1115
|
* Update British English translationPhilip Withnall2010-09-041-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 Barnes2010-09-041-1/+0
|
* Add composer-autosave to SUBDIRS.Matthew Barnes2010-09-041-0/+1
|
* Updated Swedish translationDaniel Nylander2010-09-041-5748/+5671
|
* Bug #628694 - Customize options for local calendar are missingMilan Crha2010-09-031-1/+1
|
* Bug 628653 - e_alert_new_valist memory leakMatthew Barnes2010-09-031-2/+9
|
* Bug 628654 - e_calendar_view_get_tooltips memory leakMatthew Barnes2010-09-034-7/+14
|
* Bug 628660 - em_format_part_as() memory leakMatthew Barnes2010-09-031-0/+2
|
* Bug #580623 - Mishandling of evolution's proxy ignore_hosts keyMilan Crha2010-09-032-3/+137
|
* update for PunjabiA S Alam2010-09-031-1225/+958
|
* Whitespace cleanup in evolution-mail-reader.ui.Matthew Barnes2010-09-031-6/+6
|
* Bug 628635 - Crash in alarm-queue.c:display_notification()Matthew Barnes2010-09-031-1/+3
|
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-0316-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 Barnes2010-09-031-5/+5
|
* Updated Norwegian bokmål translationKjartan Maraas2010-09-021-197/+190
|
* Updated Norwegian bokmål translationKjartan Maraas2010-09-021-683/+683
|
* [l10n] Updated Estonian translationIvar Smolin2010-09-021-344/+703
|
* Bug 628483 - signature_combo_box_refresh_cb memory leakMatthew Barnes2010-09-011-1/+3
|
* Bug 628482 - e_shell_settings_install_property_for_key memory leakMatthew Barnes2010-09-011-3/+7
|
* Update British English translationPhilip Withnall2010-09-011-127/+126
|
* Updated Indonesian translationDirgita2010-09-011-3280/+3937
|
* Bug #624021 - Honour weeks shown in a multi week view on printMilan Crha2010-09-012-4/+28
|
* Bug 628350 - Allow deletion of a deleted message to advance cursorMatthew Barnes2010-08-311-1/+5
|
* Composer autosave cleanups.Matthew Barnes2010-08-315-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 calendarMilan Crha2010-08-301-4/+4
|
* Bug 628005 - Russian: evolution Advanced Search dialogs are oversizedhao li2010-08-301-26/+36
|
* Post-release version bump.Matthew Barnes2010-08-301-1/+1
|
* NEWS update for 2.31.91 release.EVOLUTION_2_31_91Matthew Barnes2010-08-301-0/+55
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-29128-2525/+2695
|
* Fix build break.Matthew Barnes2010-08-291-0/+1
|
* ECellText cleanups.Matthew Barnes2010-08-2911-163/+346
|
* Remove the last traces of dbus-glib.Matthew Barnes2010-08-293-3/+0
|
* Add Indonesian translation to welcome mailAndika Triwidada2010-08-293-1/+326
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-292-7/+7
|
* Updated Japanese translation.Takayuki KUSANO2010-08-291-12866/+10225
|
* Update British English translationPhilip Withnall2010-08-281-3698/+4348
|
* Update Simplified Chinese translation.Aron Xu2010-08-281-661/+639
|
* Bug 628154 - Ignore paths in MIME part filenamesMatthew Barnes2010-08-282-7/+17
|
* Fix a runtime warning.Matthew Barnes2010-08-281-1/+2
|
* bugs.meego.com #2329 - Contact list editor is not translatedFederico Mena Quintero2010-08-281-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 EMailReaderMatthew Barnes2010-08-285-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 structMatthew Barnes2010-08-281-3/+7
|
* Bug 627852 - Memory leak in em_format_push_level()Matthew Barnes2010-08-271-21/+33
|
* Bug 628003 - Bundle IM protocol icons dropped from gnome-icon-themeMatthew Barnes2010-08-2725-0/+1425
|
* Bug #627333 - Cannot cancel password dialog for a calendarMilan Crha2010-08-271-0/+3
|
* Forgot a line.Matthew Barnes2010-08-271-0/+2
| | | | This goes with the previous commit.
* Convert EAttachmentHandler to an EExtension.Matthew Barnes2010-08-276-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 Barnes2010-08-278-249/+435
|
* Crash on Startup wizard cancelMilan Crha2010-08-261-4/+9
| | | | As reported in Red Hat bugzilla in 626810
* Updated French translationBruno Brouard2010-08-261-1/+1
|
* Updated French translationBruno Brouard2010-08-261-568/+618
|
* Updated Hebrew translationYair Hershkovitz2010-08-221-157/+145
|
* Updated French doc translationBruno Brouard2010-08-251-181/+21
|
* Update Galician translationsFran Diéguez2010-08-251-11/+11
|
* l10n: Updated Greek translation for evolutionGiannis Katsampirhs2010-08-251-6482/+8522
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-25127-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 accountsMilan Crha2010-08-241-1/+4
|
* Build break with evolution-connman - new parameter in a GDBus functionMilan Crha2010-08-241-0/+1
|
* Bug #627734 - Double-click a message opens it twiceMilan Crha2010-08-241-40/+9
|
* Bug 627601 - Memory leak in itip_get_comp_attendee()David Woodhouse2010-08-241-1/+3
|
* Bug 627611 - Memory leak in efh_format_header()David Woodhouse2010-08-241-3/+3
|
* Bug 627601 - Memory leak in itip_get_comp_attendee()David Woodhouse2010-08-241-0/+1
|
* Bug 627598 - Memory leak in emf_format_clone()David Woodhouse2010-08-241-0/+1
|
* Add e_load_cal_source_async().Matthew Barnes2010-08-249-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.comGary Ching-Pang Lin2010-08-2313-13/+13
| | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
* Add encryption and authentication support for autoconfigGary Ching-Pang Lin2010-08-233-8/+72
| | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
* Updated Danish translationAsk H. Larsen2010-08-221-5453/+5799
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-08-212-1452/+1600
|
* Updated Norwegian bokmål translationKjartan Maraas2010-08-211-542/+586
|
* Update Simplified Chinese help translation.朱涛2010-08-212-1/+14361
|
* Update Simplified Chinese translations.Tao Wang2010-08-211-800/+906
|
* Fix more non-removal of signals on user_data object distruction byMichael Meeks2010-08-212-88/+88
| | | | using g_signal_connect_object in many places; fixes bgo#627525#
* Updated Hebrew translationYair Hershkovitz2010-08-151-6317/+6974
|
* Remove unused e_auth_new_cal_from_uri().Matthew Barnes2010-08-202-66/+0
|
* Use e_load_book_source_async() in EBookShellBackend.Matthew Barnes2010-08-201-32/+46
| | | | For handling "new-contact" and "new-contact-list" actions.
* Bug 627124 - Crash while opening task-page.uiMatthew Barnes2010-08-191-0/+1
|
* Use the new e_load_book_source_async() where possible.Matthew Barnes2010-08-198-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 translationJorge González2010-08-171-301/+354
|
* Updated Galician translationsFran Diéguez2010-08-171-472/+513
|
* update Punjabi translationA S Alam2010-08-161-5459/+6098
|
* post release version bumpChenthill Palanisamy2010-08-161-1/+1
|
* News update for 2.31.90 releaseEVOLUTION_2_31_90Chenthill Palanisamy2010-08-161-0/+38
|
* ESelectionModel cleanups.Matthew Barnes2010-08-166-318/+460
|
* Fix a typo.Matthew Barnes2010-08-161-1/+1
|
* Updated Slovenian translationMatej Urbančič2010-08-151-6/+6
|
* Whitespace and coding style cleanup.Matthew Barnes2010-08-1416-114/+191
|
* Fix a runtime warning.Matthew Barnes2010-08-141-2/+2
|
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-1420-314/+733
| | | | Reduce the composer's dependency on e_shell_get_default().
* Updated Slovenian translationMatej Urbančič2010-08-141-2817/+1623
|
* Bug 624896 - Missing icons in table propertiesMatthew Barnes2010-08-145-0/+4
|
* Bug 605737 - Appointment reminder shows icons on buttonsMatthew Barnes2010-08-131-318/+181
|
* Refresh alarm-notify.ui.Matthew Barnes2010-08-131-347/+123
|
* Bump minimum GtkHtml version to 2.31.90.Matthew Barnes2010-08-131-5/+2
| | | | For bug 624913.
* Bug 624913 - Disallow drag-and-drop within the same attachment barMatthew Barnes2010-08-137-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 Barnes2010-08-133-406/+410
|
* Bug 323142 - Signature missing when handling mailto: URI with body partMatthew Barnes2010-08-131-1/+1
|
* EMsgComposer cleanups.Matthew Barnes2010-08-131-51/+58
|
* Minor correction to previous commit.Matthew Barnes2010-08-121-1/+1
|
* Bug 626724 - Folder tree mistakes "mark as unread" as new mailMatthew Barnes2010-08-124-5/+64
|
* EMFolderTreeModel cleanups.Matthew Barnes2010-08-121-31/+33
|
* Pause timline instead of stop. It hides the search animation texture.Srinivasa Ragavan2010-08-121-1/+2
|
* Add keybindings to tab.Srinivasa Ragavan2010-08-127-4/+334
| | | | | | Control Up - Go to parent folder. Control Shift Up/Down - prev/next tab Control Shift w - close tab.
* Add commands for keybindings for tab mode.Srinivasa Ragavan2010-08-121-1/+6
|
* Remove -DGDK_DISABLE_DEPRECATEDMatthew Barnes2010-08-111-1/+2
| | | | | | Until we can port the GDK drawing code to cairo. See: http://blogs.gnome.org/otte/2010/07/27/rendering-cleanup/
* remove select-on-focus hack, and replace with new skip-a-parentMichael Meeks2010-08-111-20/+7
| | | | | chaining hack; sub-set this only for when we have a hint visible ie. fix alt-c + type-new-search
* Ensure widgets are registered, without relying on config dialog setup at ↵Michael Meeks2010-08-112-0/+10
| | | | startup.
* build: Add libemformat to LDADD for evolution-settingsRob Bradford2010-08-111-1/+2
|
* Change the order of histogram. New things at the right.Srinivasa Ragavan2010-08-111-14/+11
|
* Add Histogram of mail trend in clutter tab and enable DnD of tabs.Srinivasa Ragavan2010-08-111-11/+104
|
* Typo in tree_autoscroll().Matthew Barnes2010-08-111-1/+1
|
* Bug 271691 - Add a way to view all attachments inlineMatthew Barnes2010-08-112-19/+110
|
* EAttachmentView cleanups.Matthew Barnes2010-08-111-65/+65
|
* More EMFormat cleanups.Matthew Barnes2010-08-111-9/+11
|
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-119-19/+50
| | | | | | This changes the behavior of the function: instead of redrawing immediately it schedules the redraw from an idle callback. This allows us to make multiple changes to EMFormat before redrawing.
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-1122-139/+229
| | | | | | | | | e_preferences_window to take factory callbacks and store a reference to the shell. - This makes start-up substantially faster, particularly on Atom (eg.). Remove a number of idle handlers used to create these UIs in the first instance, cleaning the code.
* docs on where the repo for the web version lives, and how to deal with itMichael Meeks2010-08-101-0/+10
|
* Execute calendar search post startup, notMichael Meeks2010-08-101-2/+11
|
* EMFormat cleanups.Matthew Barnes2010-08-106-366/+498
|
* Bug 626453 - Show attachments inline when printingMatthew Barnes2010-08-103-21/+64
|
* Updated Tamil translationdrtv2010-08-081-1/+1
|
* Updated Tamil translationdrtv2010-08-081-1304/+1514
|
* Updated LowGerman translationNils-Christoph Fiedler2010-08-071-492/+492
|
* Updated French translationClaude Paroz2010-08-071-2855/+3247
| | | | Contributed by Laurent Coudeur and Claude Paroz
* fix bgo#625847 - make signatures work again.Michael Meeks2010-08-061-19/+18
|
* Make the intention of /tmp more explicit, and rescue people who happenMichael Meeks2010-08-061-2/+2
| | | | to have evolution .po files in /tmp from a sad fate ...
* use g_signal_connect_object to improve reliabilityMichael Meeks2010-08-051-40/+40
|
* Bug 626090 - Only set -fno-strict-aliasing for GCCMatthew Barnes2010-08-051-6/+11
|
* Bug 626059 - Welcome messages has incorrect linksChristian Kirbach2010-08-0521-120/+120
|
* We are not using dbus-glib anymore, don't call dbus_g_thread_initFridrich Štrba2010-08-053-3/+0
|
* Updated Norwegian bokmål translationKjartan Maraas2010-08-041-373/+392
|
* Updated Galician translations and added galician docs filesFran Diéguez2010-08-033-25/+12737
|
* Updated Galician translationsFran Diéguez2010-08-031-365/+397
|
* Updated Spanish translationJorge González2010-08-031-212/+212
|
* Post-release version bump.Matthew Barnes2010-08-031-1/+1
|
* NEWS update for 2.31.6 release.EVOLUTION_2_31_6Matthew Barnes2010-08-031-336/+443
|
* Updated Romanian translationLucian Adrian Grijincu2010-08-031-395/+133
|