Commit graph

11 commits

Author SHA1 Message Date
Romain Bignon
28e57001bc add a messages refresh button, and better handler of contacts selection 2010-10-30 09:58:52 +02:00
Romain Bignon
bcfa838e86 new method CapBaseObject.add_field()
When you want to add a field to your CapBaseObject derivated class, use
this method to:
- add it in the fields list (order is important)
- set the only possible values types
- default value to NotLoaded if not specified
- possibility to set another value
2010-10-08 13:41:41 +02:00
Romain Bignon
bf81773e8b if FIELDS is not defined, still raise id first 2010-10-08 10:52:41 +02:00
Romain Bignon
c8bb18ea4b FIELDS isn't a field 2010-09-26 23:36:52 +02:00
Christophe Benz
9e2345eeb9 implement select command 2010-09-21 13:10:52 -04:00
Romain Bignon
b354f8d3a7 enhancement of load detection of fields 2010-08-14 21:50:31 +02:00
Romain Bignon
f2871c8811 bool(NotLoaded) and bool(NotAvailable) are False 2010-08-13 21:01:05 +02:00
Christophe Benz
87f34c1961 set not loaded fields to NotAvailable 2010-08-12 18:17:19 +02:00
Romain Bignon
e980e040ba capabilities objets inherit from CapBaseObject (refs #369) 2010-08-12 17:22:04 +02:00
Christophe Benz
ecf8077eb8 add __str__ methods 2010-08-12 16:04:53 +02:00
Christophe Benz
45ffb0fe7d s/ICap/IBaseCap and add constants 2010-08-12 16:04:53 +02:00
Renamed from weboob/capabilities/cap.py (Browse further)