| Commit message (Expand) | Author | Age | Files | Lines |
| * | downloadFile now needs a QUrl&, simplifies things (startDownload slot in jso ... | Jonathan Bauer | 2011-03-05 | 5 | -35/+43 |
| * | -qws options not needed anymore (it is set in the constructor of QApplication.) | Jonathan Bauer | 2011-03-05 | 2 | -12/+13 |
| * | printUsage updated, random ideas... | Jonathan Bauer | 2011-03-05 | 1 | -6/+11 |
| * | help fixed, misc cleanups... | Jonathan Bauer | 2011-03-05 | 3 | -11/+22 |
| * | URL parsing now works with CommandLineOptions. Incomplete... | Jonathan Bauer | 2011-03-05 | 4 | -9/+31 |
| * | misc. | Jonathan Bauer | 2011-03-05 | 5 | -24/+12 |
| * | Command line options parsing moved to its own class, in preparation for Settings | Jonathan Bauer | 2011-03-05 | 8 | -45/+93 |
| * | webkitTest.html: resetting of progress bar when download finishes. | Jonathan Bauer | 2011-03-05 | 1 | -1/+8 |
| * | DownloadManager queue fix | Jonathan Bauer | 2011-03-05 | 2 | -8/+13 |
| * | euhm yeah... | Jonathan Bauer | 2011-03-05 | 4 | -44/+30 |
| * | little things... | Jonathan Bauer | 2011-03-05 | 4 | -21/+14 |
| * | Code cleanup, JSO class continued, added webkitTest.html for reference | Jonathan Bauer | 2011-03-04 | 10 | -455/+275 |
| * | default url for testApp.sh | Jonathan Bauer | 2011-03-04 | 1 | -3/+4 |
| * | Progress bar for downloads (using jQuery) fixed | Jonathan Bauer | 2011-03-04 | 6 | -29/+48 |
| * | Added javascript functionality for download manager.. | Jonathan Bauer | 2011-03-03 | 1 | -4/+11 |
| * | download manager improvements | Jonathan Bauer | 2011-03-02 | 4 | -12/+20 |
| * | Removed QTimer include... | Jonathan Bauer | 2011-03-02 | 1 | -1/+0 |
| * | cleaned up output a bit | Jonathan Bauer | 2011-03-02 | 3 | -4/+6 |
| * | comments & formatting... | Jonathan Bauer | 2011-03-02 | 2 | -32/+38 |
| * | Queueing for DM implemented. (need to clean debug msgs a bit) | Jonathan Bauer | 2011-03-02 | 3 | -19/+101 |
| * | it is now possible to see the mac address as well | Niklas Goby | 2011-02-22 | 1 | -1/+18 |
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Niklas Goby | 2011-02-22 | 1 | -2/+3 |
| |\ |
|
| | * | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/fbgui | Sebastian Schmelzer | 2011-02-22 | 1 | -2/+2 |
| | |\ |
|
| | * | | multiuser enabled | Sebastian Schmelzer | 2011-02-22 | 1 | -2/+3 |
| * | | | it is possible to print out the time and a hello world alert. both is emited ... | Niklas Goby | 2011-02-22 | 3 | -2/+15 |
| | |/
|/| |
|
| * | | commented out problem lines | Jonathan Bauer | 2011-02-22 | 1 | -2/+2 |
| |/ |
|
| * | fix include | Sebastian Schmelzer | 2011-02-22 | 2 | -2/+2 |
| * | reupped files... | Jonathan Bauer | 2011-02-22 | 4 | -0/+83 |
| * | changes in the fbbrowser class, added some slots for the jsOject and signals ... | Niklas Goby | 2011-02-22 | 9 | -221/+116 |
| * | Simplified printing of the application path; more cleanup | Jonathan Bauer | 2011-02-22 | 3 | -31/+7 |
| * | Code cleanup; few optimizations; download debug messages... | Jonathan Bauer | 2011-02-22 | 4 | -35/+10 |
| * | removed old test stuff... | Jonathan Bauer | 2011-02-22 | 1 | -30/+3 |
| * | DownloadManager fixed download initialization. | Jonathan Bauer | 2011-02-22 | 1 | -3/+4 |
| * | fix vtable error | Sebastian Schmelzer | 2011-02-01 | 7 | -411/+7 |
| * | compiling version.... | Jonathan Bauer | 2011-02-01 | 6 | -41/+61 |
| * | fix jsobject :) | Sebastian Schmelzer | 2011-02-01 | 3 | -20/+22 |
| * | removed unneeded const | Jonathan Bauer | 2011-02-01 | 1 | -1/+1 |
| * | fix for DLManager | Jonathan Bauer | 2011-02-01 | 2 | -5/+5 |
| * | DownloadManager class | Jonathan Bauer | 2011-02-01 | 2 | -0/+51 |
| * | fix | Jonathan Bauer | 2011-02-01 | 1 | -9/+3 |
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Jonathan Bauer | 2011-02-01 | 5 | -3/+102 |
| |\ |
|
| | * | i added jsObject | Niklas Goby | 2011-02-01 | 5 | -5/+98 |
| * | | deleted .metadata | Jonathan Bauer | 2011-02-01 | 7 | -65/+122 |
| |/ |
|
| * | Alternative to getPath() function using QT classes | Jonathan Bauer | 2011-02-01 | 1 | -2/+6 |
| * | Started the download functionality, imcomplete though... | Jonathan Bauer | 2011-01-27 | 6 | -87/+253 |
| * | remove absolute path from test script .. | Sebastian Schmelzer | 2011-01-27 | 1 | -1/+7 |
| * | renaming, little things.. | Jonathan Bauer | 2011-01-27 | 3 | -5/+5 |
| * | getPath(): some improvements... | Jonathan Bauer | 2011-01-27 | 1 | -7/+4 |
| * | getPath(): using qDebug() instead of std::cout | Jonathan Bauer | 2011-01-27 | 1 | -4/+8 |
| * | changed getPath() function, now uses /proc/self/exe to get the path. | Jonathan Bauer | 2011-01-27 | 2 | -10/+11 |