summaryrefslogtreecommitdiffstats
path: root/fbbrowser
Commit message (Collapse)AuthorAgeFilesLines
* updatedJonathan Bauer2011-01-2517-986/+0Star
|
* fbgui.o removedJonathan Bauer2011-01-255-18/+25
|
* fbgui.h updatedJonathan Bauer2011-01-251-0/+1
|
* new try...Jonathan Bauer2011-01-255-0/+127
|
* Updated code structure...Jonathan Bauer2011-01-256-104/+9Star
|
* Made a slot to listen to readyRead() from our QNetworkReply object, to see ↵Jonathan Bauer2011-01-243-8/+15
| | | | if the URL actually has data...
* A few corrections & -qws options explained...Jonathan Bauer2011-01-242-3/+8
|
* Forgot to reset initialisation of opt to 0, was a test...Jonathan Bauer2011-01-241-1/+1
|
* Parsing command line arguments functionality, -qws option not yet handled ↵Jonathan Bauer2011-01-243-4/+42
| | | | correctly.
* Added function for getting the application path...Jonathan Bauer2011-01-212-2/+13
|
* URL validity check removed, will be done in the error handling of the request...Jonathan Bauer2011-01-213-22/+14Star
|
* testApp.sh now needs the URL as parameter, about time...Jonathan Bauer2011-01-211-1/+6
|
* some comments...Jonathan Bauer2011-01-181-2/+4
|
* Added a check for validity of URL, incomplete though ! It doesn't seem to ↵Jonathan Bauer2011-01-183-6/+13
| | | | check if the hostname is valid or not ...
* .gitignore updated to exclude moc_*.* and ui_*.*Jonathan Bauer2011-01-182-146/+0Star
|
* network include...Jonathan Bauer2011-01-186-6/+6
|
* just a test commit ........Jonathan Bauer2011-01-184-2/+4
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiNiklas Goby2011-01-143-5/+32
|\
| * more commentaries....Jonathan Bauer2011-01-131-3/+8
| |
| * commented home dir requirement ...Jonathan Bauer2011-01-131-0/+1
| |
| * path fixup...Jonathan Bauer2011-01-131-1/+1
| |
| * Script for testing the app ine one go...Jonathan Bauer2011-01-132-0/+16
| |
| * einige kommentare hingefügt...Jonathan Bauer2011-01-131-2/+6
| |
| * test commitJonathan Bauer2011-01-131-0/+1
| |
* | qrc missing ..Niklas Goby2011-01-143-0/+37
|/
* ich habe angefangen die Prüfung auf Internet Connectivität zu programmieren.Niklas Goby2011-01-135-10/+36
| | | | außerdem wurde eine errorPage in die Binary eingebettet.
* unnötiges gelöschtNiklas Goby2011-01-124-229/+0Star
|
* richtiges beenden des programms funktioniertNiklas Goby2011-01-128-15/+43
|
* neues Projekt in dem die QWidget klasse durch eine QMainWindow classe ersetztNiklas Goby2011-01-1220-0/+1134
wurde. Name des neuen Projektes: fbbrowser Leider scheint das Beenden des Programms immer noch nicht richtig zu funktionieren