-
Notifications
You must be signed in to change notification settings - Fork 0
Home
QupZilla is a new, fast and secure open-source WWW browser. QupZilla is licensed under GPL version 3 or
(at your option) any later version.
This project has been started mainly for educational reasons to learn Qt/C++ basics.
From the basic idea of writing a simple web browser it grew up in an every day usable very fast web browser. Though it cannot be a full replacement for big browsers like Firefox, it can be, and surely is, a fast & small alternative to quickly browse the web.
QupZilla is developed and maintained by the project owner David Rosca <[email protected]>
with help from other contributors, mainly in graphics and translations to foreign languages.
##QupZilla Features With every version, QupZilla is trying to include new features. At now, QupZilla implements all standard web browser features. In addition to this standard, there are a lot of interesting features too.
- Very fast startup - QupZilla is ready to use at lightning speed
- Very fast browsing - with QWebKit core, QupZilla renders pages in moment
- SSL Certificate Manager - never lets you visit page with bad certificate without notification
- Search Engines Manager - with OpenSearch support and suggestions
- Browser Themes - with themes support, you can easily make your browser looks unique!
- Speed Dial - access your favourite pages easily
- Windows 7 API - QupZilla is using Windows 7 TaskBar JumpLists and background blur
- Cross Platform - support for all major platforms allows use it everywhere
- QupZilla doesn't use even one registry entry on Windows, keep your register clean!
You can also use command line interface to interact with browser.
Usage: qupzilla [options] URL
-h or -help print this message
-a or -authors print QupZilla authors
-v or -version print QupZilla version
-p or -profile=PROFILE start with specified profile
-np or -no-plugins start without plugins
-nt or --new-tab open new tab
-nw or --new-window open new window
-dm or --download-manager show download manager
Example: qupzilla http://www.google.com
will run QupZilla with google.com page
(or add tab with google.com if already running)
Current version is 1.1.0, which is a first stable version. This version adds, among other things, Speed Dial. QupZilla for Windows has been compiled with MSVC 2008.
Read full Changelog here.
If you want to contribute to QupZilla in any way, feel free to mail me at [email protected] for informations or just fork me :-)
At the moment, I will be happy to found someone who can:
- test QupZilla on MAC platform
- add new themes or translations (see for more informations)
- implement Windows7API Taskbar features
- and more...
QupZilla has own API for Plugins.
Get more informations about Plugins
Available pages:
- Translating - How to translate
- Themes - How to develop themes
- Plugins - How to develop plugins
- Changelog - Full changelog
- Bug reports - Read before open issue
- FAQ - Frequently asked questions
- Authors - Contributors list
- Contact - Developers contact