It's now fully Open Source!!!
Big thanks to all the nice people for donating!
30,000+ lines of ugly C++ code that I tried to make...well, less ugly as best as I could.
There might still be old cruft in it but it compiles and runs with latest Qt 5.4.1 on both Windows and Linux.
Im going to semi-retire from developing (just don't have time anymore to work with it full time)
But this does not mean that development has stopped! I still accept patches and fixes and might make few myself if time permits.
So download the source, take a look, change things, compile and see what breaks and what works, and then send me patches (in "diff -Naur" format please) and I will take a look at them.
And after every 10 to 20 patches, I will kick out a new release out.
All the code is released under GPLv2+ license and the nice Crystal Clear icons by Everaldo Coelho are under LGPL license.
source can be downloaded from here:
http://sourceforge.net/projects/cyberdragonbrowser/files/CyberDragon_1.6.6_src.zip/download
Please also read the included CyberDragon_Build_Instructions.pdf
Tip: There is an experimental Iframe sandboxing protection in this source release. Just take a look of mynetworkaccessmanager.cpp and at the end of the MyNetworkAccessManager::createRequest() function. Great place to start patching CyberDragon if you are interested.