OtterBrowser / otter-browser

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
https://otter-browser.org
GNU General Public License v3.0
1.8k stars 277 forks source link

History window should allow multiple selection #182

Open srgloureiro opened 10 years ago

srgloureiro commented 10 years ago

History window should allow multiple selection and to apply the options of its RMB menu to the several items that have been selected.

lollox commented 9 years ago

Not only History, but Bookmarks (and eventually future widgets like Notes) too

beastie1 commented 9 years ago

+1

Emdek commented 9 years ago

@lollox, in case of bookmarks it would really complicate code (drag and drop) plus Ctrl (usually used to select multiple items) is used to open bookmarks in background...

lollox commented 9 years ago

@Emdek , I see... but, IMHO, the current behavior isn't well organized because

I think there is something wrong in this... we should use an unique behavior (change the first one to open the bookmark, or the latter to simply select as in a file manager)

Emdek commented 9 years ago

@lollox, it's even more complicated, usually left click updates information pane at the bottom (maybe we should have such view also in history, showing some extra data?), and default open action is double click.

lollox commented 9 years ago

oh, yes you're right indeed

VSHY commented 8 years ago

Not only History, but Transfers and Chache. That allows to delete multiplie items contemporaneously, as it makes Cookies Manager. I think that corresponding code should be common for those Managers.

Emdek commented 8 years ago

@VSHY, I've finally managed to push final version of ProxyModel (based on patch by @Chocimier from December) so there is now chance for some more improvements for views.