summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
gwen [Thu, 20 Sep 2012 08:51:35 +0000 (10:51 +0200)]
multi-action available now in requires
gwen [Wed, 19 Sep 2012 08:25:39 +0000 (10:25 +0200)]
remove unicity by name commented code
gwen [Wed, 19 Sep 2012 07:31:02 +0000 (09:31 +0200)]
tests on frozen and None value
gwen [Tue, 18 Sep 2012 14:14:47 +0000 (16:14 +0200)]
frozen api
gwen [Tue, 18 Sep 2012 13:31:32 +0000 (15:31 +0200)]
has_callback options cannot be overrided
gwen [Tue, 18 Sep 2012 13:25:35 +0000 (15:25 +0200)]
has_callback options cannot be overrided
gwen [Tue, 18 Sep 2012 08:50:00 +0000 (10:50 +0200)]
autolib imports
gwen [Tue, 18 Sep 2012 07:48:41 +0000 (09:48 +0200)]
eosfunc and autolib
gwen [Fri, 14 Sep 2012 09:55:32 +0000 (11:55 +0200)]
generic properties api
gwen [Fri, 14 Sep 2012 08:29:25 +0000 (10:29 +0200)]
generic properties api
gwen [Wed, 12 Sep 2012 08:38:41 +0000 (10:38 +0200)]
mandatory or type error raised
gwen [Tue, 11 Sep 2012 14:45:59 +0000 (16:45 +0200)]
non mandatory error
gwen [Tue, 11 Sep 2012 14:32:24 +0000 (16:32 +0200)]
non mandatory import error
gwen [Tue, 11 Sep 2012 13:25:35 +0000 (15:25 +0200)]
non mandatory api opt._name error
gwen [Tue, 11 Sep 2012 13:18:38 +0000 (15:18 +0200)]
non mandatory api
gwen [Tue, 11 Sep 2012 11:28:37 +0000 (13:28 +0200)]
mandatory options
gwen [Mon, 10 Sep 2012 09:49:52 +0000 (11:49 +0200)]
api for mandatory
gwen [Fri, 7 Sep 2012 14:10:52 +0000 (16:10 +0200)]
add property api
gwen [Fri, 7 Sep 2012 13:50:32 +0000 (15:50 +0200)]
syntax errors
gwen [Fri, 7 Sep 2012 13:47:06 +0000 (15:47 +0200)]
now we know wich property has been matched
gwen [Thu, 16 Aug 2012 09:42:24 +0000 (11:42 +0200)]
commented code for unicity by name
gwen [Tue, 14 Aug 2012 09:12:30 +0000 (11:12 +0200)]
doc: auto and fill have new meanings now
gwen [Tue, 14 Aug 2012 08:55:08 +0000 (10:55 +0200)]
replace special_owner with hascallback_and_freeze
gwen [Mon, 13 Aug 2012 14:06:02 +0000 (16:06 +0200)]
Option.force_default() -> opt value returns the default value
gwen [Mon, 13 Aug 2012 10:57:18 +0000 (12:57 +0200)]
opt.hidden and opt.disabled is replaced by opt.properties
gwen [Mon, 13 Aug 2012 10:49:58 +0000 (12:49 +0200)]
opt.hidden and opt.disabled is replaced by opt.properties
gwen [Mon, 13 Aug 2012 09:48:25 +0000 (11:48 +0200)]
opt.hidden and opt.disabled is replaced by opt.properties
gwen [Mon, 13 Aug 2012 09:12:08 +0000 (11:12 +0200)]
doc : None is a possible value for the options
gwen [Mon, 13 Aug 2012 08:51:52 +0000 (10:51 +0200)]
suppression of the notion of normal and expert mode
gwen [Mon, 13 Aug 2012 07:32:33 +0000 (09:32 +0200)]
suppression of the notion of normal and expert mode
gwen [Fri, 27 Jul 2012 09:46:27 +0000 (11:46 +0200)]
has_callback method for option
gwen [Fri, 27 Jul 2012 07:54:32 +0000 (09:54 +0200)]
mandatory warning for the toplevel
gwen [Thu, 26 Jul 2012 14:55:01 +0000 (16:55 +0200)]
mandatory warnings works now
gwen [Thu, 26 Jul 2012 08:54:57 +0000 (10:54 +0200)]
recursive requirements are detected now
gwen [Wed, 25 Jul 2012 07:04:22 +0000 (09:04 +0200)]
various misspellings
gwen [Wed, 25 Jul 2012 07:01:18 +0000 (09:01 +0200)]
various misspellings
gwen [Tue, 24 Jul 2012 14:54:06 +0000 (16:54 +0200)]
add validation upon mandatory options function
gwen [Tue, 24 Jul 2012 13:35:44 +0000 (15:35 +0200)]
add validation upon mandatory options function
Daniel Dehennin [Tue, 24 Jul 2012 12:13:27 +0000 (14:13 +0200)]
Dynamic version and Makefile target to generate a distribution
The version is extracted from the last tag name minus the 'release/'
prefix.
* AUTHORS: Add mysel as contributor.
* setup.py: Add a function to get version from extracted version.in file
or from the last tag name.
* Makefile: Add a target to generate the version.in file from the last
tag name.
* .gitignore: Ignore the version.in file.
gwen [Mon, 23 Jul 2012 15:15:30 +0000 (17:15 +0200)]
setup version
gwen [Mon, 23 Jul 2012 13:55:58 +0000 (15:55 +0200)]
authors file
gwen [Mon, 23 Jul 2012 13:26:11 +0000 (15:26 +0200)]
Merge remote-tracking branch 'eole/master'
Daniel Dehennin [Mon, 23 Jul 2012 13:19:02 +0000 (15:19 +0200)]
python byte-compiled files are not part of the source tree
* .gitignore: Ignore pyc extension.
gwen [Mon, 23 Jul 2012 13:17:59 +0000 (15:17 +0200)]
code2html works again and doc licence
Daniel Dehennin [Mon, 23 Jul 2012 13:14:17 +0000 (15:14 +0200)]
The package_dir is useless when the directory name is the package name
* setup.py: Remove package_dir.
gwen [Mon, 23 Jul 2012 12:52:08 +0000 (14:52 +0200)]
tests are passing again after package renaming
gwen [Mon, 23 Jul 2012 12:39:16 +0000 (14:39 +0200)]
relative imports to absolute imports (fixes #2667)
gwen [Mon, 23 Jul 2012 12:30:06 +0000 (14:30 +0200)]
multies are working now
gwen [Fri, 13 Jul 2012 09:25:31 +0000 (11:25 +0200)]
getitem for multis
gwen [Fri, 13 Jul 2012 09:22:00 +0000 (11:22 +0200)]
ready for debian packaging now
gwen [Fri, 13 Jul 2012 07:42:14 +0000 (09:42 +0200)]
everything in src for packaging purposes
gwen [Fri, 13 Jul 2012 07:41:53 +0000 (09:41 +0200)]
everything in src for packaging purposes
gwen [Fri, 13 Jul 2012 07:40:48 +0000 (09:40 +0200)]
everything in src for packaging purposes
gwen [Fri, 13 Jul 2012 07:40:43 +0000 (09:40 +0200)]
everything in src for packaging purposes
gwen [Fri, 13 Jul 2012 07:37:35 +0000 (09:37 +0200)]
everything in src for packaging purposes
gwen [Fri, 13 Jul 2012 07:37:25 +0000 (09:37 +0200)]
everything in src for packaging purposes
gwen [Fri, 13 Jul 2012 07:35:46 +0000 (09:35 +0200)]
list is Multi now which enables us to implement item access
gwen [Thu, 12 Jul 2012 09:56:26 +0000 (11:56 +0200)]
list is Multi now which enables us to implement item access
gwen [Thu, 12 Jul 2012 09:44:42 +0000 (11:44 +0200)]
list is Multi now which enables us to implement item access
gwen [Wed, 11 Jul 2012 14:47:07 +0000 (16:47 +0200)]
list is Multi now which enables us to implement item access
gwen [Wed, 11 Jul 2012 13:31:59 +0000 (15:31 +0200)]
add getowner method
gwen [Wed, 11 Jul 2012 10:30:45 +0000 (12:30 +0200)]
value None in multi values
gwen [Tue, 10 Jul 2012 15:20:08 +0000 (17:20 +0200)]
refactoring
gwen [Tue, 10 Jul 2012 14:46:30 +0000 (16:46 +0200)]
None and [] are both possible
gwen [Tue, 10 Jul 2012 13:15:35 +0000 (15:15 +0200)]
default value if option is set to None
gwen [Tue, 10 Jul 2012 12:36:09 +0000 (14:36 +0200)]
default value if option is set to None
gwen [Tue, 10 Jul 2012 07:12:40 +0000 (09:12 +0200)]
get previous value
gwen [Tue, 10 Jul 2012 06:55:52 +0000 (08:55 +0200)]
previous value api method
gwen [Mon, 9 Jul 2012 15:34:39 +0000 (17:34 +0200)]
value owners can be lists
gwen [Mon, 9 Jul 2012 09:27:51 +0000 (11:27 +0200)]
add type list for value owners
gwen [Sun, 8 Jul 2012 19:15:59 +0000 (21:15 +0200)]
came prepared for setitem tests
gwen [Fri, 6 Jul 2012 09:46:08 +0000 (11:46 +0200)]
multi types with None
gwen [Fri, 6 Jul 2012 07:57:35 +0000 (09:57 +0200)]
polymorphism in autolib functions
gwen [Thu, 5 Jul 2012 13:25:36 +0000 (15:25 +0200)]
None is an available value for an auto
gwen [Thu, 5 Jul 2012 07:17:15 +0000 (09:17 +0200)]
fill for multi types with None value
gwen [Wed, 4 Jul 2012 15:00:28 +0000 (17:00 +0200)]
fill for multi types
gwen [Wed, 4 Jul 2012 13:54:34 +0000 (15:54 +0200)]
valdation against the default value with multi
gwen [Wed, 4 Jul 2012 12:46:14 +0000 (14:46 +0200)]
fill and auto fixes
gwen [Tue, 3 Jul 2012 15:19:55 +0000 (17:19 +0200)]
add auto and fill wrapper for eosfuncs
gwen [Fri, 29 Jun 2012 09:48:03 +0000 (11:48 +0200)]
possibility to have a default as multi
gwen [Fri, 29 Jun 2012 08:46:44 +0000 (10:46 +0200)]
possibility to reset a value
gwen [Fri, 29 Jun 2012 08:46:12 +0000 (10:46 +0200)]
possibility to reset a value
gwen [Mon, 25 Jun 2012 14:51:26 +0000 (16:51 +0200)]
add autopath to executable doc
gwen [Fri, 15 Jun 2012 11:16:37 +0000 (13:16 +0200)]
presentation tiramisu
gwen [Thu, 14 Jun 2012 07:58:28 +0000 (09:58 +0200)]
eole presentation
gwen [Wed, 13 Jun 2012 06:37:27 +0000 (08:37 +0200)]
eole presentation
gwen [Tue, 12 Jun 2012 21:05:08 +0000 (23:05 +0200)]
presentation
gwen [Tue, 12 Jun 2012 09:30:01 +0000 (11:30 +0200)]
eole presentation finished
gwen [Mon, 11 Jun 2012 08:28:09 +0000 (10:28 +0200)]
some cleaning
gwen [Thu, 7 Jun 2012 14:55:49 +0000 (16:55 +0200)]
basetypes in another module
gwen [Thu, 24 May 2012 13:07:06 +0000 (15:07 +0200)]
reorder autolib
gwen [Tue, 22 May 2012 09:42:57 +0000 (11:42 +0200)]
doc update
gwen [Tue, 22 May 2012 07:25:39 +0000 (09:25 +0200)]
add epydoc api documentation
gwen [Mon, 14 May 2012 08:18:01 +0000 (10:18 +0200)]
add licence file and licence headers in code
gwen [Sun, 13 May 2012 18:48:51 +0000 (20:48 +0200)]
first revision