1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Go to file
nowrep f8feb86351 Fixed fetching of AdBlock EasyList
- also fixed showing 1*1px widget when clicking on site info icon on
empty or qupzilla: page
 - added global Ctrl (+ Shift) + Tab for navigating through tabs
2011-11-07 19:56:53 +01:00
bin Coding style, fixed cppcheck warnings + improved html highlighter 2011-11-06 17:01:23 +01:00
linux Various small fixes 2011-11-04 22:34:45 +01:00
other Shortcuts improvements + improved performance of cookie manager 2011-11-06 12:05:16 +01:00
plugins/TestPlugin Add Tab icon next to last tab 2011-10-23 14:44:18 +02:00
scripts Removed .orig copies of source files 2011-11-06 19:46:03 +01:00
src Fixed fetching of AdBlock EasyList 2011-11-07 19:56:53 +01:00
translations Fixing previous commit 2011-11-06 17:09:08 +01:00
windows Coding style, fixed cppcheck warnings + improved html highlighter 2011-11-06 17:01:23 +01:00
AUTHORS Fixed fetching of AdBlock EasyList 2011-11-07 19:56:53 +01:00
BUILDING Fixed showing of Click2Flash plugin 2011-10-27 14:26:40 +02:00
COPYRIGHT Chinese translation (thanks to Unink-Lio <unink4451@163.com>) 2011-10-20 17:56:01 +02:00
FAQ Updated German translation 2011-11-01 12:30:48 +01:00
GPLv3 Initial commit 2011-03-02 16:57:41 +01:00
README.md Fixed Save Passwords saving in Preferences 2011-11-02 12:52:55 +01:00
TODO Updated German translation 2011-10-23 21:10:09 +02:00

QupZilla Web Browser - http://www.qupzilla.co.cc (http://qupzilla.blogspot.com/)

About QupZilla

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

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

QupZilla's main aim is to be very fast and very stable QtWebKit browser available to everyone. There is already a lot of QtWebKit browsers available, but they are either bound to KDE environment (rekonq), not actively developed or very unstable and missing important features. But there is missing multiplatform, modern and actively developped browser. QupZilla is trying to fill this gap by providing 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 few versions, QupZilla has been completely rewritten in C++ with Qt Framework. Windows version of QupZilla was compiled using MingW, but due to huge problem with Flash, it is now compiled with Microsoft Visual C++ Compiler 2008. First public release was 1.0.0-b4.

Compiling

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

Then you can start compile by running this commands:

$ cd src/
$ qmake
$ make

The executable binary can now be found in bin/ directory.

To install QupZilla, run this command: (it may be neccessary to run as root)

$ make install

Current version

Current released version of QupZilla is 1.0.0-rc1, you can download precompiled packages and source from download section. However, if you want latest revision, just take the latest code snapshot either by downloading a tarball or running:

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

FAQ and Changelog

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

FAQ: https://github.com/nowrep/QupZilla/blob/master/FAQ

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