summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* moreJonathan Bauer2011-03-242-60/+76
|
* comments..Jonathan Bauer2011-03-241-1/+6
|
* stuffJonathan Bauer2011-03-241-18/+6Star
|
* _watcher disconnect once loadURL succeededJonathan Bauer2011-03-241-0/+4
|
* debug tagsJonathan Bauer2011-03-244-37/+37
|
* md5 hash of eth0 mac + ip for hardwarehash tests, completed POST data buildingJonathan Bauer2011-03-242-25/+37
|
* cleanups....Jonathan Bauer2011-03-246-37/+48
|
* miscJonathan Bauer2011-03-243-14/+13Star
|
* serial path configurableJonathan Bauer2011-03-242-17/+18
|
* timestamps for debug consoleJonathan Bauer2011-03-244-19/+37
|
* miscJonathan Bauer2011-03-243-12/+7Star
|
* callback fixJonathan Bauer2011-03-245-19/+28
|
* .Jonathan Bauer2011-03-241-6/+3Star
|
* improvements...Jonathan Bauer2011-03-248-116/+148
|
* a new classes sysinfolibsysfsNiklas Goby2011-03-234-4/+100
| | | | | it uses the libsysfs.c to gater informations about the system not finished yet
* loadURL() called when trigger file foundJonathan Bauer2011-03-232-8/+16
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-232-3/+6
|\
| * Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiNiklas Goby2011-03-234-21/+46
| |\ | | | | | | | | | | | | Conflicts: src/fbgui.h
| * | working jquery over qrcNiklas Goby2011-03-232-3/+6
| | |
* | | download manager directory checks improvements...Jonathan Bauer2011-03-232-11/+17
| |/ |/|
* | file/dir checks for the file triggeringJonathan Bauer2011-03-233-20/+45
| |
* | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-234-0/+592
|\|
| * new filesNiklas Goby2011-03-234-0/+592
| |
* | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-234-0/+46
|\|
| * can read the serial out of /tmp/serial if this existsNiklas Goby2011-03-231-0/+11
| |
| * Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiNiklas Goby2011-03-239-106/+153
| |\
| * | some tries with the qrc and jquery deliveryNiklas Goby2011-03-233-0/+35
| | |
* | | ...Jonathan Bauer2011-03-231-0/+1
| | |
* | | commentJonathan Bauer2011-03-231-1/+0Star
| |/ |/|
* | trigger file path definableJonathan Bauer2011-03-235-6/+13
| |
* | .Jonathan Bauer2011-03-231-1/+1
| |
* | test.html update to show an example of possible javascript callsJonathan Bauer2011-03-231-59/+50Star
| |
* | pbs test page, POST data (hardcoded atm)Jonathan Bauer2011-03-227-37/+72
| |
* | update to QT 4.7.2Jonathan Bauer2011-03-221-1/+1
| |
* | back to loading baseURL until display logic is implemented. working pbs ↵Jonathan Bauer2011-03-212-17/+31
|/ | | | test, working watcher, both disabled for now.
* commented (working) watchdhcp for now til logic ist complete, java interface ↵Jonathan Bauer2011-03-214-8/+16
| | | | has getSession that read the session id from the pbs
* checkHost now returns boolJonathan Bauer2011-03-212-16/+16
|
* loadAbout.html addedNiklas Goby2011-03-211-0/+15
|
* some changes in the filesystemwatcherNiklas Goby2011-03-212-14/+26
| | | | add tow new methods
* filesystemwatcher works now. firs: load loadAbout.html pageNiklas Goby2011-03-212-1/+24
| | | | | if changes are done in the directory <applicationDir>/testChange/ switch the page to the the real
* compilable nowNiklas Goby2011-03-211-14/+0Star
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiNiklas Goby2011-03-2116-438/+565
|\ | | | | | | | | Conflicts: src/fbgui.cpp
| * and the files ^^Jonathan Bauer2011-03-218-0/+677
| |
| * minor code convention fixesJonathan Bauer2011-03-2110-699/+19Star
| |
| * small steps towards const correctness...Jonathan Bauer2011-03-217-33/+34
| |
| * transformed c syntax comments to c++ convention...Jonathan Bauer2011-03-2112-107/+115
| |
| * debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug ↵Jonathan Bauer2011-03-205-34/+50
| | | | | | | | console widget (to use on clients). new action ctrl + x kills app
| * checks for existance of download dir, and tries to set to /tmp/fbgui if all ↵Jonathan Bauer2011-03-203-18/+30
| | | | | | | | fails. More notify()
| * comment & removed old testsJonathan Bauer2011-03-202-8/+9
| |
| * debug console now powered by qxt, custom engines, updated debug msgs. ↵Jonathan Bauer2011-03-2015-179/+266
| | | | | | | | Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing)