1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Go to file
nowrep 92b18f5466 Plugins: Fixed crash when unloading with settings dialog opened.
- also it is now possible to open only one settings dialog at time
2012-09-11 11:31:28 +02:00
bin Using color from palette for all links. 2012-09-11 10:49:38 +02:00
git_hooks Updated Spanish + Portuguese translation. 2012-01-30 17:18:10 +01:00
linux Persian translation of plugins and linux desktop file was added. 2012-08-14 00:10:12 +04:30
other Updated translations + uploaded missing files. 2012-01-03 21:05:48 +01:00
scripts Plugins: Fixed disabling all plugins when saving preferences 2012-07-09 12:47:27 +02:00
src Plugins: Fixed crash when unloading with settings dialog opened. 2012-09-11 11:31:28 +02:00
tests AdBlock: Fixed $subdocument matching. 2012-07-13 14:12:48 +02:00
translations Serbian translation updates 2012-09-10 20:33:01 +02:00
windows Windows Installer: Fixed silent installation (/S argument) 2012-09-07 15:16:54 +02:00
.gitignore Fixed 'gm_*.h not found' build error. And added ignore rule for MSVC debug symbols. 2012-08-13 09:28:09 +02:00
AUTHORS New Restore Session GUI - allows choosing to/not to restore each tab 2012-08-21 20:28:38 +02:00
BUILDING All issues regarding saving passwords should now be fixed. 2012-07-10 22:17:11 +02:00
CHANGELOG LocationCompleter: Improved sorting bookmarks by visit count. 2012-09-08 22:52:32 +02:00
COPYRIGHT Improved source viewer, it now shows lines and fixed go to line. 2012-03-15 19:35:37 +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 Build system now allow building plugins out of src/plugins directory 2012-07-06 13:28:45 +02:00
README.md Version 1.3.1 2012-07-16 13:59:24 +02:00
TODO CommandLineOptions: Added option to open new window with url 2012-07-10 00:36:05 +02: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.

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 bundle, run this command:

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

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

Current version

The current released version of QupZilla is 1.3.1. 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