Commit graph

1271 commits

Author SHA1 Message Date
gwen
7006091c9c opt.hidden and opt.disabled is replaced by opt.properties 2012-08-13 12:57:18 +02:00
gwen
753b0a55c7 opt.hidden and opt.disabled is replaced by opt.properties 2012-08-13 12:49:58 +02:00
gwen
1d5330f15e opt.hidden and opt.disabled is replaced by opt.properties 2012-08-13 11:48:25 +02:00
gwen
f48c4c229b doc : None is a possible value for the options 2012-08-13 11:12:08 +02:00
gwen
5ee7247e52 suppression of the notion of normal and expert mode 2012-08-13 10:51:52 +02:00
gwen
d05feb78f9 suppression of the notion of normal and expert mode 2012-08-13 09:32:33 +02:00
gwen
a88d203790 has_callback method for option 2012-07-27 11:46:27 +02:00
gwen
525aee85f2 mandatory warning for the toplevel 2012-07-27 09:54:32 +02:00
gwen
967842c239 mandatory warnings works now 2012-07-26 16:55:01 +02:00
gwen
c9bc9f3823 recursive requirements are detected now 2012-07-26 10:54:57 +02:00
gwen
323663385b various misspellings 2012-07-25 09:04:22 +02:00
gwen
25240b0a12 various misspellings 2012-07-25 09:01:18 +02:00
gwen
f393854baa add validation upon mandatory options function 2012-07-24 16:54:06 +02:00
gwen
f5975777b9 add validation upon mandatory options function 2012-07-24 15:35:44 +02:00
Daniel Dehennin
5730a97728 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.
2012-07-24 15:16:40 +02:00
gwen
5024751d3d setup version 2012-07-23 17:15:30 +02:00
gwen
c6f41dcc04 authors file 2012-07-23 15:55:58 +02:00
gwen
d758d4e1f7 Merge remote-tracking branch 'eole/master' 2012-07-23 15:26:11 +02:00
Daniel Dehennin
6118db13e4 python byte-compiled files are not part of the source tree
* .gitignore: Ignore pyc extension.
2012-07-23 15:19:02 +02:00
gwen
bdb6c68c54 code2html works again and doc licence 2012-07-23 15:17:59 +02:00
Daniel Dehennin
929ca66bd7 The package_dir is useless when the directory name is the package name
* setup.py: Remove package_dir.
2012-07-23 15:14:17 +02:00
gwen
45ff59aea2 tests are passing again after package renaming 2012-07-23 14:52:08 +02:00
gwen
a871cab083 relative imports to absolute imports (fixes #2667) 2012-07-23 14:39:16 +02:00
gwen
9b876f6463 multies are working now 2012-07-23 14:30:06 +02:00
gwen
7800e38585 getitem for multis 2012-07-13 11:25:31 +02:00
gwen
e3b379b974 ready for debian packaging now 2012-07-13 11:22:00 +02:00
gwen
9aa9d9780a everything in src for packaging purposes 2012-07-13 09:42:14 +02:00
gwen
5e8c2d2ef0 everything in src for packaging purposes 2012-07-13 09:41:53 +02:00
gwen
ddef37ed2a everything in src for packaging purposes 2012-07-13 09:40:48 +02:00
gwen
3411efc873 everything in src for packaging purposes 2012-07-13 09:40:43 +02:00
gwen
7cd335667c everything in src for packaging purposes 2012-07-13 09:37:35 +02:00
gwen
d1f97ca50f everything in src for packaging purposes 2012-07-13 09:37:25 +02:00
gwen
a5be1b5591 list is Multi now which enables us to implement item access 2012-07-13 09:35:46 +02:00
gwen
05f5b0ccbc list is Multi now which enables us to implement item access 2012-07-12 11:56:26 +02:00
gwen
ce56100602 list is Multi now which enables us to implement item access 2012-07-12 11:44:42 +02:00
gwen
1ccca60530 list is Multi now which enables us to implement item access 2012-07-11 16:47:07 +02:00
gwen
736a1c77b6 add getowner method 2012-07-11 15:31:59 +02:00
gwen
4ec7dff6c4 value None in multi values 2012-07-11 12:30:45 +02:00
gwen
3780b6f947 refactoring 2012-07-10 17:20:08 +02:00
gwen
bd9d98fcc6 None and [] are both possible 2012-07-10 16:46:30 +02:00
gwen
a80b868cae default value if option is set to None 2012-07-10 15:15:35 +02:00
gwen
166ffc72f7 default value if option is set to None 2012-07-10 14:36:09 +02:00
gwen
4106440cf4 get previous value 2012-07-10 09:12:40 +02:00
gwen
e8e81fb74b previous value api method 2012-07-10 08:55:52 +02:00
gwen
10df0e1cd1 value owners can be lists 2012-07-09 17:34:39 +02:00
gwen
9f184d54c3 add type list for value owners 2012-07-09 11:27:51 +02:00
gwen
b008f31e27 came prepared for setitem tests 2012-07-08 21:15:59 +02:00
gwen
13c4819b14 multi types with None 2012-07-06 11:46:08 +02:00
gwen
2569cc5e59 polymorphism in autolib functions 2012-07-06 09:57:35 +02:00
gwen
ca277657e5 None is an available value for an auto 2012-07-05 15:25:36 +02:00