Slicer: 2145-support-for-installing-extension-from-file ace55d79

Author Committer Branch Timestamp Parent
jcfr jcfr 2145-support-for-installing-extension-from-file 2013-02-21 21:20:57 2145-support-for-installing-extension-from-file 00ac7289
Changeset

COMP: Move Editor icons from "Base/Logic" into "EditorLib/Resources/Icons"

Also introduced the python constant EditorLib.ICON_DIR allowing
to easily resolve icon filepaths.

The variable is set using the file attribute of EditorLib module.

Since the file/directory organization of either (1) source code, (2) file copied
into the build dir or (3) installed files is the same, the ICON_DIR
variable will allow to resolve the icon file paths successfully.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21765 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/GUI/CMakeLists.txt Diff File
mod - Modules/Scripted/Editor/Editor.py Diff File
mod - Modules/Scripted/EditorLib/CMakeLists.txt Diff File
mod - Modules/Scripted/EditorLib/EditBox.py Diff File
mod - Modules/Scripted/EditorLib/__init__.py Diff File