Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Toolbutton IDs rewrittenHEADmasterTim McNamara2010-08-152-21/+40
| | | | | I've rewritten the toolbutton identification algorithm. Hopefully the current implementation is faster and easier to read.
* tests for toolbutton identification addedTim McNamara2010-08-152-7/+40
|
* Added tests to simplify widget identificationTim McNamara2010-08-151-0/+30
| | | | | | Am beginning to refactor widget identification code to make it more Pythonic. Will be adding tests as I move through the code.
* Added validation testsTim McNamara2010-08-151-0/+32
|
* Whitespace to PEP 8Tim McNamara2010-08-151-519/+519
|
* Exception added. Closes #7Tim McNamara2010-08-151-1/+1
|
* Merge branch 'widgetid'Tim McNamara2010-08-153-593/+592
|\
| * Class definitions made compliant. Closes #8widgetidTim McNamara2010-08-152-20/+20
| | | | | | | | | | widgetIdentifer.py's classes have been changed to be consistent with PythonsConventions.
| * Refactored widgetIdentifier.py. Closes #4Tim McNamara2010-08-152-300/+299
| | | | | | | | | | | | | | | | | | | | Moved the widgetIdentifier.wigdetIdentifer.identifiers attribute to its own variable. This sits better with its purpose as a collection of widget identifiers. Also modified sbgui.py to change references to the original reference. Grep indicates that this the only place where the class attribute was being referenced.
| * SpellingTim McNamara2010-08-141-194/+194
| |
| * Removed right-hand whitespaceTim McNamara2010-08-141-77/+77
| | | | | | | | Removed trailing whitespace.
* | Removed log file from version controlTim McNamara2010-08-141-46/+0
|/ | | | Removed the XML-RPC server log from version control.
* WhitespaceTim McNamara2010-08-141-69/+69
| | | | Removed unnecessary whitespace.
* Renamed the args var to scriptsTim McNamara2010-08-141-5/+4
| | | | | Used a more specific variable name for the scripts that are being added to the XML-RPC server.
* Fixed docstringTim McNamara2010-08-141-3/+3
| | | | | | Moved an intialisation component from the start of the class sbRpcServer. This enables the docstring to function correctly.
* Moving breaking scriptTim McNamara2010-08-141-0/+0
| | | | | | | script_calculate.py no longer works, as the widget identification system doesn't function properly with current versions of Sugar. I've moved the troublesome script into a staging area until I learn more about how the system works.
* style, removed right-hand whitespaceTim McNamara2010-08-141-28/+28
|
* style, removed whitespaceTim McNamara2010-08-141-1/+1
|
* style, removed tabbed alignmentTim McNamara2010-08-141-4/+4
|
* fixed start: shebang/encodingTim McNamara2010-08-141-17/+17
| | | | | | | Fixed start to comply with PEP 8: - shebang now works - encoding declaration now compliant - removed licence boilerplate from docstring
* removed redudant importTim McNamara2010-08-141-1/+1
|
* Fixes to startTim McNamara2010-08-143-33/+42
| | | | | | | Various fixes at the start of these files - shebangs corrected - encoding declaration corrected - parent directory appended to PYTHONPATH
* FixupTim McNamara2010-08-141-16/+18
| | | | | Shebang, encoding made compliant with PEP 8. Appended the parent directory into sys.path.
* Turned into unittest.TestCaseTim McNamara2010-08-141-5/+13
| | | | | | The test does not yet work properly. Need to grok how things work. However, the tests in this module should be slightly more consistent with unittest.TestCase.
* added licenceTim McNamara2010-08-141-0/+674
|
* removed junk fileTim McNamara2010-08-141-6/+0
|
* Moved tests into own directoryTim McNamara2010-08-145-0/+0
| | | | | | Refactored tests into their own directory. Will probably break tests, because they will not be able to find the modules they are testing without added relative imports.
* Removed Python cache filesTim McNamara2010-08-1417-0/+0
| | | | | Removed Python's cache files. They're not really needed for developers & will be recreated at runtime.
* Encoding, shebang & licence fixesTim McNamara2010-08-146-102/+102
| | | | | | | | - Corrected encoding declarations # encoding: utf-8 => # -*- encoding: utf-8 -*- - Corrected the incorrect shebangs #!/usr/env/bin python => #! /usr/env/bin python - removed licence boilerplate from docstrings
* Fixed start of filesTim McNamara2010-08-143-36/+36
| | | | | Corrected the beginning of the files so that they conform to PEP 8.
* Encoding correctly declared.Tim McNamara2010-08-141-3/+3
|
* removed junk fileTim McNamara2010-08-141-2/+0
|
* Added __init__.py, to create Python packageTim McNamara2010-08-141-0/+0
|
* Added READMETim McNamara2010-08-141-0/+23
| | | | Created README for the project.
* initial commitTim McNamara2010-08-1446-0/+3576