THEME: change icon in debug perspective
authorChangHyun Lee <leechwin.lee@samsung.com>
Wed, 10 Aug 2016 05:22:15 +0000 (14:22 +0900)
committerChangHyun Lee <leechwin.lee@samsung.com>
Wed, 10 Aug 2016 05:27:05 +0000 (14:27 +0900)
commitbf46f8389882acddd08deafac25ef4dc19849dd9
tree912ab065655df4b706b0e2e622f69125bff6570d
parentb40ce6722b48eef4df0dd3d0d0549b49dfa9f38f
THEME: change icon in debug perspective

Change-Id: Iac2c7fc264a34da6ad27fcea61ae06db7c5b3cc0
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
47 files changed:
core/org.eclipse.cdt.ui/icons/tobj16/debugt_obj_b.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/debugt_obj_g.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/debugt_obj_r.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/debugts_obj_b.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/debugts_obj_g.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/debugts_obj_r.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/thread_obj_b.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/thread_obj_g.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/thread_obj_r.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/threads_obj_b.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/threads_obj_g.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/icons/tobj16/threads_obj_r.png [new file with mode: 0755]
core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/CDTSharedImages.java
debug/org.eclipse.cdt.debug.ui/icons/tobj16/arraypartition_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/brkp_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/brkpd_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/c_app.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/disassembly_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/hwbrkp_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/hwbrkpd_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/library_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/library_syms_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/read_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/read_obj_disabled.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/readwrite_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/readwrite_obj_disabled.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/var_aggr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/var_pointer.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/var_simple.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/vard_aggr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/vard_pointer.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/vard_simple.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/write_obj.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tobj16/write_obj_disabled.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/address_ovr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/address_ovr_disabled.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/conditional_ovr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/conditional_ovr_disabled.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/error_ovr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/function_ovr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/function_ovr_disabled.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/installed_ovr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/installed_ovr_disabled.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/icons/tovr16/warning_ovr.png [new file with mode: 0755]
debug/org.eclipse.cdt.debug.ui/plugin.xml
debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/CDebugImages.java
dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyImageRegistry.java