summaryrefslogtreecommitdiffstats
path: root/fbbrowser/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated code structure...Jonathan Bauer2011-01-251-81/+0Star
|
* A few corrections & -qws options explained...Jonathan Bauer2011-01-241-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-241-4/+41
| | | | correctly.
* Added function for getting the application path...Jonathan Bauer2011-01-211-2/+13
|
* URL validity check removed, will be done in the error handling of the request...Jonathan Bauer2011-01-211-15/+7Star
|
* 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-181-5/+12
| | | | check if the hostname is valid or not ...
* Script for testing the app ine one go...Jonathan Bauer2011-01-131-0/+1
|
* einige kommentare hingefügt...Jonathan Bauer2011-01-131-2/+6
|
* test commitJonathan Bauer2011-01-131-0/+1
|
* richtiges beenden des programms funktioniertNiklas Goby2011-01-121-3/+4
|
* neues Projekt in dem die QWidget klasse durch eine QMainWindow classe ersetztNiklas Goby2011-01-121-0/+20
wurde. Name des neuen Projektes: fbbrowser Leider scheint das Beenden des Programms immer noch nicht richtig zu funktionieren