aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Brazilian Portuguese translationEnrico Nicoletto2014-03-211-985/+1277
|
* Updated Danish translationKenneth Nielsen2014-03-211-4308/+4742
|
* Updated Russian translationYuri Myasoedov2014-03-201-777/+534
|
* Updated Hungarian translationGábor Kelemen2014-03-191-686/+1012
|
* Updated Portuguese translationDuarte Loreto2014-03-191-4951/+5619
|
* Updated Serbian translationМирослав Николић2014-03-182-8472/+9534
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2014-03-171-4433/+4828
|
* Post-release version bump.Matthew Barnes2014-03-161-2/+2
|
* Fix distcheck error.Matthew Barnes2014-03-161-3/+2
|
* NEWS update for 3.11.92 release.Matthew Barnes2014-03-161-0/+46
|
* Updated Ukrainian translationDaniel Korostil2014-03-161-1029/+1286
|
* Updated French translationAlainLojewski2014-03-161-4316/+4810
|
* Updated Hungarian translationGábor Kelemen2014-03-161-4240/+4776
|
* ECalConfigWeather: Fix a confusing translator comment.Matthew Barnes2014-03-151-7/+6
|
* Missing attachment button for attachments of a known typeMilan Crha2014-03-141-2/+0
| | | | | | | If there was a known formatter for the attachment's mime type, the attachment content was shown inline, without the attachment button, instead of it being shown collapsed and with the corresponding button. All that caused by a variable overwrite and a related memory leak.
* [l10n] Update Catalan translationPau Iranzo2014-03-141-4269/+4545
|
* Bug #710337 - Define ETree/ETable "alternating-row-colors" style propertyMilan Crha2014-03-142-2/+43
|
* Bug #726225 - [abrt] Memory corruption during message list regen after Trash ↵Milan Crha2014-03-141-2/+6
| | | | expunge
* Contact photos not always shown in a contact previewMilan Crha2014-03-131-2/+16
| | | | | | | | Locally stored photos were shown as a "missing image" instead of the actual photo for cases when the URL contained special characters which required to be encoded in the URL. This effectively updates commit 255e0529040baae67e3d70f1030ce248fd61856d, to check WebKit version for the unescape, because WebKit 2.2.5 (which I currently use) doesn't re-escape the URIs. Maybe earlier versions of the WebKit do the same.
* EWebView/EMailDisplay: Setup custom CSS styles to DOM right after document loadsMilan Crha2014-03-132-0/+7
| | | | | | | | | | | | | The custom styles, those which are added on-the-fly directly to DOM, were added only after whole document was completely loaded, which included also sub-frames content, thus when these were slow to download for any reason, the main frame content, like the top header bar, was shown with a default style, which is white background and black text color. The WebKitWebView's document-load-finished signal is emitted whenever the actual HTML content is loaded, and the DOM is available as well, for each frame, including the main frame of the WebView, thus updating/setting custom CSS styles in this signal handler makes the loaded frames look as expected, without waiting for other frames in the document to finish their load.
* Updated Polish translationPaweł Żołnowski2014-03-131-4206/+4465
|
* Bug #722938 - Adapt a11y code for newest gtkMike Gorse2014-03-1327-596/+128
| | | | | As of gtk+ 3.2, AtkObjectFactories are no longer used to generate accessibles for gtk widgets, so our custom atk classes need refactoring.
* Actually make the AppData file translatableRichard Hughes2014-03-122-1/+1
| | | | Evolution was installing a file with <_p> which made gnome-software very upset.
* Bug 711350: Cannot position caret in received message body without using the ↵Tomas Popela2014-03-111-1/+4
| | | | | | | | mouse If Caret mode is enabled don't try to process the navigation keys and don't set the focus on main frame to actually make the Caret mode working.
* Don't close base stream when destroying a CamelFilterOutputStream.Matthew Barnes2014-03-118-0/+20
| | | | | | | | | | | | | | | GFilterOutputStream, from which CamelFilterOutputStream is derived, defaults to closing its base stream when the instance is finalized. That makes sense in the general case, but CamelFilterOutputStreams are usually temporary wrappers on a more permanent base stream, so we need to remember to override the default "close-base-stream" property value. I was tempted to just make CamelFilterOutputStream override the default automatically, but I decided against it because my long term plan is to drop CamelFilterOutputStream for GConverterOutputStream which also does not override the "close-base-stream" default. The closer the semantics of the two classes match, the easier porting will be in the future.
* Bug #550697 - Crash after folder open in a closed mail viewMilan Crha2014-03-102-7/+38
|
* Updated Czech translationJiří Eischmann2014-03-101-3833/+4178
|
* Updated Latvian translationRūdolfs Mazurs2014-03-081-4324/+4795
|
* Updated Chinese (China) translationWylmer Wang2014-03-081-404/+386
|
* Bug 723204 - Account assistant is too wideMatthew Barnes2014-03-081-0/+1
| | | | | | Works around a GTK+ regression caused by: https://git.gnome.org/browse/gtk+/commit/?id=f18655c641dbe2ca2a28627538898be575667e1a
* Bug #711351 - Folder change in folder tree steals focusMilan Crha2014-03-074-2/+60
|
* Updated Indonesian translationAndika Triwidada2014-03-071-291/+305
|
* Updated Korean translationChangwoo Ryu2014-03-061-4277/+4566
|
* Bug #711658 - Time zone for new events sometimes defaults to UTCMilan Crha2014-03-066-9/+41
|
* Bug #725615 - Disable Delete button in a vTrash folderMilan Crha2014-03-062-3/+9
|
* Bug #446659 - Message view can scroll away after message deletionMilan Crha2014-03-063-78/+101
|
* Updated Norwegian bokmål translationKjartan Maraas2014-03-051-252/+251
|
* Bug #725402 - Checking sender for multiple images causes hangMilan Crha2014-03-051-4/+150
| | | | | | | | | | | | This was introduced around commit ef355cd5, when the caching of search results were dropped. The new function was also buggy, thus this commit fixes even that. Namely done changes: - cache email address book search results for 5 minutes - do not stop searching when any book fails to open (which can be due to temporary unreachable server, for example) - search in local books first
* Add a comment for translators above "_Send Account Override"Milan Crha2014-03-041-0/+2
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-03-042-1434/+2062
|
* Updated Galician translationsFran Diéguez2014-03-041-787/+1084
|
* Post-release version bump.Matthew Barnes2014-03-031-1/+1
|
* NEWS update for 3.11.91 release.Matthew Barnes2014-03-031-1/+44
|
* Update API documentation.Matthew Barnes2014-03-032-1/+2
|
* Miscellaneous cleanups.Matthew Barnes2014-03-03207-1592/+1717
|
* Remove obsolete white-papers.Matthew Barnes2014-03-014-1002/+0
|
* EMailFormatter: Use GOutputStream instead of CamelStream.Matthew Barnes2014-03-0133-430/+552
|
* Updated Spanish translationDaniel Mustieles2014-02-281-125/+45
|
* EWebView: Limit zoom-in/zoom-out to 0.1 .. 5.0 valuesMilan Crha2014-02-281-4/+11
| | | | | It doesn't make much sense to zoom below 0.1, same as zoom 5.0 is quite large, thus no need to zoom indefinitely in both directions.
* Updated Spanish translationDaniel Mustieles2014-02-281-254/+248
|
* User docs: Add shortcuts for marking messages as (un)readGed Haywood2014-02-271-1/+7
|
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-2677-885/+884
| | | | | | Win32 headers have a #define for 'interface', which breaks the build when this word is used in the code, thus replace it to 'iface', the same way as GLib or GTK+ code use to have it. (See bug #722068.)
* configure: Fix typo in enable_spamassassin variable usagePriit Laes2014-02-261-1/+1
|
* Bug #542723 - [vCard importer] Some fields get imported also into notesSebastian Fritz2014-02-251-31/+0
|
* ETree/ETable: Allow easier adding of columns for sortingMilan Crha2014-02-255-12/+92
| | | | | | | | | This extends behaviour of left-clicking column header which is not used for sorting yet in an ETree/ETable in a way: a) alone left-click behaves like before, all current sorting is dropped and the ETree/ETable is sorted only by that column b) left-click with pressed Ctrl key adds the column as the first to sort by c) left-click with pressed Ctrl+Shift adds the column as the last to sort by
* Bug #724854 - Cursor moves to incorrect message when deleting multiple messagesMilan Crha2014-02-251-1/+1
|
* Bug 724909 - Highlight module hangs on large attachmentsMatthew Barnes2014-02-251-27/+182
| | | | | | | | | | | | | | The previous code was writing the entire MIME part content to the highlight utility's stdin pipe before reading the converted result. With enough content, this caused the write operation to get stuck. What's worse is this all happens synchronously in the UI thread. Not sure exactly what was going on, but my hunch proved correct that we need to simultaneously write to the stdin pipe and read from the stdout pipe to avoid the deadlock. Still not happy about this blocking the UI, but that would require some major refactoring in libevolution-mail-formatter.
* Updated Lithuanian translationAurimas Černius2014-02-251-127/+107
|
* Bug #725010 - Fix strings in "Composer Preferences > Send Account" tabMilan Crha2014-02-251-12/+24
|
* Add missing action captions after gtk-stock replacementMilan Crha2014-02-254-8/+8
|
* Bug #711758 - Handle relative path when importing from command lineMilan Crha2014-02-241-1/+40
|
* mail_session_dispose: First free folders, only then storesMilan Crha2014-02-241-18/+18
| | | | | | CamelFolder holds a weak reference to its parent CamelStore, thus if the store is freed before the folder, then the folder cannot access it, which can lead to crashes.
* Bug 597552 - Remove evolution-plugin.pc.inMatthew Barnes2014-02-244-23/+0
| | | | Use evolution-shell, evolution-mail or evolution-calendar instead.
* evolution-shell.pc: Add "errordir" definition.Matthew Barnes2014-02-241-0/+1
|
* libemail-engine.pc: Add missing gtk+-3.0 requirement.Matthew Barnes2014-02-241-1/+1
|
* Fix few more memory leaksMilan Crha2014-02-212-10/+28
|
* mail_xfer_folder: Not provided anymore (forgotten prototype definition)Milan Crha2014-02-211-6/+0
|
* Updated Lithuanian translationAurimas Černius2014-02-211-818/+1130
|
* EMFolderTreeModel: Fix a circular dependency between model and its dataMilan Crha2014-02-213-4/+29
| | | | | | | | | The model stores GtkTreeRowReference-s in its private data, but these references ref the model, thus there is a circular dependency between internal data and the object itself, effectively causing memory leaks. With this fixed, the CamelSession is correctly freed at the end of the application.
* EMailParser: Forgot to unref CamelSessionMilan Crha2014-02-211-0/+1
|
* Bug #711443 - IMAPX account unread count goes only up, not downMilan Crha2014-02-201-3/+51
|
* Updated Chinese (China) translationWylmer Wang2014-02-201-1126/+1483
|
* Updated Norwegian bokmål translationKjartan Maraas2014-02-201-982/+1313
|
* Updated Oriya translationManoj Kumar Giri2014-02-191-4951/+1511
|
* Bug #553927 - Autoselect newly created accounts in the folder treeMilan Crha2014-02-183-0/+129
|
* Bug #724437 - Content-Disposition inline confuses message formatterMilan Crha2014-02-182-3/+5
|
* Bug #709162 - Use-after-free on a reminder snoozeMilan Crha2014-02-171-1/+1
|
* Make calendar tooltip count also days, not only hours/minutes/secondsMilan Crha2014-02-171-1/+9
|
* Forgotten chunk from the previous commit (shortcuts from gtk-stock definitions)Milan Crha2014-02-171-1/+1
|
* Add shortcuts previously defined by gtk-stock item definitionsMilan Crha2014-02-1712-33/+33
|
* Post-release version bump.Matthew Barnes2014-02-171-1/+1
|
* NEWS update for 3.11.90 release.Matthew Barnes2014-02-171-0/+39
|
* Update API documentation.Matthew Barnes2014-02-171-1/+19
|
* Fixed Russian translationYuri Myasoedov2014-02-161-3874/+4279
|
* Updated Indonesian translationAndika Triwidada2014-02-141-3830/+4177
|
* Updated Assamese translationngoswami2014-02-141-524/+813
|
* e_menu_tool_action_new: Remove unused stock_id parameterMilan Crha2014-02-143-7/+5
|
* Fix EShellSearchbar regression after gtk-stock cleanupMilan Crha2014-02-141-4/+4
| | | | | There were missing icons on the shell's searchbar entry, due to missed property binding on stock-id, instead of icon-name.
* Updated POTFILES.inPiotr Drąg2014-02-131-0/+2
|
* Updated Spanish translationDaniel Mustieles2014-02-131-619/+885
|
* Bug #685381 - POP3's "delete-expunged" ignored when Empty trash on exitMilan Crha2014-02-131-8/+45
|
* Do not use "dialog-apply" icon and make EStockRequest fool-proofMilan Crha2014-02-133-41/+51
| | | | | | | | | The "dialog-apply" icon is not from a set of standard icons, thus it cannot be used, which I overlooked yesterday. With its drop are also dropped other button icons in itip-formatter. The missing icon made EStockRequest "panic" which effectively broke page rendering for WebKit - the rendering was never finished.
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-13129-1188/+828
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-02-121-40/+40
|
* Updated Assamese translationngoswami2014-02-121-582/+629
|
* Updated Ukrainian translationDaniel Korostil2014-02-121-4093/+4318
|
* EMailConfigAssistant: Hack the "Go Back" button after autoconfig.Matthew Barnes2014-02-111-4/+73
| | | | | | | | | | | | | | | | After account autoconfiguration, you can click the "Go Back" button to revise the account details. That's been in place for some time now, but it's not obvious from the button label. "Go Back" implies going back to the Identity page. Temporarily rename the "Go Back" button on the Summary page to something more accurate after a successful autoconfiguration, then reset it to its original "Go Back" label. Unfortunately the GtkAssistant API does not make this easy. I had to resort to crawling the assistant's internal child widgets and comparing button labels to locate the right button. So this hack may not be very future-proof.
* Fix a runtime warning on startup.Matthew Barnes2014-02-111-2/+6
| | | | | Calling g_source_remove() on a saved source ID but not resetting the source ID to zero.
* e_table_sort_info_duplicate: Missing ref of a 'column_spec' memberMilan Crha2014-02-111-0/+17
| | | | | | Both 'groupings' and 'sortings' arrays unref the 'column_spec' on removal, but the 'duplicate' function didn't ref them, which caused use-after-free at the end of the application.
* Bug #655806 - Folder deletion is very slowFabiano Fidêncio2014-02-111-45/+51
|
* Bug #722041 - NNTP Messages are silently dropped from OutboxMilan Crha2014-02-111-12/+8
|
* Bug #724023 - Run EMailFormatter in the main/UI threadMilan Crha2014-02-102-8/+18
| | | | | | | Any GtkWidget creation or manipulation should be done exclusively from the main/UI thread, thus make sure it is done that way. Of course, evolution can freeze for a little time (depends on the message size), until its formatting is done. It's unnoticeable with usual messages.
* Updated Spanish translationDaniel Mustieles2014-02-101-315/+349
|
* Updated Greek translationDimitris Spingos2014-02-101-821/+866
|
* Fix indents, <app> tags in remaining c*.pageAruna Sankaranarayanan2014-02-0815-263/+557
| | | | | Make indentation more consistent. Enclose Evolution within <app> tags.
* Fix indents, <app> tags for backup-restore.pageAruna Sankaranarayanan2014-02-081-20/+56
| | | | | Indent backup-restore.page Enclose Evolution within <app> tags wherever applicable.
* Bug #720542 - Crash on calendar view's tooltip timeoutMilan Crha2014-02-072-0/+17
|
* Tajik translation updatedVictor Ibragimov2014-02-071-7670/+12064
|
* Updated Spanish translationDaniel Mustieles2014-02-071-399/+503
|
* Updated Galician translationsFran Diéguez2014-02-071-633/+667
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2014-02-071-619/+665
|
* User docs: Fix styling+indents in calendar-*.pageAruna Sankaranarayanan2014-02-0727-447/+968
| | | | | Fix indents and add <app> tags around Evolution in all calendar-*.pages.
* Bug #720940 - Always asked to synchronize folders when going offlineMilan Crha2014-02-061-1/+26
|
* Fix typos in a logic of a "mail:ask-quick-offline" user promptMilan Crha2014-02-051-1/+3
| | | | | | Two problems: a) the returned value of the prompt was checked reverted b) the messages were downloaded anyway, without setting CamelSession offline
* Revert "Declare em-filter-i18n.h as BUILT_SOURCES in mail/Makefile.am"Milan Crha2014-02-052-1/+81
| | | | | | | | It turned out that the file is required for translators, which are not supposed to build sources, thus the built file would be missing to them. I wasn't aware of that. This reverts commit fa75665c3bf9dceaeec233ccf3702cdc167de3c3.
* updated kn.poShankar Prasad2014-02-051-7203/+1050
|
* Updated Greek translationDimitris Spingos2014-02-051-175/+223
|
* Bug #721639 - Cannot overwrite builtin mail view definitionsMilan Crha2014-02-041-0/+10
|
* Remove unused mail_folder_cache_list_stores().Matthew Barnes2014-02-041-18/+0
|
* Declare em-filter-i18n.h as BUILT_SOURCES in mail/Makefile.amMilan Crha2014-02-032-81/+1
| | | | | This way git.mk knows about it and ignores changes in it, because, after all, this header file is auto-generated on build.
* Post-release version bump.Matthew Barnes2014-02-031-1/+1
|
* NEWS update for 3.11.5 release.Matthew Barnes2014-02-031-0/+56
|
* Bug 723377 - Add alternate zoom shortcutsMatthew Barnes2014-02-031-0/+17
| | | | | | | | | The zoom in shortcut (Ctrl+) can be confusing for some users because on keyboards with a [+ =] key the '+' requires holding Shift. To mitigate the confusion, also accept (Ctrl=) for zoom in. And while we're add it, also support Ctrl+ and Ctrl- on keypads, as well as keyboards with dedicated Zoom In / Zoom Out keys.
* Updated Greek translationDimitris Spingos2014-02-011-643/+674
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-01-312-1248/+1332
|
* EHttpRequest: Avoid possible data stream memory leakMilan Crha2014-01-311-2/+4
| | | | | The request's finish function is not called in case when the request is cancelled, which meant that the whole data stream was leaked.
* Add <programming-language> entry to DOAP fileAndre Klapper2014-01-311-0/+2
|
* Memory leaks of GSettings objectsMilan Crha2014-01-313-0/+4
|
* EHTTPRequest: Drop unneeded reference to EMailPartListMilan Crha2014-01-311-19/+0
|
* Avoid multiple save of folder changes on application quitMilan Crha2014-01-301-17/+2
| | | | | | | While looking at bug #721286, I found out that mail_shell_view_prepare_for_quit_cb calls a sync of the folder changes to the server, but mail_backend_prepare_for_quit_cb does the same thing (or even more, because it calls to synchronize changes in all folders), thus the former is redundant and can be dropped.
* Updated Spanish translationDaniel Mustieles2014-01-291-163/+161
|
* Bug #722951 - Check for empty rule valuesMilan Crha2014-01-297-50/+101
|
* Updated Spanish translationDaniel Mustieles2014-01-281-66/+46
|
* User docs: Fix my markupAndre Klapper2014-01-281-1/+1
|
* User docs: Clarify local calendar file option (bug 710462)Andre Klapper2014-01-281-1/+2
|
* User docs: Clarify that Maildir refers to maildir++ (bug 720407)Andre Klapper2014-01-281-1/+2
|
* User docs: Cover IMAP IDLE and IMAP NOTIFY (bug 721863)Andre Klapper2014-01-281-1/+3
|
* Forward/Reply styles in Preferences opened emptyMilan Crha2014-01-281-7/+7
| | | | | | This is a regression after commit b5023d3, an edit of the mail-config.ui file accidentally dropped ID-s for a GtkComboBoxText items, thus the g_settings_bind() could not match any item in the combo box.
* Bug #721213 - Character encoding combo opened emptyMilan Crha2014-01-282-11/+30
|
* Fix a runtime warning after a change for bug #583773Milan Crha2014-01-271-0/+1
| | | | | | Missed a case when an EMailReader is an EMailBrowser, which is not an EMailView, which produced a runtime warning on a console when a message was shown in a separate window (like after double-clicking it).
* Bug #707518 - Deleting a local address book triggers error "Unable to open ↵Milan Crha2014-01-271-0/+16
| | | | address book"
* Updated Spanish translationDaniel Mustieles2014-01-271-392/+419
|
* Updated Spanish translationDaniel Mustieles2014-01-271-51/+117
|
* User docs: Smaller Mail Notification screenshot; use default backgroundAndre Klapper2014-01-271-0/+0
|
* Updated Czech translationMarek Černocký2014-01-261-3/+3
|
* User docs: add a better descriptionFrédéric Péters2014-01-261-1/+1
| | | | (copied from doap file)
* User docs: Improve introduction sentence (as proposed by Julita)Andre Klapper2014-01-261-2/+2
|
* User docs: Replace dead link to projects.gnome.org by wiki.g.oAndre Klapper2014-01-261-2/+2
| | | | | | | This breaks the string freeze for 3.10, but still better than having a completely broken link. See bug #721907
* User docs: Add href fallback URI to local xref links so links on ↵Andre Klapper2014-01-267-8/+8
| | | | http://help.gnome.org hopefully work
* Updated Lithuanian translationAurimas Černius2014-01-261-3558/+3589
|
* [ESourceSelector] Fix a memory leak on a mouse button press eventMilan Crha2014-01-251-1/+4
|
* [ESourceSelector] A performance improvementMilan Crha2014-01-251-0/+30
| | | | | | | A simple performance improvement to ignore ESourceRegistry notifications on source changes for sources which do not belong to the ESourceSelector. Such notifications could cause whole model rebuild, which has other side effects, like a bug #722399.
* Bug #722346 - _NL_MEASUREMENT_MEASUREMENT is not portableMilan Crha2014-01-241-6/+14
|
* Bug #707121 - Merge contacts dialogs indefinitely expands by itselfMilan Crha2014-01-245-463/+196
|
* Bug #583773 - Does not always mark mails as read automaticallyMilan Crha2014-01-241-17/+71
|
* Bug #721577 - Contact editor - rearrange "Office" fieldChris2014-01-231-62/+79
|
* Replace usage of __FUNCTION__ with G_STRFUNCMilan Crha2014-01-236-44/+44
|
* Bug #645476 - Avoid scroll to cursor on folder change in message listMilan Crha2014-01-231-7/+18
| | | | | | Another take, this time, hopefully, the final. The call to e_tree_set_cursor() also resets the view to the selected row, which we want to avoid, thus do not do this call, if the view was regenerated on a folder-changed signal.
* Assamese translation updatedNilamdyuti Goswami2014-01-231-3499/+3537
|
* Updated Spanish translationDaniel Mustieles2014-01-221-85/+93
|
* Updated Norwegian bokmål translationKjartan Maraas2014-01-221-3907/+3848
|
* Fix return values in a few functionsKjartan Maraas2014-01-226-12/+12
|
* Fix duplicate #includesKjartan Maraas2014-01-229-11/+0
|
* Bug #721427 - Alert about missing condition in a filter rule editorMilan Crha2014-01-222-0/+8
|
* Bug #721577 - Show Office field in Contact's previewChris2014-01-221-0/+1
|
* Drop libsoup-gnome dependencyFabiano Fidêncio2014-01-212-2/+1
|
* Bug #722698 - Crash creating a new folderFabiano Fidêncio2014-01-211-0/+12
|
* Bug #702709 - Do not forget to set CamelSession offlineMilan Crha2014-01-211-0/+17
| | | | | | There was missing a call to set CamelSession offline, which made the other CamelService-s think they can do network operations, while it wasn't true.
* Bug #722415 - Memo does not support Start Date propertyFabiano Fidêncio2014-01-201-0/+5
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2014-01-201-3496/+3520
|
* Update Chinese simplified translationTong Hui2014-01-181-3495/+3519
|
* MailFolderCache: Remove 'ping' operation.Matthew Barnes2014-01-181-101/+0
| | | | | Was only used for IMAP, and CamelIMAPXServer can do this itself now. Consequently camel_store_noop_sync() has been removed.
* [evolution-source-viewer] Make identity label selectableMilan Crha2014-01-181-0/+1
| | | | Easier to copy&paste than write the generate UID letter by letter.
* Bug #702958 - Crash on attachment add or removeMilan Crha2014-01-171-3/+6
|
* Also drop a message from the configure summary about KRBMilan Crha2014-01-171-1/+0
|
* Drop KRB5 dependencyMilan Crha2014-01-172-141/+0
| | | | | It turned out that evolution itself doesn't use KRB5 directly, thus the dependency is useless and can be dropped.
* Prevent GSettings from freaking out over a missing junk filter.Matthew Barnes2014-01-171-3/+6
| | | | | | | | Boy does GSettings like to abort applications! The default value for the 'junk-default-plugin' key is 'Bogofilter' but if the key's mapping function cannot find Evolution's Bogofilter integration module (it is optional after all, so may not be installed), then indicating failure will make GSettings abort Evolution. So always indicate success.
* Bug 722352 - libresolv does not exist on FreeBSDMatthew Barnes2014-01-171-2/+2
| | | | Just a couple leftovers in mail/Makefile.am. Not needed anymore.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-01-152-8170/+7105
|
* EDateEdit: Force 24 hour format for locales without am/pm equivalentsMilan Crha2014-01-141-27/+47
| | | | | | | | Some locales do not provide equivalents for am/pm (the "%p" of strftime), thus when the user has set 12 hour format in Preferences, then the am and pm times are the same, which confuses the widget, especially in the appointment editor, making it hard (like impossible) to enter pm times by selection in the time combo. An example locale is de_DE.
* Updated Greek translationDimitris Spingos2014-01-131-15/+25
|
* Post-release version bump.Matthew Barnes2014-01-131-1/+1
|
* NEWS update for 3.11.4 release.Matthew Barnes2014-01-131-1/+32
|
* Updated Galician translationsFran Diéguez2014-01-131-3510/+3537
|
* Bug 677300 - Add 3 px padding above and below the searchbarMatthew Barnes2014-01-131-0/+1
| | | | This got dropped accidentally in the patch for bug 709428.
* Updated Greek translationDimitris Spingos2014-01-131-3495/+3520
|
* Updated Spanish translationDaniel Mustieles2014-01-111-3568/+3601
|
* Bug #333184 - Add Undo support to component editorsMilan Crha2014-01-1115-434/+1895
|
* Update copyright year in About dialog.Matthew Barnes2014-01-081-1/+1
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081388-14038/+12545
|
* Updated Greek translationDimitris Spingos2014-01-051-849/+873
|
* Updated Russian translationStas Solovey2014-01-051-1984/+2101
|
* Updated Indonesian translationAndika Triwidada2014-01-031-1912/+1838
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-01-021-1892/+2034
|
* Updated Czech translationMarek Černocký2014-01-021-1922/+1848
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-01-012-3070/+3574
|
* Assamese translation updatedNilamdyuti Goswami2013-12-311-10258/+3155
|
* Update Chinese simplified translationWylmer Wang2013-12-281-317/+302
|
* Updated slovak translationMarián Čavojský2013-12-221-1963/+2095
|
* Tajik translation addedVictor Ibragimov2013-12-202-0/+20215
|
* Updated German translationChristian Kirbach2013-12-201-1472/+1572
|
* Updated Galician translationsFran Diéguez2013-12-191-1217/+1253
|
* configure.ac: Update PACKAGE_URL to Evolution wiki.Matthew Barnes2013-12-181-1/+1
| | | | | | | The PACKAGE_URL shows up in Evolution's "About" dialog. Link to http://wiki.gnome.org/Apps/Evolution, as projects.gnome.org is shutting down soon.
* Updated Telugu TranslationsKrishnababu Krothapalli2013-12-181-3/+3
|
* Post-release version bump.Matthew Barnes2013-12-171-1/+1
|
* NEWS update for 3.11.3 release.Matthew Barnes2013-12-171-0/+58
|
* Update API documentation.Matthew Barnes2013-12-174-1/+27
|
* EMFolderTreeModel: Fix subscribing to a folder with children.Matthew Barnes2013-12-121-1/+3
| | | | | | | | Unsubscribe from a folder with children, then re-subscribe. The children will no longer be reachable in an EMFolderTree. This is because we were calling em_folder_tree_model_set_folder_info() claiming we have complete folder subtree info, when in fact we don't.
* Updated Telugu TranslatoinsKrishnababu Krothapalli2013-12-121-3246/+3684
|
* Updated Telugu TranslationsKrishnababu Krothapalli2013-12-121-11655/+5323
|
* EMailBackend: Remove some nuisance runtime warnings.Matthew Barnes2013-12-121-3/+5
| | | | Similar to the previous commit, when renaming a folder.
* MailFolderCache: Remove some nuisance runtime warnings.Matthew Barnes2013-12-111-2/+2
| | | | | When renaming a folder, don't warn if the GalView files for the folder don't exist (errno == ENOENT). It may be the folder was never viewed.
* Updated Spanish translationDaniel Mustieles2013-12-101-69/+37
|
* Coding style and whitespace cleanup.Matthew Barnes2013-12-0717-142/+247
|
* ECaldavChooser: Remove deprecated SOUP_TYPE_GNOME_FEATURES_2_26.Matthew Barnes2013-12-071-4/+0
| | | | Proxy support is automatic now.
* User docs: Fix wrong page IDAndre Klapper2013-12-071-1/+1
|
* User docs: Fix broken markupAndre Klapper2013-12-071-1/+3
|
* User docs: Link to desktop help for general info on remindersAndre Klapper2013-12-071-1/+5
|
* User docs: Update a TODOAndre Klapper2013-12-071-1/+1
|
* Bug 715067 - <Enter> does not save in the full name editorMichael Ekstrand2013-12-072-142/+92
|
* Updated POTFILES.inPiotr Drąg2013-12-061-1/+1
|
* Remove audio-inline module.Matthew Barnes2013-12-0614-634/+182
| | | | | | Drop our explicit gstreamer requirement and merge audio support directly into libevolution-mail-formatter. We now use the HTML5 <audio> tag and let WebKit show much nicer playback controls, with volume and seeking.
* Remove --enable-strict configure option.Matthew Barnes2013-12-041-24/+0
| | | | | | | | | | | GLib/GTK+ uses different deprecation macros nowadays. The MIN_REQUIRED macros do a better job of catching deprecated symbol usage up to the minimum build requirement, and the MAX_ALLOWED macros catch symbol usage that violates our minimum build requirement. These newer deprecation macros are always enabled, so we don't need a special configure flag for them.
* Updated Polish translationPiotr Drąg2013-12-041-199/+202
|
* Fix a typoFranciszka2013-12-041-1/+1
|
* icalendar-importer: Fix a crash when importing with no existing calsPhilip Withnall2013-12-041-1/+1
| | | | | | | | | | | | | This is a theoretical crash (not actually reproduced) caused by calling g_object_ref(source) when source is NULL, which can happen if no calendars or task lists exist. This fixes the crash, but there may be UI bugs if this condition is reached. Found by scan-build. https://bugzilla.gnome.org/719540
* pine-importer: Fix a crash when importing with no existing address booksPhilip Withnall2013-12-041-0/+5
| | | | | | | | | | This is a theoretical crash (not actually reproduced), caused by the client variable being NULL if no address books exist. Instead of crashing, gracefully exit with an error. Found by scan-build. https://bugzilla.gnome.org/719540
* Bug #715057 - Weather calendar is using Fahrenheit units as defaultFabiano Fidêncio2013-12-014-5/+76
|
* EMFolderTreeModel: Remove some dead code.Matthew Barnes2013-11-301-8/+0
|
* sync_store_desc: Display the store's display name.Matthew Barnes2013-11-301-9/+10
| | | | That's what it's for.
* em_utils_is_local_delivery_mbox_file(): Take a CamelService.Matthew Barnes2013-11-305-26/+56
| | | | | | More convenient than constructing a CamelURL just for this function. Also, document it.
* Avoid camel_service_get_session().Matthew Barnes2013-11-301-1/+3
| | | | Use camel_service_ref_session() instead.
* Updated serbian translationМирослав Николић2013-11-302-1032/+928
|
* Remove unused arguments in mail_fetch_mail().Matthew Barnes2013-11-303-31/+9
| | | | The 'fetch_type' and 'fetch_count' arguments are not used.
* Bug #329616 - Spell checking for Event/Task/Memo editorsMilan Crha2013-11-2910-0/+201
| | | | | This is based on the work of Jan-Michael Brummer from bug #705338, just a little extended to be reusable across whole evolution.
* Extend test-source-selector test programMilan Crha2013-11-291-59/+226
| | | | | | | | | | | Added features: - show all four selectors (for Calendars/Memos/Tasks/Books) - be able to open/close selected source Especially the later can be used for testing the factories easily, without running evolution or other client. There can be added more actions on an opened EClient descendant in the future, if it'll be found useful.
* Remove unused functions after itip_publish_comp() removalMilan Crha2013-11-281-109/+0
|
* Remove mail_cancel_all().Matthew Barnes2013-11-285-54/+25
| | | | | | Turns out this function was a no-op, because nothing registered itself to be cancelled this way. This was part of the legacy async framework, which we've mostly moved away from now.
* Remove unused mail_cancel_hook_remove().Matthew Barnes2013-11-283-13/+0
|
* Remove unused mail_cancel_hook_add().Matthew Barnes2013-11-283-24/+0
|
* Updated Spanish translationDaniel Mustieles2013-11-281-41/+45
|
* Adapt to new CamelSession "user-alert" signal.Matthew Barnes2013-11-275-393/+56
| | | | Replaces the old interactive (but not really) alert_user() method.
* mail-mt.h: Remove dangling mail_get_password() declaration.Matthew Barnes2013-11-271-4/+0
|
* e-utils: replacing g_memmove with memmoveAlberto Ruiz2013-11-271-2/+2
| | | | | glib has removed g_memmove, since it was a macro there is no ABI break but sources have to be adapted to switch to memmove See glib commit 6e4a7fca431f53fdfd89afbe956212229cf52200 for further reference.
* EMeetingStore: Remove deprecated EProxy usage.Matthew Barnes2013-11-271-13/+0
| | | | | | | | | | EMeetingStore needs an ESourceRegistry property so it can obtain an appropriate proxy ESource to serve as a GProxyResolver for the SoupSession. But frankly, this code is a mess and I can't be bothered right now. The SoupSession will just use the desktop-wide proxy settings which is fine for the vast majority of users.
* Remove unused itip_publish_comp().Matthew Barnes2013-11-272-93/+0
|
* EHttpRequest: Simplify proxy handling.Matthew Barnes2013-11-271-13/+6
| | | | | | When creating a temporary SoupSession, synchronize its GProxyResolver with the SoupRequest's SoupSession which is already configured to use our built-in proxy ESource.
* EHttpRequest cleanups.Matthew Barnes2013-11-271-57/+72
|
* EShell: Configure WebKit's default SoupSession.Matthew Barnes2013-11-271-0/+12
| | | | Configure WebKit's default SoupSession to honor our proxy settings.
* EMailAutoconfig: Set SoupSession's GProxyResolver.Matthew Barnes2013-11-271-14/+10
| | | | | | Pass the built-in proxy ESource to SoupSession as a GProxyResolver. Replaces EProxy usage, which is deprecated.