Skip to content

Commit

Permalink
Changes to Activities Configurator extension.
Browse files Browse the repository at this point in the history
Updated Activities Configurator to handle Touch Screen.

Added option to hide Application Menu Button Icon. Suggested
by francoism90.

Changed disabled Hot Corner behavior for DND to be the
same as if Hot Corner is enabled. Dragging an item into
the Hot Corner will toggle the Overview when the
Hot Corner is disabled. Suggested by Jehan.

Cleaned up inconsistent coding style "if(" --> if "("

Signed-off-by: Norman L. Smith <nls1729@users.noreply.github.com>
  • Loading branch information
nls1729 committed Aug 1, 2015
1 parent 31a973a commit c632edc
Show file tree
Hide file tree
Showing 10 changed files with 203 additions and 767 deletions.
16 changes: 15 additions & 1 deletion activities-config/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,18 @@ https://nls1729.github.io

2015-06-23 Version 36 passed review on ego.

zip file: xxx
2015-08-01 Changes to Activities Configurator extension.

Updated Activities Configurator to handle Touch Screen.

Added option to hide Application Menu Button Icon. Suggested
by francoism90.

Changed disabled Hot Corner behavior for DND to be the
same as if Hot Corner is enabled. Dragging an item into
the Hot Corner will toggle the Overview when the
Hot Corner is disabled. Suggested by Jehan.

Cleaned up inconsistent coding style "if(" --> if "("

zip file: Tue Jul 21 18:54:55 EDT 2015 31a973a8ba87d9500671f48c63839bd1075dfa2e
2 changes: 1 addition & 1 deletion activities-config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36
37
207 changes: 138 additions & 69 deletions activities-config/extension.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions activities-config/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const TRS_PAN = 'transparent-panel';
const CON_DET = 'enable-conflict-detection';
const COLOURS = 'panel-background-color-hex-rgb';
const HIDE_RC = 'panel-hide-rounded-corners';
const HIDE_APPMBI = 'panel-hide-app-menu-button-icon';
const BARRIERS = 'pointer-barriers-supported';
const FIRST_ENABLE = 'first-enable';
const MAX_WIN_EFFECT = 'maximized-window-effect';
Expand Down
343 changes: 0 additions & 343 deletions activities-config/nls1729-extensions.pot

This file was deleted.

0 comments on commit c632edc

Please sign in to comment.