aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Dialogs no longer have separators.Matthew Barnes2011-01-2528-33/+9
|
* Not gonna deal with deprecated API in GTK3 just yet.Matthew Barnes2011-01-251-1/+0
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-25115-587/+41
|
* Drop support for gtk+-2.0.Matthew Barnes2011-01-257-133/+47
|
* Bug #640517 - Runtime warnings when launching composerMilan Crha2011-01-251-27/+27
|
* Adapt to Camel API changes.Matthew Barnes2011-01-242-3/+2
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-231-1/+1
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-01-232-3683/+3013
|
* mail: Use G_DEFINE_TYPE for EmFolderTreeModelBenjamin Otte2011-01-231-29/+4
|
* Bug 640083 - Cannot configure LDAPS on port 636Matthew Barnes2011-01-231-1/+1
|
* Bug 640025 - Silence debug output in spamassassin pluginMatthew Barnes2011-01-221-1/+0
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-221-5/+8
|
* Bug 640091 - Improve error handling during send post-processingMatthew Barnes2011-01-224-2/+42
| | | | | | If a newly-composed message was successfully sent but an error occurred during post-processing (outgoing filters or appending to a Sent folder), close the composer window and show an alert in the main window.
* Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-229-529/+154
|
* Updated Greek translationMichael Kotsarinis2011-01-211-4529/+4914
|
* Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-01-197-1/+10
|
* Bug #604534 - Evolution "ignores" key-usage info in certificatesMilan Crha2011-01-191-1/+1
|
* Bug #633982 - Crash when trying to Create a search folder from a searchMilan Crha2011-01-193-5/+6
|
* Use e_source_selector_get_source_by_path().Matthew Barnes2011-01-193-24/+3
| | | | | Allows Evolution to not have to know the ESource column number in ESourceSelector tree models. Backported from "account-mgmt" branch.
* Bug #633788 - Mail plugin's update-actions handler is never calledMilan Crha2011-01-192-1/+21
|
* Bug #553438 - Deletes lines of a reply when changing addressMilan Crha2011-01-181-6/+4
|
* Do not dereference NULL local_error variableMilan Crha2011-01-181-2/+3
|
* libetable cleanups.Matthew Barnes2011-01-17138-3135/+4101
|
* Add Esperanto translationKristjan SCHMIDT2011-01-162-0/+21077
|
* Updated Spanish translationDaniel Mustieles2011-01-161-377/+435
|
* Updated Spanish translationDaniel Mustieles2011-01-161-1000/+913
|
* Remove some unused gnome-canvas options.Matthew Barnes2011-01-167-231/+41
| | | | | | | | | | | | | Simplifies the drawing code a bit. Public API removed: GnomeCanvas.center_scroll_region (is always TRUE) GnomeCanvas.pixels_per_unit (is always 1.0) gnome_canvas_set_center_scroll_region() gnome_canvas_get_center_scroll_region() gnome_canvas_set_pixels_per_unit()
* Merge miscellaneous changes from gtk3 branch.Matthew Barnes2011-01-158-606/+537
| | | | Mostly coding style and whitespace changes, to reduce diff noise.
* Fudge GtkScrollable for gtk2.Matthew Barnes2011-01-1513-179/+200
| | | | | | Yes, the GtkScrollable interface is implemented by more than just GtkLayout, but it turns out GtkLayout is the only thing Evolution uses the GtkScrollable API for on the gtk3 branch.
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-1514-26/+52
| | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch.
* [l10n] Updated Estonian translationIvar Smolin2011-01-151-1/+5
|
* Updated Slovenian translationKlemen Košir2011-01-141-8/+8
|
* Make sure ECalModelComponent::client is reffed as it should beMilan Crha2011-01-141-0/+2
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-131-4/+4
|
* Runtime warning when closing without using mailerMilan Crha2011-01-131-1/+4
|
* Do not hide maildir accounts from UIMilan Crha2011-01-123-8/+2
|
* Bug #600013 - Crash in mail_reader_message_loaded_cbMilan Crha2011-01-121-0/+6
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-111-9/+19
|
* Bug #634305 - Crash on move of contacts between booksMilan Crha2011-01-111-2/+10
|
* Bug #638087 - Crash at merging duplicate contactVibha Yadav2011-01-111-1/+1
| | | | Using 'comments' instead of 'comment'.
* Bug #638808 - camel_shutdown() called too earlyMilan Crha2011-01-112-1/+11
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-111-95/+24
|
* Bug #593020 - Do not check Bcc in "Sender or Recipients" conditionMilan Crha2011-01-112-32/+16
|
* Updated Galician translationsFran Diéguez2011-01-101-6/+4
|
* Updated Swedish translationDaniel Nylander2011-01-101-580/+528
|
* Updated Slovenian translationAndrej Žnidaršič2011-01-101-1477/+20
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-101-32/+85
|
* Updated Galician translationsFran Diéguez2011-01-091-103/+94
|
* GtkSelectionData is sealed in GTK3.Matthew Barnes2011-01-091-1/+4
| | | | Have to use accessor functions, no pointer deferencing.
* ETree: Fix runtime warnings with GTK3.Matthew Barnes2011-01-093-12/+33
| | | | | ETable has a "vertical-spacing" style property, ETree does not. ECellText expects it to be in both.
* Post-release version bump.Matthew Barnes2011-01-091-1/+1
|
* NEWS update for 2.91.5 release.EVOLUTION_2_91_5Matthew Barnes2011-01-091-0/+41
|
* EAttachmentIconView: Fix runtime warnings with GTK3.Matthew Barnes2011-01-091-48/+58
| | | | GtkIconView changed some implementation details, apparently.
* EActionComboBox: Fix runtime warnings with GTK3.Matthew Barnes2011-01-091-22/+33
| | | | GtkComboBox changed some implementation details, apparently.
* EMFolderTree: Fully implement ESelectableInterface.Matthew Barnes2011-01-091-35/+180
| | | | Was missing "copy-target-list" and "paste-target-list" properties.
* Improve Maildir migration.Matthew Barnes2011-01-081-85/+62
| | | | | The Maildir migration code was pretty busted. Trying to fix it for simple test cases and also clean up the code a bit.
* Avoid idle callbacks in EMailBackend initialization.Matthew Barnes2011-01-084-25/+17
| | | | | | | | If the migration phase has to show a dialog the idle callback for intializing mail stores will run too soon. Instead, hook it onto the EShellBackend start() method. Migration code can initialize mail stores early if it needs to.
* Improve wording of Maildir migration dialog.Matthew Barnes2011-01-081-6/+5
| | | | | Use stronger wording and remove the "No" option. Your choices are "Migrate Now" or "Quit Evolution". None of this in-between nonsense.
* Updated galician translationsFran Diéguez2011-01-071-386/+453
|
* Fix all back up that should be backupAndre Klapper2011-01-061-6/+6
|
* Fix wrong button name in Restore instructionsAndre Klapper2011-01-061-1/+1
|
* Bug #633854 - [templates] Crash in build_template_menus_recurseMilan Crha2011-01-061-3/+10
|
* Bug #638245 - Crash when printing Work Week viewMilan Crha2011-01-061-4/+6
|
* Change Account Management string to Account Information in first-run wizard. ↵Andre Klapper2011-01-061-2/+2
| | | | Really, management is something else than just entering a random string in a text field.
* Bug #637906 - Don't ask again when sending to non-mail recipientsMilan Crha2011-01-065-2/+41
|
* Updated Norwegian bokmål translation from Torstein Adolf WintersethKjartan Maraas2011-01-031-387/+368
|
* Updated Danish translationAsk H. Larsen2011-01-021-4821/+5229
|
* Update Simplified Chinese translation.Aron Xu2011-01-021-8/+6
|
* Update Simplified Chinese translation.Yinghua Wang2011-01-011-4059/+4106
|
* Updated Spanish translationJorge González2011-01-011-11/+12
|
* updating Punjabi TranslationA S Alam2011-01-011-455/+390
|
* [l10n] Updated Estonian translationIvar Smolin2010-12-311-22/+37
|
* Updated Swedish translationDaniel Nylander2010-12-311-4569/+4759
|
* Clarify a string. Fixes bug #458503.Andre Klapper2010-12-301-1/+1
|
* Updated Spanish translationDaniel Mustieles2010-12-291-10/+12
|
* Bug 637482 - Flushing outbox gives up on first errorMatthew Barnes2010-12-271-1/+1
|
* Add e_shell_submit_alert().Matthew Barnes2010-12-275-14/+81
| | | | | | An easy way to broadcast application-wide alerts to shell windows. These alerts will persist in all current and future shell windows until responded to (either programmatically or by the user).
* Fix menu item capitalizaion.Matthew Barnes2010-12-271-2/+2
|
* Added UG translationGheyret T.Kenji2010-12-241-20552/+20740
|
* Update API docs.Matthew Barnes2010-12-234-27/+23
|
* Call setlocale() instead of gtk_set_locale().Matthew Barnes2010-12-231-1/+2
| | | | gtk_set_locale() has been deprecated in GTK+ 2.23.3.
* Temporarily remove GDK_DISABLE_DEPRECATED (again).Matthew Barnes2010-12-231-3/+0
| | | | | GTK+ 2.23.3 deprecated gdk_set_sm_client_id(), which is used by eggsmclient-xsmp.c. We'll deal with that after GNOME 3.0.
* Updated Spanish translationJorge Gonzalez2010-12-231-136/+147
|
* Bug #567879 - Add View >> Gallery Option In Email ComposerMilan Crha2010-12-2211-7/+641
|
* Minor compiler warnings fixMilan Crha2010-12-212-3/+3
|
* Disconnect signal handlers from actions in alert_dispose()Milan Crha2010-12-211-2/+7
|
* post release version bumpChenthill Palanisamy2010-12-201-1/+1
|
* Update gtkhtml API versionEVOLUTION_2_91_4Chenthill Palanisamy2010-12-201-1/+1
|
* News update for 2.91.4 releaseChenthill Palanisamy2010-12-201-0/+58
|
* [l10n] Updated Estonian translationMattias Põldaru2010-12-201-275/+268
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2010-12-201-1127/+711
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2010-12-191-395/+217
|
* po/vi.po: updated from Damned LiesNguyễn Thái Ngọc Duy2010-12-191-14526/+18713
|
* Updated Spanish translationJorge González2010-12-191-36/+20
|
* Remove an impressively vague and useless section of the manual with two ↵Andre Klapper2010-12-193-24/+0
| | | | unhelpful screenshots wasting everybody's time
* Updated Spanish translationJorge González2010-12-191-3100/+3050
|
* Updated Spanish translationJorge González2010-12-191-45/+32
|
* Updated Spanish translationJorge González2010-12-181-735/+824
|
* Updated Norwegian bokmål translationKjartan Maraas2010-12-171-71/+78
|
* Fix a couple issues.Kjartan Maraas2010-12-171-2/+2
|
* Enable debugging of alarm-notify with ALARMS_DEBUG=1 environment variableMilan Crha2010-12-176-105/+152
|
* update Punjabi translationA S Alam2010-12-161-4706/+5157
|
* Bug #250046 - Quote names in addresses when necessary in mail previewMilan Crha2010-12-161-1/+7
|
* Bug #634385 - Crash in smtp_connectMilan Crha2010-12-152-1/+11
|
* Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-1511-74/+80
|
* Bug #637162 - May not add toolbar Send/Receive button multiple timesMilan Crha2010-12-141-22/+29
|
* Remove duplicated info listed already in Quick Reference PDF anyway.Andre Klapper2010-12-141-109/+1
|
* Bug #436914 - Reply to inline GPG quotes raw GPG messageMilan Crha2010-12-136-4/+123
|
* Bug #616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsdMilan Crha2010-12-131-1/+8
|
* Updated Norwegian bokmål translationKjartan Maraas2010-12-131-127/+156
|
* Remove useless listing of all categories available.Andre Klapper2010-12-131-327/+4
| | | | No additional value to have that in the docs.
* Properly translate NC_ messagesMilan Crha2010-12-111-12/+3
|
* Updated and reviewed all the translationsMarcos Lans2010-12-111-3023/+3119
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-12-092-12170/+9923
|
* Bug #633702 - Forget password when saving account without "Remember password"Milan Crha2010-12-091-0/+45
|
* Bug #633611 - Do not close Add Filter Rule dialog on errorMilan Crha2010-12-081-0/+1
|
* Bug #633332 - Preserve port number in WebDAV address bookMilan Crha2010-12-081-1/+9
|
* Bug #631568 - Scheduling Meetings with CalDAV calendarsMilan Crha2010-12-084-25/+210
|
* Bug #593587 - Fails to retrieve free/busy info if auth requiredMilan Crha2010-12-081-2/+179
|
* Bug #590245 - 'evolution --force-shutdown' should kill factoriesMilan Crha2010-12-072-12/+73
|
* Updated Malalayam translationsAni Peter2010-12-071-2/+2
|
* Updated Malalayam translationsAni Peter2010-12-071-13225/+12922
|
* Updated Malayalam TranslationsAni2010-12-071-5961/+5411
|
* Check for the existence of .Outbox folder while migrating. Make sure the ↵Chenthill Palanisamy2010-12-071-14/+21
| | | | dummy account is created only once. Revert couple of fixes
* Updated Norwegian bokmål translationKjartan Maraas2010-12-071-1118/+1249
|
* Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-077-31/+17
|
* Bug #620234 - Invalid writes during free/busyMilan Crha2010-12-062-6/+38
|
* Help images removed; remove them from Makefile.am tooMilan Crha2010-12-061-2/+0
|
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-0656-8/+215
|
* Updated Spanish translationJorge González2010-12-061-754/+871
|
* Fix backup section a bitAndre Klapper2010-12-051-8/+4
|
* Fix backup section a bit; remove useless non-explaining backup screenshots.Andre Klapper2010-12-052-0/+0
|
* Remove confusing and isolated "Contact list" line.Andre Klapper2010-12-051-1/+0
|
* Change two sentences with the same meaning to use same wording.Andre Klapper2010-12-051-3/+3
|
* Remove "most important command line options": Nothing for a "Getting ↵Andre Klapper2010-12-041-96/+0
| | | | | | Started" section. Remove "Additional documentation" section as it's actually not listing *additional* information.
* Clarify command line parameter stringAndre Klapper2010-12-041-1/+2
|
* Don't set the URL's defaults when the providers have not been refreshedFederico Mena Quintero2010-12-041-14/+8
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Only set the URL's defaults when we are creating a new accountFederico Mena Quintero2010-12-041-6/+9
|
* Set the provider's defaults on when CamelURLs get refreshed with a new protocolFederico Mena Quintero2010-12-041-0/+12
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Don't set the provider's defaults on the URL from the widget functionsFederico Mena Quintero2010-12-041-42/+46
| | | | | | | | We will do that in a separate function to deal only with transferring the defaults from CamelProviderConfEntry structures to a CamelURL for an account. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Function to set a CamelURL's defaults based on a provider's defaultsFederico Mena Quintero2010-12-041-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | In http://bugs.meego.com/show_bug.cgi?id=6498, part of the problem is that when a mail account is created through the startup wizard in Express mode, that account does not receive the default values that were defined by its respective CamelProvider (i.e. the provider->extra_conf CamelProviderConfEntry structures). However, the defaults *are* used if an account is created when not in Express mode. The problem is that Express mode doesn't include the "Receiving options" page in its mail account editor, while non-express mode does. The utility functions to populate that page's widgets are the ones responsible for setting the provider's default values on the CamelURL for the new account. Since in Express mode those widgets don't even get created, the provider's defaults are never even considered. Here, what we do is to pull out the logic from those functions that create widgets, so that we have set_provider_defaults_on_url(), a single function to set default values from a CamelProvider into a CamelURL. We will use that function to set the defaults in both Express and non-express modes, instead of depending on the widget code to do that. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Bug 636265 - Trash is untranslated in the window titleMatthew Barnes2010-12-041-10/+16
|
* Avoid a crash when building templates menu.Matthew Barnes2010-12-041-0/+5
|
* Show calendar backend errors in an alert sinkMilan Crha2010-12-045-80/+85
|
* CalDAV plugin - use saved password, if available, for server browsingMilan Crha2010-12-041-4/+14
|
* Bug #635755 - Authenticate books in addressbook importers on openMilan Crha2010-12-043-42/+91
|
* POP3 extensions, whatever that is. I link to the RFC now.Andre Klapper2010-12-031-1/+1
|
* Remove "Nettiquette" section. Fixes bug 567415.Andre Klapper2010-12-031-30/+0
|
* Fix right-click, right click, double-click, double click spellings. Fixes ↵Andre Klapper2010-12-031-8/+8
| | | | bug 544328.
* Remove non-existing images/figures linked from User Guide. Fixes bug 608527.Andre Klapper2010-12-031-7/+0
|
* Remove useless part of sentence. Fixes bug 566240.Andre Klapper2010-12-031-1/+1
|
* Fix invalid sentence. Fixes bug 588572.Andre Klapper2010-12-031-1/+1
|
* Fix broken sentence. Fixes bug 587153.Andre Klapper2010-12-031-1/+1
|
* Fix broken sentence. Fixes bug 587152.Andre Klapper2010-12-031-1/+1
|
* Fix weird sentence. Fixes bug 588570.Andre Klapper2010-12-031-1/+1
|
* Fix steps for contact list creation. Fixes bug 634734.Andre Klapper2010-12-031-3/+3
|
* Update Spellcheck instructions according to bug 522153. Fixes bug 609820.Andre Klapper2010-12-031-2/+2
|
* Localize few strings with ngettextMilan Crha2010-12-023-7/+13
| | | | Per request of bug #635414
* Bug #555324 - Ask for destination before "Save in Addressbook" inline vCardMilan Crha2010-12-021-1/+14
|
* Do not always ask for migration to maildirMilan Crha2010-12-021-2/+4
| | | | | One can downgrade GConf key /apps/evolution/last_version to something below 2.92.0 and he/she will be asked again.
* Bug #627176 - Do not spawn other process when clicking mailto: uriMilan Crha2010-12-021-0/+8
|
* Update British English translationPhilip Withnall2010-12-021-4576/+4836
|
* Bug #621150 - Add the possibility to modify locale of the quoting messagesJan Holesovsky2010-12-022-12/+95
|
* Do not create local_mbox when user denied maildir migrationMilan Crha2010-12-011-3/+4
|
* Bug #602183 (bnc) - Crash in Mini Calendar ViewVibha Yadav2010-12-011-5/+6
| | | | | | | | Calendar view crashes on updating the scroll bar of newly created layout for events. Hence tries to access the event's canvas which is not yet drawn. Hence calling scroll bar update after drawing long events.
* Revert the doc changes committed.Bharath Acharya2010-12-013-23/+25
| | | | Messed up some hunks in the doc with my previous commit. Reverting them.
* Bug #636058 - Account setup issues express mode.Punit Jain2010-12-014-27/+25
| | | | Widget name required to update.
* Default to beginning of the day for the last alarm notificationMilan Crha2010-11-302-2/+2
|
* Add option "Check for new messages in all active accounts"Milan Crha2010-11-305-2/+71
| | | | As a follow-up for bug #633949
* Update actions in EMailBrowser on message select tooMilan Crha2010-11-301-1/+3
|
* Added few translator commentsMilan Crha2010-11-303-11/+20
| | | | As requested in bug #635414
* Set mnemonic widget for lblDefaultCharset in Mail PreferencesMilan Crha2010-11-301-0/+1
|
* Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2010-11-305-3/+102
|
* Ensure vFolders are enabled when invoking Edit->Search FoldersMilan Crha2010-11-301-0/+2
|
* Bug #239817 - New criterion should grab focus in a filter editorMilan Crha2010-11-302-4/+8
|
* Bug #620609 - Empty trash at exit doesn't workMilan Crha2010-11-301-4/+4
|
* Bug #404570 - Ctrl-R / NNTP doesn't focus the new messageMilan Crha2010-11-291-2/+2
|
* post release version bumpChenthill Palanisamy2010-11-291-1/+1
|
* News update for 2.91.3 releaseEVOLUTION_2_91_3Chenthill Palanisamy2010-11-291-0/+41
|
* Revert certain parts from commit for bug #635738Milan Crha2010-11-291-4/+4
|
* [l10n] Updated Estonian translationIvar Smolin2010-11-271-4/+3
|
* Bug #635828 - Do not send meeting mails with no recipientMilan Crha2010-11-261-1/+32
|
* Bug #635738 - Sanitize Previous/Next buttons when not usableMilan Crha2010-11-261-7/+32
|
* [vCard-inline] Check also text/directory partsMilan Crha2010-11-261-0/+4
|
* Bug #634387 - Crash in bbdb_sync_buddy_list_in_threadMilan Crha2010-11-261-2/+5
|
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-2619-150/+472
|
* Bug #635673 - Stack overflow when opening slow calendarMilan Crha2010-11-242-4/+18
|
* Bug #632962 - Duplicate "On this computer" sources after updateMilan Crha2010-11-245-60/+64
|
* Reset IM context when entering ECellText editingMilan Crha2010-11-241-39/+21
|
* Maildir migration: allow subfolders for InboxChenthill Palanisamy2010-11-231-13/+3
|
* Bug #371705 - Calendar's day view does not reset its IM contextMilan Crha2010-11-231-48/+39
|
* Bug #635087 - Leftover files after migration of config/data/cache to XDG ↵Mathieu Trudel-Lapierre2010-11-231-7/+11
| | | | directories
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2010-11-2310-20/+363
|
* Bug #633783 - Folder->Expunge enabled when no folder selectedMilan Crha2010-11-221-0/+4
|
* [l10n] Updated Estonian translationIvar Smolin2010-11-211-1285/+1663
|
* Updated Norwegian bokmål translationKjartan Maraas2010-11-201-3449/+3059
|
* Added UG translationGheyret T.Kenji2010-11-201-20552/+20552
|
* Updated Galician translations. REVIEWED 50%Fran Diéguez2010-11-201-868/+882
|
* Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-1812-53/+87
|
* Bug #633774 - Headers are gone in grouped viewVibha Yadav2010-11-152-2/+2
|
* Updated Finnish translation, many corrections done with the help of pofilter ↵Ville-Pekka Vainio2010-11-151-6054/+6187
| | | | from the translate toolkit
* Added UG translationGheyret T.Kenji2010-11-141-0/+1
|
* Added UG translationGheyret T.Kenji2010-11-141-0/+20552
|
* Updated Galician translations. REVIEWD by Marcos LansMarcos Lans2010-11-131-5976/+5151
|
* Fix windows build of backup-restore pluginFridrich Štrba2010-11-121-0/+8
|
* Updated Spanish translationJorge González2010-11-121-307/+310
|
* Drop accessibility support for ECellText.Matthew Barnes2010-11-115-796/+0
| | | | | | The accessibility code for ECellText is unmaintained and crashes constantly. I'm evicting it from our code base until someone takes ownership of the libgal accessibility support and deals with it.
* Bug #632781 - Cannot disable search foldersMilan Crha2010-11-101-2/+0
|
* Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-107-194/+278
|
* Bug #632293 - Do not add POP accounts into folder treeMilan Crha2010-11-102-1/+6
|
* Workaround crash when pasting nothing into html message composerMilan Crha2010-11-091-0/+2
|
* Bug #632676 - Only "Checking for new mail" in status bar and nothing elseMilan Crha2010-11-091-3/+3
|
* Bug #632671 - "Search interrupted" status message foreverMilan Crha2010-11-092-1/+28
|
* Add a compatibility code to previous patchJavier Jardón2010-11-091-0/+4
|
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-11-091-1/+1
|
* Bug #632176 - Force user name on Google calendar/address bookMilan Crha2010-11-094-6/+64
|
* Updated Spanish translationJorge González2010-11-081-2031/+1909
|
* Post-release version bump.Matthew Barnes2010-11-081-1/+1
|
* Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-086-10/+15
|
* NEWS update for 2.91.2 release.Matthew Barnes2010-11-081-0/+109
|
* Coding style and whitespace cleanup.Matthew Barnes2010-11-0826-74/+69
|
* [l10n] Updated German doc translation, fixed some XML errorsMario Blättermann2010-11-071-1724/+1608
|
* Updated Slovenian translationMatej Urbančič2010-11-071-333/+133
|
* Updated Slovenian translationMatej Urbančič2010-11-061-880/+1724
|
* Updated Spanish translationJorge González2010-11-061-4/+5
|
* Bug #634088 - Uses uninitialized variable in action_contact_new_cbMilan Crha2010-11-051-1/+1
|
* Updated Slovenian translationMatej Urbančič2010-11-051-3255/+4906
|
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-0587-5669/+3464
| | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
* Add GBinding transform funcs for enum types.Matthew Barnes2010-11-054-0/+110
| | | | We'll want to store enum settings by their nicknames.
* Update API docs.Matthew Barnes2010-11-054-4/+66
|
* Rename CalUnits to EDurationType.Matthew Barnes2010-11-058-75/+76
| | | | And move the definition to e-util-enums.h so we get a GType for it.
* Use @valuenick@ in glib-gen.mak.Matthew Barnes2010-11-051-1/+1
| | | | So we get usable nicknames for converting enum values to strings.
* Remove unused calendar-config API.Matthew Barnes2010-11-053-45/+0
|
* Add missing EVOLUTION_MAIL_LIBS to LIBADD in mail/importersMilan Crha2010-11-041-0/+1
|
* Add missing libeshell.la to LIBADD in pst-import pluginMilan Crha2010-11-041-1/+1
|
* Updated Spanish translationJorge González2010-11-041-105/+125
|
* Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-038-5/+65
|
* Bug #632580 - Freezes UI on account disableMilan Crha2010-11-033-1/+63
|
* Bug #632562 - Disabled account in preferences not remove in folder treeMilan Crha2010-11-031-1/+3
|
* Bug #632483 - [WinXP] Does not start when updated from 2.8Milan Crha2010-11-031-11/+4
|
* Bug #632768 - Message list not realized when opening new folderMilan Crha2010-11-032-16/+18
|
* Add forgotten cairo_destroy() callsMilan Crha2010-11-025-10/+24
|
* Updated Spanish translationJorge González2010-11-021-123/+156
|
* Bug #629479 - Runtime critical warnings from e-print.cMilan Crha2010-11-021-10/+6
|
* Bug #632941 - Calendar ignores preference "show/hide end times"Milan Crha2010-11-021-1/+4
|
* Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-0226-198/+224
|
* Bug #484554 - Day names can overlap in calendar printoutsMilan Crha2010-11-021-62/+114
|
* Set checkspin label mnemonic widget in account editorMilan Crha2010-11-011-1/+3
|
* Updated Spanish translationJorge González2010-11-011-127/+129
|
* stock_appontment-reminder icons renamed (reverts previous commit)Milan Crha2010-11-0112-15/+5
|