1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00
Go to file
nowrep edbcb5e541 Rewritten WebInspector. Hopefully fixes #3
When you show Web Inspector panel, it will be open only for actual tab.
So when you change tab, the web inspector panel will hide, and if you go
back to tab with open web inspector, inspector will show.
2011-10-14 20:14:57 +02:00
bin Rewritten WebInspector. Hopefully fixes #3 2011-10-14 20:14:57 +02:00
linux Added support for "make install" on Unix. Closes issue #2 2011-10-11 19:54:20 +02:00
other Added ca-bundle.crt certificate file for users experiencing issues with 2011-10-13 18:19:43 +02:00
plugins/TestPlugin Various deletions 2011-03-27 22:00:49 +02:00
src Rewritten WebInspector. Hopefully fixes #3 2011-10-14 20:14:57 +02:00
translations Rewritten WebInspector. Hopefully fixes #3 2011-10-14 20:14:57 +02:00
windows Updated NSIS installer script + translation 2011-09-13 18:21:34 +02:00
.gitignore Added support for "make install" on Unix. Closes issue #2 2011-10-11 19:54:20 +02:00
AUTHORS Added support for "make install" on Unix. Closes issue #2 2011-10-11 19:54:20 +02:00
BUILDING It is now possible to modify build settings with environment variables. 2011-10-13 20:06:27 +02:00
COPYRIGHT Added qupzilla: scheme handler + qupzilla:about page 2011-09-18 15:35:44 +02:00
FAQ Added ca-bundle.crt certificate file for users experiencing issues with 2011-10-13 18:19:43 +02:00
GPLv3 Initial commit 2011-03-02 16:57:41 +01:00
README Added ca-bundle.crt certificate file for users experiencing issues with 2011-10-13 18:19:43 +02:00
TODO Added support for "make install" on Unix. Closes issue #2 2011-10-11 19:54:20 +02:00

#################################
##    QUPZILLA - WEB BROWSER   ##
#################################
Version: 1.0.0-rc1

Windows:
    use precompiled windows installer in downloads
    
Unix:
    cd src/
    qmake
    make
    make install
    
You may need to run make install as root.

NOTE: Before building, please read BUILDING informations.
      If you are experiencing some sort of issue, please read FAQ first.
      Thank You!

QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
Written in Qt Framework http://qt.nokia.com

Project mainpage at http://www.qupzilla.co.cc
English Wiki at https://github.com/nowrep/QupZilla/wiki
Download at https://github.com/nowrep/QupZilla/downloads
Full Changelog at https://github.com/nowrep/QupZilla/wiki/Changelog