1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
nowrep d361c0631d Updated drawing of tabs in TabBar. It will no longer show "..." when not
needed.
With this update is also possible implement showing "new tab" button
after the last tab
2011-10-14 23:12:10 +02:00
bin Updated drawing of tabs in TabBar. It will no longer show "..." when not 2011-10-14 23:12:10 +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 Updated drawing of tabs in TabBar. It will no longer show "..." when not 2011-10-14 23:12:10 +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