Miroir de https://framagit.org/tiramisu/tiramisu.git pour la création de paquets
Go to file
Emmanuel Garette d4ef47759e Manipulate properties is now more convenient:
c.cfgimpl_get_settings().has_property('hidden') => 'hidden' in c.cfgimpl_get_settings()
c.cfgimpl_get_settings().has_property('hidden', option1) => 'frozen' in c.cfgimpl_get_settings()[opt]

c.cfgimpl_get_settings().get_properties(option1) => c.cfgimpl_get_settings()[option1]
c.cfgimpl_get_settings().get_properties(option1) => c.cfgimpl_get_settings()[option1]

c.cfgimpl_get_settings().add_property('hidden', option1) => c.cfgimpl_get_settings()[optiont1].append('hidden')
c.cfgimpl_get_settings().del_property('hidden', option1) => c.cfgimpl_get_settings()[optiont1].remove('hidden')

c.cfgimpl_get_settings().enable_property('hidden') => c.cfgimpl_get_settings().append('hidden')
c.cfgimpl_get_settings().disable_property('hidden') => c.cfgimpl_get_settings().remove('hidden')
2013-04-20 17:30:05 +02:00
doc doc theme 2013-02-19 16:32:31 +01:00
report ready for debian packaging now 2012-07-13 11:22:00 +02:00
test Manipulate properties is now more convenient: 2013-04-20 17:30:05 +02:00
tiramisu Manipulate properties is now more convenient: 2013-04-20 17:30:05 +02:00
.gitignore Dynamic version and Makefile target to generate a distribution 2012-07-24 15:16:40 +02:00
AUTHORS various misspellings 2012-07-25 09:01:18 +02:00
COPYING various misspellings 2012-07-25 09:01:18 +02:00
Makefile Dynamic version and Makefile target to generate a distribution 2012-07-24 15:16:40 +02:00
README various misspellings 2012-07-25 09:01:18 +02:00
ccbysa3.0.txt code2html works again and doc licence 2012-07-23 15:17:59 +02:00
gpl-3.0.txt everything in src for packaging purposes 2012-07-13 09:42:14 +02:00
setup.py Dynamic version and Makefile target to generate a distribution 2012-07-24 15:16:40 +02:00

README

LICENSES
---------

See COPYING for the licences of the code and the documentation.

See AUTHORS for the details about the tiramisu's team.