* QupZilla is not firefox or chrome: QZ has speeddial by default, the latter ones only by extensions.
So adding an url to the unsorted bookmarks by default when clicking the star is a no-go, as the user probably only wants to add a speed dial.
The star is the only possibility to add speed dials.
* Having a save and a remove-button possibly confuses the user (at least confused me ;))
Only take one button and change the text according to the state.
* Disable the name-edit and folder-combo in the case the url is already bookmarked.
Chosing another folder and press save will move the bookmark to another folder.
Moving bookmarks IMHO is the job of the "organize bookmarks" tool (renaming them, too)
***
In a future (post-1.3.5) I would like to see the bookmark-button an the folder-choser merged like it is done in Opera.
(Opera HAS speed dial by default)
But I am open for suggestions :)
- it sorts by visit counts of bookmark's url from history
- count column in bookmarks is not needed after all :-)
Patch by Franz Fellner <alpine.art.de@gmail.com>
- 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
- 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
- some keyboards (usually in laptops) have special key for
showing context menu
- context menu events from keyboard will now be shown on
correct position (not on mouse position)
- 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