Icon cleanup

- New script generatePngIcons to generate PNG icons from SVG ones.
- Deleted all SVG icons.
- Created new SVG icon template.
- Created atom.svg using new template.
- Deleted tools/source_icons
- Moved non-icon files out of rtdata/icons
This commit is contained in:
Morgan Hardwood
2018-05-15 23:06:40 +02:00
parent bed8e8914b
commit 0366edfc1a
451 changed files with 297 additions and 189652 deletions

View File

@@ -25,7 +25,7 @@ if(WIN32)
endif()
if(UNIX)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/icons/rawtherapee.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/rawtherapee.desktop")
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/rawtherapee.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/rawtherapee.desktop")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/rawtherapee.desktop" DESTINATION ${DESKTOPDIR})
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/icons/hi16-app-rawtherapee.png" DESTINATION "${ICONSDIR}/hicolor/16x16/apps" RENAME rawtherapee.png)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/icons/hi24-app-rawtherapee.png" DESTINATION "${ICONSDIR}/hicolor/24x24/apps" RENAME rawtherapee.png)