[folks] Created tag FOLKS_0_6_0
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Created tag FOLKS_0_6_0
- Date: Sat, 13 Aug 2011 16:58:58 +0000 (UTC)
The unsigned tag 'FOLKS_0_6_0' was created.
Tagger: Travis Reitter <travis reitter collabora co uk>
Date: Sat Aug 13 18:58:40 2011 +0200
Tag version 0.6.0
Changes since the last tag 'FOLKS_0_5_2':
Alban Crequy (1):
libsocialweb: Swf.Persona stores SocialWebClient.Contact
Emilio Pozuelo Monfort (1):
Dist the tp-test-contactlist.deps file
Philip Withnall (51):
Bug 646244 â Incomplete logic to handle attribute updates in Folks.Individual
Bug 652463 â Tidy up CLEANFILES
Bug 648071 â Add support for presence status from Telepathy
Bug 652472 â Handle failure in getting the logger service better
Bug 652660 â Make Individual.id more stable and well-defined
Bug 652449 â Folks.Individual's property getters should be read only
Re-add a dependency on dbus-glib for the Telepathy test library
Bug 653746 â mismatch between hash and equals in Note
eds: Ensure that errors are thrown by Edsf.PersonaStore.prepare() properly
eds: Add source list change notification to the eds backend
eds: Tidy up the e-d-s Backend.unprepare() method
eds: Fix a variable's visibility in the e-d-s Backend
eds: Fix linker warnings for the e-d-s backend tests
inspect: Don't print details of unprepared persona stores
eds: Fix persona store removal in the Backend
eds: Mark read-only address books as non-addable-to and non-removable-from
eds: Add support for contact groups/categories
Allow NameDetails.nickname to be writeable
Remove AliasDetails support from Trf.Persona
Bug 652425 â Failure codes for removing personas needed in PersonaStoreError
Fix the error domain of PersonaStore.remove_persona()
Ensure that all modifications of Individual.personas happen in _set_personas()
Bug 645549 â Add a way to get the individual from a persona
Bug 650422 â Add API for easily checking whether details are writeable
Minor documentation fix for SwfPersona.avatar
Fix visibility of TpfPersona.avatar and SwfPersona.avatar setters
Add a default implementation of TrfPersona.calendar_event_id
Fix visibility of TrfPersona.postal_addresses setter
Make BirthdayDetails.calendar_event_id nullable
Bug 650414 â Need better APIs to handle image data
Unset the self-contact on Tpf.PersonaStore when resetting the store
Add a generic caching object to the core of folks
Bug 652643 â Add PersonaStore cache
aggregator: Ensure we don't remove Personas we're adding
individual: Add more debug output to Individual
tests: Add a basic refcounting test for linked individuals
individual: Fix linking when personas are moved between individuals weirdly
inspect: Add a linking command
core: Make PotentialMatch.jaro_dist() private
docs: Fix up lots of minor issues in the documentation comments
core: Remove unused PotentialMatch.result_to_string() method
eds: Minor fixes to documentation comment syntax
Bug 649296 â Folks backend files shouldn't begin with "lib"
Clarify the documentation of PersonaStore.is_writeable
Bug 655008 â Tidy up error handling in eds backend
build: Build eds backend by default
eds: Fix a minor type problem in the add-contacts-stress-test
Bug 653619 â Add company details
core: Fix a typo in NoteDetails documentation
build: Add VAPI dependencies for eds backend
core: Expand the documentation of EmailDetails.email_addresses
Raul Gutierrez Segales (10):
Play nicely with new API in Vala 0.14
Move tracker's test image to a common location
Add an EDS backend
Make the Edsf.Persona class follow our coding style
Give public access to properties for which there is write support
Configure the writeable store by type_id and store id
e-d-s: Implement read/write support for gender property
e-d-s: add test for Gender property
Don't set a timeout for contacts adding stress test
e-d-s: fix link personas test
Tiffany Antopolski (1):
Minor style change in presence-details.vala
Travis Reitter (91):
Post-release bump.
Handle ownership of TpContact.connection automatically.
Don't delete tp-test-contactlist.deps when maintainer-cleaning.
Dist but don't include the tracker-test vapi files.
Add Make rule for generating tracker-test.vapi.
More-cleanly define gir and vapi files.
Cut redundant EXTRA_DIST entry.
Add ability to run any of our tests through gdb
Note closing of bgo#652434 â Add ability to run any tests through gdb
Don't add null Personas in personas-changed signal arguments.
Don't crash if a provided TpContact ID is NULL.
Fix the link within the PresenceDetails.presence_status docs
Don't build dbus-glib into Telepathy backend.
Use the GLib definition for ObjectPath.
Use the GLib definition for Object.
Use the GLib definition of Error instead of DBus.Error.
Factor out Tpf.Logger.prepare() from its constructor.
Port Tpf.Logger to GDBus.
Properly disconnect the logger::invalidated handler.
Cut unnecessary log message suppressions in the Aggregation test.
Update Tp test backend suppression to match GDBus behavior.
Handle both the dbus-glib and GDBus missing logger errors.
Don't make the Telepathy tests depend directly upon dbus-glib.
Don't make the Libsocialweb backend depend directly upon dbus-glib.
Don't make the folks-telepathy docs depend directly upon dbus-glib.
Fix the configure output for docs.
Cut meaningless 'Tests' output from configure.
Make valadoc a hard dependency when using --enable-docs
Fix a typo in the IndividualAggregator.individuals_changed docs.
Fix the valadoc string for FieldDetails.value.
Re-locate the EDS headers.
Tidy up EDS CLEANFILES.
Set the backend name for the EDS backend.
Bump required version of Vala (needed for EDS).
Update NEWS for bgo#654509.
Cut unreachable libsocialweb test code.
Un-break parallel building the eds backend.
Support nickname writability in the EDS backend.
Un-break the EDS PersonaStore test for groups.
Update for 142f9b74: make Individual.calendar_event_id nullable
Make Folks.Utils public and add Gee structure equality checking.
Allow Edsf.PersonaStore._set_*avatar() avatar arg to be null.
Allow Edsf.PersonaStore._set_*name() sname arg to be null.
Return early when setting an Edsf.Persona attribute to its current value.
Don't notify twice for EDS Persona nickname changes.
Add missing copyright/license notices to tests.
Work around valadoc parsing bug with indented comments.
Actually check for the valadoc version when building docs.
Bump the required version of valadoc.
Centralize definition of doc dirs to distclean.
Centralize .PHONY doc targets.
Fix link in Trf.Persona docs to Folks.AvatarDetails.avatar.
Fix link in Swf.Persona docs to Folks.AvatarDetails.avatar.
Build libsocialweb docs along with others.
Fix link in Edsf.Persona docs to Folks.AvatarDetails.avatar.
Fix syntax error in valadoc for Edsf.PersonaStore.prepare.
Fix syntax error in valadoc for Edsf.PersonaStore.remove_persona.
Build eds docs along with others.
Add rules for uploading generated docs to freedesktop.org
Rebase FieldDetails upon an abstract and generic version of itself.
Centralize parameters to AbstractFieldDetails.
Add equal() and hash() functions to AbstractFieldDetails.
Implement FieldDetails.equal()/hash() in terms of the default.
Add parameters as an optional argument to the FieldDetails constructor.
Add basic equality testing for FieldDetails.
Add test for parameter equality in FieldDetails.
Support vCard-like parameters for addresses in PostalAddressDetails.
Don't spill over 80 characters.
Clean up the way the Tracker backend tracks IM addresses.
Support vCard-like parameters for IM addresses
Add basic equality testing for ImFieldDetails.
Clarify parameters for PostalAddressOwnerDetails.
Add utility function to compare MultiMaps of AbstractFieldDetails.
Run Tracker tests last, since it's a low-priority backend.
Run key-file tests later, since it's a low-priority backend.
Rebase EmailDetails.email_addresses upon EmailFieldDetails
Set the eds backend as the primary for the eds tests.
Rebase NoteDetails.notes upon NoteFieldDetails
Allow for Individual replacement in the EDS add-persona test.
Rebase PhoneDetails.phone_numbers upon PhoneFieldDetails
Support vCard-like parameters for web service addresses
Support vCard-like parameters for Roles
Support vCard-like parameters for URLs
Remove FieldDetails (obsoleted by AbstractFieldDetails and implementors)
Trivial NEWS clean-up.
Make the EDS backend's system address book the default writeable
Write support for URLs in Edsf.Persona
Un-break Docs.
Distribute EDS test tools.
Update the checked files for valac requirement.
Release version 0.6.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]