aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove "currently-offline" key from GSettings added for bug #655753Milan Crha2012-04-252-14/+0
|
* User Docs: Fix logic to not display empty <note> containers on library.gnome.orgAndre Klapper2012-04-253-23/+23
|
* Revert "User Docs: Cover the Magic Spacebar"Andre Klapper2012-04-251-3/+1
| | | | This reverts commit 391db81e51dc418223359c4e650b88f1750d0ba7.
* User Docs: Cover the Magic SpacebarAndre Klapper2012-04-251-1/+3
|
* Updated Spanish translationDaniel Mustieles2012-04-251-581/+615
|
* Fix a build break in e-stock-request.c.Matthew Barnes2012-04-251-0/+1
| | | | atoi() needs <stdlib.h>
* Bug #668769 - Recurrence editor weekday items slightly croppedMilan Crha2012-04-242-7/+7
|
* Bug #668768 - Copy&paste of appointment occurrence creates two appointmentsMilan Crha2012-04-241-8/+1
|
* Bug #674062 - Runtime warning from e_attachment_load_handle_error()Milan Crha2012-04-242-4/+4
|
* Updated Galician translationsFran Diéguez2012-04-241-573/+605
|
* Bug #668687 - MDN panel left shown when moving to an empty folderMilan Crha2012-04-231-7/+71
|
* Fix possible memory leaks of GError structuresMilan Crha2012-04-236-7/+14
|
* Bug #668543 - Crash in view_modify_contact_cb() if contact has no UIDMilan Crha2012-04-231-0/+7
|
* Bug #560654 - Better description for message list filterMilan Crha2012-04-231-1/+4
|
* Bug #564820 - Search filter persists when changing foldersMilan Crha2012-04-232-1/+12
|
* Bug #671537 - Option to validate SSL certificates with libsoupMilan Crha2012-04-236-10/+74
|
* Updated French translationBruno Brouard2012-04-231-1572/+1775
|
* Bug #655753 - Improve offline notification for network outageMilan Crha2012-04-233-8/+23
|
* Bug #674380 - Deselected contact keeps preview filledDan Vrátil2012-04-231-1/+3
|
* Bug #674272 - Contacts preview differs with mailer running and notDan Vrátil2012-04-2314-580/+1215
| | | | | | This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest, making the first two available globally from e-utils, the othe two are loaded only with mailer, since no other component uses them.
* Updated Galician translationsFran Diéguez2012-04-231-14/+14
|
* Missed one.Matthew Barnes2012-04-221-4/+8
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-2259-275/+487
|
* Updated French doc translationBruno Brouard2012-04-211-6/+6
|
* Updated Slovenian translationMatej Urbančič2012-04-211-1256/+1508
|
* Updated Spanish translationDaniel Mustieles2012-04-201-4/+2
|
* Updated Spanish translationDaniel Mustieles2012-04-201-13/+10
|
* Bug #668481 - Account order is not rememberedMilan Crha2012-04-204-87/+178
|
* Bug #674194 - Missing text in emailDan Vrátil2012-04-201-0/+1
|
* Updated Galician translationsFran Diéguez2012-04-201-1336/+1554
|
* Don't display border around photo in contacts previewDan Vrátil2012-04-191-0/+4
|
* Bug #465076 - INBOX confusion with outboxMilan Crha2012-04-193-50/+72
|
* Updated Spanish translationDaniel Mustieles2012-04-191-206/+178
|
* Bug #674249 - Crash when showing message with large text/plainDan Vrátil2012-04-194-207/+5
|
* Bug #674248 - Lost new lines from text/plainDan Vrátil2012-04-192-3/+31
|
* Updated Norwegian bokmål translationKjartan Maraas2012-04-191-7/+12
|
* Fix wording in two stringsKjartan Maraas2012-04-191-2/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2012-04-191-1196/+1382
|
* Remove forgotten debug printsMilan Crha2012-04-181-2/+0
|
* Bug #674282 - Don't crash on reply with empty selectionYanko Kaneti2012-04-181-1/+1
|
* Bug #667912 - Remove name field from formatted address labelMilan Crha2012-04-181-6/+11
|
* Updated Spanish translationDaniel Mustieles2012-04-171-53/+38
|
* Fix text color of message source viewDan Vrátil2012-04-171-1/+1
|
* Bug #667046 - Outgoing filter cannot override used Sent folderMilan Crha2012-04-171-1/+22
|
* Bug #674037 - [attachment-reminder] Parses message body inefficientlyMilan Crha2012-04-171-54/+158
|
* Bug #673123 - Crash in http_request_write_to_cacheDan Vrátil2012-04-161-52/+85
|
* Updated Spanish translationDaniel Mustieles2012-04-161-349/+364
|
* Show calendar Find Next/Prev/Stop buttons beside Search text entryMilan Crha2012-04-163-0/+68
|
* Handle default e-mail fonts with multiword names correctlyDan Vrátil2012-04-161-2/+2
|
* Bug #674176 - Sender's photo not shown properlyDan Vrátil2012-04-161-41/+45
|
* Pass GCancellable to em_format_write()Dan Vrátil2012-04-161-2/+2
|
* Bug #674034 - Attached images from IMAP provider email not shownDan Vrátil2012-04-131-32/+18
|
* Bug #600860 - Opening IMAP message with large attachment blocks UIMilan Crha2012-04-133-7/+36
|
* Bug #673525 - Crash under efh_write_message()Dan Vrátil2012-04-131-0/+11
| | | | Make sure the EMFormat* lives until EMailRequest is finished.
* Use link colors from GtkStyleContextDan Vrátil2012-04-131-0/+35
|
* Bug #673228 - Fails to display attached image in attached emailDan Vrátil2012-04-121-1/+3
|
* EWebView: Make antialiasing settings optional.Matthew Barnes2012-04-121-25/+38
| | | | | | Check if the "org.gnome.settings-daemon.plugins.xsettings" schema is available before creating a GSettings object for it, to avoid a hard dependency on gnome-settings-daemon.
* Bug #673108 - Font settings and monospace fonts don't workDan Vrátil2012-04-125-19/+212
|
* Fix backward buttons in "restore-confirm" dialog.Matthew Barnes2012-04-121-1/+1
| | | | Cancel button belongs on the left.
* Bug 673955 - Can not display email and calendar in separate windows anymoreMatthew Barnes2012-04-121-1/+6
|
* Bug #584143 - Global Search Function withing CalendarMilan Crha2012-04-1111-1/+574
|
* Bug 673895 - "Send To..." doesn't work anymoreMatthew Barnes2012-04-111-1/+23
| | | | | | Our hidden file/directory blacklist went a little too far. Evolution was blacklisting its own temporary files. This changes the blacklist function to trust the user's own XDG Base Directories.
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-111-1073/+1279
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-111-40/+41
|
* Fix a memory leakDan Vrátil2012-04-101-1/+3
|
* Add more missing linker flags.Matthew Barnes2012-04-102-0/+6
|
* Add missing return to e_calendar_item_event()Milan Crha2012-04-101-0/+1
|
* EMFolderTreeModel: Remove COL_STRING_URI.Matthew Barnes2012-04-092-7/+0
| | | | Further chipping away at internal URI usage...
* EMFolderTree: Avoid using COL_STRING_URI.Matthew Barnes2012-04-091-14/+40
|
* mail/state.ini: Remember stores by UID instead of URI.Matthew Barnes2012-04-092-47/+129
| | | | | | | This breaks backward compatibility slightly by changing the way the folder tree "expanded" state for CamelStores is remembered. Instead of naming the [Store ...] key file group after the CamelStore's URI string, we now name it after its UID string.
* EMFolderTreeModel: Remove the internal 'uri_index' table.Matthew Barnes2012-04-091-27/+9
| | | | | The hash table was redundant. Eliminating it means less memory used and less bookkeeping to do when folders are added or removed.
* Rewrite em_folder_tree_model_lookup_uri() to not use uri_index.Matthew Barnes2012-04-091-3/+35
| | | | | | | | | | | | Instead we parse the 'folder_uri' string into CamelStore and folder name components using e_mail_folder_uri_parse(). Then we query the internal 'store_index' table with our CamelStore for an EMFolderTreeModelStoreInfo struct. Then we query the info struct's 'full_hash' table with our folder name for the GtkTreeRowReference. It's a little more complicated, but it allows us to drop the internal 'uri_index' table so it's a net simplification for EMFolderTreeModel.
* Updated Spanish translationDaniel Mustieles2012-04-081-1030/+1233
|
* Updated POTFILES.inPiotr Drąg2012-04-081-1/+0
|
* Bug #245025 - Popup confirmation when moving a folder (via drag and drop)Milan Crha2012-04-073-45/+112
|
* Remove EMSyncStream.Matthew Barnes2012-04-063-330/+0
| | | | | | Not needed now that Evolution uses WebKit. Been wanting to get rid of this for years...
* EMailSidebar: Avoid runtime warnings in dispose().Matthew Barnes2012-04-061-8/+28
|
* Fix compiler warning about unused variableMilan Crha2012-04-051-1/+0
|
* Bug #670967 - Moving event in offline modeVibha Yadav2012-04-041-0/+5
| | | | Missed error message for previous commit.
* Bug #670967 - Moving event in offline doesn't delete event from original ↵Vibha Yadav2012-04-041-0/+20
| | | | | | | calendar check for online state and if not verify source isn't a local calendar and operation is move or destination isn't a local calendar.
* Bug #673430 - Can't read messages in virtual Junk/Trash foldersDan Vrátil2012-04-032-6/+10
|
* Bug #672916 - Spam is not detected automaticallyMilan Crha2012-04-021-16/+12
|
* Updated Telugu TranslationSasi Bhushan2012-04-021-109/+61
|
* Whitespace cleanup.Matthew Barnes2012-04-0244-809/+810
| | | | | Replace 8-space indentation with tab characters, and various other automated cleanups.
* Updated Swedish translationDaniel Nylander2012-04-021-275/+187
|
* EMailRequest: Decode mail:// URIs when looking up a formatter.Matthew Barnes2012-04-011-2/+6
| | | | This is why I hate URIs...
* EMailRequest: Cleanups.Matthew Barnes2012-04-012-99/+108
|
* EMailRequest: Add license header.Matthew Barnes2012-04-012-0/+36
|
* Drop the ConnMan/NetworkManager/WindowsSENS modules.Matthew Barnes2012-04-018-1313/+1
| | | | | | We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/
* Use GNetworkMonitor to drive EShell:network-available.Matthew Barnes2012-04-011-2/+12
|
* EMFormat: Add "session" as a constructor property.Matthew Barnes2012-04-0115-138/+265
| | | | Pass it in instead of digging it out of EShellSettings.
* Updated French doc translationBruno Brouard2012-03-311-3/+10
|
* [l10n] Updated German translationChristian Kirbach2012-03-311-7477/+7586
|
* Updated Swedish translationDaniel Nylander2012-03-301-1421/+1472
|
* Bug #673067 - [itip-formatter] Shows one long line for the meeting descriptionDan Vrátil2012-03-291-3/+27
|
* Bug #673065 - Black rectangle around text in Source viewDan Vrátil2012-03-291-1/+1
|
* Bug #673013 - Doesn't expose webkit Cflags/LibsDan Vrátil2012-03-293-4/+4
| | | | | | Fixes #includes in mail/e-mail-display.h and adds webkitgtk-3.0 as dependency to some pkgconfig files. This prevented external modules like evo-gw to compile against Evolution.
* Bug #670445 - Folder deletion in offline shows strange behaviorVibha Yadav2012-03-292-0/+17
| | | | Providing a check for online backend before proceeding for the operation.
* Add ability to specify INBOX for non-storage type accounts. Email daemonSrinivasa Ragavan2012-03-293-17/+81
| | | | allows to store mails in individual INBOX rather than a common one.
* Updated Polish translation of mail/default/pl/InboxPiotr Drąg2012-03-291-7/+11
|
* Updated POTFILES.inPiotr Drąg2012-03-291-1/+5
|
* Fix compile-time warningDan Vrátil2012-03-291-1/+7
|
* Bug #617930 - Crash under mail_sidebar_model_loaded_row_cbMilan Crha2012-03-291-0/+19
|
* WebKit port - last-minute fixDan Vrátil2012-03-291-0/+2
|
* WebKit port - bump dependencies minimum versionsDan Vrátil2012-03-291-3/+8
|
* WebKit port - port pluginsDan Vrátil2012-03-2917-1719/+2566
|
* WebKit port - port addressbook, calendar and update composer to keep working ↵Dan Vrátil2012-03-2914-1209/+1497
| | | | with GtkHtml
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-2951-6751/+9805
|
* WebKit port - port widgetsDan Vrátil2012-03-2917-1918/+3560
|
* Bug 672986 - User docs are too big for git.mkSam Thursfield2012-03-281-5/+9
| | | | Fixes "Argument length too long" error when generating help/.gitignore.
* Fix typosPiotr Drąg2012-03-282-12/+12
|
* Bug #672175 - Make CamelFolderSearch cancellableMilan Crha2012-03-271-1/+1
|
* Typo fix.Matthew Barnes2012-03-271-1/+1
|
* Require gnome-doc-utils >= 0.20.10.Matthew Barnes2012-03-271-1/+2
| | | | | Works around the "Argument list too long" error when building user documentation on Linux. We gots lots 'o docs!
* [l10n] Updated German doc translationMario Blättermann2012-03-271-960/+1525
|
* Bug 670609 - Delete /data/evolution.mimeMatthew Barnes2012-03-272-8/+0
|
* Bug 671874: autocontacts.gschema: GAIM is called Pidgin nowMatthew Barnes2012-03-271-10/+10
|
* Updated spanish translationDaniel Mustieles2012-03-261-26/+16
|
* Updated Spanish translationDaniel Mustieles2012-03-261-446/+496
|
* Bug 671876 - Improve schema descriptions for mail-notification keysMatthew Barnes2012-03-261-7/+7
|
* Bug #668976 - Capplet settings depends on local etableAlban Browaeys2012-03-261-0/+1
| | | | | | Otherwise if an older evolution etable is installed system wide it will be used. Issue found with e_tree_is_dragging symbol triggering an undefined reference error in capplet evolution settings.
* Bug #593450 - attachment-reminder-plugin: minor tweak to configuration tabAshwini Oruganti2012-03-261-2/+2
|
* Bug #593449 - custom-header-plugin: minor tweak to configuration tabAshwini Oruganti2012-03-261-3/+3
|
* Bug #593444 - templates-plugin: minor tweak to configuration tabAshwini Oruganti2012-03-261-2/+2
|
* Limit supported gweather to < 3.5.Matthew Barnes2012-03-261-0/+5
| | | | | | | | | gweather-3.5 introduces API changes we do not yet support. A patch for gweather-3.5 support exists in bug 672805, but since our policy forbids requiring unstable libraries, gweather-3.4 support must be retained until GNOME 3.6 is released. gweather-3.5/3.6 support will remain optional until 3.7.1.
* [l10n] Updated Estonian translationMattias Põldaru2012-03-261-36/+34
|
* User docs: Fix typo. Fixes bug #672764Andre Klapper2012-03-261-1/+1
|
* Bump base version to 3.6.Matthew Barnes2012-03-261-2/+2
|
* [l10n] Update Japanese translationHideki Yamane2012-03-261-10622/+10745
|
* Post-release version bump.Matthew Barnes2012-03-261-2/+2
|
* NEWS update for 3.4.0 release.EVOLUTION_3_4_0Matthew Barnes2012-03-261-0/+27
|
* Updated Arabic translationIbrahim Saed2012-03-251-10776/+11615
|
* Added Telugu help TranslationsSasi Bhushan2012-03-252-1/+10385
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-03-251-9463/+10733
|
* [l10n] Updated Catalan translationDavid Planella2012-03-251-9433/+10754
|
* Updated French doc translationBruno Brouard2012-03-241-16995/+5975
|
* Updated Telugu TranslationSasi Bhushan Boddepalli2012-03-241-203/+111
|
* Uploaded UkranianDaniel Korostil2012-03-241-82/+55
|
* Updated Czech translationJiri Eischmann2012-03-241-7511/+7410
|
* [l10n] Updated Estonian translationMattias Põldaru2012-03-231-6650/+6609
|
* Updated Kannada TranslationShankar Prasad2012-03-231-46/+26
|
* Updated Kannada TranslationShankar Prasad2012-03-231-134/+73
|
* Updated Telugu TranslationsSasi Bhushan2012-03-221-277/+153
|
* Updated Kannada TranslationShankar Prasad2012-03-221-60/+38
|
* hindi translation by Chandan KumarRajesh Ranjan2012-03-221-3/+5
|
* hindi translation by Chandan KumarRajesh Ranjan2012-03-221-11189/+11041
|
* Updated Kannada TranslationShankar Prasad2012-03-221-78/+49
|
* Bug 672593 - Typos in evolution.convertDimitri2012-03-221-2/+2
|
* Updated Brazilian Portuguese translationDjavan Fagundes2012-03-201-9276/+10918
|
* Updated Kannada TranslationShankar Prasad2012-03-211-3/+2
|
* Updated Kannada TranslationShankar Prasad2012-03-211-3/+2
|
* Updated Kannada TranslationShankar Prasad2012-03-211-3/+2
|
* Updated Kannada TranslationShankar Prasad2012-03-211-296/+207
|
* Updated Kannada Translationpo/kn.poShankar Prasad2012-03-211-0/+26405
|
* Bug 672474 - Flaw in GOA synchronization logicMatthew Barnes2012-03-202-2/+18
| | | | | Changes to EAccountList and ESourceList must be explicitly synchronized back to GConf. I forgot. Fix it throughout the online-accounts module.
* Updated kn.poShankar Prasad2012-03-201-12/+7
|
* Update Danish translationKenneth Nielsen2012-03-201-2/+1
|
* Updated Danish translationFlemming Christensen2012-03-201-9267/+10567
|
* Updated Telugu TranslationsSasi Bhushan2012-03-201-9690/+10881
|
* Updated Kannada TranslationShankar Prasad2012-03-201-9778/+11136
|
* Updated Portuguese translationDuarte Loreto2012-03-201-9462/+10751
|
* Updated Portuguese translationDuarte Loreto2012-03-201-10751/+9462
|
* Updated Portuguese translationDuarte Loreto2012-03-201-9462/+10751
|
* Updated Lithuanian translationAurimas Černius2012-03-201-2273/+2018
|
* Updated Hungarian translationGabor Kelemen2012-03-201-821/+1340
|
* Updated Norwegian bokmål translationKjartan Maraas2012-03-201-37/+35
|
* post release version bumpChenthill Palanisamy2012-03-191-2/+2
|
* News update for 3.3.92 releaseEVOLUTION_3_3_92Chenthill Palanisamy2012-03-191-0/+61
|
* Uploaded UkranianDaniel Korostil2012-03-181-247/+181
|
* Bug 671509 (2/2) - Some small UI/theming improvementsCosimo Cecchi2012-03-181-1/+6
| | | | | | | | | | | | | | table-header: use gtk_widget_create_pango_context() for header buttons Since we temporarily set custom style classes for the header button on the table's style context, we cannot rely on the PangoContext used by gtk_widget_create_pango_layout(), since the font values it will use are cached by GtkWidget. By creating a new PangoContext and using that to create our Pango layout, the text we render will correctly support the properties specified by the theme (such as bold column-header buttons as specified by Adwaita).
* Bug 671509 (1/2) - Some small UI/theming improvementsCosimo Cecchi2012-03-181-0/+3
| | | | | attachment-button: set "linked" style class on the button to get a unified look for themes that support it.
* Add dbus-glib flags to evolution binary.Matthew Barnes2012-03-181-0/+2
|
* mail.error.xml: Fix a typo.Matthew Barnes2012-03-181-1/+1
|
* update Punjabi TranslationA S Alam2012-03-171-9370/+10943
|
* Add a comment about Bcc headers to searchtypes.xml.Matthew Barnes2012-03-171-0/+4
|
* Bug #665399 - Cannot change File Under to custom valueMilan Crha2012-03-171-2/+17
|
* Revert "Include searching Bcc header while looking for recipients"Matthew Barnes2012-03-171-16/+8
| | | | | | | | | | | | | This reverts commit 015ede7bc8212f079c3d9e2f2304b14457dbcfd9. We can't search Bcc headers until we store Bcc addresses in the summary database, otherwise the entire message has to be downloaded in order to examine that one header. Including Bcc addresses in the summary database so we can include Bcc headers in recipient searches would be a worthy goal for 3.6. Reverting this for now since it's a regression of bug 593020.
* Mention the return of dbus-glib in a NEWS blurb.Matthew Barnes2012-03-171-0/+9
|
* Assamese translation updatedNilamdyuti Goswami2012-03-161-47/+38
|
* Bug #659756 - Initialize dbus-glib threading for GConfMilan Crha2012-03-165-0/+23
|
* Bug #665130 - Memory leaks in Preferences and ETableMilan Crha2012-03-163-3/+21
|
* Bug #665129 - Memory leak in EBufferTaggerMilan Crha2012-03-161-0/+2
|
* Bug #665106 - Memory leak from composer setup when opening PreferencesMilan Crha2012-03-161-2/+2
|
* Bug #669490 - Window resizes with many activities (gtk 3.3.14+)Milan Crha2012-03-161-3/+15
|
* Fix possible use of uninitialized variableMilan Crha2012-03-151-1/+1
|
* Assamese translation updatedNilamdyuti Goswami2012-03-151-271/+158
|
* Uploaded UkranianDaniel Korostil2012-03-151-164/+111
|
* Updated German help translationChristian Kirbach2012-03-151-41/+104
|
* Uploaded UkranianDaniel Korostil2012-03-141-98/+84
|
* Updated Polish translationPiotr Drąg2012-03-141-9321/+10616
|
* Assamese translation completedNilamdyuti Goswami2012-03-141-17124/+21550
|
* Updated Latvian translation.Rudolfs Mazurs2012-03-131-9572/+11136
|
* Updated Slovak translationPavol Klačanský2012-03-131-17465/+15546
|
* Updated Norwegian bokmål translationKjartan Maraas2012-03-131-1914/+1935
|
* Fix too large allocation for alert-bar in shell-contentMilan Crha2012-03-131-1/+1
|
* Updated Hungarian translationGabor Kelemen2012-03-121-6791/+8247
|
* Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 ↵Timo Jyrinki2012-03-121-15319/+11037
| | | | translation sprint
* Uploaded UkranianDaniel Korostil2012-03-121-2/+2
|
* Uploaded UkranianDaniel Korostil2012-03-121-112/+95
|
* Uploaded UkranianDaniel Korostil2012-03-121-92/+90
|
* Updated French translationBruno Brouard2012-03-111-3/+3
|
* Uploaded UkranianDaniel Korostil2012-03-111-153/+113
|
* Updated Slovenian translationMartin Srebotnjak2012-03-111-73/+15
|
* Updated Slovenian translationMartin Srebotnjak2012-03-111-452/+348
|
* Uploaded UkranianDaniel Korostil2012-03-101-10725/+12302
|
* Updated Korean translationChangwoo Ryu2012-03-101-10284/+10304
|
* Updated Slovenian translationMatej Urbančič2012-03-101-68/+39
|
* Updated French translationBruno Brouard2012-03-101-9692/+10992
|
* Updated Slovenian translationMatej Urbančič2012-03-101-68/+43
|
* Bug 671716 - Fails to build with --enable-contact-mapsMatthew Barnes2012-03-103-0/+12
|
* Updated Spanish translationDaniel Mustieles2012-03-101-69/+52
|
* Bug #664326 - Buttons to handle exceptions in event is always disabledMilan Crha2012-03-091-1/+1
|
* Bug #664323 - Too late initialization of Gnome/GailCanvas ATK supportMilan Crha2012-03-091-0/+6
|
* Bug #664205 - Improve UX when creating a new mail folderMilan Crha2012-03-092-2/+3
|
* Include searching Bcc header while looking for recipientsChenthill Palanisamy2012-03-091-8/+16
|
* Updated Slovenian translationMatej Urbančič2012-03-091-4/+4
|
* Updated Slovenian translationMatej Urbančič2012-03-091-37/+25
|
* Updated Spanish translationDaniel Mustieles2012-03-081-66/+20
|
* User Docs: Link 'Deleting attachments' into Attachments overview page. See ↵Andre Klapper2012-03-081-1/+2
| | | | bug #671633
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-03-082-640/+650
|
* Updated Slovenian translationMatej Urbančič2012-03-081-21/+11
|
* Updated Spanish translationDaniel Mustieles2012-03-081-358/+559
|
* Bug #664169 - Default port is not selected by defaultMilan Crha2012-03-082-5/+19
|
* User Docs: Clarify Bogofilter usage again. Fixes bug #665008Andre Klapper2012-03-081-1/+4
|
* User Docs: Rewrite Spam Marking. Fixes bug #665008Andre Klapper2012-03-082-8/+19
|
* User Docs: Explain how Bogofilter and SpamAssassin work and link to their ↵Andre Klapper2012-03-081-1/+12
| | | | FAQs. See bug #665008
* EConfig: Support custom page skip callbacks.Matthew Barnes2012-03-082-1/+65
| | | | | | | | Add e_config_add_skip_check() to install a callback function to decide whether to skip a particular page in a GtkAssistant, useful if a page may be blank in certain conditions. This feature is not used in Evolution 3.4, but will be used in 3.5.
* EMAccountEditor: Avoid a runtime warning.Matthew Barnes2012-03-081-2/+3
|
* User Docs: Move page to Advanced sectionAndre Klapper2012-03-081-2/+2
|
* User Docs: Add page about message source and all mail headers viewAndre Klapper2012-03-081-0/+26
|
* User Docs: Add 'Advanced' section for Message Displaying to dump all the ↵Andre Klapper2012-03-081-1/+5
| | | | Headers/Source stuff
* User Docs: Remove Source and Headers stuff from 'Message list sorting' ↵Andre Klapper2012-03-081-4/+2
| | | | section. Wrong place.
* User Docs: Explain order in mail folder list pane and how to change. Fixes ↵Andre Klapper2012-03-081-0/+43
| | | | bug #661654
* User Docs: Link also into mail-layout-changingAndre Klapper2012-03-081-2/+2
|
* User Docs: Fix wrong syntaxAndre Klapper2012-03-072-5/+5
|
* User Docs: Add missing markupAndre Klapper2012-03-071-3/+3
|
* User Docs: Mention 'Apply the same view settings to all folders' mail ↵Andre Klapper2012-03-071-1/+3
| | | | setting. Fixes bug #669246
* User Docs: Use conditional processing for package install links; Add EWS to ↵Andre Klapper2012-03-076-22/+110
| | | | first start page. Fixes bug #671068.
* Updated Russian translationYuri Myasoedov2012-03-071-47/+22
|
* startup-wizard: Avoid em_account_editor_get_widget().Matthew Barnes2012-03-071-6/+19
| | | | | em_account_editor_get_widget() won't be around much longer. Instead, use gtk_container_foreach() to scan for a GtkLabel.
* EConfig: Miscellaneous cleanups.Matthew Barnes2012-03-071-31/+37
|
* Malayalam translation updated by SadiqPraveen Arimbrathodiyil2012-03-071-9345/+9992
|
* Suppress deprecation warnings.Matthew Barnes2012-03-071-0/+1
| | | | | | Suppress deprecated declaration warnings, particularly from GTK+, until we're ready to care again. Once we require GTK+ 3.4 we can start using the new deprecation min/max macros.
* Updated British English translationBruce Cowan2012-03-061-9309/+10559
|
* Fix version number typo in the NEWS fileMilan Crha2012-03-061-1/+1
|
* Bug #671233 - Unable to choose port 587 for SMTPMilan Crha2012-03-061-4/+15
|
* Post-release version bump.Matthew Barnes2012-03-061-1/+1
|
* NEWS update for 3.3.91 release.EVOLUTION_3_3_91Matthew Barnes2012-03-061-0/+41
|
* Bug 671703 (bnc) - Handle cut-paste appointments better. Delete the ↵Chenthill Palanisamy2012-03-052-57/+112
| | | | appointment after a successful paste
* Updated Galician translationsFran Diéguez2012-03-051-304/+308
|