diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bef25d7..6b0b4b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ CHANGELOG for FlatCAM beta - update the language template strings.pot and updated the Romanian translation - updated the Readme file with the steps for installation for MacOS - updated the requirements.txt file +- updated some of the icons in the dark_resources folder (some added, some modified) 23.04.2020 diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 21af0c26..a90fbd68 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -145,7 +145,7 @@ class App(QtCore.QObject): # ################################### Version and VERSION DATE ################################################## # ############################################################################################################### version = 8.992 - version_date = "2020/03/27" + version_date = "2020/05/01" beta = True engine = '3D' diff --git a/share/dark_resources/about32.png b/share/dark_resources/about32.png new file mode 100644 index 00000000..91c2caf1 Binary files /dev/null and b/share/dark_resources/about32.png differ diff --git a/share/dark_resources/align16.png b/share/dark_resources/align16.png new file mode 100644 index 00000000..500537f9 Binary files /dev/null and b/share/dark_resources/align16.png differ diff --git a/share/dark_resources/align32.png b/share/dark_resources/align32.png new file mode 100644 index 00000000..4249e35a Binary files /dev/null and b/share/dark_resources/align32.png differ diff --git a/share/dark_resources/black32.png b/share/dark_resources/black32.png index ff19e7ad..c2a42e8d 100644 Binary files a/share/dark_resources/black32.png and b/share/dark_resources/black32.png differ diff --git a/share/dark_resources/extract_drill16.png b/share/dark_resources/extract_drill16.png new file mode 100644 index 00000000..ca38b16d Binary files /dev/null and b/share/dark_resources/extract_drill16.png differ diff --git a/share/dark_resources/extract_drill32.png b/share/dark_resources/extract_drill32.png new file mode 100644 index 00000000..16f1dd72 Binary files /dev/null and b/share/dark_resources/extract_drill32.png differ diff --git a/share/dark_resources/file32.png b/share/dark_resources/file32.png index 2a034650..a62c6730 100644 Binary files a/share/dark_resources/file32.png and b/share/dark_resources/file32.png differ diff --git a/share/dark_resources/film32.png b/share/dark_resources/film32.png new file mode 100644 index 00000000..0dab924a Binary files /dev/null and b/share/dark_resources/film32.png differ diff --git a/share/dark_resources/flatcam_icon128.png b/share/dark_resources/flatcam_icon128.png index 893bbf37..2ad0261e 100644 Binary files a/share/dark_resources/flatcam_icon128.png and b/share/dark_resources/flatcam_icon128.png differ diff --git a/share/dark_resources/geometry32.png b/share/dark_resources/geometry32.png new file mode 100644 index 00000000..647bf48e Binary files /dev/null and b/share/dark_resources/geometry32.png differ diff --git a/share/dark_resources/invert16.png b/share/dark_resources/invert16.png new file mode 100644 index 00000000..52e8acbf Binary files /dev/null and b/share/dark_resources/invert16.png differ diff --git a/share/dark_resources/invert32.png b/share/dark_resources/invert32.png new file mode 100644 index 00000000..7840e683 Binary files /dev/null and b/share/dark_resources/invert32.png differ diff --git a/share/dark_resources/link16.png b/share/dark_resources/link16.png new file mode 100644 index 00000000..d46c2a2e Binary files /dev/null and b/share/dark_resources/link16.png differ diff --git a/share/dark_resources/locate16.png b/share/dark_resources/locate16.png new file mode 100644 index 00000000..ab58e9be Binary files /dev/null and b/share/dark_resources/locate16.png differ diff --git a/share/dark_resources/locate32.png b/share/dark_resources/locate32.png new file mode 100644 index 00000000..3ade490a Binary files /dev/null and b/share/dark_resources/locate32.png differ diff --git a/share/dark_resources/origin2_16.png b/share/dark_resources/origin2_16.png new file mode 100644 index 00000000..ff699506 Binary files /dev/null and b/share/dark_resources/origin2_16.png differ diff --git a/share/dark_resources/origin2_32.png b/share/dark_resources/origin2_32.png new file mode 100644 index 00000000..b1ad7a0c Binary files /dev/null and b/share/dark_resources/origin2_32.png differ diff --git a/share/dark_resources/punch16.png b/share/dark_resources/punch16.png new file mode 100644 index 00000000..dd4c7723 Binary files /dev/null and b/share/dark_resources/punch16.png differ diff --git a/share/dark_resources/punch32.png b/share/dark_resources/punch32.png new file mode 100644 index 00000000..ef0541a9 Binary files /dev/null and b/share/dark_resources/punch32.png differ diff --git a/share/dark_resources/white32.png b/share/dark_resources/white32.png new file mode 100644 index 00000000..4a731fa5 Binary files /dev/null and b/share/dark_resources/white32.png differ