aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS update for 3.3.5 release.EVOLUTION_3_3_5Matthew Barnes2012-02-061-0/+54
|
* e-mail.h: Remove files that moved to libemail-engine.Matthew Barnes2012-02-031-2/+0
|
* Add a missing linker flag to evolution-settings.Matthew Barnes2012-02-031-0/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2012-02-031-309/+306
|
* Bug 667576 - Junk between messages after saving an mbox fileJames Bottomley2012-02-021-9/+19
|
* Use _DAWATI to detect if its Tizen/MeeGo.Srinivasa Ragavan2012-02-021-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-02-021-349/+342
|
* Bug 659395 - Missing plural handling for "%d attached messages"David Morley2012-02-011-2/+6
|
* Bug 664160 - Untranslated headers in certificates tableGabor Kelemen2012-02-011-3/+4
|
* Remove the --debug command-line option.Matthew Barnes2012-02-011-15/+0
| | | | | | This is a silly and misleading option. It gives the impression that it activates extra debugging output, when really it's precisely the same as "evolution &> LOGFILE" and nothing more.
* Bug #668805 - Copy to Folder uses incorrect error definition namesMilan Crha2012-01-311-4/+4
|
* Bug #669005 - Partial hang with unresponsive HTML email image sourceMilan Crha2012-01-311-7/+10
|
* e-mail-store-utils.c: Use the service's display name in status messages.Matthew Barnes2012-01-311-12/+18
| | | | | The display name is a user-provided name for the service. We should be using that in all status messages the refer to the service by name.
* Bug #669006 - Clicking "Not Junk" button should not move to next emailMilan Crha2012-01-311-2/+14
|
* Bug #668714 - Editing account changes transport to SMTPMilan Crha2012-01-301-15/+34
|
* Bug #636413 - Enable "Autocomplete with this addressbook" by defaultMilan Crha2012-01-301-1/+2
|
* Bug #646430 - New line character is a link separator tooMilan Crha2012-01-301-3/+3
|
* Bug #651221 - "Edit as New Message" always uses default From: addressMilan Crha2012-01-301-0/+24
|
* Updated Spanish translationDaniel Mustieles2012-01-301-129/+132
|
* Adapt to Camel API changes.Matthew Barnes2012-01-304-61/+59
|
* Updated Belarusian translation.Kasia Bondarava2012-01-301-20027/+15956
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-01-292-11886/+14040
|
* Fix external editor example. Fixes bug #594736Andre Klapper2012-01-291-1/+1
|
* Update HACKING file. Fixes bug #447689Andre Klapper2012-01-291-219/+5
|
* Updated Slovenian translationMatej Urbančič2012-01-291-1743/+1756
|
* Updated German translationChristian Kirbach2012-01-281-2756/+2950
|
* Bug #668634 - Warn user with folder create errorMilan Crha2012-01-261-3/+4
|
* Bug #668631 - Report Folder->Subscriptions errors to usersMilan Crha2012-01-261-3/+4
|
* mail-send-recv.c: Disregard CamelNullStores.Matthew Barnes2012-01-261-0/+7
| | | | Don't want these things showing up in the Send & Receive window.
* Add missing fileKjartan Maraas2012-01-251-0/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-251-70/+70
|
* Updated Spanish translationDaniel Mustieles2012-01-251-153/+170
|
* Bug 668480 - Going to online from offline connects disabled accountsMatthew Barnes2012-01-251-0/+8
|
* EActivity cleanups.Matthew Barnes2012-01-253-11/+19
|
* Bug 668595 - Suppress bogus percentage in status messagesMatthew Barnes2012-01-251-0/+19
|
* Bug 668479: Missing transport-only accounts in PreferencesMatthew Barnes2012-01-255-43/+185
| | | | | | | | | | | Evolution kinda sorta supports multiple identities by allowing users to set up so-called "transport-only" accounts by choosing "None" for the account type. Add a CamelStore subclass for those types of accounts so they get added to EMailAccountStore. It's just a stupid hack to keep another stupid hack working, but this should sustain us until we can support multiple identities FOR REAL.
* EMailUISession: Whitespace fix.Matthew Barnes2012-01-251-4/+4
|
* emae_receive_options_extra_item: Remove unused CamelURL.Matthew Barnes2012-01-251-5/+0
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-231-1040/+1059
|
* Fix a typoKjartan Maraas2012-01-231-2/+2
|
* Updated Spanish translationDaniel Mustieles2012-01-231-998/+1007
|
* Updated POTFILES.inPiotr Drąg2012-01-221-0/+1
|
* Remove duplicate Windows SENS checksPriit Laes2012-01-211-19/+0
|
* Updated Spanish translationDaniel Mustieles2012-01-211-19/+25
|
* EMailBackend: Make sure all background jobs have descriptions.Matthew Barnes2012-01-211-0/+10
| | | | | | | | | | | | All background jobs should appear in the task bar with a description. Some CamelServices (esp. imapx) are submitting lots of background jobs but never pushing a status message on its CamelOperation. This commit is to flush them out so we can find and fix them, and also so we can clearly see what's *really* going on in the background. All background jobs are now given an initial generic description which should never appear in the user interface. The callback function must call camel_operation_push_message() to override it or else it's a bug.
* [docs] Fix wrong tab name. Fixes bug #668359Andre Klapper2012-01-211-2/+2
|
* Add missing linker flags.Matthew Barnes2012-01-194-10/+15
|
* Coding style and whitespace cleanup.Matthew Barnes2012-01-1924-183/+169
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-19169-2325/+3419
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Updated Spanish translationDaniel Mustieles2012-01-191-15/+14
|
* [Docs] Postpone GtkHtml funeral to 3.5Andre Klapper2012-01-191-2/+2
|
* [doc] Fix some spaces (bug #666409)Christian Kirbach2012-01-182-3/+3
|
* Bug #661535 - "Current View" tooltip uses string with mnemonic underscoreMilan Crha2012-01-181-2/+4
|
* configure.ac: Mention libpst minimum version in error message.Matthew Barnes2012-01-171-1/+1
|
* Bug #667741 - Crash when browse for CalDAV calendarMilan Crha2012-01-171-1/+11
|
* Post-release version bump.Matthew Barnes2012-01-171-1/+1
|
* NEWS update for 3.3.4 release.EVOLUTION_3_3_4Matthew Barnes2012-01-161-0/+69
|
* Add emae_list_providers().Matthew Barnes2012-01-161-28/+50
| | | | | Convenience function returns a sorted GList of available CamelProviders with a "mail" or "news" domain.
* Updated Spanish translationDaniel Mustieles2012-01-161-45/+136
|
* Updated Spanish translationDaniel Mustieles2012-01-161-20/+20
|
* Updated Spanish translationDaniel Mustieles2012-01-161-1151/+1165
|
* Split up emae_check_complete().Matthew Barnes2012-01-161-315/+551
| | | | | Split emae_check_complete() into smaller, more understandable functions so the overall logic flow can be more easily understood.
* Add introduction. Fixes bug #657026Brian Grohe2012-01-152-0/+31
|
* Updated Galician translationsFran Diéguez2012-01-151-6106/+6118
|
* Add new offline.page help pageAndre Klapper2012-01-131-0/+1
|
* Docs: Add page about Offline issues. Fixes bug #658810Brian Grohe2012-01-131-0/+30
|
* Bug 667384 - Misspelling: "Olsen" timezone databaseMatthew Barnes2012-01-121-1/+1
| | | | "Olson", not "Olsen".
* Do not auto-mark-as-seen when changing filter typeMilan Crha2012-01-118-3/+103
|
* Bug #667119 - Hard to change Attendee role in meeting editorMilan Crha2012-01-116-777/+35
|
* Bug #667398 - Automatic mark-as-seen too aggressiveMilan Crha2012-01-113-1/+62
|
* EMailSession does not respect user settings on startMilan Crha2012-01-111-28/+47
| | | | | Running in offline had no meaning, a store connected to its server anyway.
* Slow start due to instant saving of no change in an EAccountListMilan Crha2012-01-111-7/+16
|
* mail-folder-cache: Update folders only on stores whose support itMilan Crha2012-01-101-14/+29
|
* Bug #667281 - Deadlock on evolution startMilan Crha2012-01-101-0/+2
|
* Bug #667346 - Fix build with libpst 0.6.54 and require this versionVincent Untz2012-01-102-3/+3
|
* Bug #667528 - Crash in pine-importer.c with no book source definedMilan Crha2012-01-091-5/+14
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-071-5683/+5718
|
* Bug #638810 - Crash in camel_folder_search_set_folder with IMAP accountMilan Crha2012-01-071-13/+9
|
* Add Esperanto translationKristjan SCHMIDT2012-01-061-6667/+7785
|
* Do not call gtk_main_quit() on shell quit when none is runningMilan Crha2012-01-061-1/+2
|
* Updated Russian translationYuri Myasoedov2012-01-061-6313/+7478
|
* Make em_utils_generate_account_hash() private.Matthew Barnes2012-01-053-60/+59
| | | | | | Only used by em_utils_get_reply_all(), and the hash table it returns is not safe for general-purpose use. Make it a static function and rename it generate_recipient_hash().
* Bug #664370 - Crash when putting same component into icalcomponentKai Juse2012-01-053-4/+4
|
* Bug #667185 - Menu items from plugins not translatedMilan Crha2012-01-052-0/+67
|
* get_receive_type(): Avoid hard-coding built-in mail store names.Matthew Barnes2012-01-041-3/+3
|
* Bug #665036 - Memory leaks spot in Contacts viewMilan Crha2012-01-046-16/+52
|
* [l10n]Updated Turkish translationMuhammet Kara2012-01-041-6407/+7376
|
* Bug #666832 - Skip local/vfolder services from Send/Receive updateMilan Crha2012-01-041-0/+8
|
* Inherit smaller time division from preferences in day calendar printoutMilan Crha2012-01-041-21/+41
|
* Bug #661885 - Disable horizontal scrolling in filter rule editorMilan Crha2012-01-031-1/+12
|
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-0321-9/+67
|
* Bug #343499 - Contacts not sorted the right way on print outMilan Crha2012-01-021-3/+5
|
* Bug #641154 - Crash in emae_check_authtype_doneMilan Crha2012-01-021-6/+34
|
* EComposerHeaderTable: Rearrange initialization code.Matthew Barnes2012-01-011-153/+154
| | | | Prefer GObjectClass.constructed() over GObjectClass.constructor().
* Move gtkhtml data encoding/decoding to e-composer-private.c.Matthew Barnes2012-01-013-97/+89
| | | | Simplify the algorithms, trading efficiency for readability.
* Composer cleanups.Matthew Barnes2012-01-018-41/+70
|
* EMailAccountStore: Avoid a bogus runtime warning.Matthew Barnes2011-12-311-5/+6
| | | | | | If the number of SortOrder items in sortorder.ini disagrees with the number of services in the EMailAccountStore, silently revert to the default ordering rather than emitting a runtime warning.
* Move EMailLabelListStore to EMailSession.Matthew Barnes2011-12-259-125/+129
| | | | | Access the EMailLabelListStore through EMailSession instead of EShellSettings, which was a quick hack of mine during kill-bonobo.
* Remove unnecessary #include <e-util/e-dialog-widgets.h>Matthew Barnes2011-12-245-5/+0
|
* Remove e_dialog_append_list_store_text().Matthew Barnes2011-12-245-57/+84
| | | | Silly function. Do it manually or use a GtkComboBoxText.
* Remove e_dialog_editable_get().Matthew Barnes2011-12-248-98/+59
| | | | | Silly function. Use gtk_entry_get_text() for a const string or else gtk_editable_get_chars() for an allocated string.
* Remove e_dialog_editable_set().Matthew Barnes2011-12-248-43/+43
| | | | Silly function. Use gtk_entry_set_text().
* fixing double free error and using source host for comparisonPunit Jain2011-12-231-6/+13
|
* Bug #612257 - Sanitize widgets in alarm notification dialogMilan Crha2011-12-231-11/+15
|
* Bug#636214 Use CamelSettings instead of CamelURLPunit Jain2011-12-231-51/+38
|
* Bug 664003 - Cannot modify account name in account assistantpunit2011-12-231-102/+102
|
* Bug 666695 - Wrong schema for relocatable path in evolution.convertMatthew Barnes2011-12-231-1/+1
|
* Bug 666675: Remove evolution-addressbook-cleanMatthew Barnes2011-12-232-37/+2
| | | | | References evolution-addressbook-import, which was removed in 2007. Clearly no point in keeping this script around.
* Bug 666706 - MailFolderCache: Crash on visiting a renamed folderMatthew Barnes2011-12-231-1/+3
|
* Bug #357175 - IMAP alerts still too intrusiveMilan Crha2011-12-231-2/+59
|
* Fix a typo in a commit for a bug #666490Milan Crha2011-12-231-1/+6
|
* Make sure EAlertDialog has at least one button, to be able to closed itMilan Crha2011-12-232-0/+15
| | | | | | This is a regression from commit 451179909849, which removes the default "Dismiss" action from each EAlert, but the EAlertDialog was using that button to allow users to close it.
* Bug #666490 - Crash in e-mail-session.c:user_message_responseMilan Crha2011-12-231-6/+7
|
* Bug #661087 - Add ability to remove localized "Re:" prefixes in subjectMilan Crha2011-12-226-23/+108
|
* Reduce diff noise with account-mgmt branch.Matthew Barnes2011-12-2021-101/+122
|
* post release version bumpChenthill Palanisamy2011-12-191-1/+1
|
* News update for 3.3.3 releaseEVOLUTION_3_3_3Chenthill Palanisamy2011-12-191-0/+93
|
* Do not load disabled services while creating new folderChenthill Palanisamy2011-12-191-0/+6
|
* schemas: Don't EXTRA_DIST non-existing filesRodrigo Moya2011-12-191-1/+1
|
* Bug #666512 - Busy-loop after pressing Send/Receive toolbar buttonMilan Crha2011-12-191-7/+6
|
* Updated Hungarian help translationGabor Kelemen2011-12-181-1198/+1299
|
* Updated German help translation and added 3 new screen-shots.Christian Kirbach2011-12-174-5180/+2009
|
* Fix compiler warnings.Matthew Barnes2011-12-173-28/+42
| | | | | gtk_dialog_new_with_buttons() requires some buttons, otherwise use gtk_dialog_new() and set title/transient-for/etc properties manually.
* Finished Hungarian help translationGabor Kelemen2011-12-171-7466/+9512
|
* Fix a few mistranslations in the Hungarian translationGabor Kelemen2011-12-171-51/+52
|
* Updated Slovenian translationMatej Urbančič2011-12-171-4938/+5966
|
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-1654-973/+822
| | | | | | | | | | | | | | | More mail API churn... reversing some previous API decisions. I've made some key API changes to EMailSession on the account-mgmt branch which should allow for this, and will hopefully also benefit the "email-factory" branch. EMailBackend barely needs to exist anymore, except as the owner of EMailSession. For several low-level functions, we replace its EMailBackend parameter with EMailSession and EAlertSink parameters; the latter so it can still pass user alerts up the chain.
* EMailSession: Add "activity-added" signal.Matthew Barnes2011-12-163-1/+42
| | | | | EMailBackend catches these signals and forwards the EActivity to e_shell_backend_add_activity().
* EShellBackend: Remove unused enum value.Matthew Barnes2011-12-161-1/+0
|
* mail-send-recv.c: Avoid using EAccount and CamelURL if possible.Matthew Barnes2011-12-165-195/+286
| | | | | | EAccount is deprecated and mail URLs are being phased out. Use EMailAccountStore and CamelService instead.
* Updated Spanish translationDaniel Mustieles2011-12-161-456/+519
|
* Bug #661043 - Printing causes email images to downloadMilan Crha2011-12-161-3/+0
|
* Bug #666341 - [bbdb] Invalid free in bbdb_do_itMilan Crha2011-12-161-1/+0
|
* Updated Galician translationsFran Diéguez2011-12-161-1193/+1251
|
* Updated Galician translationsFran Diéguez2011-12-161-683/+680
|
* Avoid use-after-free in em_config_target_update_settingsMilan Crha2011-12-151-1/+5
|
* Bug #561696 - Invitation's "Open Calendar" button jumps to current dayMilan Crha2011-12-152-4/+4
|
* Fix a crash in pdf_drag_drop. Ref the objects while cloning format_html.Chenthill Palanisamy2011-12-151-4/+5
|
* Bug 566793 - Support Drop And Drag Into Nautilus As PDF Filepepp2011-12-156-74/+293
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-151-1000/+1062
|
* Bug 666081 - Duplicate typedefsMatthew Barnes2011-12-153-9/+8
| | | | GCC handles it but not valid in C89 or C99.
* Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-148-15/+215
|
* Fix leaks around categories editingMilan Crha2011-12-142-4/+8
| | | | Requires commit 768ca76 in evolution-data-server
* Bug #666106 - libical 0.47 handles CATEGORIES as multiple parametersMilan Crha2011-12-141-20/+49
|
* Updated Spanish translationDaniel Mustieles2011-12-141-154/+151
|
* MailFolderCache: Fix a double-free on unsubscribe.Matthew Barnes2011-12-141-2/+1
| | | | | The 'folders' hash table has a GDestroyNotify callback now, but we were still freeing the folder_info struct explicitly.
* EMSubscriptionEditor: Use alternating row colors.Matthew Barnes2011-12-141-0/+1
| | | | | The deeper the folder the greater the distance between the checkbox and the folder name. Can get difficult to match them on a blank background.
* EMSubscriptionEditor cleanups.Matthew Barnes2011-12-141-160/+224
| | | | GQueues are easier to pass around than linked lists.
* Bug 665981 - Use OpenStreetMap geoclue providerAlban Browaeys2011-12-131-2/+4
| | | | | | | Use the OpenStreetMap geoclue provider instead of the deprecated and likely disabled Yahoo geoclue v1 API. Requires geoclue >= 0.12.
* Bump minimum geoclue version to 0.12.Alban Browaeys2011-12-131-1/+1
|
* Bug 665980 - Bump minimum champlain-gtk version to 0.12Alban Browaeys2011-12-132-4/+4
|
* Bug 665782 - configure.ac: Add gmodule-2.0 to GNOME_PLATFORMChristophe Fergeau2011-12-131-0/+1
|
* Bug #578245 - View settings for threads getting lostMilan Crha2011-12-131-2/+5
|
* Updated Macedonian translation.Jovan Naumovski2011-12-131-16823/+14960
|
* EMAccountEditor: Fix handling of auth-mechanism.Matthew Barnes2011-12-131-22/+37
| | | | | | | | CamelNetworkSettings:auth-mechanism defaults to NULL, so when creating a new CamelSettings instance, choose an initial value from the CamelProvider's list of available CamelServiceAuthTypes. This fixes the blank combo box issue and hopefully bug #665984.
* MailFolderCache: Don't respond to "service-added" signals.Matthew Barnes2011-12-132-12/+36
| | | | | | | | Causes folder info queries on disabled accounts. Instead respond to "service-enabled" and "service-disabled" signals, one of which always immediately follows "service-added". Comment this in both MailFolderCache and EMFolderTreeModel.
* EMailSession: Fix silly mistake in constructed().Matthew Barnes2011-12-131-2/+1
| | | | Need to load all accounts on startup, even disabled ones.
* Adapt to camel_session_remove_service() changes.Matthew Barnes2011-12-121-2/+1
|
* Updated Spanish translationDaniel Mustieles2011-12-121-20/+35
|
* User Docs: Grammar and spelling fixesChristian Kirbach2011-12-113-4/+4
|
* Updated Spanish translationDaniel Mustieles2011-12-111-727/+722
|
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-1160-4254/+4263
| | | | | | | | | | | | | | | | | | | | | This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3. Account reordering is now done by drag-and-drop instead of up/down buttons. Turned out to be a wee bit more complicated than I initially thought. This scraps EAccountManager and EAccountTreeView and replaces them with new classes centered around EMailAccountStore, which EMailSession owns. EMailAccountStore is the model behind the account list in Preferences. The folder tree model now uses it to sort its own top-level rows using gtk_tree_path_compare(). It also broadcasts account operations through signals so we don't have to rely so heavily on EAccountList signals, since EAccountList is going away soon. Also as part of this work, the e-mail-local.h and e-mail-store.h APIs have been merged into EMailSession and MailFolderCache.
* Add a hidden --version option.Matthew Barnes2011-12-081-0/+13
| | | | Required by GNU Coding Standards.
* Updated Spanish translationDaniel Mustieles2011-12-081-3/+4
|
* Move folder URI caching to MailFolderCache.Matthew Barnes2011-12-085-102/+270
|
* mail_folder_cache_note_store: CamelSession arg is unnecessary.Matthew Barnes2011-12-084-6/+5
| | | | | | The CamelStore argument already has the CamelSession: session = camel_service_get_session (CAMEL_SERVICE (store));
* MailFolderCache: Add class methods for signals.Matthew Barnes2011-12-082-16/+44
|
* Miscellaneous EShellView-related cleanups.Matthew Barnes2011-12-0854-731/+657
|
* Remove unused function vfolder_create_part().Matthew Barnes2011-12-082-7/+0
|
* Remove unused function vfolder_revert().Matthew Barnes2011-12-082-14/+0
|
* Remove 'vfolder_store' global variable.Matthew Barnes2011-12-081-12/+32
| | | | Fetch the CamelService by its UID ("vfolder") as needed.
* EMFolderTreeModel: Check for vfolder store by its UID.Matthew Barnes2011-12-071-3/+5
|
* Remove unnecessary 'vfolder_store' declaration.Matthew Barnes2011-12-072-3/+0
|
* Bug #577322 - Rename of a system ESource doesn't persistMilan Crha2011-12-076-6/+25
|
* Updated Spanish translationDaniel Mustieles2011-12-071-103/+27
|
* Bug #665149 - Do not ref window in e_restore_window()Milan Crha2011-12-051-4/+1
|
* Updated Spanish translationDaniel Mustieles2011-12-051-168/+61
|
* Updated Galician translationsFran Diéguez2011-12-041-4572/+5556
|
* Updated Spanish translationJorge González2011-12-031-769/+704
|
* Bug #663122 - Doesn't quit on exit with GLib's git masterMilan Crha2011-12-031-0/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-021-4595/+5519
|
* Don't explicity show the window. We do gtk_widget_show where we'd wantSrinivasa Ragavan2011-12-011-1/+0
| | | | it. The capplet flickrs in Meego. Fixes Meego Bugzilla: #20191
* Upstreamed patch from Meego Bugzilla: 23097Srinivasa Ragavan2011-12-011-0/+2
| | | | When the esource is created, sync it to avoid loose it.
* Upstreamed patch from MeeGo Bugzilla: 22945Srinivasa Ragavan2011-12-011-0/+8
| | | | Check for birthdays which can't be set to future dates.
* Composer: "mailto" blacklist touch ups.Matthew Barnes2011-11-301-12/+17
|
* EMailReader: Avoid more runtime warnings.Matthew Barnes2011-11-301-8/+7
|
* [l10n] Updated German translationMario Blättermann2011-11-301-4764/+5759
|
* Bug #664708 - Composer's headers preference is reset on From changeMilan Crha2011-11-292-7/+9
|
* Bug #665103 - Blank composer/mail/network preferences windowsMilan Crha2011-11-297-7/+40
|
* Bug #665123 - Incorrect unref of ESource in pine-importerMilan Crha2011-11-291-2/+0
|
* Avoid a runtime warning in mail_reader_message_seen_cb().Matthew Barnes2011-11-291-4/+6
|
* Updated Romanian translationLucian Adrian Grijincu2011-11-291-8489/+8865
|
* Updated POTFILES.inPiotr Drąg2011-11-291-1/+0
|
* Remove more "Click \"Forward\" to continue." sentencesMilan Crha2011-11-281-2/+2
|
* Remove some unnecessary GConf crud.Matthew Barnes2011-11-2811-62/+4
|
* "citation-colour" -> "citation-color"Matthew Barnes2011-11-284-4/+4
|
* Remove GConfBridge.Matthew Barnes2011-11-286-1521/+1
| | | | No longer needed.
* Use e_restore_window() and "org.gnome.evolution.window".Matthew Barnes2011-11-2816-186/+78
| | | | Apply it to all windows with persistent size and/or position.
* Add e_restore_window().Matthew Barnes2011-11-282-0/+233
| | | | | | Replaces gconf_bridge_bind_window(). Requires a GSettings path to a "org.gnome.evolution.window" schema.
* Add relocatable "org.gnome.evolution.window" schema.Matthew Barnes2011-11-281-0/+24
| | | | Holds window size and position values.
* Updated Spanish translationJorge González2011-11-261-4382/+5583
|
* Updated asturian languageXandru Armesto2011-11-261-10257/+5629
|
* Bug #580394 - Comment field in a meeting request is too smallMilan Crha2011-11-253-13/+32
|
* Bug #616561 - Don't check read-only calendars in the itip-formatterTim Piessens2011-11-251-0/+7
|
* Bug #376075 - Accepting a meeting invitation defaults to wrong calendarMilan Crha2011-11-251-28/+33
|
* Bug #659491 - Hung when accepting calendar inviteMilan Crha2011-11-252-295/+469
|
* Bug 664753 - Avoid unnecessary requirements in evolution-shell-3.0.pcJosselin Mouette2011-11-251-1/+2
| | | | gnome-desktop-3.0 is a private requirement.
* Remove almost all *_DISABLED_DEPRECATED_FLAGS.Matthew Barnes2011-11-251-3/+1
| | | | | | | Leave the EDS macros alone since we control them. I'll care about deprecated APIs again when a gtk4 release date is announced. Meanwhile it's just causing distros unnecessary pain.
* Remove *_DISABLE_SINGLE_INCLUDES macros.Matthew Barnes2011-11-251-2/+0
| | | | We already comply, and it's required now anyway for gtk3.
* Remove e_shell_get_gconf_client().Matthew Barnes2011-11-253-26/+0
| | | | No longer needed.
* Bug 664654 - Sanitize subjects before suggesting a save filenameMatthew Barnes2011-11-251-2/+10
|
* Bug #664634 - Deadlock when processing completed tasks filterMilan Crha2011-11-244-112/+165
|
* Bug 664707 - Tasks & Memos panel size not rememberedMatthew Barnes2011-11-241-1/+1
|
* Bug 664678 - Bad defaults for SpamAssassin GSettings keysMatthew Barnes2011-11-241-2/+2
| | | | | These need to be changed manually if the defaults are not suitable. These do not appear in Evolution's user interface.
* Updated POTFILES.inPiotr Drąg2011-11-241-53/+70
|
* Cosimo's spidey senses pointed him to a memory leak.Matthew Barnes2011-11-241-1/+0
|
* Merge branch 'wip/gsettings'Matthew Barnes2011-11-23146-1955/+3526
|\
| * Miscellaneous cleanups.Matthew Barnes2011-11-2349-190/+211
| |
| * Tweak GSettings schemas.Matthew Barnes2011-11-2325-91/+113
| | | | | | | | | | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
| * Fix some GSettings runtime issues.Matthew Barnes2011-11-238-28/+41
| |
| * Include git.mk in mail/mail-autoconfig/Makefile.am.Matthew Barnes2011-11-231-0/+2
| |
| * Remove .gitignore from git - we generate this file.Matthew Barnes2011-11-231-33/+0
| |
| * More compiler warning fixes.Matthew Barnes2011-11-232-5/+8
| |
| * Merge branch 'master' into wip/gsettingsMatthew Barnes2011-11-2364-1872/+2125
| |\ | | | | | | | | | | | | Conflicts: mail/e-mail-paned-view.c
| * | Miscellaneous cleanups.Matthew Barnes2011-11-2318-80/+110
| | |
| * | Fix compiler warnings.Matthew Barnes2011-11-2325-39/+14
| | |
| * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-213-588/+665
| |\ \
| * | | Use GSettings in em-account-editor to retrieve/set selected calendarsRodrigo Moya2011-11-181-21/+33
| | | |
| * | | Build fixesRodrigo Moya2011-11-182-1/+2
| | | |
| * | | Port autocontacts plugin to GSettingsRodrigo Moya2011-11-186-103/+132
| | | |
| * | | Migrate ECalConfig* code to use GSettingsRodrigo Moya2011-11-172-4/+4
| | | |
| * | | Migrate all EABConfig* code to use GSettingsRodrigo Moya2011-11-173-13/+12
| | | |
| * | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-1728-803/+869
| |\ \ \
| * | | | Build fixesRodrigo Moya2011-11-152-15/+13
| | | | |
| * | | | Migrate EShellSettings to GSettingsRodrigo Moya2011-11-1510-225/+493
| | | | |
| * | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-14217-3336/+3758
| |\ \ \ \
| * | | | | Remove unused config_data_get_conf_clientRodrigo Moya2011-11-092-9/+0
| | | | | |
| * | | | | Make it fully buildRodrigo Moya2011-11-096-11/+17
| | | | | |
| * | | | | Some build fixesRodrigo Moya2011-11-095-12/+8
| | | | | |
| * | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-0874-10915/+2613
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-042-3/+24
| |\ \ \ \ \ \
| * | | | | | | Migrate itip formatter to GSettingsRodrigo Moya2011-11-045-9/+20
| | | | | | | |
| * | | | | | | Migrate attachment reminder plugin to GSettingsRodrigo Moya2011-11-041-29/+28
| | | | | | | |
| * | | | | | | Migrate template plugin to GSettingsRodrigo Moya2011-11-031-20/+18
| | | | | | | |
| * | | | | | | Migrate face plugin to GSettingsRodrigo Moya2011-11-022-8/+7
| | | | | | | |
| * | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-025-15/+63
| |\ \ \ \ \ \ \
| * | | | | | | | Migrate mail notification plugin to GSettingsRodrigo Moya2011-11-023-67/+51
| | | | | | | | |
| * | | | | | | | Addressbook module GSettings migrationRodrigo Moya2011-11-025-26/+30
| | | | | | | | |
| * | | | | | | | Migrate SA extension to GSettingsRodrigo Moya2011-11-025-89/+86
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-312-229/+227
| |\ \ \ \ \ \ \ \