rodlie / qtfm

Qt File Manager
https://qtfm.eu
GNU General Public License v2.0
158 stars 46 forks source link

New Tab button on toolbar #115

Closed AcarBurak closed 5 years ago

AcarBurak commented 5 years ago

would be fine, as it's needed frequently. … Well, in fact, a configurable toolbar would still be nicer or at least some other buttons for changing views (icons, thumbs. hidden etc.)

rodlie commented 5 years ago

yeah, we had a bunch of icons in the toolbar, but I removed what I considered (at that time) as "bloat".

qtfm includes a lot of legacy code that needs to be changed, mainly the main GUI and tabs. I have started work on a new UI to fix old code (v7), but qtfm is currently not my highest priority so it will take some time.

rodlie commented 5 years ago

added an option to show "new tab" in toolbar.

A better toolbar (with more options) will be added in the future.

AcarBurak commented 5 years ago

Thank you. I guess this is intended behavior: If a file is already selected the new tab button (as well as the menu entry) doesn't work; we first need to click in an empty area inside the directory window (or select a folder to open it in a new tab).

rodlie commented 5 years ago

Didn't see your last comment, will check.

rodlie commented 5 years ago

Yeah, "open tab" only works if the path is a dir. Will set to home dir if empty.