lp:gladex/0.4
- Get this branch:
- bzr branch lp:gladex/0.4
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 150. By Christopher Pax <chris@school>
-
Fixed bug #200825 where '4 spaces' tab option would not work in generated function code
- 149. By Christopher Pax <chris@iron>
-
Fixed Bug #197515
where using the command "python gladefilename.py"
to run the output of gladex would cause a error.This bug was fix in the main.template of the plugin style for python
only.ruby and perl did not seam to have this error.
- 147. By Christopher Pax <chris@virtual>
-
fixed spelling error in glade file. still need to be fixed in translation
- 146. By Christopher Pax <chris@virtual>
-
removed unessary fallback plugin. Needs testing before packaging.
- 144. By Christopher Pax <chris@virtual>
-
changed 'class holder():' to 'class holder:' I must of missed this while codeing because it does not throw errors back in python 2.5. you only use brackets when you are diriving a class from another class. this fixes bug #153478
- 143. By Christopher Pax <chris@aquabox>
-
Ubuntu gutsy patch
This fixes bug #152765.replace contents of gladex.sh file from this:
#!/bin/sh
/usr/share/gladex/ gladex. pyc to this:
#!/bin/sh
python /usr/share/gladex/ gladex. pyc which force it to use the python interpreter instead of executing it
directly. - 142. By Christopher Pax <chris@aquabox>
-
README
Added history of the Aphid logo, and did some formating.examples/
python/ calculator/ calculator. glade
No real changes, made unintended edit.plugins/
ruby/templates/ main.template
Fix ruby so it work from any directory.