ABBAPOH / andromeda

Cross-platform file manager, written on Qt.
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Add a status bar #38

Open jleclanche opened 12 years ago

jleclanche commented 12 years ago

Status bar should show:

ABBAPOH commented 12 years ago

I prefer not to use status bar in applications - people rarely use it and it requires additional vertical space. Also Apple usability guide clearly says not to use status bar in modern applications.

jleclanche commented 12 years ago

In a file manager, i find myself using it a lot. It, of course, should be optional with a setting to toggle it. But knowing how large a file is, how many items a folder has inside it, how many files I have selected or where a symlink points are very recurring use-cases. I find myself missing the statusbar a lot.

fr33mind commented 12 years ago

I think status bar should be included by default, for the same reasons Adys said. There are other options, such as: a tooltip or a right panel. The right panel could be like the one dolphin has: http://www.tuxarena.com/wp-content/uploads/2011/06/dolphin02.png

ABBAPOH commented 12 years ago

Btw, on a screenshot you can see that dolphin main window doesn't have a status bar - each panel have separate status bar. I think we can think about adding such kind of status bar - special statusbar for specific editor - one statusbar for a web view, other for a file manager. With an option to hide this bar. For a filemanager, we can add "show left panel" and "enable dual pane" buttons there and info about a file/folder. But for me, i would like to disable status bar by default.

ABBAPOH commented 12 years ago

Ok, we've discussed statusbar here. I will add a status bar for each editor separately, so there will be no global status bar.