diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-16 10:38:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-16 10:38:36 +0900 |
commit | dfb1b9f10a0c18ace12de3323e3eea410efa3b6c (patch) | |
tree | c0ec1ada481c63bb428ae6a11a0f84383249cd26 /icons | |
parent | 5fa736197b0b111d7d1eb3d7622499375f3f17f9 (diff) | |
download | universal-indent-gui-tqt-dfb1b9f10a0c18ace12de3323e3eea410efa3b6c.tar.gz universal-indent-gui-tqt-dfb1b9f10a0c18ace12de3323e3eea410efa3b6c.zip |
Added initial empty GUI for the indenter
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'icons')
-rw-r--r-- | icons/CMakeLists.txt | 5 | ||||
-rwxr-xr-x | icons/help.png (renamed from icons/__TODO/help.png) | bin | 2231 -> 2231 bytes | |||
-rwxr-xr-x | icons/load_indent_cfg.png (renamed from icons/__TODO/load_indent_cfg.png) | bin | 1673 -> 1673 bytes | |||
-rwxr-xr-x | icons/save_indent_cfg.png (renamed from icons/__TODO/save_indent_cfg.png) | bin | 1666 -> 1666 bytes | |||
-rwxr-xr-x | icons/shell.png (renamed from icons/__TODO/shell.png) | bin | 474 -> 474 bytes | |||
-rwxr-xr-x | icons/view-refresh.png (renamed from icons/__TODO/view-refresh.png) | bin | 2024 -> 2024 bytes |
6 files changed, 5 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 90f4bf4..9e83cf4 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -8,9 +8,13 @@ install( edit-clear.png exporthtml.png exportpdf.png + help.png info.png live-preview.png + load_indent_cfg.png preferences-system.png + save_indent_cfg.png + shell.png syntax-highlight.png system-log-out.png tooltip.png @@ -19,5 +23,6 @@ install( universalIndentGUI_32x32.xpm universalIndentGUI_64x64.png universalIndentGUI_512x512.png + view-refresh.png DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/icons ) diff --git a/icons/__TODO/help.png b/icons/help.png Binary files differindex d60425f..d60425f 100755 --- a/icons/__TODO/help.png +++ b/icons/help.png diff --git a/icons/__TODO/load_indent_cfg.png b/icons/load_indent_cfg.png Binary files differindex b51c82d..b51c82d 100755 --- a/icons/__TODO/load_indent_cfg.png +++ b/icons/load_indent_cfg.png diff --git a/icons/__TODO/save_indent_cfg.png b/icons/save_indent_cfg.png Binary files differindex 2276121..2276121 100755 --- a/icons/__TODO/save_indent_cfg.png +++ b/icons/save_indent_cfg.png diff --git a/icons/__TODO/shell.png b/icons/shell.png Binary files differindex da59c67..da59c67 100755 --- a/icons/__TODO/shell.png +++ b/icons/shell.png diff --git a/icons/__TODO/view-refresh.png b/icons/view-refresh.png Binary files differindex 606ea9e..606ea9e 100755 --- a/icons/__TODO/view-refresh.png +++ b/icons/view-refresh.png |