- when opening new tab (restoring session, restoring
closed tab, ...), url of tab will be shown in locationbar
immediately - not after first progress tick fires
- fixed showing of "Do you want to restore session" after crash
when using restore session on startup behaviour
(regression from adding speed dial option)
- also when adding new top level item into history sidebar + manager,
it will be inserted at the beginning of list, not at the end
- it will always be history entry from current day, so there is no
reason to put it at the end of the list
- 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
- 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
- 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
- rather then prepending file:// or file:/// on windows,
use Qt functions QUrl::fromLocalFile and QUrl::toLocalFile
- WebView support for loading files from qrc: scheme
- 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
- 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.
- 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)