UnitMatchPy 1.0__tar.gz → 1.5b0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- UnitMatchPy-1.5b0/MANIFEST.in +1 -0
- {UnitMatchPy-1.0/UnitMatchPy.egg-info → UnitMatchPy-1.5b0}/PKG-INFO +1 -1
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/AssignUniqueID.py +49 -46
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/GUI.py +1 -3
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/LICENSE +48 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/README.txt +399 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/awdark.tcl +73 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/awlight.tcl +66 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/awtemplate.tcl +220 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/awthemes.n7 +184 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/awthemes.tcl +4037 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/awwinxpblue.tcl +110 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/colorutils.tcl +377 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/demoscaled.tcl +227 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/demoscaledb.tcl +163 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/demottk.tcl +1093 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/README.txt +68 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-down-d.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-down-n-base.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-down-n.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-down-sn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-left-n.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-right-n.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-right-sn.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-up-d.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/chevron/arrow-up-n.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/open/arrow-down-n-base.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/open/arrow-down-n.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/open/arrow-down-sn.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/open/arrow-left-n.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/open/arrow-right-n.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/open/arrow-right-sn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/open/arrow-up-n.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid/arrow-down-n-base.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid/arrow-down-n.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid/arrow-down-sn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid/arrow-left-n.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid/arrow-right-n.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid/arrow-right-sn.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid/arrow-up-n.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-down-d.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-down-n-base.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-down-n.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-left-d.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-left-n.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-right-d.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-right-n.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-up-d.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/arrow-up-n.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/arrow/solid-bg/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-accent-gradient/button-a.svg +125 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-accent-gradient/button-d.svg +96 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-accent-gradient/button-n.svg +96 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-accent-gradient/button-p.svg +97 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-accent-gradient/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/button-a.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/button-af-base.svg +73 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/button-af.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/button-d.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/button-f.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/button-n.svg +73 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/button-p.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-flat/settings.tcl +3 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-gradient/button-d.svg +112 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-gradient/button-n-base.svg +112 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-gradient/button-n.svg +112 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/button/roundedrect-gradient/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-sa-base.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-sa.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-sd.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-sn-base.svg +84 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-sn.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-ua.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-ud.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check/cb-un.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-sa-base.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-sa.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-sd.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-sn-base.svg +84 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-sn.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-ua.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-ud.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-check-rev/cb-un.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-square/cb-sa.svg +80 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-square/cb-sd.svg +80 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-square/cb-sn-base.svg +80 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-square/cb-sn.svg +80 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-square/cb-ua.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-square/cb-ud.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/roundedrect-square/cb-un.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-check-gradient/cb-sd.svg +106 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-check-gradient/cb-sn-base.svg +108 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-check-gradient/cb-sn.svg +106 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-check-gradient/cb-ud.svg +96 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-check-gradient/cb-un.svg +96 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-x/cb-sd.svg +81 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-x/cb-sn-base.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-x/cb-sn.svg +81 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-x/cb-ud.svg +71 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/checkbutton/square-x/cb-un.svg +71 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-arrow-down-d.svg +81 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-arrow-down-n-base.svg +81 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-arrow-down-n.svg +81 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-entry-a.svg +86 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-entry-d.svg +86 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-entry-f.svg +86 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-entry-n-base.svg +86 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/combo-entry-n.svg +86 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/rounded/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/solid-bg/combo-arrow-down-a.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/solid-bg/combo-arrow-down-d-base.svg +84 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/solid-bg/combo-arrow-down-d.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/solid-bg/combo-arrow-down-n-base.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/solid-bg/combo-arrow-down-n.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/combobox/solid-bg/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/empty/empty/empty.svg +64 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/entry/roundedrect/entry-a.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/entry/roundedrect/entry-d.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/entry/roundedrect/entry-f.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/entry/roundedrect/entry-n-base.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/entry/roundedrect/entry-n.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/entry/roundedrect/settings.tcl +1 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/labelframe/square/labelframe-d.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/labelframe/square/labelframe-n.svg +72 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/chevron/mb-arrow-down-a.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/chevron/mb-arrow-down-d.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/chevron/mb-arrow-down-n-base.svg +84 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/chevron/mb-arrow-down-n.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/solid/mb-arrow-down-d-base.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/solid/mb-arrow-down-d.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/solid/mb-arrow-down-n-base.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/menubutton/solid/mb-arrow-down-n.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-dark/notebook-tab-a.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-dark/notebook-tab-d.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-dark/notebook-tab-h.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-dark/notebook-tab-i-base.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-dark/notebook-tab-i.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-dark/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light/notebook-tab-a.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light/notebook-tab-d.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light/notebook-tab-h.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light/notebook-tab-i-base.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light/notebook-tab-i.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light-accent/notebook-tab-a.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light-accent/notebook-tab-d.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light-accent/notebook-tab-h.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light-accent/notebook-tab-i-base.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light-accent/notebook-tab-i.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/notebook/roundedtop-light-accent/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/slider-hd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/slider-hn-base.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/slider-hn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/slider-vd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/slider-vn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/trough-hd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/trough-hn-base.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/trough-hn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/trough-vd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect/trough-vn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-bord/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-bord/slider-hd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-bord/slider-hn-base.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-bord/slider-hn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-bord/slider-vd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-bord/slider-vn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/diag-mask.svg +407 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/slider-hd.svg +415 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/slider-hn-base.svg +415 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/slider-hn.svg +415 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/slider-vd.svg +416 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/slider-vn-base.svg +416 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rect-diag/slider-vn.svg +416 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/slider-hd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/slider-hn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/slider-vd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/slider-vn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/trough-hd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/trough-hn-base.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/trough-hn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/trough-vd.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/trough-vn-base.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/rounded-line/trough-vn.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/progressbar/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle/rb-sa.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle/rb-sd.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle/rb-sn-base.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle/rb-sn.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle/rb-ua.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle/rb-ud.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle/rb-un.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-gradient/rb-sd.svg +100 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-gradient/rb-sn-base.svg +100 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-gradient/rb-sn.svg +100 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-gradient/rb-ud.svg +94 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-gradient/rb-un.svg +94 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-hlbg/rb-sa.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-hlbg/rb-sd.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-hlbg/rb-sn-base.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-hlbg/rb-sn.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-hlbg/rb-ua.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-hlbg/rb-ud.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-hlbg/rb-un.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-rev/rb-sa.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-rev/rb-sd.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-rev/rb-sn-base.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-rev/rb-sn.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-rev/rb-ua.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-rev/rb-ud.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/circle-circle-rev/rb-un.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/octagon-circle/rb-sd.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/octagon-circle/rb-sn-base.svg +88 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/octagon-circle/rb-sn.svg +77 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/octagon-circle/rb-ud.svg +71 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/radiobutton/octagon-circle/rb-un.svg +71 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/circle/scale-ha.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/circle/scale-hd.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/circle/scale-hn.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/circle-rev/scale-ha.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/circle-rev/scale-hd.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/circle-rev/scale-hn.svg +70 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-bord-grip/scale-hd.svg +182 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-bord-grip/scale-hn-base.svg +182 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-bord-grip/scale-hn.svg +182 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-bord-grip/scale-vd.svg +182 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-bord-grip/scale-vn.svg +182 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-hd.svg +99 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-hn-base.svg +99 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-hn.svg +99 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-trough-hd.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-trough-hn-base.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-trough-hn.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-trough-vd.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-trough-vn-base.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-trough-vn.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-vd.svg +100 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/scale-vn.svg +100 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scale/rect-narrow/settings.tcl +2 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scrollbar-grip/circle/sb-slider-h-grip-base.svg +172 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scrollbar-grip/circle/sb-slider-h-grip.svg +172 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scrollbar-grip/circle/sb-slider-v-grip-base.svg +173 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/scrollbar-grip/circle/sb-slider-v-grip.svg +173 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/sizegrip/circle/sizegrip-base.svg +143 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/sizegrip/circle/sizegrip.svg +143 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/chevron/tree-arrow-down-base.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/chevron/tree-arrow-down-n.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/chevron/tree-arrow-down-sn.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/chevron/tree-arrow-right-n.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/chevron/tree-arrow-right-sn.svg +83 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/open/tree-arrow-down-n-base.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/open/tree-arrow-down-n.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/open/tree-arrow-down-sn.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/open/tree-arrow-right-n-base.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/open/tree-arrow-right-n.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/open/tree-arrow-right-sn.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/plusminus-box/tree-arrow-down-n-base.svg +84 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/plusminus-box/tree-arrow-down-n.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/plusminus-box/tree-arrow-down-sn.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/plusminus-box/tree-arrow-right-n-base.svg +84 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/plusminus-box/tree-arrow-right-n.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/plusminus-box/tree-arrow-right-sn.svg +82 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/solid/tree-arrow-down-n-base.svg +76 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/solid/tree-arrow-down-n.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/solid/tree-arrow-down-sn.svg +74 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/solid/tree-arrow-right-n-base.svg +75 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/solid/tree-arrow-right-n.svg +73 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/i/awthemes/treeview/solid/tree-arrow-right-sn.svg +73 -0
- UnitMatchPy-1.5b0/UnitMatchPy/TkinterTheme/awthemes-10.4.0/pkgIndex.tcl +40 -0
- UnitMatchPy-1.5b0/UnitMatchPy/UM Logo.ico +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0/UnitMatchPy/UnitMatchPy.egg-info}/PKG-INFO +1 -1
- UnitMatchPy-1.5b0/UnitMatchPy/UnitMatchPy.egg-info/SOURCES.txt +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/UnitMatchPy.egg-info/dependency_links.txt +1 -0
- UnitMatchPy-1.5b0/UnitMatchPy/UnitMatchPy.egg-info/requires.txt +8 -0
- UnitMatchPy-1.5b0/UnitMatchPy/UnitMatchPy.egg-info/top_level.txt +1 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/AssignUniqueID.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Bayes_fun.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Bayes_fun.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Extract_raw_data.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Extract_raw_data.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/GUI.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/GUI.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Metrics_fun.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Metrics_fun.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Overlord.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Overlord.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Param_fun.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Param_fun.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Save_utils.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/Save_utils.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/__init__.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/__init__.cpython-312.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/utils.cpython-311.pyc +0 -0
- UnitMatchPy-1.5b0/UnitMatchPy/__pycache__/utils.cpython-312.pyc +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/utils.py +73 -0
- UnitMatchPy-1.5b0/UnitMatchPy.egg-info/PKG-INFO +39 -0
- UnitMatchPy-1.5b0/UnitMatchPy.egg-info/SOURCES.txt +311 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/setup.py +2 -1
- UnitMatchPy-1.0/UnitMatchPy.egg-info/SOURCES.txt +0 -18
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/LICENSE +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/README.md +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/Bayes_fun.py +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/Extract_raw_data.py +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/Metrics_fun.py +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/Overlord.py +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/Param_fun.py +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/Save_utils.py +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy/__init__.py +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy.egg-info/dependency_links.txt +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy.egg-info/requires.txt +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/UnitMatchPy.egg-info/top_level.txt +0 -0
- {UnitMatchPy-1.0 → UnitMatchPy-1.5b0}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
recursive-include UnitMatchPy *
|
|
@@ -13,6 +13,7 @@ def check_is_in(TestArray, ParentArray):
|
|
|
13
13
|
IsIn = (TestArray[:, None] == ParentArray).all(-1).any(-1)
|
|
14
14
|
return IsIn
|
|
15
15
|
|
|
16
|
+
|
|
16
17
|
def AssignUID(Output, param, ClusInfo):
|
|
17
18
|
|
|
18
19
|
AllClusterIDs = ClusInfo['OriginalID'] # each units has unique ID
|
|
@@ -21,7 +22,7 @@ def AssignUID(Output, param, ClusInfo):
|
|
|
21
22
|
UniqueIDLiberal = np.arange(AllClusterIDs.shape[0])
|
|
22
23
|
OriUniqueID = np.arange(AllClusterIDs.shape[0])
|
|
23
24
|
UniqueIDConservative = np.arange(AllClusterIDs.shape[0])
|
|
24
|
-
UniqueID = np.arange(AllClusterIDs.shape[0])
|
|
25
|
+
UniqueID = np.arange(AllClusterIDs.shape[0]) #Intermediate Case
|
|
25
26
|
|
|
26
27
|
GoodRecSesID = ClusInfo['SessionID']
|
|
27
28
|
RecOpt = np.unique(ClusInfo['SessionID'])
|
|
@@ -88,55 +89,57 @@ def AssignUID(Output, param, ClusInfo):
|
|
|
88
89
|
if (np.logical_and(np.all(check_is_in(CheckPairsA, PairsAll)), np.all(check_is_in(CheckPairsB, PairsAll)))):
|
|
89
90
|
#If each pairs matches with every unit in the other pairs group
|
|
90
91
|
#can add as match to all classes
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
AllPairs = np.vstack((CheckPairsA, CheckPairsB))
|
|
93
|
+
AllGoupsIdxs = np.unique(AllPairs)
|
|
94
|
+
UniqueIDConservative[AllGoupsIdxs] = np.min(UniqueIDConservative[AllGoupsIdxs])
|
|
93
95
|
nMatchesConservative +=1
|
|
94
96
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
+
##Intermediate matches
|
|
98
|
+
#Now test to see if each pairs match with every unit in the other pair IF they are in the same/adjacent sessions
|
|
99
|
+
UnitAID = UniqueID[pair[0]]
|
|
100
|
+
UnitBID = UniqueID[pair[1]]
|
|
101
|
+
|
|
102
|
+
SameGroupIdA = np.argwhere(UniqueID == UnitAID).squeeze()
|
|
103
|
+
SameGroupIdB = np.argwhere(UniqueID == UnitBID).squeeze()
|
|
104
|
+
if len(SameGroupIdA.shape) == 0:
|
|
105
|
+
SameGroupIdA = SameGroupIdA[np.newaxis]
|
|
106
|
+
if len(SameGroupIdB.shape) == 0:
|
|
107
|
+
SameGroupIdB = SameGroupIdB[np.newaxis]
|
|
108
|
+
|
|
109
|
+
CheckPairsA = np.stack((SameGroupIdB, np.broadcast_to(np.array(pair[0]), SameGroupIdB.shape)), axis = -1)
|
|
110
|
+
CheckPairsB = np.stack((SameGroupIdA, np.broadcast_to(np.array(pair[1]), SameGroupIdA.shape)), axis = -1)
|
|
111
|
+
#delte potential self-matches
|
|
112
|
+
CheckPairsA = np.delete(CheckPairsA, np.argwhere(CheckPairsA[:,0] == CheckPairsA[:,1]), axis =0)
|
|
113
|
+
CheckPairsB = np.delete(CheckPairsB, np.argwhere(CheckPairsB[:,0] == CheckPairsB[:,1]), axis =0)
|
|
114
|
+
|
|
115
|
+
#check to see if they are in the same or adjacent sessions
|
|
116
|
+
InNearSessionA = np.abs(np.diff(ClusInfo['SessionID'][CheckPairsA])) <= 1
|
|
117
|
+
InNearSessionB = np.abs(np.diff(ClusInfo['SessionID'][CheckPairsB])) <= 1
|
|
118
|
+
|
|
119
|
+
CheckPairsNearA = CheckPairsA[InNearSessionA.squeeze()]
|
|
120
|
+
CheckPairsNearB = CheckPairsB[InNearSessionB.squeeze()]
|
|
121
|
+
|
|
122
|
+
#Catch the csae where the units ARE NOT in adjacent session, so CheckPairsNear is empty
|
|
123
|
+
if np.logical_and(CheckPairsNearA.size == 0, CheckPairsNearB.size == 0):
|
|
124
|
+
AllPairs = np.vstack((CheckPairsA, CheckPairsB))
|
|
125
|
+
AllGoupsIdxs = np.unique(AllPairs)
|
|
126
|
+
UniqueID[AllGoupsIdxs] = np.min(UniqueID[AllGoupsIdxs])
|
|
97
127
|
nMatches +=1
|
|
128
|
+
elif (np.logical_and(np.all(check_is_in(CheckPairsNearA, PairsAll)), np.all(check_is_in(CheckPairsNearB, PairsAll)))):
|
|
129
|
+
AllPairs = np.vstack((CheckPairsA, CheckPairsB))
|
|
130
|
+
AllGoupsIdxs = np.unique(AllPairs)
|
|
131
|
+
UniqueID[AllGoupsIdxs] = np.min(UniqueID[AllGoupsIdxs])
|
|
132
|
+
nMatches +=1
|
|
133
|
+
|
|
134
|
+
## Liberal Matches
|
|
135
|
+
SameGroupIdA = np.argwhere(UniqueIDLiberal == UniqueIDLiberal[pair[0]]).squeeze()
|
|
136
|
+
SameGroupIdB = np.argwhere(UniqueIDLiberal == UniqueIDLiberal[pair[1]]).squeeze()
|
|
98
137
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
UnitAID = UniqueID[pair[0]]
|
|
105
|
-
UnitBID = UniqueID[pair[1]]
|
|
106
|
-
|
|
107
|
-
SameGroupIdA = np.argwhere(UniqueID == UnitAID).squeeze()
|
|
108
|
-
SameGroupIdB = np.argwhere(UniqueID == UnitBID).squeeze()
|
|
109
|
-
if len(SameGroupIdA.shape) == 0:
|
|
110
|
-
SameGroupIdA = SameGroupIdA[np.newaxis]
|
|
111
|
-
if len(SameGroupIdB.shape) == 0:
|
|
112
|
-
SameGroupIdB = SameGroupIdB[np.newaxis]
|
|
113
|
-
|
|
114
|
-
CheckPairsA = np.stack((SameGroupIdB, np.broadcast_to(np.array(pair[0]), SameGroupIdB.shape)), axis = -1)
|
|
115
|
-
CheckPairsB = np.stack((SameGroupIdA, np.broadcast_to(np.array(pair[1]), SameGroupIdA.shape)), axis = -1)
|
|
116
|
-
#delte potential self-matches
|
|
117
|
-
CheckPairsA = np.delete(CheckPairsA, np.argwhere(CheckPairsA[:,0] == CheckPairsA[:,1]), axis =0)
|
|
118
|
-
CheckPairsB = np.delete(CheckPairsB, np.argwhere(CheckPairsB[:,0] == CheckPairsB[:,1]), axis =0)
|
|
119
|
-
|
|
120
|
-
#check to see if they are in the same or adjacent sessions
|
|
121
|
-
InNearSessionA = np.abs(np.diff(ClusInfo['SessionID'][CheckPairsA])) <= 1
|
|
122
|
-
InNearSessionB = np.abs(np.diff(ClusInfo['SessionID'][CheckPairsB])) <= 1
|
|
123
|
-
|
|
124
|
-
CheckPairsNearA = CheckPairsA[InNearSessionA.squeeze()]
|
|
125
|
-
CheckPairsNearB = CheckPairsB[InNearSessionB.squeeze()]
|
|
126
|
-
|
|
127
|
-
if (np.logical_and(np.all(check_is_in(CheckPairsNearA, PairsAll)), np.all(check_is_in(CheckPairsNearB, PairsAll)))):
|
|
128
|
-
UniqueID[pair[0]] = min(UniqueID[pair])
|
|
129
|
-
UniqueID[pair[1]] = min(UniqueID[pair])
|
|
130
|
-
nMatches +=1
|
|
131
|
-
|
|
132
|
-
UniqueIDLiberal[pair[0]] = min(UniqueIDLiberal[pair])
|
|
133
|
-
UniqueIDLiberal[pair[1]] = min(UniqueIDLiberal[pair])
|
|
134
|
-
nMatchesLiberal +=1
|
|
135
|
-
else:
|
|
136
|
-
UniqueIDLiberal[pair[0]] = min(UniqueIDLiberal[pair])
|
|
137
|
-
UniqueIDLiberal[pair[1]] = min(UniqueIDLiberal[pair])
|
|
138
|
-
nMatchesLiberal +=1
|
|
139
|
-
|
|
138
|
+
AllPairs = np.hstack((SameGroupIdA, SameGroupIdB))
|
|
139
|
+
AllGoupsIdxs = np.unique(AllPairs)
|
|
140
|
+
UniqueIDLiberal[AllGoupsIdxs] = np.min(UniqueIDLiberal[AllGoupsIdxs])
|
|
141
|
+
nMatchesLiberal +=1
|
|
142
|
+
|
|
140
143
|
print(f'Number of Liberal Matches: {nMatchesLiberal}')
|
|
141
144
|
print(f'Number of Intermediate Matches: {nMatches}')
|
|
142
145
|
print(f'Number of Conservative Matches: {nMatchesConservative}')
|
|
@@ -45,11 +45,9 @@ def run_GUI():
|
|
|
45
45
|
np.set_printoptions(suppress = True)
|
|
46
46
|
IsMatch = []
|
|
47
47
|
NotMatch = []
|
|
48
|
-
|
|
49
48
|
root = Tk()
|
|
50
|
-
#C:\Users\Experiment\Documents\temp\UnitMatch\UMPy\UMPy\TkinterTheme\awthemes-10.4.0\awdark.tcl
|
|
51
49
|
# downloaded theme from https://sourceforge.net/projects/tcl-awthemes/
|
|
52
|
-
theme_path = os.path.join(os.path.dirname(os.path.abspath(__file__)) , r'TkinterTheme')
|
|
50
|
+
theme_path = os.path.join(os.path.dirname(os.path.abspath(__file__)) , r'TkinterTheme\awthemes-10.4.0')
|
|
53
51
|
root.tk.call('lappend', 'auto_path', theme_path)
|
|
54
52
|
root.tk.call('package', 'require', 'awdark')
|
|
55
53
|
s = ttk.Style(root)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
|
|
2
|
+
Theme licenses:
|
|
3
|
+
Theme License Copyright
|
|
4
|
+
arc GPLv3 2015 Sergei Golovan
|
|
5
|
+
http://chiselapp.com/user/sgolovan/repository/ttk-themes/home
|
|
6
|
+
black Tcl 2007-2008 Mats Bengtsson
|
|
7
|
+
https://wiki.tcl-lang.org/page/black+ttk+theme
|
|
8
|
+
breeze GPLv3 2019 Maximilian Lika
|
|
9
|
+
https://github.com/MaxPerl/ttk-Breeze
|
|
10
|
+
breeze-dark GPLv3 2020 Bartek Jasicki
|
|
11
|
+
https://github.com/thindil/tkBreeze
|
|
12
|
+
clearlooks Tcl Regents of the UC, Scriptics, etc.
|
|
13
|
+
Based on a GTK theme.
|
|
14
|
+
http://chiselapp.com/user/sgolovan/repository/ttk-themes/home
|
|
15
|
+
winxpblue Tcl 2004 Pat Thoyts
|
|
16
|
+
|
|
17
|
+
The awthemes package does not use any code or files from the above packages.
|
|
18
|
+
The look and feel of an included theme may not match the original precisely.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Copyright 2018-2021 Brad Lanam, Walnut Creek, CA, USA
|
|
22
|
+
|
|
23
|
+
Note: This license also applies to any .svg files packaged with
|
|
24
|
+
awthemes that are included in the i/awthemes/ directory.
|
|
25
|
+
|
|
26
|
+
The program used to edit the .svg files may automatically add a
|
|
27
|
+
license to the existing .svg files or new .svg files. This license
|
|
28
|
+
overrides any license specified within the i/awthemes/*/*/*.svg files.
|
|
29
|
+
|
|
30
|
+
This software is provided 'as-is', without any express or implied
|
|
31
|
+
warranty. In no event will the authors be held liable for any damages
|
|
32
|
+
arising from the use of this software.
|
|
33
|
+
|
|
34
|
+
Permission is granted to anyone to use this software for any purpose,
|
|
35
|
+
including commercial applications, and to alter it and redistribute it
|
|
36
|
+
freely, subject to the following restrictions:
|
|
37
|
+
|
|
38
|
+
1. The origin of this software must not be misrepresented; you must not
|
|
39
|
+
claim that you wrote the original software. If you use this software
|
|
40
|
+
in a product, an acknowledgment in the product documentation would be
|
|
41
|
+
appreciated but is not required.
|
|
42
|
+
|
|
43
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
|
44
|
+
misrepresented as being the original software.
|
|
45
|
+
|
|
46
|
+
3. This notice may not be removed or altered from any source
|
|
47
|
+
distribution.
|
|
48
|
+
|
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
|
|
2
|
+
The following files are needed:
|
|
3
|
+
awthemes.tcl - main
|
|
4
|
+
colorutils.tcl - color utilities
|
|
5
|
+
pkgIndex.tcl - package index
|
|
6
|
+
awarc.tcl - scalable arc theme
|
|
7
|
+
awblack.tcl - scalable black theme
|
|
8
|
+
awclearlooks.tcl - scalable clearlooks theme
|
|
9
|
+
awdark.tcl - awdark theme
|
|
10
|
+
awlight.tcl - awlight theme
|
|
11
|
+
awwinxpblue.tcl - scalable winxpblue theme
|
|
12
|
+
awbreeze.tcl - scalable breeze theme
|
|
13
|
+
awtemplate.tcl - example file to start a new theme
|
|
14
|
+
i/ - images
|
|
15
|
+
LICENSE - zlib/libpng LICENSE
|
|
16
|
+
|
|
17
|
+
Demonstration scripts:
|
|
18
|
+
demottk.tcl, demoscaled.tcl, demoscaledb.tcl
|
|
19
|
+
|
|
20
|
+
Try:
|
|
21
|
+
# application scaling
|
|
22
|
+
tclsh demottk.tcl awwinxpblue -fontscale 1.2
|
|
23
|
+
# tk scaling only
|
|
24
|
+
tclsh demottk.tcl awwinxpblue -ttkscale 2.0
|
|
25
|
+
# user with high dpi, smaller font
|
|
26
|
+
tclsh demottk.tcl awwinxpblue -ttkscale 2.0 -fontscale 0.7
|
|
27
|
+
|
|
28
|
+
# scaled styling
|
|
29
|
+
tclsh demoscaled.tcl awdark
|
|
30
|
+
|
|
31
|
+
# multiple scaled styling, alternate colors
|
|
32
|
+
# Colors are shared between all styles, they do not each have
|
|
33
|
+
# their own set of colors. Only a few colors used in the graphics
|
|
34
|
+
# can be changed safely.
|
|
35
|
+
tclsh demoscaledb.tcl awdark
|
|
36
|
+
|
|
37
|
+
# original no-tksvg version of awdark/awlight
|
|
38
|
+
tclsh demottk.tcl -notksvg awdark
|
|
39
|
+
|
|
40
|
+
# option db testing
|
|
41
|
+
echo "*TkTheme: awdark" | xrdb -merge -
|
|
42
|
+
TCLLIBPATH=$(pwd) tclsh demottk.tcl -optionnone -optiondflt awdark
|
|
43
|
+
|
|
44
|
+
To load other theme files, use the -autopath option to
|
|
45
|
+
adjust the ::auto_path variable:
|
|
46
|
+
|
|
47
|
+
# loads the original awwinxpblue
|
|
48
|
+
tclsh demottk.tcl winxpblue -notksvg -autopath $HOME/mystuff
|
|
49
|
+
# loads the scalable awwinxpblue when -notksvg is not present
|
|
50
|
+
tclsh demottk.tcl awwinxpblue -autopath $HOME/mystuff
|
|
51
|
+
|
|
52
|
+
demottk.tcl options:
|
|
53
|
+
-accentcolor Change the accent color (awthemes).
|
|
54
|
+
-autopath Set ::auto_path.
|
|
55
|
+
-background Set the background color using 'setBackgroundColor'
|
|
56
|
+
(awthemes).
|
|
57
|
+
-focuscolor Set the graphics and focus color using
|
|
58
|
+
'setHighlightColor' (awthemes).
|
|
59
|
+
-fontscale Change the font scaling factor (awthemes).
|
|
60
|
+
-fontsize Set the initial font size.
|
|
61
|
+
-foreground Set the foreground color (awthemes).
|
|
62
|
+
-macstyles Turn on some of the new styles available in the
|
|
63
|
+
mac_styles branch.
|
|
64
|
+
-nocbt Do not load checkButtonToggle.
|
|
65
|
+
-noflex Do not load flexmenu.
|
|
66
|
+
-notable Do not load or use tablelist.
|
|
67
|
+
-notksvg Do not load or use tksvg.
|
|
68
|
+
-optiondb Use the -optiondb method for setMenuColors,
|
|
69
|
+
setListboxColors and setTextColors.
|
|
70
|
+
-optiondflt Let the *TkTheme option db setting determine the theme.
|
|
71
|
+
-optionnone Use the internal optiondb settings (9.6.0).
|
|
72
|
+
-sizegrip Replace the sizegrip with the svg version.
|
|
73
|
+
True for the aqua theme (requires tksvg).
|
|
74
|
+
-styledemo A demonstration of changing widget styles (awthemes).
|
|
75
|
+
Changes the progressbar and scale widget styles, turns
|
|
76
|
+
off the scrollbar grip and arrows.
|
|
77
|
+
-ttkscale Set the the [tk scaling] factor.
|
|
78
|
+
|
|
79
|
+
10.4.0 2021-06-18
|
|
80
|
+
- awdark/awlight : change to use the solid widget theme for combobox
|
|
81
|
+
arrows. This fixes scaling issues when the combobox font is changed.
|
|
82
|
+
- Added combobox.color.arrow option.
|
|
83
|
+
- Fix incorrect colors in arrow/solid widget theme.
|
|
84
|
+
- Fix incorrect combobox/solid-bg settings.tcl.
|
|
85
|
+
|
|
86
|
+
10.3.2 2021-06-11
|
|
87
|
+
- Handle ::notksvg properly for 8.7
|
|
88
|
+
- Use tk version, not tcl version for 8.7 checks.
|
|
89
|
+
- Fix package vcompare.
|
|
90
|
+
|
|
91
|
+
10.3.1 2021-06-10
|
|
92
|
+
- Check for Tcl version 8.7
|
|
93
|
+
- Update check for svg image support.
|
|
94
|
+
|
|
95
|
+
10.3.0 2021-03-22
|
|
96
|
+
- Add awbreezedark by Bartek Jasicki
|
|
97
|
+
- Add active.color color for use by some widget themes.
|
|
98
|
+
- Internal changes to support active color.
|
|
99
|
+
- Fixed checkbutton width issues.
|
|
100
|
+
- Cleaned up treeview chevron widget theme.
|
|
101
|
+
|
|
102
|
+
10.2.1 (2021-02-11)
|
|
103
|
+
- Set text area -insertbackground so that the cursor has the proper color.
|
|
104
|
+
|
|
105
|
+
10.2.0 (2021-01-02)
|
|
106
|
+
- Add 'getScaleFactor' procedure so that the user can scale
|
|
107
|
+
their images appropriately.
|
|
108
|
+
|
|
109
|
+
10.1.2 (2020-12-20)
|
|
110
|
+
- Menus: add support for menu foreground (menu.fg).
|
|
111
|
+
- Option database initialization: Do not initialize the menu colors
|
|
112
|
+
on Windows. Using 'setMenuColors' on Windows leaves the top menubar
|
|
113
|
+
a light color, and the menu colors dark with a large border.
|
|
114
|
+
Use: ::ttk::theme::${theme}::setMenuColors -optiondb
|
|
115
|
+
to apply anyways.
|
|
116
|
+
- setTextColors: Set text foreground colors appropriately.
|
|
117
|
+
- Toolbutton: set selected color.
|
|
118
|
+
- Menus: add support for menu relief (menu.relief). Default to 'raised'.
|
|
119
|
+
Always keep the borderwidth set to 1, unscaled.
|
|
120
|
+
- Menus: change background color for menus to a darker color.
|
|
121
|
+
- Listbox: change -activestyle to none.
|
|
122
|
+
|
|
123
|
+
10.1.1
|
|
124
|
+
10.1.0
|
|
125
|
+
- Development releases. Not intended for public release.
|
|
126
|
+
|
|
127
|
+
10.0.0 (2020-12-2)
|
|
128
|
+
- option database is always updated. The text widget colors will
|
|
129
|
+
default to -entry.
|
|
130
|
+
- add ttk::theme::<theme> package names so that the option db can
|
|
131
|
+
be used to set the theme and the old setTheme and ttk::themes
|
|
132
|
+
procedures may be used.
|
|
133
|
+
- Breaking change:
|
|
134
|
+
Theme name changes to prevent conflicts with the originals.
|
|
135
|
+
arc -> awarc, black -> awblack, breeze -> awbreeze,
|
|
136
|
+
clearlooks -> awclearlooks, winxpblue -> awwinxpblue.
|
|
137
|
+
Required due to the addition of the ttk::theme::<theme> package names.
|
|
138
|
+
- Added manual page.
|
|
139
|
+
|
|
140
|
+
9.5.1.1 (2020-11-16)
|
|
141
|
+
- update licensing information
|
|
142
|
+
|
|
143
|
+
9.5.1 (2020-11-10)
|
|
144
|
+
- progressbar/rect-bord: fix: set trough image border.
|
|
145
|
+
- setMenuColors: add ability to set the option database.
|
|
146
|
+
- setTextColors: add ability to set the option database.
|
|
147
|
+
- setListboxColors: add ability to set the option database.
|
|
148
|
+
- setMenuColors: change selectColor to use fg.fg (for option database).
|
|
149
|
+
- setTextColors: add -background option.
|
|
150
|
+
- setTextColors: deprecate -dark option.
|
|
151
|
+
|
|
152
|
+
9.5.0 (2020-10-29)
|
|
153
|
+
- Fix so that multiple scaled styles will work.
|
|
154
|
+
- Change so that scaled styles can have (a few of) their own colors.
|
|
155
|
+
- Code cleanup
|
|
156
|
+
|
|
157
|
+
9.4.2 (2020-10-23)
|
|
158
|
+
- Renamed internal color names.
|
|
159
|
+
This may break backwards compatibility for anyone using
|
|
160
|
+
'setThemeColors' or 'getColor'.
|
|
161
|
+
- removed 'setThemeGroupColor' function.
|
|
162
|
+
- Fix so that a missing or incorrect widget style will fallback
|
|
163
|
+
to 'none' and use the parent theme's style.
|
|
164
|
+
- breeze, arc: fix active vertical scale handle.
|
|
165
|
+
- Added $::themeutils::awversion to allow version checks.
|
|
166
|
+
- Fix scalable themes so that they will fail to load if tksvg is
|
|
167
|
+
not present.
|
|
168
|
+
- Improve scaling/layout of combobox/solid-bg.
|
|
169
|
+
- demottk.tcl: added 'package require' as a method to load the themes.
|
|
170
|
+
- clean demo code before production releases.
|
|
171
|
+
|
|
172
|
+
9.4.1 (2020-10-16)
|
|
173
|
+
- fix mkpkgidx.sh script for clearlooks theme.
|
|
174
|
+
|
|
175
|
+
9.4.0 (2020-10-16)
|
|
176
|
+
- added scalable clearlooks theme.
|
|
177
|
+
- scrollbar style: Fix so that a separate scrollbar slider style
|
|
178
|
+
can be set, but still uses the progressbar/ directory.
|
|
179
|
+
- arrow/solid, arrow/solid-bg, combobox/solid-bg: reduce arrow height.
|
|
180
|
+
- treeview heading: improve colors.
|
|
181
|
+
- setTextColors: set background color appropriately if the widget
|
|
182
|
+
is in a normal state.
|
|
183
|
+
- awdark/awlight: no tksvg: improved/fixed arrow colors.
|
|
184
|
+
- arc: improved some colors. fixed tab height.
|
|
185
|
+
- renamed scale/rect-bord-circle to scale/rect-bord-grip. clean up.
|
|
186
|
+
- progressbar/rect-bord: clean up.
|
|
187
|
+
- combobox/rounded: new widget style.
|
|
188
|
+
- progressbar/rect-diag: new widget style.
|
|
189
|
+
- button/roundedrect-gradient: new widget style.
|
|
190
|
+
- scale/rect-narrow: new scale/scale-trough widget style.
|
|
191
|
+
- demottk.tcl: beta: added a tablelist tab if tablelist 6.11+ is available.
|
|
192
|
+
- demottk.tcl: added an '-autopath' option.
|
|
193
|
+
|
|
194
|
+
9.3.2 (2020-10-5)
|
|
195
|
+
- setListboxColors: Fixed to properly set colors on
|
|
196
|
+
removal/reinstantiation of a listbox.
|
|
197
|
+
- Minor code cleanup.
|
|
198
|
+
- setTextColors: Removed configuration of border width.
|
|
199
|
+
|
|
200
|
+
9.3.1 (2020-9-17)
|
|
201
|
+
- Remove debug.
|
|
202
|
+
|
|
203
|
+
9.3 (2020-9-17)
|
|
204
|
+
- Fixed inappropriate toolbutton width setting.
|
|
205
|
+
|
|
206
|
+
9.2.4 (2020-8-14)
|
|
207
|
+
- remove unneeded options for scrollbar
|
|
208
|
+
|
|
209
|
+
9.2.3 (2020-7-17)
|
|
210
|
+
- remove focus ring from treeview selection.
|
|
211
|
+
|
|
212
|
+
9.2.2 (2020-6-6)
|
|
213
|
+
- fix: settextcolors: background color.
|
|
214
|
+
|
|
215
|
+
9.2.1 (2020-5-20)
|
|
216
|
+
- fix: progressbar: rect, rect-bord border size.
|
|
217
|
+
|
|
218
|
+
9.2 (2020-4-30)
|
|
219
|
+
- arc: notebook: use roundedtop-dark style.
|
|
220
|
+
- fix: set of background/highlight colors: remove extra adjustment.
|
|
221
|
+
- fix: setBackground() color adjustments.
|
|
222
|
+
|
|
223
|
+
9.1.1 (2020-4-27)
|
|
224
|
+
- fix package provide statements.
|
|
225
|
+
|
|
226
|
+
9.1 (2020-4-27)
|
|
227
|
+
- progressbar: rect-bord: fixed sizing.
|
|
228
|
+
- progressbar: rect-bord: removed border on trough.
|
|
229
|
+
- various fixes for all themes.
|
|
230
|
+
- Added 'arc' theme by Sergei Golovan
|
|
231
|
+
|
|
232
|
+
9.0 (2020-4-23)
|
|
233
|
+
- added 'awtemplate.tcl' as an example to start a new theme.
|
|
234
|
+
- simplified and regularized all images.
|
|
235
|
+
- reworked color settings, made much easier to use.
|
|
236
|
+
- reworked all radiobuttons and checkbuttons.
|
|
237
|
+
- treeview: added selected arrow right and selected arrow down images.
|
|
238
|
+
- arrows: added solid, open triangle styles.
|
|
239
|
+
- progressbar: rounded-line: reduced width (breeze).
|
|
240
|
+
- various fixes and improvements to all themes.
|
|
241
|
+
- fix combobox listbox handler.
|
|
242
|
+
- fix combobox color mappings.
|
|
243
|
+
|
|
244
|
+
8.1 (2020-4-20)
|
|
245
|
+
- rename all colors names so that they can be grouped properly
|
|
246
|
+
- fix: slider/trough display (padding).
|
|
247
|
+
- fix: incorrect combobox state coloring.
|
|
248
|
+
- fix background changes so that it only modifies the
|
|
249
|
+
properly associated background colors.
|
|
250
|
+
- added helper routine 'setThemeGroupColor'
|
|
251
|
+
- changed 'setHighlightColor' to also change the select background color.
|
|
252
|
+
|
|
253
|
+
8.0 (2020-4-18)
|
|
254
|
+
- menu radiobuttons and menu checkbuttons are now dynamically generated
|
|
255
|
+
and any corresponding .svg files have been removed.
|
|
256
|
+
This also fixes menu radio/check button sizing issues for themes
|
|
257
|
+
other than awdark and awlight.
|
|
258
|
+
- treeview arrows default to inheriting from standard arrows.
|
|
259
|
+
- The themes have been reworked such that each widget has different
|
|
260
|
+
styles that can be applied. All widget styles are now found in
|
|
261
|
+
the i/awthemes/ directory, and individual theme directories are no
|
|
262
|
+
longer needed. A theme's style may be overridden by the user.
|
|
263
|
+
- style: slider/rect-bord: cleaned up some sizing issues
|
|
264
|
+
(awdark/awlight)
|
|
265
|
+
- style: arrow/solid-bg: cleaned up some sizing issues (awdark/awlight)
|
|
266
|
+
- fix: disabled progressbar display.
|
|
267
|
+
- fix: disabled trough display.
|
|
268
|
+
|
|
269
|
+
7.9 (2020-4-12)
|
|
270
|
+
- winxpblue: fixed minor focus color issues (entry, combobox).
|
|
271
|
+
- fixed incorrect scrollbar background color.
|
|
272
|
+
- button: added state {active focus}.
|
|
273
|
+
- entry: added ability to set graphics.
|
|
274
|
+
- notebook: added hover, disabled graphics.
|
|
275
|
+
- combobox: graphics will be set if entry graphics are present.
|
|
276
|
+
- combobox: readonly graphics will be set to button graphics if
|
|
277
|
+
both entry and button graphics are present (breeze theme).
|
|
278
|
+
- menubutton: option to use button graphics for menubuttons.
|
|
279
|
+
- toolbutton: option to use button graphics for toolbuttons.
|
|
280
|
+
- 'setListBoxColors': remove borderwidth and relief settings.
|
|
281
|
+
- spinbox: graphics will be set if entry graphics are present.
|
|
282
|
+
- internal code cleanup: various theme settings have been renamed.
|
|
283
|
+
- added breeze theme (based on Maximilian Lika's breeze theme 0.8).
|
|
284
|
+
- add new helper routines to ::themeutils to set the background color
|
|
285
|
+
and to set the focus/highlight color.
|
|
286
|
+
- awdark/awlight: no tksvg: Fixed some grip/slider colors.
|
|
287
|
+
- fix user color overrides
|
|
288
|
+
|
|
289
|
+
7.8 (2020-3-8)
|
|
290
|
+
- fix highlight background/color for text/label widgets.
|
|
291
|
+
|
|
292
|
+
7.7 (2020-1-17)
|
|
293
|
+
- fix crash when tksvg not present.
|
|
294
|
+
- improve awdark border colors.
|
|
295
|
+
|
|
296
|
+
7.6 (2019-12-7)
|
|
297
|
+
- better grip design
|
|
298
|
+
|
|
299
|
+
7.5 (2019-12-4)
|
|
300
|
+
- reworked all .svg files.
|
|
301
|
+
- cleaned up notebook colors.
|
|
302
|
+
- fixed scaling issue with scaled style scaling.
|
|
303
|
+
- fixed combobox scaling.
|
|
304
|
+
- fixed scrollbar arrows.
|
|
305
|
+
- scaled combobox listbox scrollbar.
|
|
306
|
+
|
|
307
|
+
7.4 (2019-12-3)
|
|
308
|
+
- added hasImage routine for use by checkButtonToggle
|
|
309
|
+
- Fix menu highlight color
|
|
310
|
+
|
|
311
|
+
7.3 (2019-12-2)
|
|
312
|
+
- fix spinbox scaled styling
|
|
313
|
+
|
|
314
|
+
7.2 (2019-12-2)
|
|
315
|
+
- setBackground will not do anything if the background color is unchanged.
|
|
316
|
+
- fixed a bug with graphical buttons.
|
|
317
|
+
- make setbackground more robust.
|
|
318
|
+
|
|
319
|
+
7.1 (2019-12-1)
|
|
320
|
+
- fix border/padding scaling, needed for rounded buttons/tabs.
|
|
321
|
+
|
|
322
|
+
7.0 (2019-11-30)
|
|
323
|
+
- clean up .svg files to use alpha channel for disabled colors.
|
|
324
|
+
- calculate some disabled colors.
|
|
325
|
+
- fix doc.
|
|
326
|
+
- split out theme specific code into separate files.
|
|
327
|
+
- Fix scaledStyle set of treeview indicator.
|
|
328
|
+
- make the tab topbar a generalized option.
|
|
329
|
+
- merge themeutils package
|
|
330
|
+
- clean up notebook tabs.
|
|
331
|
+
- winxpcblue: notebook tab graphics.
|
|
332
|
+
- winxpcblue: disabled images.
|
|
333
|
+
- black: disabled cb/rb images.
|
|
334
|
+
- black: add labelframe color.
|
|
335
|
+
6.0 (2019-11-23)
|
|
336
|
+
- fix !focus colors
|
|
337
|
+
- slider border color
|
|
338
|
+
- various styling fixes and improvements
|
|
339
|
+
- separate scrollbar color
|
|
340
|
+
- optional scrollbar grip
|
|
341
|
+
- button images are now supported
|
|
342
|
+
- added winxpblue scalable theme
|
|
343
|
+
- fixed missing awdark and awlight labelframe
|
|
344
|
+
|
|
345
|
+
awthemes 5.1 (2019-11-20)
|
|
346
|
+
- add more colors to support differing spinbox and scroll arrow colors.
|
|
347
|
+
- awlight, awdark, black theme cleanup
|
|
348
|
+
- rename menubutton arrow .svg files.
|
|
349
|
+
- menubutton styling fixes
|
|
350
|
+
|
|
351
|
+
awthemes 5.0
|
|
352
|
+
- rewrite so that the procedures are no longer duplicated.
|
|
353
|
+
- rewrite set of arrow height/width and combobox arrow height.
|
|
354
|
+
- Add scaledStyle procedure to add a scaled style to the theme.
|
|
355
|
+
- Added a user configurable scaling factor.
|
|
356
|
+
|
|
357
|
+
awthemes 4.2.1
|
|
358
|
+
- fix pkgIndex.tcl to be able to load the themes
|
|
359
|
+
|
|
360
|
+
awthemes 4.2
|
|
361
|
+
- fix scaling of images.
|
|
362
|
+
- size menu radiobutton and checkbutton images.
|
|
363
|
+
- add support for flexmenu.
|
|
364
|
+
|
|
365
|
+
awthemes 4.1
|
|
366
|
+
- breaking change: renamed tab.* color names to base.tab.*
|
|
367
|
+
- fix bugs in setBackground and setHighlight caused by the color
|
|
368
|
+
renaming.
|
|
369
|
+
- fix where the hover color for check and radio buttons is set.
|
|
370
|
+
|
|
371
|
+
awthemes 4.0
|
|
372
|
+
- added support for other clam based themes.
|
|
373
|
+
- breaking change: the .svg files are now loaded from the filesystem
|
|
374
|
+
in order to support multiple themes.
|
|
375
|
+
- breaking change: All of the various colors and derived colors have
|
|
376
|
+
been renamed.
|
|
377
|
+
- awdark/awlight: Fixed empty treeview indicator.
|
|
378
|
+
- added scalable 'black' theme.
|
|
379
|
+
|
|
380
|
+
awthemes 3.1
|
|
381
|
+
- Added themeutils.tcl.
|
|
382
|
+
::themeutils::setThemeColors awdark color-name color ...
|
|
383
|
+
allows the colors to be set. The graphical colors will be
|
|
384
|
+
changed when tksvg is in use. See themeutils.tcl for a list
|
|
385
|
+
of color names.
|
|
386
|
+
|
|
387
|
+
awthemes 3.0
|
|
388
|
+
- Breaking change: The package name has been renamed so
|
|
389
|
+
that 'package require awdark' works.
|
|
390
|
+
|
|
391
|
+
- Support for tksvg has been added.
|
|
392
|
+
New graphics have been added to support tksvg, and the graphics
|
|
393
|
+
will scale according to the 'tk scaling' setting.
|
|
394
|
+
|
|
395
|
+
'tk scaling' must be set prior to the package require statement.
|
|
396
|
+
|
|
397
|
+
- demottk.tcl has been updated to have scalable fonts.
|
|
398
|
+
The 'tk scaling' factor may be specified on the command line:
|
|
399
|
+
demottk.tcl <theme> [-scale <tk-scaling>]
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
#!/usr/bin/tclsh
|
|
2
|
+
#
|
|
3
|
+
#
|
|
4
|
+
#
|
|
5
|
+
# 7.11
|
|
6
|
+
# - set menu.relief to solid.
|
|
7
|
+
|
|
8
|
+
set ap [file normalize [file dirname [info script]]]
|
|
9
|
+
if { $ap ni $::auto_path } {
|
|
10
|
+
lappend ::auto_path $ap
|
|
11
|
+
}
|
|
12
|
+
set ap [file normalize [file join [file dirname [info script]] .. code]]
|
|
13
|
+
if { $ap ni $::auto_path } {
|
|
14
|
+
lappend ::auto_path $ap
|
|
15
|
+
}
|
|
16
|
+
unset ap
|
|
17
|
+
package require awthemes
|
|
18
|
+
|
|
19
|
+
namespace eval ::ttk::theme::awdark {
|
|
20
|
+
|
|
21
|
+
proc setBaseColors { } {
|
|
22
|
+
variable colors
|
|
23
|
+
|
|
24
|
+
array set colors {
|
|
25
|
+
style.arrow solid-bg
|
|
26
|
+
style.checkbutton roundedrect-check
|
|
27
|
+
style.menubutton solid
|
|
28
|
+
style.radiobutton circle-circle-hlbg
|
|
29
|
+
style.treeview solid
|
|
30
|
+
bg.bg #33393b
|
|
31
|
+
fg.fg #ffffff
|
|
32
|
+
graphics.color #215d9c
|
|
33
|
+
is.dark true
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
proc setDerivedColors { } {
|
|
38
|
+
variable colors
|
|
39
|
+
|
|
40
|
+
set colors(arrow.color) $colors(fg.fg)
|
|
41
|
+
set colors(border) #000000
|
|
42
|
+
set colors(border.scale) $colors(bg.darkest)
|
|
43
|
+
set colors(border.tab) $colors(bg.light)
|
|
44
|
+
set colors(button) $colors(bg.darker)
|
|
45
|
+
set colors(button.active) $colors(bg.light)
|
|
46
|
+
set colors(button.anchor) {}
|
|
47
|
+
set colors(button.padding) {5 3}
|
|
48
|
+
set colors(entrybg.bg) $colors(bg.darkest)
|
|
49
|
+
set colors(entry.padding) {5 1}
|
|
50
|
+
set colors(menubutton.padding) {5 2}
|
|
51
|
+
set colors(menu.relief) solid
|
|
52
|
+
set colors(notebook.tab.focusthickness) 5
|
|
53
|
+
set colors(scrollbar.color.grip) #000000
|
|
54
|
+
set colors(select.bg) $colors(graphics.color)
|
|
55
|
+
set colors(spinbox.color.bg) $colors(graphics.color)
|
|
56
|
+
set colors(tab.active) $colors(bg.darker)
|
|
57
|
+
set colors(tab.disabled) $colors(bg.darker)
|
|
58
|
+
set colors(tab.inactive) $colors(bg.darker)
|
|
59
|
+
set colors(tab.selected) $colors(bg.darker)
|
|
60
|
+
set colors(tab.use.topbar) true
|
|
61
|
+
set colors(trough.color) $colors(bg.darkest)
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
proc init { } {
|
|
65
|
+
set theme awdark
|
|
66
|
+
set version 7.12
|
|
67
|
+
::ttk::awthemes::init $theme
|
|
68
|
+
package provide $theme $version
|
|
69
|
+
package provide ttk::theme::${theme} $version
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
init
|
|
73
|
+
}
|