Commit graph

414 commits

Author SHA1 Message Date
Romain Bignon
52899a7ca9 add __repr__ on NotAvailable, NotLoaded and _NO_DEFAULT constants to be more readable on doc 2014-09-03 07:21:23 +02:00
Julien Hebert
fe36d697ed closes #1626 : get_audiostream doesnt have pattern param 2014-09-02 06:29:50 +02:00
Romain Bignon
7d8571195f fix docstring issues 2014-08-30 20:45:10 +02:00
Bezleputh
158d3fb627 [CapTravel] brwser2 adaptation : do not require an id in costructor 2014-08-29 19:26:00 +02:00
Romain Bignon
0f1ce1d4b1 add tab to send queries 2014-07-19 15:42:19 +02:00
smurail
a6972d3958 add LBP to currencies 2014-07-09 19:02:23 +02:00
Florent
1ea36ced3f s/BaseCapObject/BaseObject/ (error in documentation) 2014-07-09 13:00:22 +02:00
Florent
e5f11a15eb s/IBaseCap/CapBase/ (refs #1424) 2014-07-09 12:59:31 +02:00
Florent
537b49e6bd DateField/TimeField/Delta are not really a base object 2014-07-09 11:46:46 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Romain Bignon
51958135cb rename CapBaseObject to BaseObject (refs #1424) 2014-07-05 17:26:05 +02:00
Romain Bignon
ab7057b038 fix repr() and str() on File-based objects 2014-07-05 17:20:53 +02:00
Bezleputh
feb0e378dc [thumbnail] remove data field in to_dict method to avoid json crash during convertion 2014-06-27 09:00:07 +02:00
Bezleputh
aeab3fac71 [json] handle format_collection 2014-06-23 09:29:32 +02:00
Bezleputh
4489356623 [Message] remove required items in Message constructor 2014-05-21 17:53:53 +02:00
Bezleputh
b6fd529249 move id parsing from application to capability 2014-05-20 23:07:40 +02:00
Bezleputh
e33c177212 Manage Albums and Playlists in radioob 2014-05-20 23:07:40 +02:00
Bezleputh
edc49f59b2 [calendar] fix unicode warning 2014-05-19 09:57:38 +02:00
Romain Bignon
a40643bf40 factorize aum's Contact.get_text() and boobmsg formatter into ICapContact 2014-05-17 19:07:31 +02:00
Romain Bignon
6fcac89dd5 first step in python3 support 2014-05-17 14:27:55 +02:00
Bezleputh
b140b3fa09 [boobcoming] improve collection management in boobcoming 2014-05-07 15:25:32 +02:00
Florent
f6ee441d08 Fix documentation of get_currency 2014-04-02 10:55:45 +02:00
Florent
74b99c4a8d Filters on kwargs for find_object 2014-04-02 10:46:31 +02:00
Florent
6591785a10 s/find_id_list/find_object/ 2014-04-02 10:31:00 +02:00
Florent
080c4aff81 Introduce find_id_list
And code simplification in backends/browsers
2014-04-01 17:40:38 +02:00
Romain Bignon
07a1d04bb6 fix compatibility with redmine 2.4, support start/end/tracker/priority (courtesy of François Revol) 2014-03-30 12:33:56 +02:00
Florent
c7b055b898 Remove unused (and undeclared) ipaddr field 2014-03-27 22:28:17 +01:00
Laurent Bachelier
9079db8acd Show a user-friendly error message 2014-03-22 12:43:53 +01:00
Florent
23d5127454 Do not set None to the id 2014-03-19 11:22:42 +01:00
Romain Bignon
03ce941ccf Revert "Rewrite the empty function according to the new NotLoaded"
This reverts commit 22606d961f.
2014-03-19 09:16:05 +01:00
Romain Bignon
892b3634a3 copy of NotLoaded and NotAvailable returns the same object 2014-03-19 09:15:38 +01:00
Florent
8c6d3d1ae9 Display GaugeMeasure when level is zero 2014-03-18 17:00:22 +01:00
Florent
22606d961f Rewrite the empty function according to the new NotLoaded
and the new NotAvailableType...
2014-03-18 12:02:26 +01:00
Florent
fc6f7d8c21 NotAvailable and NotLoaded should not be callable 2014-03-18 11:51:02 +01:00
Romain Bignon
8d7f613f59 do not require an id, because of ItemElement which constructs objects without arguments 2014-03-10 13:11:07 +01:00
Bezleputh
62b58e34dd [calendar] Add TELE category 2014-02-18 19:49:27 +01:00
Romain Bignon
6099560b8c change currencies integer constants to ISO code strings 2014-02-16 19:48:17 +01:00
Romain Bignon
5b03648b68 add Account.TYPE_CARD 2014-02-02 10:50:01 +01:00
Romain Bignon
9c380fc764 fix warnings 2014-01-31 17:13:58 +01:00
Florent
aa491a8074 Add date object to weather capability
Make it consistent with "Current", accepting both date and datetime.
2014-01-27 17:44:12 +01:00
Florent
f667fb972b Fix #1333: zero temperature can not be displayed
In __repr__ of Temperature object, the test "if self.value" failed if
the temperature is zero.
2014-01-22 12:31:49 +01:00
Romain Bignon
02f40ccf2c add Issue.fields attribute to support custom fields 2014-01-22 00:00:43 +01:00
Florent
697f6e82bd Raise notimplementedError on attends 2014-01-13 10:07:04 +01:00
Pierre Mazière
46513c7783 rename id method arguments to _id
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 23:29:55 +01:00
Pierre Mazière
78aab49ddd rename id method arguments to _id
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 23:22:31 +01:00
Pierre Mazière
8b295ec609 BaseFile: add 'size' property for file size in bytes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-08 17:39:45 +01:00
Florent
0a7414d3e5 Remove unused imported
Ref e7805cec12
2014-01-06 15:14:38 +01:00
Pierre Mazière
e7805cec12 rename AudioStreamInfo into StreamInfo
Allowing future use with upcoming VideoStream

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:05 +01:00
Pierre Mazière
6842dda4cc add thumbnail property to BaseAudio
this can be used, for example, to associate an audio
file or stream with an image related to its author,
or an album cover

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2014-01-05 22:46:04 +01:00
Romain Bignon
6af0c9acae fix typo 2013-12-22 22:28:47 +01:00