1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Go to file
Martii 0af54b8d7f Scaling tweaks
* Deflate the radius a bit on Chrome to be closer to the others
* Inflate the radius a bit on Opera to be closer to the others
2016-05-12 21:26:56 -06:00
.tx [Transifex] Added .tx/config 2014-04-26 12:44:26 +02:00
bin Optimize some other image types 2016-05-12 15:20:13 -06:00
git_hooks Use rev-parse instead of show-ref (#1958) 2016-04-25 12:53:03 +02:00
haiku Version 2.0.0 2016-03-30 14:50:03 +02:00
linux Brute crush all pngs 2016-05-12 12:47:46 -06:00
mac Brute crush all pngs 2016-05-12 12:47:46 -06:00
other Brute crush all pngs 2016-05-12 12:47:46 -06:00
scripts Use rev-parse instead of show-ref (#1958) 2016-04-25 12:53:03 +02:00
src Scaling tweaks 2016-05-12 21:26:56 -06:00
tests Fix autotests 2016-01-16 21:42:11 +01:00
translations Update translations 2016-05-03 16:52:59 +02:00
windows Optimize some other image types 2016-05-12 15:20:13 -06:00
.gitignore Update gitignore 2015-12-23 12:58:15 +01:00
.travis.yml Fix PPA name for Qt 5.7 2016-04-24 10:44:04 +02:00
AUTHORS New logo 2015-11-08 23:39:12 +01:00
BUILDING Enable updates check only on Windows 2016-04-05 10:20:20 +02:00
CHANGELOG Version 2.0.0 2016-03-30 14:50:03 +02:00
COPYRIGHT New year 2015 2015-01-01 12:08:46 +01:00
FAQ Closing last tab on second window will always close the window. 2012-04-17 14:00:32 +02:00
GPLv3 Initial commit 2011-03-02 16:57:41 +01:00
QupZilla.pro Require Qt 5.6 2015-11-05 23:46:29 +01:00
README.md Version 2.0.0 2016-03-30 14:50:03 +02:00

QupZilla Web Browser

Build Status
Homepage: http://www.qupzilla.com
Blog: http://blog.qupzilla.com
IRC: #qupzilla at irc.freenode.net
Translations: https://www.transifex.com

About QupZilla

QupZilla is a new and very fast QtWebEngine 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, it has by default enabled blocking ads with a built-in AdBlock plugin.

History

The very first version of QupZilla has been released in December 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.

Until version 2.0, QupZilla was using QtWebKit. QtWebKit is now deprecated and new versions are using QtWebEngine.

Compiling

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

Linux

  • OpenSSL (libcrypto) is required
  • xcb libraries when building without NO_X11

Windows

  • OpenSSL (libeay32) is required

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. On Fedora and possibly other Linux distributions you need to replace qmake with qmake-qt5.

On Linux/Unix: To install QupZilla, run this command: (it may be necessary to run it as root)

$ make install

On Mac OS X: To deploy QupZilla in dmg image, run this command:

$ ./mac/macdeploy.sh full-path-to-macdeployqt

You need to specify path to macdeployqt only if it is not in PATH.

Current version

The current stable version of QupZilla is 2.0.0. 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/QupZilla/qupzilla.git

FAQ and Changelog

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

FAQ | Changelog | Bug Reports