From c9759a55e81faa5a0b85820515d7b69cc5dfe5f9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Jul 2014 02:35:24 +0400 Subject: [PATCH] tweaking actions... Signed-off-by: Alex A. Naanou --- ui (gen4)/actions.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/actions.js b/ui (gen4)/actions.js index 2c930bda..dcb1a244 100755 --- a/ui (gen4)/actions.js +++ b/ui (gen4)/actions.js @@ -138,7 +138,7 @@ var BASE_ACTIONS = { uncropAll: '', openURL: '', - openHistory: '', + //openHistory: '', saveState: '', exportImages: '', @@ -199,6 +199,12 @@ var UI_ACTIONS = { toggleTheme: '', + // dialogs... + openDialog: '', + historyDialog: '', + cropDialog: '', + markDialog: '', + // panels... togglePanels: '', showInfoPanel: '', @@ -206,6 +212,8 @@ var UI_ACTIONS = { showSearchPanel: '', showQuickEditPanel: '', showStatesPanel: '', + showHistoryPanel: '', + showDirBrowserPanel: '', showConsolePanel: '', // developer actions...