| File | Date | Author | Commit |
|---|---|---|---|
| agoramx | 2012-01-31 |
|
[0a4c17] up version |
| winpy | 2011-11-20 |
|
[ebe18d] oops - move WinPy.py too |
| .hgignore | 2011-11-19 |
|
[128737] ignore db files |
| .hgtags | 2012-01-31 |
|
[41a92a] Added tag 0.0.5 for changeset 0a4c17262bf0 |
| AgoraMX.pyw | 2011-11-18 |
|
[fa1e7e] Added initial UI skeleton. |
| README.txt | 2011-11-20 |
|
[a4f844] updated README |
| gpl.txt | 2011-11-24 |
|
[091dcc] added GPL |
| setup.py | 2011-12-16 |
|
[353074] updated setup package and added dependencies |
#######
AgoraMX
#######
This software is experimental and pre-alpha!
UI
==
New UI being developed with PySide:
http://www.pyside.org
UI files found in `agoramx.gui.ui` can be edited in a WYSIWYG fashon with
QtDesigner.
Code will be rewritten to support easy transition to Python 3, so will require
Python 2.7 or better.
Setup Script
============
To generate Qt UI files run the `ui` command of the setup script.
On Linux:
> ./setup.py ui
On Windoze:
> python setup.py ui
The `sdist` command will build a source tarball.