| File | Date | Author | Commit |
|---|---|---|---|
| .settings | 2011-11-11 |
|
[06a810] workie |
| data | 2011-11-10 |
|
[a54fa8] More work |
| letalite | 2011-11-16 |
|
[e2ce94] More fixes |
| .project | 2010-10-30 |
|
[af71a6] Initial commit |
| .pydevproject | 2010-11-11 |
|
[7d3727] Added SQL dump feature. |
| LICENCE.txt | 2010-10-30 |
|
[af71a6] Initial commit |
| MANIFEST.in | 2010-11-03 |
|
[556e0c] Renamed src folder, added distutils script for ... |
| README.txt | 2011-11-11 |
|
[06a810] workie |
| devlog.txt | 2011-11-11 |
|
[06a810] workie |
| letalite.iss | 2010-11-13 |
|
[748a58] Added windows installer |
| res.qrc | 2011-11-10 |
|
[a54fa8] More work |
| setup-windows.py | 2010-11-13 |
|
[748a58] Added windows installer |
| setup.py | 2010-11-03 |
|
[556e0c] Renamed src folder, added distutils script for ... |
| uic-build.sh | 2011-11-10 |
|
[4ccbf2] more work |
Installation instructions and so on goes here --------------------------------------------- On linux, run the following command to install: python setup.py install This program needs PySide and the relevant db connectors (mysqldb). For SSH tunneling, you also need to install 'paramiko'. Only tested on Linux so far. On Ubuntu: sudo apt-get install python-mysqldb python-paramiko Notes of value -------------- When encountering an error during a series of queries that updates the database, for example when multiple changes have been made to a table before saving, Letalite always tries to rollback the active transaction. If the table engine does not support transactions (MyIsam etc.), you might end up with only some of the changes applied. Therefore, after an error, always examine your table carefully. It is a good idea to check the SQL log to see what queries were executed as well. Icons from the KDE theme Reflektions.