1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Go to file
David Faure 2382f2c955 Fix compilation with KDE in custom prefix
The .pri file for KWallet brings in the correct include path for
that framework, while KF5/KWallet/KWallet only works with a /usr/include
base dir.
2017-07-26 20:12:52 +02:00
.tx Updated translations 2017-02-13 23:06:04 +01:00
bin Repair Mac Like Theme icon so it's not clipped (#2274) 2017-03-26 11:27:40 +02:00
flatpak Fix flatpak build 2017-07-03 21:09:44 +02:00
git_hooks Use rev-parse instead of show-ref (#1958) 2016-04-25 12:53:03 +02:00
haiku Version 2.1.2 2017-03-15 19:26:50 +01:00
linux Update org.qupzilla.QupZilla.desktop 2017-07-25 17:13:25 +02:00
mac macOS: Deploy imports used by thumbnailer.qml 2017-03-21 23:32:45 +03:30
other Brute crush all pngs 2016-05-12 12:47:46 -06:00
scripts Pull translations from Transifex 2017-07-24 12:05:22 +02:00
src Fix compilation with KDE in custom prefix 2017-07-26 20:12:52 +02:00
tests Fix warnings when building with GCC 7 2017-06-06 17:51:06 +02:00
translations Pull translations from Transifex 2017-07-24 12:05:22 +02:00
windows Windows: Don't run QZ as administrator after installation 2017-03-23 17:19:50 +04:30
.gitignore Mac: Dynamically create the iconset with all alternates (#2272) 2017-03-21 15:11:46 +01:00
.travis.yml Travis: Yet another fix 2017-06-12 16:32:28 +02:00
appveyor.yml AppVeyor: Use shallow_clone. 2017-04-07 19:18:51 +04:30
AUTHORS New logo 2015-11-08 23:39:12 +01:00
BUILDING.md Mac: Create the bundle target and modify affected shell scripts (#2260) 2017-03-18 16:48:11 +01:00
CHANGELOG Version 2.1.2 2017-03-15 19:26:50 +01:00
COPYRIGHT Update COPYRIGHT 2017-02-06 19:31:35 +01:00
FAQ Closing last tab on second window will always close the window. 2012-04-17 14:00:32 +02:00
LICENSE Rename license file to LICENSE 2016-10-24 20:02:26 +02:00
QupZilla.pro Mac: Create the bundle target and modify affected shell scripts (#2260) 2017-03-18 16:48:11 +01:00
README.md README: Add AppVeyor badge 2017-04-19 16:05:13 +02:00

QupZilla Web Browser

Travis-ci AppVeyor
Homepage: https://www.qupzilla.com
Blog: http://blog.qupzilla.com
IRC: #qupzilla at irc.freenode.net
Translations: https://www.transifex.com/projects/p/qupzilla

QupZilla icon

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. 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.8) development libraries and you have read the BUILDING.md 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:

$ make bundle

Current version

The current stable version of QupZilla is 2.1.2. 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 https://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