LAWNMower Code
Brought to you by:
ankitshankar
| File | Date | Author | Commit |
|---|---|---|---|
| images | 2009-09-26 |
|
[1e1be5] Initial commit. |
| LAWNMower.pro | 2009-10-16 |
|
[57b8b2] Migrated from libcurl to QtNetwork. |
| LICENSE | 2010-05-03 |
|
[99fca0] Fixed typo in LICENSE. |
| README.md | 2010-05-15 |
|
[d5614f] Tweaked README. |
| dialog.cpp | 2009-09-26 |
|
[1e1be5] Initial commit. |
| dialog.h | 2009-09-26 |
|
[1e1be5] Initial commit. |
| dialog.ui | 2009-09-26 |
|
[1e1be5] Initial commit. |
| lawnmower.cpp | 2010-05-03 |
|
[dfa942] Fixed segmentation fault on Qt 4.6. |
| lawnmower.h | 2009-11-10 |
|
[2aee50] Fixed a memory leak with QNetworkReply. |
| main.cpp | 2009-09-26 |
|
[1e1be5] Initial commit. |
| mower.cpp | 2009-10-16 |
|
[57b8b2] Migrated from libcurl to QtNetwork. |
| mower.h | 2009-10-16 |
|
[57b8b2] Migrated from libcurl to QtNetwork. |
| systray.qrc | 2009-09-26 |
|
[1e1be5] Initial commit. |
To compile LAWNMower, install the Qt4 development libraries (sudo apt-get install qt4-dev-tools on Ubuntu) and then run:
$ qmake
$ make
To run, simply execute ./LAWNMower.
Ankit Shankar
Email: ankitshankar+lm@gmail.com