- Alt+Enter shortcuts for locationbar and websearchbar
- middle click on magnifying glass (in websearchbar) now
open search results in new tab
- search results of selected page on page is now also opened
in new tab
- updated portuguese translation
- 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
- 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
- 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
- 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
Using now qobject_cast everywhere possible instead of c++ type cast
Middle mouse click in bookmarks manager (library + sidebar + toolbar)
and history manager (library + sidebar) now opens a new tab