- when one of javascript dialogs (alert, confirm, prompt) were active
and tab was closed, QEventLoop wasn't terminated, thus leading to
crash on application exit
- running QEventLoop is now exited in WebPage destructor
- linux default theme was the only one theme, where you couldn't
recognize whether you are on secured on normal page
it now shows light yellow background of locationbar
- the current tab will be duplicated (thus all history will be copied)
and the created tab will go to desired history item.
- also updated Dutch + Chinese translations, thanks again to translators
- it won't be in Preferences for now, as changing user agent
is really not the thing that every user should do.
If you don't know what are you doing, you can get unexpected
behaviour on some sites.
So you have to edit settings.ini file in your profile directory.
More informations at FAQ (last question)
- 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)