bitmaps and template are resources.
@ -1072,7 +1072,6 @@ endif()
|
|||||||
# Binaries ( CMake targets )
|
# Binaries ( CMake targets )
|
||||||
add_subdirectory( resources )
|
add_subdirectory( resources )
|
||||||
add_subdirectory( thirdparty )
|
add_subdirectory( thirdparty )
|
||||||
add_subdirectory( bitmaps_png )
|
|
||||||
add_subdirectory( libs )
|
add_subdirectory( libs )
|
||||||
add_subdirectory( scripting )
|
add_subdirectory( scripting )
|
||||||
add_subdirectory( common )
|
add_subdirectory( common )
|
||||||
@ -1102,5 +1101,3 @@ endif ( KICAD_INSTALL_DEMOS )
|
|||||||
if( KICAD_BUILD_I18N )
|
if( KICAD_BUILD_I18N )
|
||||||
add_subdirectory( translation )
|
add_subdirectory( translation )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory( template )
|
|
||||||
|
@ -34,7 +34,6 @@ GitLab CI pipeline status can be viewed for Linux and Windows builds of the late
|
|||||||
|
|
||||||
* [3d-viewer](3d-viewer) - Sourcecode of the 3D viewer
|
* [3d-viewer](3d-viewer) - Sourcecode of the 3D viewer
|
||||||
* [bitmap2component](bitmap2component) - Sourcecode of the bitmap to PCB artwork converter
|
* [bitmap2component](bitmap2component) - Sourcecode of the bitmap to PCB artwork converter
|
||||||
* [bitmaps_png](bitmaps_png) - Menu and program icons
|
|
||||||
* [CMakeModules](CMakeModules) - Modules for the CMAKE build tool
|
* [CMakeModules](CMakeModules) - Modules for the CMAKE build tool
|
||||||
* [common](common) - Sourcecode of the common library
|
* [common](common) - Sourcecode of the common library
|
||||||
* [cvpcb](cvpcb) - Sourcecode of the CvPCB tool
|
* [cvpcb](cvpcb) - Sourcecode of the CvPCB tool
|
||||||
@ -50,9 +49,10 @@ GitLab CI pipeline status can be viewed for Linux and Windows builds of the late
|
|||||||
* [pcbnew](pcbnew) - Sourcecode of the printed circuit board editor
|
* [pcbnew](pcbnew) - Sourcecode of the printed circuit board editor
|
||||||
* [plugins](plugins) - Sourcecode for the 3D viewer plugins
|
* [plugins](plugins) - Sourcecode for the 3D viewer plugins
|
||||||
* [qa](qa) - Unit testing framework for KiCad
|
* [qa](qa) - Unit testing framework for KiCad
|
||||||
* [resources](resources) - Packaging resources for various operating systems
|
* [resources](resources) - Packaging resources such as bitmaps and operating system specific files
|
||||||
|
** [bitmaps_png](bitmaps_png) - Menu and program icons
|
||||||
|
** [project_template](project_template) - Project template
|
||||||
* [scripting](scripting) - Python integration for KiCad
|
* [scripting](scripting) - Python integration for KiCad
|
||||||
* [template](template) - Project template
|
|
||||||
* [thirdparty](thirdparty) - Sourcecode of external libraries used in KiCad but not written by the KiCad team
|
* [thirdparty](thirdparty) - Sourcecode of external libraries used in KiCad but not written by the KiCad team
|
||||||
* [tools](tools) - Helpers for developing, testing and building
|
* [tools](tools) - Helpers for developing, testing and building
|
||||||
* [translation](translation) - Translation data files (managed through [Weblate](https://hosted.weblate.org/projects/kicad/master-source/) for most languages)
|
* [translation](translation) - Translation data files (managed through [Weblate](https://hosted.weblate.org/projects/kicad/master-source/) for most languages)
|
||||||
|
@ -13,7 +13,7 @@ include_directories(
|
|||||||
./dialogs
|
./dialogs
|
||||||
./widgets
|
./widgets
|
||||||
./dialog_about
|
./dialog_about
|
||||||
${CMAKE_SOURCE_DIR}/bitmaps_png
|
${CMAKE_SOURCE_DIR}/resources/bitmaps_png
|
||||||
${CMAKE_SOURCE_DIR}/3d-viewer
|
${CMAKE_SOURCE_DIR}/3d-viewer
|
||||||
${CMAKE_SOURCE_DIR}/pcbnew
|
${CMAKE_SOURCE_DIR}/pcbnew
|
||||||
${INC_AFTER}
|
${INC_AFTER}
|
||||||
|
@ -103,3 +103,6 @@ elseif( UNIX )
|
|||||||
PATTERN "*.in" EXCLUDE
|
PATTERN "*.in" EXCLUDE
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_subdirectory(bitmaps_png)
|
||||||
|
add_subdirectory(project_template)
|
@ -46,13 +46,13 @@
|
|||||||
# lower case is used for local variables, uppercase for global variables
|
# lower case is used for local variables, uppercase for global variables
|
||||||
|
|
||||||
option( MAINTAIN_PNGS
|
option( MAINTAIN_PNGS
|
||||||
"Set to true if you are a PNG maintainer and have the required tools given in the bitmaps_png/CMakeLists.txt file (default OFF)."
|
"Set to true if you are a PNG maintainer and have the required tools given in the resources/bitmaps_png/CMakeLists.txt file (default OFF)."
|
||||||
OFF)
|
OFF)
|
||||||
|
|
||||||
# Used Only to maintain PNG files (and therefore to recreate .cpp files)
|
# Used Only to maintain PNG files (and therefore to recreate .cpp files)
|
||||||
# The png2cpp creates files with native End of Line format.
|
# The png2cpp creates files with native End of Line format.
|
||||||
|
|
||||||
# List of themes - each corresponds to a folder of SVGS in ./bitmaps_png/sources/
|
# List of themes - each corresponds to a folder of SVGS in ./resources/bitmaps_png/sources/
|
||||||
set( THEMES
|
set( THEMES
|
||||||
light
|
light
|
||||||
dark )
|
dark )
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
0
bitmaps_png/mk_icn_res.sh → resources/bitmaps_png/mk_icn_res.sh
Executable file → Normal file
0
bitmaps_png/mk_mac_icons.sh → resources/bitmaps_png/mk_mac_icons.sh
Executable file → Normal file
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 623 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 837 B |
Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 820 B |
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 174 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 531 B After Width: | Height: | Size: 531 B |
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 730 B After Width: | Height: | Size: 730 B |
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 124 B |
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 798 B After Width: | Height: | Size: 798 B |
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 578 B After Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 582 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |