tweaking actions...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-07-20 02:35:24 +04:00
parent a458b592e7
commit c9759a55e8

View File

@ -138,7 +138,7 @@ var BASE_ACTIONS = {
uncropAll: '', uncropAll: '',
openURL: '', openURL: '',
openHistory: '', //openHistory: '',
saveState: '', saveState: '',
exportImages: '', exportImages: '',
@ -199,6 +199,12 @@ var UI_ACTIONS = {
toggleTheme: '', toggleTheme: '',
// dialogs...
openDialog: '',
historyDialog: '',
cropDialog: '',
markDialog: '',
// panels... // panels...
togglePanels: '', togglePanels: '',
showInfoPanel: '', showInfoPanel: '',
@ -206,6 +212,8 @@ var UI_ACTIONS = {
showSearchPanel: '', showSearchPanel: '',
showQuickEditPanel: '', showQuickEditPanel: '',
showStatesPanel: '', showStatesPanel: '',
showHistoryPanel: '',
showDirBrowserPanel: '',
showConsolePanel: '', showConsolePanel: '',
// developer actions... // developer actions...