1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Go to file
nowrep 66ee47d3cf Context menu in webview now include also options for current frame.
"This frame" menu is shown when frame at clicked point is different from
main frame and it contains following options:
- show only this frame, show this frame in new tab
- reload frame, print frame
- zoom in, zoom out, reset zoom
- show source code of frame
2012-01-02 13:56:52 +01:00
bin Context menu in webview now include also options for current frame. 2012-01-02 13:56:52 +01:00
linux Added full Russian translation. Thanks to Oleg Brezhnev. 2011-12-28 11:39:34 +01:00
other Transp. bg on Windows can now be turned off without restart. Closes #92 2011-12-26 21:23:21 +01:00
plugins/TestPlugin Possiblity to move up/down in search engines manager and other... 2011-12-16 19:07:36 +01:00
scripts Showing revision number in About dialog. 2011-12-16 14:46:31 +01:00
src Context menu in webview now include also options for current frame. 2012-01-02 13:56:52 +01:00
translations Context menu in webview now include also options for current frame. 2012-01-02 13:56:52 +01:00
windows Final updates for 1.0.0 stable release. 2011-11-09 16:58:25 +01:00
AUTHORS Other updateds for new domain. Happy New Year! 2011-12-31 12:57:01 +01:00
BUILDING Added PORTABLE_BUILD define allowing portable building. Closes #99 2011-12-28 14:55:54 +01:00
COPYRIGHT Updated copyright for new year. Closes #100 2012-01-01 15:29:55 +01:00
FAQ FreeBSD raster graphics system workaround in FAQ. 2011-12-27 16:09:42 +01:00
GPLv3 Initial commit 2011-03-02 16:57:41 +01:00
QupZilla.pro Moved .pro file to root dir. No more need to cd src to start building. 2011-12-05 17:27:49 +01:00
README.md Other updateds for new domain. Happy New Year! 2011-12-31 12:57:01 +01:00
TODO Removing StartupNotify=true from desktop launcher 2011-12-15 19:09:41 +01:00

QupZilla Web Browser - http://www.qupzilla.com (http://qupzilla.blogspot.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.

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.

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

$ make install

Current version

The current released version of QupZilla is 1.1.0. You can download precompiled packages and the sources from the download section. 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/nowrep/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

FAQ and Changelog

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

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

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