| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | created modules | Niklas Goby | 2011-11-23 | 1 | -126/+0![]() |
| | | |||||
| * | corrected some errors | Niklas | 2011-10-10 | 1 | -0/+3 |
| | | |||||
| * | 1sec delay between loading page showing & preparing kexec | Jonathan Bauer | 2011-04-25 | 1 | -7/+6![]() |
| | | |||||
| * | loading system page improved display logic | Jonathan Bauer | 2011-04-25 | 1 | -1/+1 |
| | | |||||
| * | url status handling, 5sec delay before closing gui when exiting with failure ↵ | Jonathan Bauer | 2011-04-24 | 1 | -15/+19 |
| | | | | | (not actually returning 1 atm), lots of formatting... | ||||
| * | old test | Jonathan Bauer | 2011-04-24 | 1 | -1/+1 |
| | | |||||
| * | log file config fix | Jonathan Bauer | 2011-04-24 | 1 | -1/+1 |
| | | |||||
| * | new logger engine to output in file, configurable per cmdline / config file | Jonathan Bauer | 2011-04-24 | 1 | -1/+3 |
| | | |||||
| * | download manager threaded again, debug preload page | Jonathan Bauer | 2011-04-24 | 1 | -1/+2 |
| | | |||||
| * | uniformed ident 3-spaced.... | joe | 2011-04-21 | 1 | -61/+60![]() |
| | | |||||
| * | kexec done by fbgui | joe | 2011-04-20 | 1 | -1/+5 |
| | | |||||
| * | two new methods in the JavascriptInterface class. public slot methods: | Niklas Goby | 2011-04-18 | 1 | -0/+6 |
| | | | | | | | | | shutDown() and reboot() both emit a signal (shutDownClient() / rebootClient() ) which is connected in the fbgui class with the fbgui::performShutDown() / fbgui::performReboot() method. (ticket: #215) | ||||
| * | uniformed formatting... | Jonathan Bauer | 2011-04-18 | 1 | -66/+63![]() |
| | | |||||
| * | cursor hidden by QWSServer, added loading animation for preload page, ↵ | Jonathan Bauer | 2011-04-16 | 1 | -0/+1 |
| | | | | | started preload-debug page | ||||
| * | Download manager now threaded (Ticket #205) & change the watcher to create ↵ | Jonathan Bauer | 2011-04-14 | 1 | -3/+5 |
| | | | | | the trigger file and wait til it is modified, changing the file (f.e. writing something) triggers URL load | ||||
| * | started inline documentation | Jonathan Bauer | 2011-04-11 | 1 | -7/+28 |
| | | |||||
| * | improvements | Jonathan Bauer | 2011-03-25 | 1 | -4/+3![]() |
| | | |||||
| * | separated debug console creation and layout setup | Jonathan Bauer | 2011-03-24 | 1 | -1/+3 |
| | | |||||
| * | more | Jonathan Bauer | 2011-03-24 | 1 | -3/+4 |
| | | |||||
| * | md5 hash of eth0 mac + ip for hardwarehash tests, completed POST data building | Jonathan Bauer | 2011-03-24 | 1 | -0/+1 |
| | | |||||
| * | cleanups.... | Jonathan Bauer | 2011-03-24 | 1 | -7/+11 |
| | | |||||
| * | timestamps for debug console | Jonathan Bauer | 2011-03-24 | 1 | -1/+2 |
| | | |||||
| * | callback fix | Jonathan Bauer | 2011-03-24 | 1 | -1/+1 |
| | | |||||
| * | loadURL() called when trigger file found | Jonathan Bauer | 2011-03-23 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Niklas Goby | 2011-03-23 | 1 | -6/+3![]() |
| |\ | | | | | | | | | Conflicts: src/fbgui.h | ||||
| | * | file/dir checks for the file triggering | Jonathan Bauer | 2011-03-23 | 1 | -6/+3![]() |
| | | | |||||
| * | | working jquery over qrc | Niklas Goby | 2011-03-23 | 1 | -0/+1 |
| |/ | |||||
| * | trigger file path definable | Jonathan Bauer | 2011-03-23 | 1 | -1/+1 |
| | | |||||
| * | pbs test page, POST data (hardcoded atm) | Jonathan Bauer | 2011-03-22 | 1 | -0/+2 |
| | | |||||
| * | back to loading baseURL until display logic is implemented. working pbs ↵ | Jonathan Bauer | 2011-03-21 | 1 | -3/+4 |
| | | | | | test, working watcher, both disabled for now. | ||||
| * | commented (working) watchdhcp for now til logic ist complete, java interface ↵ | Jonathan Bauer | 2011-03-21 | 1 | -0/+1 |
| | | | | | has getSession that read the session id from the pbs | ||||
| * | checkHost now returns bool | Jonathan Bauer | 2011-03-21 | 1 | -1/+1 |
| | | |||||
| * | some changes in the filesystemwatcher | Niklas Goby | 2011-03-21 | 1 | -1/+2 |
| | | | | | add tow new methods | ||||
| * | filesystemwatcher works now. firs: load loadAbout.html page | Niklas Goby | 2011-03-21 | 1 | -0/+6 |
| | | | | | | if changes are done in the directory <applicationDir>/testChange/ switch the page to the the real | ||||
| * | transformed c syntax comments to c++ convention... | Jonathan Bauer | 2011-03-21 | 1 | -5/+6 |
| | | |||||
| * | debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug ↵ | Jonathan Bauer | 2011-03-20 | 1 | -2/+8 |
| | | | | | console widget (to use on clients). new action ctrl + x kills app | ||||
| * | debug console now powered by qxt, custom engines, updated debug msgs. ↵ | Jonathan Bauer | 2011-03-20 | 1 | -3/+5 |
| | | | | | Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing) | ||||
| * | layout: using QSplitter to split webView/logView in the main window, seems ↵ | Jonathan Bauer | 2011-03-18 | 1 | -2/+6 |
| | | | | | better | ||||
| * | layout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil ↵ | Jonathan Bauer | 2011-03-18 | 1 | -0/+6 |
| | | | | | for demonstration purposes mostly... | ||||
| * | (WIP) logViewer wont stay like this, just to show layout ↵ | Jonathan Bauer | 2011-03-16 | 1 | -7/+0![]() |
| | | | | | possibilities..(WIP) logViewer wont stay like this, just to show layout possibilities.... | ||||
| * | logView now global, write(QString text) public function for appending text. | Jonathan Bauer | 2011-03-16 | 1 | -2/+2 |
| | | |||||
| * | fix | Jonathan Bauer | 2011-03-16 | 1 | -2/+4 |
| | | |||||
| * | logViewer class | Jonathan Bauer | 2011-03-16 | 1 | -2/+4 |
| | | |||||
| * | new fancy console for debugging, open/close with F4 | Jonathan Bauer | 2011-03-16 | 1 | -2/+8 |
| | | |||||
| * | fbgui.conf default paths checks, update interval modifiable (only in .conf), ↵ | Jonathan Bauer | 2011-03-15 | 1 | -0/+20 |
| | | | | | (re)moved header filename parsing, cleanup, cleanupss | ||||
| * | fix | Jonathan Bauer | 2011-03-10 | 1 | -4/+0![]() |
| | | |||||
| * | javascriptInterface can be accessed by "fbgui" now (jsObject also for now..) | Jonathan Bauer | 2011-03-09 | 1 | -0/+3 |
| | | |||||
| * | misc | Jonathan Bauer | 2011-03-08 | 1 | -1/+4 |
| | | |||||
| * | dead code | Jonathan Bauer | 2011-03-08 | 1 | -2/+0![]() |
| | | |||||
| * | first downloadDir fix | Jonathan Bauer | 2011-03-08 | 1 | -1/+1 |
| | | |||||

