lp:~rodrigo-moya/desktopcouch/gtk-contacts-picker

Created by Rodrigo Moya and last modified
Get this branch:
bzr branch lp:~rodrigo-moya/desktopcouch/gtk-contacts-picker
Only Rodrigo Moya can upload to this branch. If you are Rodrigo Moya please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Rodrigo Moya
Project:
desktopcouch
Status:
Merged

Recent revisions

41. By Rodrigo Moya

Provide the server_ip when creating CouchDatabase

40. By Rodrigo Moya

Fixed typo

39. By Rodrigo Moya

Reverted column name

38. By Rodrigo Moya

Changed property to be a class method, to avoid name clashing

37. By Rodrigo Moya

First version of the contacts picker, based on CouchWidget

36. By Elliot Murphy

Adding the desktopcouch.contacts module.

35. By Chad Miller

Use subprocess.Popen and ourselves to the wait()ing, since subprocess.call() is buggy. There's still an EINTR bug in subprocess, though.

Occasionally stop couchdb in tests, so we exercise the automatic starting code. This will lead to spurious errors because of the aforementioned subprocess bug, but it's the right thing to do.

Abstract away some of the linuxisms and complain if we're run on an unsupported OS.

Fix a race condition in the process-testing code.

Replace the TestCase module with one that doesn't complain of dirty twisted reactors.

Add a means of stopping the desktop couchdb daemon.

Add an additional check that a found PID and process named correctly is indeed a process that this user started, so we don't try to talk to other local users' desktop couchdbs.

34. By Chad Miller

Get the port at function-call time, instead of storing a port at
start-time and giving that back. The info can be stale, the old
way.

33. By Elliot Murphy

Don't create a view per record-type; instead, call the standard return-all-records-keyed-by-record-type and use slice notation on the viewresults to only get back the records with that type, which does the same thing but more elegantly.

32. By dobey

Don't use DistUtilsExtra.auto as it's only in Karmic, and doesn't help here

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:desktopcouch
This branch contains Public information 
Everyone can see this information.

Subscribers