summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* md5 hash of eth0 mac + ip for hardwarehash tests, completed POST data buildingJonathan Bauer2011-03-241-25/+36
|
* cleanups....Jonathan Bauer2011-03-241-19/+18Star
|
* miscJonathan Bauer2011-03-241-2/+1Star
|
* serial path configurableJonathan Bauer2011-03-241-12/+11Star
|
* timestamps for debug consoleJonathan Bauer2011-03-241-6/+8
|
* miscJonathan Bauer2011-03-241-1/+2
|
* callback fixJonathan Bauer2011-03-241-8/+5Star
|
* .Jonathan Bauer2011-03-241-6/+3Star
|
* improvements...Jonathan Bauer2011-03-241-104/+118
|
* a new classes sysinfolibsysfsNiklas Goby2011-03-231-0/+6
| | | | | it uses the libsysfs.c to gater informations about the system not finished yet
* loadURL() called when trigger file foundJonathan Bauer2011-03-231-7/+13
|
* download manager directory checks improvements...Jonathan Bauer2011-03-231-1/+1
|
* file/dir checks for the file triggeringJonathan Bauer2011-03-231-13/+41
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-231-0/+11
|\
| * can read the serial out of /tmp/serial if this existsNiklas Goby2011-03-231-0/+11
| |
* | commentJonathan Bauer2011-03-231-1/+0Star
|/
* trigger file path definableJonathan Bauer2011-03-231-3/+10
|
* pbs test page, POST data (hardcoded atm)Jonathan Bauer2011-03-221-11/+7Star
|
* back to loading baseURL until display logic is implemented. working pbs ↵Jonathan Bauer2011-03-211-14/+27
| | | | test, working watcher, both disabled for now.
* commented (working) watchdhcp for now til logic ist complete, java interface ↵Jonathan Bauer2011-03-211-2/+3
| | | | has getSession that read the session id from the pbs
* checkHost now returns boolJonathan Bauer2011-03-211-15/+15
|
* some changes in the filesystemwatcherNiklas Goby2011-03-211-13/+24
| | | | add tow new methods
* filesystemwatcher works now. firs: load loadAbout.html pageNiklas Goby2011-03-211-1/+18
| | | | | 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-211-43/+84
|\ | | | | | | | | Conflicts: src/fbgui.cpp
| * minor code convention fixesJonathan Bauer2011-03-211-8/+7Star
| |
| * small steps towards const correctness...Jonathan Bauer2011-03-211-3/+3
| |
| * transformed c syntax comments to c++ convention...Jonathan Bauer2011-03-211-20/+24
| |
| * debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug ↵Jonathan Bauer2011-03-201-12/+28
| | | | | | | | console widget (to use on clients). new action ctrl + x kills app
| * debug console now powered by qxt, custom engines, updated debug msgs. ↵Jonathan Bauer2011-03-201-32/+47
| | | | | | | | Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing)
| * debug console dummy only shown if debug mode activeJonathan Bauer2011-03-181-17/+19
| |
| * toggle action: now properly in action list of fbguiJonathan Bauer2011-03-181-3/+2Star
| |
| * layout: using QSplitter to split webView/logView in the main window, seems ↵Jonathan Bauer2011-03-181-25/+24Star
| | | | | | | | better
| * layout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil ↵Jonathan Bauer2011-03-181-18/+26
| | | | | | | | for demonstration purposes mostly...
| * (WIP) logViewer wont stay like this, just to show layout ↵Jonathan Bauer2011-03-161-25/+23Star
| | | | | | | | possibilities..(WIP) logViewer wont stay like this, just to show layout possibilities....
* | some changes in the fbgui, ipWatcherNiklas Goby2011-03-161-0/+13
|/
* logView now global, write(QString text) public function for appending text.Jonathan Bauer2011-03-161-5/+2Star
|
* fixJonathan Bauer2011-03-161-15/+8Star
|
* logViewer classJonathan Bauer2011-03-161-1/+4
|
* new fancy console for debugging, open/close with F4Jonathan Bauer2011-03-161-8/+35
|
* javascriptInterface: downloadInfo(filename, filesize) filesize in bytesJonathan Bauer2011-03-161-2/+3
|
* update progress now calls updateProgressBar(percent, speed) speed in ↵Jonathan Bauer2011-03-161-1/+1
| | | | bytes/sec atm, adapt your sites...
* fixesJonathan Bauer2011-03-151-1/+2
|
* fbgui.conf default paths checks, update interval modifiable (only in .conf), ↵Jonathan Bauer2011-03-151-3/+7
| | | | (re)moved header filename parsing, cleanup, cleanupss
* test function that returns a json, use: fbgui.getNames()Jonathan Bauer2011-03-101-2/+2
|
* callback function when download queue is emptyJonathan Bauer2011-03-101-1/+1
|
* untestedJonathan Bauer2011-03-101-0/+1
|
* fixJonathan Bauer2011-03-101-8/+1Star
|
* renamed a few ugly names...Jonathan Bauer2011-03-091-1/+1
|
* DM also provides current file on updateJonathan Bauer2011-03-091-3/+1Star
|