-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rules offline edition #42
Labels
Comments
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
Implemented on the branch for PR #37 . |
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
Open
JulienCochuyt
added a commit
that referenced
this issue
Aug 29, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Aug 31, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Aug 31, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Sep 1, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Sep 12, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Sep 13, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Sep 13, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Sep 18, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Oct 15, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Oct 15, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Oct 15, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Oct 17, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
JulienCochuyt
added a commit
that referenced
this issue
Oct 17, 2024
- RulesManager: Disable group by position when results aren't available - GUI: RulesManager: Add current group by option to dialog title - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all - GUI: RulesManager: Fix layout - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule - GUI: RuleEditor: Fix layout - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler` - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API - WebModule: Add `getWritableLayer` to public API - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute - Bump API version to 0.6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Editing a rule is currently only supported if the WebModule is loaded and active.
In many cases, it would be useful to also be able to edit rules in an inactive module.
The text was updated successfully, but these errors were encountered: