Code

Extensions. Barcode extension refactoring (see https://code.launchpad.net/~doctormo...
authorJazzyNico <nicoduf@yahoo.fr>
Thu, 30 Dec 2010 08:59:02 +0000 (09:59 +0100)
committerJazzyNico <nicoduf@yahoo.fr>
Thu, 30 Dec 2010 08:59:02 +0000 (09:59 +0100)
commit1ef3c8b1b935901dd133c337031a7300334db424
tree100b105745767d3a8440d0ea0ae89e33efb25487
parent3a35bd4d7b01b00e01b13343f9ec3af1c545b981
Extensions. Barcode extension refactoring (see https://code.launchpad.net/~doctormo/inkscape/barcode-refactor).
19 files changed:
share/extensions/Barcode/Base.py
share/extensions/Barcode/BaseEan.py [new file with mode: 0644]
share/extensions/Barcode/Code128.py
share/extensions/Barcode/Code25i.py [new file with mode: 0644]
share/extensions/Barcode/Code39.py
share/extensions/Barcode/Code39Ext.py
share/extensions/Barcode/Code93.py
share/extensions/Barcode/EAN13.py
share/extensions/Barcode/EAN5.py
share/extensions/Barcode/EAN8.py
share/extensions/Barcode/Makefile.am
share/extensions/Barcode/RM4CC.py
share/extensions/Barcode/UPCA.py
share/extensions/Barcode/UPCE.py
share/extensions/Barcode/__init__.py
share/extensions/render_barcode.inx
share/extensions/render_barcode.py
share/extensions/test/render_barcode.data [new file with mode: 0644]
share/extensions/test/render_barcode.test.py