- much faster history loading (loading history entries only when
needed - eg. expanding top level items)
- less memory usage (sidebar and manager are using the same model)
- searching is now performed on title and url
- clear private data -> clear history is now working properly
- fixed occasional flickering when typing in address bar
- support for opening completions with pressing Down key
- support for selecting completions with Tab key
closes#105
- so for example, links with apt: or tomahawk: protocol can be opened
- it will ask user whether he wants to open link in external app
and give option to remember the choice
- plugins can now register scheme handlers
- tweaked javascript alert window
- initial support for Geolocation & Notifications API
* question to ask user for permission needs not implemented yet
- when importing from Html file, also bookmark folders are imported
- bookmark tree now shows folder structure
- fixed importing from UTF8 files
- loading icons in own thread = dialog won't freeze anymore