1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Go to file
2014-08-17 17:08:06 +02:00
.tx [Transifex] Added .tx/config 2014-04-26 12:44:26 +02:00
bin [ComboTabBar] Set objectName of base widget, so it can be styled 2014-04-20 13:03:08 +02:00
git_hooks [git-hooks] New hook for checking copyright year. 2013-01-22 23:30:59 +01:00
haiku [Haiku] Create resource file. 2014-06-30 12:29:38 -04:00
linux Add appdata file. Closes #1368 2014-05-26 21:55:37 +02:00
mac [Mac] Fixed invocation of create_dmg.sh in macdeploy.sh 2014-04-14 10:36:38 +02:00
other Updated translations + uploaded missing files. 2012-01-03 21:05:48 +01:00
scripts [Benchmarks+Autotests] Fixed building with Qt5 and KWallet 2014-04-13 10:48:01 +02:00
src fix linking on qmake installations that use compile_libtool. 2014-08-17 17:08:06 +02:00
tests [Benchmarks] Added AdBlockMatchRule benchmark 2014-04-13 11:25:07 +02:00
translations Pulled translations from Transifex 2014-07-15 10:16:30 +02:00
windows Update languages.nsh 2014-02-21 00:06:30 +01:00
.gitignore [Transifex] Added .tx/config 2014-04-26 12:44:26 +02:00
.travis.yml [Travis] Build only master and v1.6 branches 2014-03-17 18:00:36 +01:00
AUTHORS [Translators] Added Juan Carlos Sánchez into translators 2014-02-18 17:50:55 +01:00
BUILDING [Building] Don't require ending slash in USE_LIBPATH and QUPZILLA_PREFIX options 2014-03-03 15:08:52 +01:00
CHANGELOG Stable release is now 1.6.6 2014-05-12 16:36:51 +02:00
COPYRIGHT [Copyright] Small string changes + 2014 copyright 2014-01-05 00:57:47 +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 [Qt5] Ported all plugins to Qt5 plugin system 2013-01-16 14:53:17 +01:00
README.md use svg instead of png for CI build status icon to get better quality 2014-07-22 18:21:19 +08: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 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.

Linux

  • OpenSSL (libcrypto) is required
  • pkg-config is recommended (to correctly detect versions of QtWebKit)
  • pkg-config is required for Hunspell spellcheck
  • Hunspell development package for spellcheck
  • QtWebKit 2.3 is needed to have support for spellcheck

Windows

  • OpenSSL (libeay32) is required
  • QtWebKit 2.3 is required
  • Hunspell library is required for spellcheck

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-qt4 or qmake-qt5 since qmake is for Qt3.

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 1.6.6. 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

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 | Changelog | Bug Reports