1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Go to file
2012-03-29 20:02:21 +02:00
bin Removed qt_id.qm file + implemented suggestion from #319 2012-03-18 11:06:09 +01:00
git_hooks Updated Spanish + Portuguese translation. 2012-01-30 17:18:10 +01:00
linux launcher Romanian translations 2012-03-25 18:27:15 +03:00
other Updated translations + uploaded missing files. 2012-01-03 21:05:48 +01:00
scripts Loading info about all plugins when necessary, not on startup. 2012-03-12 18:21:00 +01:00
src Little improvements + showing also Netscape plugins in qupzilla:config 2012-03-29 20:02:21 +02:00
tests AdBlock can now block also unwanted popup windows. 2012-02-04 18:45:59 +01:00
translations Little improvements + showing also Netscape plugins in qupzilla:config 2012-03-29 20:02:21 +02:00
windows launcher Romanian translations 2012-03-25 18:27:15 +03:00
.gitignore Updated Slovak translation (+ added homepage translation) 2012-03-19 18:39:55 +01:00
AUTHORS Added Venezulean Spanish translation. 2012-03-28 14:38:50 +02:00
BUILDING Fixed compilation with QtWebKit < 2.2 and AKN plugin. 2012-03-16 13:53:49 +01:00
COPYRIGHT Improved source viewer, it now shows lines and fixed go to line. 2012-03-15 19:35:37 +01:00
FAQ [Fix] Abord and delete NetworkReply when cancelling download request. 2012-01-25 17:46:37 +01:00
GPLv3 Initial commit 2011-03-02 16:57:41 +01:00
QupZilla.pro AKN plugin now correctly shows keys on pages with more frames 2012-03-21 13:00:30 +01:00
README.md Fixed showing suggested file types in Open File... dialog 2012-03-10 23:24:54 +01:00
TODO [Fix] Fixed showing plugin icons when plugin is not loaded. 2012-02-25 10:22:23 +01:00

QupZilla Web Browser

Homepage: http://www.qupzilla.com
Blog: http://blog.qupzilla.com/
IRC: #qupzilla at irc.freenode.net

About QupZilla

QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager.

QupZilla's main aim is to be a very fast and very stable QtWebKit browser available to everyone. There are already a lot of QtWebKit browsers available, but they are either bound to the KDE environment (rekonq), are not actively developed or very unstable and miss important features. But there is missing a multiplatform, modern and actively developed browser. QupZilla is trying to fill this gap by providing a very stable browsing experience.

History

The very first version of QupZilla has been released in Decemeber 2010 and it was written in Python with PyQt4 bindings. After a few versions, QupZilla has been completely rewritten in C++ with the Qt Framework. The Windows version of QupZilla was compiled using MingW, but due to a huge problem with Flash, it is now compiled with Microsoft Visual C++ Compiler 2008. First public release was 1.0.0-b4.

Compiling

Before you start compiling, make sure that you have installed the Qt (>=4.7) development libraries and you have read the BUILDING information.

Then you can start compiling by running this commands:

$ qmake
$ make

After a successful compilation the executable binary can be found in the bin/ directory.

To install QupZilla, you will have to run this command: (it may be necessary to run it as root)

$ make install

Current version

The current released version of QupZilla is 1.1.8. You can download precompiled packages and the sources from the download section at homepage. However, if you want the latest revision, just take the latest code snapshot either by downloading a tarball or running:

$ git clone git://github.com/nowrep/QupZilla.git

If you are using Ubuntu, you can download QupZilla from PPA:

$ sudo add-apt-repository ppa:nowrep/qupzilla
$ sudo apt-get update
$ sudo apt-get install qupzilla

for development version:

$ sudo apt-get install qupzilla-next

FAQ and Changelog

If you are experiencing some sort of problem, please read the FAQ before you open an issue.

FAQ: https://github.com/nowrep/QupZilla/wiki/FAQ

Changelog: https://github.com/nowrep/QupZilla/wiki/Changelog