summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SysInfo class .. (bad name I know...)Joe2011-03-073-1/+46
|
* bye bye fbbrowser.uiJonathan Bauer2011-03-072-32/+2Star
|
* first cleanup...Jonathan Bauer2011-03-0711-272/+61Star
|
* Reworked code structureJonathan Bauer2011-03-0710-90/+87Star
|
* webkitTest.html local loading of jQuery stuffJonathan Bauer2011-03-071-4/+4
|
* misc, translatorJonathan Bauer2011-03-062-8/+12
|
* removed unused codeJonathan Bauer2011-03-063-20/+1Star
|
* DEFAULT_URL, forgot to change it before last commit..Jonathan Bauer2011-03-061-1/+1
|
* URL loading from cmdline or config file or default, depending where an URL ↵Jonathan Bauer2011-03-066-64/+68
| | | | can be found.
* baseUrl is now global variableJonathan Bauer2011-03-065-32/+40
|
* cleaned includes a bitJonathan Bauer2011-03-062-4/+0Star
|
* slots in JSObject.h ordered & commentsJonathan Bauer2011-03-062-11/+8Star
|
* miscJonathan Bauer2011-03-063-9/+1Star
|
* updated JSObject to only mediate functions calls, fbbrowser does all the ↵Jonathan Bauer2011-03-064-22/+55
| | | | info fetching etc
* URL forward to DownloadManager fixupJonathan Bauer2011-03-061-5/+3Star
|
* updated communication between jso/dm/fbbJonathan Bauer2011-03-064-10/+26
|
* jsobject member renamingJonathan Bauer2011-03-064-13/+15
|
* changed fbbrowser subclassJonathan Bauer2011-03-065-12/+17
|
* fixed URL loading from cmdlineJonathan Bauer2011-03-063-21/+38
|
* main.cpp addedJonathan Bauer2011-03-061-0/+76
|
* updated code structure, main loop now separate from fbgui class.......Jonathan Bauer2011-03-065-151/+30Star
|
* url short option fixedJonathan Bauer2011-03-053-6/+2Star
|
* more random things...Jonathan Bauer2011-03-053-11/+5Star
|
* removed some old commentsJonathan Bauer2011-03-052-15/+4Star
|
* downloadFile now needs a QUrl&, simplifies things (startDownload slot in jso ↵Jonathan Bauer2011-03-055-35/+43
| | | | needs reworking, tempfix there but messy.)
* -qws options not needed anymore (it is set in the constructor of QApplication.)Jonathan Bauer2011-03-052-12/+13
|
* printUsage updated, random ideas...Jonathan Bauer2011-03-051-6/+11
|
* help fixed, misc cleanups...Jonathan Bauer2011-03-053-11/+22
|
* URL parsing now works with CommandLineOptions. Incomplete...Jonathan Bauer2011-03-054-9/+31
|
* misc.Jonathan Bauer2011-03-055-24/+12Star
|
* Command line options parsing moved to its own class, in preparation for SettingsJonathan Bauer2011-03-058-45/+93
|
* webkitTest.html: resetting of progress bar when download finishes.Jonathan Bauer2011-03-051-1/+8
|
* DownloadManager queue fixJonathan Bauer2011-03-052-8/+13
|
* euhm yeah...Jonathan Bauer2011-03-054-44/+30Star
|
* little things...Jonathan Bauer2011-03-054-21/+14Star
|
* Code cleanup, JSO class continued, added webkitTest.html for referenceJonathan Bauer2011-03-0410-455/+275Star
|
* default url for testApp.shJonathan Bauer2011-03-041-3/+4
|
* Progress bar for downloads (using jQuery) fixedJonathan Bauer2011-03-046-29/+48
|
* Added javascript functionality for download manager..Jonathan Bauer2011-03-031-4/+11
|
* download manager improvementsJonathan Bauer2011-03-024-12/+20
|
* Removed QTimer include...Jonathan Bauer2011-03-021-1/+0Star
|
* cleaned up output a bitJonathan Bauer2011-03-023-4/+6
|
* comments & formatting...Jonathan Bauer2011-03-022-32/+38
|
* Queueing for DM implemented. (need to clean debug msgs a bit)Jonathan Bauer2011-03-023-19/+101
|
* it is now possible to see the mac address as wellNiklas Goby2011-02-221-1/+18
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiNiklas Goby2011-02-221-2/+3
|\
| * Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/fbguiSebastian Schmelzer2011-02-221-2/+2
| |\
| * | multiuser enabledSebastian Schmelzer2011-02-221-2/+3
| | |
* | | it is possible to print out the time and a hello world alert. both is emited ↵Niklas Goby2011-02-223-2/+15
| |/ |/| | | | | due to a javascript call.
* | commented out problem linesJonathan Bauer2011-02-221-2/+2
|/