Commit Graph

6 Commits

Author SHA1 Message Date
Mike Blumenkrantz 0f01a6b279 in a move which will make me tremendously unpopular, config versioning has been changed from hex to dec across the whole tree, including helper functions and modules
PS. HAHAHAHAHAHAHAHA


SVN revision: 81624
2012-12-21 23:57:05 +00:00
Mike Blumenkrantz 9e990349cc and now for something totally new: quicklaunch module now runs a non-skippable tutorial on first load to run users through using it
seriously, you can't skip it. don't even try clicking stop or pressing escape. I mean it.


SVN revision: 76121
2012-09-04 10:22:44 +00:00
Mike Blumenkrantz 08ada20d6b clean up qa config dd cleanup
SVN revision: 75879
2012-08-30 12:24:42 +00:00
Mike Blumenkrantz 7d9991ba9f fix qa failure shutdown
SVN revision: 75851
2012-08-30 08:24:48 +00:00
Mike Blumenkrantz 76c91a123d add jump mode to quickaccess for cedric
SVN revision: 75596
2012-08-23 07:07:00 +00:00
Mike Blumenkrantz 7b1eef157b super sekrit module mostly complete: introducing the new and rewritten quickaccess module!
found in the Launcher category, this module allows for windows to be hidden/shown using bindings, and can be used to turn any window/application into a quake-style drop-down terminal or whatever else you would use triggered window hiding/showing for.
config options:
* autohide - hides window when focus is lost
* hide instead of raise - by default, qa will raise an activated window if it doesn't have focus; use this option to make it hide instead of raising
* automatically reopen when closed - this option, when set, causes qa to relaunch the application which created the window if the window is closed. it should (probably) only be used for terminals, and requires some magic for setting window names on terminals which I have created some infra for extending to non-standard terminal types; currently all xterm clones, urxvt, and terminology are supported. note that setting this option will cause the entry to become permanent, as any entry which is set to restart itself when closed cannot be transient
* transient - a window added to qa is initially a transient entry, meaning it's temporary: once you close the window, the binding is deleted, though the binding will remain if you restart e17. if you uncheck this option, it will become a permanent entry which can only be deleted either through the quickaccess advanced settings or the keybindings dialog.

fun fact: you can get to the quickaccess settings faster by clicking the Quickaccess... border menu item


SVN revision: 75550
2012-08-22 13:55:41 +00:00