Review of "Minimized Windows Buttons" version 8

Details Page Preview

Shows a button on the edge of the screen for each minimized window. Click to maximize again. Includes settings that let you customize it: - Position: top, bottom, left and right - Cover behaviour: front, leave space, autohide and autohide always - Button Style - Margins - Show in Overview (or not) - Per Workspace Buttons (or always show all buttons) - Drag-and-Drop behaviour Touch support: With the right settings, the extension is actually becoming quite usable on touch-only devices: - enable drag scroll hack(Settings/Misc.): use button drag movement to control container scroll, since touch scroll is not working on the button-container. - autohide global event hook(Settings/Misc.): for autohide on touch devices. its insanity, but works fine. But only use it for touch AND autohide. - Autohide: set detect container size (Settings/Cover Options). Size 1 works for nicely calibrated touch display, especially with a pen. Adjust size if that is not working for you. - enable snapback (Settings/Misc.): snap back button if dropped outside the buttoncontainer. lets not have windows open on lazy swiping.

Extension Homepage
https://github.com/CodeMonkeyIsland/minimized-windows-buttons

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
11 Active
10 Active
9 Active
8 Active
7 Rejected
6 Rejected
5 Active
4 Rejected
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

CodeMonkeyIsland posted a review
minimal extension.js class. Packed Logic into CoreLogic, DisplayManager and Settingsconnector. found not disconnected signals and properly saved and disconnect them. Also didnt disconnect the settings-hooks in the logic before. Now everything should be disconnected properly, and it lets me null the settings without problems on turning on/off.
JustPerfection active
Thanks! Much better now. But please fix the indention issues in files in `lib` folder.
CodeMonkeyIsland posted a review
looks like i have mixed tabs and spaces ... :) I'll wait a bit, to see if any critical issues or bugs get reported that need fixing, and then make an upload with this cleaned up. thanks for the review.
JustPerfection posted a review
No problem.