- save file is now selected option in download dialog, also your
choice is saved (through one browser run), so if you choose to open
file, then each next downloaded files will have automatically selected
open file selection (instead of default save file)
- hopefully fixed one crash in webview, showing QMenu with popup()
instead of exec(), popup() is asynchronous call.
- scrolling to top in source viewer on open
- also made possible to load files from qrc: scheme
- improved source viewer:
* fixed incomplete source code loaded when opening window
(it loads the whole source only after reloading)
* improved performance, source is now highlighted much faster
- using .ico favicon in all qupzilla: pages (no longer png)
it should fix problems when favicon wasn't loaded on some systems
- fixed alignment of site icon in navigation bar when compiling
with Qt 4.8
- fixed deleting of local certifications in ssl manager
- also updated slovakia translation
- fixed image showing on adblocked page(regression from previous commit)
- SpeedDial: when adding new page and then editing, http:// will be
shown instead of empty url
- using now fallback icons (Faenza) when QIcon::fromTheme returns
invalid icon, occurs for example on LXDE
- also setting default width for locationbar and websearchbar rather
then counting it from available space. This used to have problems on
some systems, thus making websearchbar too big.
- first version of speed dial
- showing pages in maximum 4 columns (unlimited rows)
- option in preferences to open speed dial on new tab
- almost all implemented in js and jQuery, hope it won't be slow.
It loads in about 240ms on my machine and in 2s on my Toshiba
netbook (very very old Intel Atom)
- currently, there is no possibility to change backgroung and
keyboard shortcuts (need to figure out problems with laptop
keyboards (no numerical block => Ctrl + 1 fires Ctrl + + and so on)
- fixed manipulating with usernames/passwords containing
characters needed to be percent encoded
- also updated all .ts files
- compiled all translations into .qm files, so you can download
latest translation for your language :-)
- instead of injecting semi transparent block into page, we
just set background of the whole widget frame to semi
transparent image
- fixes issue, when sometimes background filled only half
of the page
this issue occurs sometimes when more than one frames
were in page
- username is detected as first input type="text" in form
- it should work on almost every page
This is last requirements to implement saving multiple users on
one page.
- Faenza icons are no longer explicitly shown in prefereneces and site
info
- they are now used only if icon is not found in active theme, and also
for Windows users
- please test it and let me know if icons are correct for each category
- also fixes previous commit
From docs:
Specifies whether load requests should be monitored for cross-site
scripting attempts. Suspicious scripts will be blocked and reported in
the inspector's JavaScript console. Enabling this feature might have an
impact on performance and it is disabled by default.
- html highlighter is now highlighting with reg exps, no more with hard
coded tags/tag options
- all cppecheck warnings fixed + added script (cppcheck.sh)
- introduced coding style + added astyle script (coding_style.sh)
- fixed one mistake in czech translate + updated windows installer
- it is now possible to close page search with Esc, it is no longer
needed to click on close button.
- shortcuts for reload, stop, next, back are available everytime.
- performance of cookie manager is not ideal yet, but it is much better
than it was before.
- fixed showing search engine name in locationbar placeholder text.
- updated ca-certs bundle by latest Debian update
- moved keypressevent handler from WebView to QupZila to make this
actions global
- added keypress actions for special keys on keyboard
Finally fixed "floating statusbar", it has now proper ToolTip behaviour.
DownloadManager now won't ask you whether you want delete file if some
error in downloading occurs.
In all themes fixed TextBrowser's rounded borders in KDE
RSS feeds on page will now be checked only once, not every loading tick.
It should have quite big noticeable performance improvement when loading
more than one page at the same time.
Back/forward history menus now won't show duplicated entries and also
navigating with back/forward on pages won't leave you on the same page
as you are actually visiting.
Though this bug was appearing rarely, it was annoying.
This is not normal QtWebKit behaviour, in standard implementation it is
working just fine, but QupZilla is using QWebPage::extension error
pages, and when this error page appears in frame on page (for example in
<iframe>) it duplicates entry in history.
Added option to set default zoom in pages (in preferences: Browsing ->
Web Configuration -> Default zoom on pages:)
Also fixed one spelling mistake (thank to J. Hooverman)
Updated chinese translation file (zh_CN.ts)
Instead of using QWebPage and then loading the whole page in order to
get icon, it is now using own IconFetcher class.
It simply download page, looks for <link rel=shortcut and downloads icon
from here. If no <link rel=shortcut is present, the downloading standard
favicon.ico from base directory.
It is now saving webview's url, not url of request (used to have
problems on some pages)
And addition small improvements
- added possibility to open rss feed in new tab with middle click
- middle click on home button loads homepage in new tab
- right click on back/next buttons now show menu instantly (instead of
holding left mouse button to get menu shown)
It is neccessary to use new profile database in order to get search
engines saved.
In order to make profile database upgrade automatic, change content of
YOURPROFILE/version file to 1.0.0-b4 and run QupZilla
Finally added support to manage search engines. You can add search
engines from sites that supports opensearch standard, but you can also
add them manually.
There is also possibility to specify shortcuts for quickly searching in
location bar on your favourite engines.
Namely menu indicator on back and home buttons removed, using own menu
indicator on websearchbar (default Qt is way too big on some themes)
Added Ján Ďanovský to translators (Slovak translate fixed)
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.