"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
- using QWebHitTestResult mechanism to find html element
associated to Click2Flash object (should work now 100%)
> please let me know
- added new context menu action to history manager = copy
link address
- also setting title of new tab when loading bookmarks/history when
possible (when we know title of history entry / bookmark, let
show on tab its title, rather than showing just "New page")
- history model and database writer are now in own thread
- this will keep main thread (GUI) responsive when writing to
database
- it also greatly increases performance when deleting multiple
items in history
- fixed showing of "Do you want to restore session" after crash
when using restore session on startup behaviour
(regression from adding speed dial option)
- this section will now be shown in bookmarks menu only when
bookmarks toolbar is visible
- you are still able to organize bookmarks in toolbar in
bookmarks manager
- when you start browser (or open new window) and you have
open speed dial or empty page set, locationbar will now be
focused so you can start writing address
- when editing page in speed dial, after clicking on edit, url
field will be automatically selected + focused
- also fixed image refreshion in speed dial
(when you refresh page thumbnail, new image was created but the image
in page won't change until reload. it is because page caching.
fixed by appending date to image url: file://foo.png?Date)
- 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
- some Flash objects changes cursor and this change became global,
so when you hover over navigation toolbar, your cursor changed to
Flash's one
- fixed by explicitly setting ArrowCursor to main widget
- 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.
If your download is opening in new empty tab, teh download manager will
close it. If the new tab was secured, network manager was trying to set
SSL configuration to already deleted page, thus leading to crash.
- also fixed showing 1*1px widget when clicking on site info icon on
empty or qupzilla: page
- added global Ctrl (+ Shift) + Tab for navigating through tabs