- 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)
- 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)
- 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)
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
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)
When going to fullscreen, add tab button will no longer stay on screen,
and also when going back to normal screen, list tabs button will no
longer be hidden.
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.