├── .codecov.yml ├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── appbadge ├── AppBadge.docktileplugin │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ ├── main.py │ │ └── plugin │ │ ├── Resources │ │ └── plugin.py │ │ └── _CodeSignature │ │ └── CodeResources ├── appbadge.py ├── build.sh ├── build │ └── bdist.macosx-10.9-intel │ │ └── python3.6-semi_standalone │ │ └── app │ │ ├── python3.6 │ │ └── python3.6 │ │ │ └── site-packages.zip │ │ └── temp │ │ ├── AppKit │ │ ├── _AppKit.py │ │ └── _inlines.py │ │ ├── CoreFoundation │ │ ├── _CoreFoundation.py │ │ └── _inlines.py │ │ ├── Foundation │ │ ├── _Foundation.py │ │ └── _inlines.py │ │ └── objc │ │ └── _objc.py ├── dist │ └── appbadge.docktileplugin │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ ├── appbadge │ │ └── python │ │ ├── PkgInfo │ │ └── Resources │ │ ├── PythonApplet.icns │ │ ├── __boot__.py │ │ ├── __error__.sh │ │ ├── appbadge.py │ │ ├── include │ │ └── lib │ │ ├── python3.6 │ │ ├── config-3.6m-darwin │ │ ├── lib-dynload │ │ │ ├── AppKit │ │ │ │ ├── _AppKit.so │ │ │ │ └── _inlines.so │ │ │ ├── CoreFoundation │ │ │ │ ├── _CoreFoundation.so │ │ │ │ └── _inlines.so │ │ │ ├── Foundation │ │ │ │ ├── _Foundation.so │ │ │ │ └── _inlines.so │ │ │ └── objc │ │ │ │ └── _objc.so │ │ └── site-packages.zip │ │ └── zlib.cpython-36m-darwin.so ├── plugin.py └── setup.py ├── appveyor.yml ├── codecov.sh ├── install_common.sh ├── install_mac.sh ├── install_mac_codesigning.sh ├── install_windows.sh ├── requirements_mac.txt ├── requirements_windows.txt ├── runas.bat ├── setup.py └── wxPython ├── AppBadge.docktileplugin ├── agent.py ├── app.py ├── build ├── Mac │ ├── InternetAccessPolicy.plist │ ├── InternetAccessPolicy.strings │ ├── Little Snitch Translations │ │ ├── de.lproj │ │ │ └── InternetAccessPolicy.strings │ │ ├── en.lproj │ │ │ └── InternetAccessPolicy.strings │ │ ├── es.lproj │ │ │ └── InternetAccessPolicy.strings │ │ └── tr.lproj │ │ │ └── InternetAccessPolicy.strings │ ├── build-all.sh │ ├── build-main.py │ ├── build-notarize.py │ ├── build-pack.sh │ ├── build-uploadsignature.py │ ├── build-verifynotarization.sh │ ├── codesigning │ │ ├── AppleWWDRCA.cer │ │ ├── DevAuthCA.cer │ │ ├── apple.cer │ │ ├── dac.cer │ │ └── jangerner.p12.enc │ ├── dmgbackground.ai │ ├── dmgbackground_final.tiff │ ├── dmgbuild.py │ ├── entitlements.plist │ ├── setup.py │ ├── setup_daemon.py │ └── world.type.guiapp.notarization.UUID ├── Windows │ ├── Package.appxmanifest │ ├── build-all.sh │ ├── build-main.sh │ ├── build-pack.sh │ ├── build-sign.bat │ ├── build-signinstaller.bat │ ├── build-upload.sh │ ├── build-uploadsignature.py │ ├── buildProfile.json │ ├── codesigning │ │ └── jan_gerner.p12.enc │ ├── createissfile.py │ ├── createmappingfile.py │ ├── setup.py │ ├── signature.pfx │ ├── windowsAppManifest.xml │ └── winsparkle │ │ ├── dsa_priv.pem.enc │ │ └── dsa_pub.pem ├── build-canbuild.sh ├── build-canupload.py ├── build-checkversionnumber.py └── build-upload.py ├── daemon.py ├── daemon_2.py ├── daemon_original.py ├── htmlfiles ├── 6DCD725261FBC6F5.png ├── about │ └── index.html ├── biglogo.svg ├── github.svg ├── icon.svg ├── illustration.svg ├── invitation.svg ├── loading.gif ├── loading.svg ├── machineModels │ ├── apple │ │ ├── 001-macbook-1.svg │ │ ├── 002-macbook-pro-1.svg │ │ ├── 003-macbook-pro.svg │ │ ├── 004-iphone-3.svg │ │ ├── 005-ipod-nano-2.svg │ │ ├── 006-iphone-2.svg │ │ ├── 007-imac-5.svg │ │ ├── 008-headphones.svg │ │ ├── 009-iphone-charger-1.svg │ │ ├── 010-iphone-charger.svg │ │ ├── 011-macintosh-2.svg │ │ ├── 012-macintosh-1.svg │ │ ├── 013-apple.svg │ │ ├── 014-ipod-2.svg │ │ ├── 015-ipod-shuffle-1.svg │ │ ├── 016-ipod-classic.svg │ │ ├── 017-iphone-5-1.svg │ │ ├── 018-ipod-nano-1.svg │ │ ├── 019-imac-4.svg │ │ ├── 020-apple-mouse-1.svg │ │ ├── 021-mac-pro-1.svg │ │ ├── 022-macintosh.svg │ │ ├── 023-magsafe.svg │ │ ├── 024-macbook.svg │ │ ├── 025-trackpad.svg │ │ ├── 026-ipod-1.svg │ │ ├── 027-ipod-shuffle.svg │ │ ├── 028-iphone-4.svg │ │ ├── 029-ipod-nano.svg │ │ ├── 030-imac-3.svg │ │ ├── 031-ipod.svg │ │ ├── 032-ibook.svg │ │ ├── 033-imac-2.svg │ │ ├── 034-iphone-5.svg │ │ ├── 035-apple-watch.svg │ │ ├── 036-imac-1.svg │ │ ├── 037-ipad.svg │ │ ├── 038-apple-mouse.svg │ │ ├── 039-iphone-1.svg │ │ ├── 040-imac.svg │ │ ├── 041-apple-tv.svg │ │ ├── 042-lightning.svg │ │ ├── 043-phone-case.svg │ │ ├── 044-pencil.svg │ │ ├── 045-airpods.svg │ │ ├── 046-keyboard-1.svg │ │ ├── 047-keyboard.svg │ │ ├── 048-mac-mini.svg │ │ ├── 049-mac-pro.svg │ │ └── 050-iphone.svg │ └── other │ │ ├── apple.svg │ │ ├── brain.svg │ │ ├── pc.svg │ │ ├── robot.svg │ │ └── windows.svg ├── main │ ├── css │ │ ├── gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 │ │ ├── icons.ttf │ │ ├── index.css │ │ ├── jquery-ui.css │ │ ├── materialicons-regular-webfont.eot │ │ ├── materialicons-regular-webfont.ttf │ │ ├── materialicons-regular-webfont.woff │ │ ├── materialicons-regular-webfont.woff2 │ │ ├── noname │ │ │ ├── nonamesans-bold-webfont.eot │ │ │ ├── nonamesans-bold-webfont.ttf │ │ │ ├── nonamesans-bold-webfont.woff │ │ │ ├── nonamesans-bold-webfont.woff2 │ │ │ ├── nonamesans-extralight-webfont.eot │ │ │ ├── nonamesans-extralight-webfont.ttf │ │ │ ├── nonamesans-extralight-webfont.woff │ │ │ ├── nonamesans-extralight-webfont.woff2 │ │ │ ├── nonamesans-regular-webfont.eot │ │ │ ├── nonamesans-regular-webfont.ttf │ │ │ ├── nonamesans-regular-webfont.woff │ │ │ └── nonamesans-regular-webfont.woff2 │ │ ├── tippy-scaled.css │ │ └── tippy.css │ ├── iconbackground.svg │ ├── index.html │ ├── js │ │ ├── atom.js │ │ ├── debug.js │ │ ├── excanvas.js │ │ ├── jquery-1.12.4.js │ │ ├── jquery-3.2.1.min.js │ │ ├── jquery-3.6.0.js │ │ ├── jquery-ui.js │ │ ├── js.js │ │ ├── polyfill.min.js │ │ ├── prototypes.js │ │ ├── splitcubicatt.js │ │ └── tippy │ │ │ ├── popper.min.js │ │ │ ├── tippy-bundle.umd.js │ │ │ └── tippy-bundle.umd.min.js │ └── test.html ├── materialicons │ └── lock_clock_black_24dp.svg ├── more_darker.svg ├── more_darker.svgz ├── more_lighter.svg ├── more_lighter.svgz ├── preferences │ └── index.html ├── reload.gif ├── seatallowance.svg ├── upgradeicon.svg ├── userIcon.svg └── userIcon_Outline.svg ├── icon ├── MacSystemTrayIcon.pdf ├── MacSystemTrayIcon_Notification.pdf ├── TaskbarIcon.ico ├── TaskbarIcon_Notification.ico ├── tw.icns └── tw.ico ├── intercom └── __init__.py ├── locales ├── __init__.py ├── additional translations.txt ├── downloadLocalization.py ├── localization.json └── uploadLocalization.py ├── patrons ├── __init__.py └── patrons.json ├── preferences.json ├── typeworldguiapp ├── __init__.py ├── config.py └── filestore.py └── updatePatrons.py /.codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/.codecov.yml -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/README.md -------------------------------------------------------------------------------- /appbadge/AppBadge.docktileplugin/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/AppBadge.docktileplugin/Contents/Info.plist -------------------------------------------------------------------------------- /appbadge/AppBadge.docktileplugin/Contents/MacOS/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/AppBadge.docktileplugin/Contents/MacOS/main.py -------------------------------------------------------------------------------- /appbadge/AppBadge.docktileplugin/Contents/MacOS/plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/AppBadge.docktileplugin/Contents/MacOS/plugin -------------------------------------------------------------------------------- /appbadge/AppBadge.docktileplugin/Contents/Resources/plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/AppBadge.docktileplugin/Contents/Resources/plugin.py -------------------------------------------------------------------------------- /appbadge/AppBadge.docktileplugin/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/AppBadge.docktileplugin/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /appbadge/appbadge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/appbadge.py -------------------------------------------------------------------------------- /appbadge/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build.sh -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/python3.6/python3.6/site-packages.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/python3.6/python3.6/site-packages.zip -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/AppKit/_AppKit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/AppKit/_AppKit.py -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/AppKit/_inlines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/AppKit/_inlines.py -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/CoreFoundation/_CoreFoundation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/CoreFoundation/_CoreFoundation.py -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/CoreFoundation/_inlines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/CoreFoundation/_inlines.py -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/Foundation/_Foundation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/Foundation/_Foundation.py -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/Foundation/_inlines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/Foundation/_inlines.py -------------------------------------------------------------------------------- /appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/objc/_objc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/build/bdist.macosx-10.9-intel/python3.6-semi_standalone/app/temp/objc/_objc.py -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Info.plist -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/MacOS/appbadge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/MacOS/appbadge -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/MacOS/python: -------------------------------------------------------------------------------- 1 | /usr/local/bin/python3 -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/PythonApplet.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/PythonApplet.icns -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/__boot__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/__boot__.py -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/__error__.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/__error__.sh -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/appbadge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/appbadge.py -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/include: -------------------------------------------------------------------------------- 1 | /Library/Frameworks/Python.framework/Versions/3.6/include -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/config-3.6m-darwin: -------------------------------------------------------------------------------- 1 | /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/config-3.6m-darwin -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/AppKit/_AppKit.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/AppKit/_AppKit.so -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/AppKit/_inlines.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/AppKit/_inlines.so -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/CoreFoundation/_CoreFoundation.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/CoreFoundation/_CoreFoundation.so -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/CoreFoundation/_inlines.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/CoreFoundation/_inlines.so -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/Foundation/_Foundation.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/Foundation/_Foundation.so -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/Foundation/_inlines.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/Foundation/_inlines.so -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/objc/_objc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/lib-dynload/objc/_objc.so -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/site-packages.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/python3.6/site-packages.zip -------------------------------------------------------------------------------- /appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/zlib.cpython-36m-darwin.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/dist/appbadge.docktileplugin/Contents/Resources/lib/zlib.cpython-36m-darwin.so -------------------------------------------------------------------------------- /appbadge/plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/plugin.py -------------------------------------------------------------------------------- /appbadge/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appbadge/setup.py -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/appveyor.yml -------------------------------------------------------------------------------- /codecov.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/codecov.sh -------------------------------------------------------------------------------- /install_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/install_common.sh -------------------------------------------------------------------------------- /install_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/install_mac.sh -------------------------------------------------------------------------------- /install_mac_codesigning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/install_mac_codesigning.sh -------------------------------------------------------------------------------- /install_windows.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/install_windows.sh -------------------------------------------------------------------------------- /requirements_mac.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/requirements_mac.txt -------------------------------------------------------------------------------- /requirements_windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/requirements_windows.txt -------------------------------------------------------------------------------- /runas.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/runas.bat -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/setup.py -------------------------------------------------------------------------------- /wxPython/AppBadge.docktileplugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/AppBadge.docktileplugin -------------------------------------------------------------------------------- /wxPython/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/agent.py -------------------------------------------------------------------------------- /wxPython/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/app.py -------------------------------------------------------------------------------- /wxPython/build/Mac/InternetAccessPolicy.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/InternetAccessPolicy.plist -------------------------------------------------------------------------------- /wxPython/build/Mac/InternetAccessPolicy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/InternetAccessPolicy.strings -------------------------------------------------------------------------------- /wxPython/build/Mac/Little Snitch Translations/de.lproj/InternetAccessPolicy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/Little Snitch Translations/de.lproj/InternetAccessPolicy.strings -------------------------------------------------------------------------------- /wxPython/build/Mac/Little Snitch Translations/en.lproj/InternetAccessPolicy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/Little Snitch Translations/en.lproj/InternetAccessPolicy.strings -------------------------------------------------------------------------------- /wxPython/build/Mac/Little Snitch Translations/es.lproj/InternetAccessPolicy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/Little Snitch Translations/es.lproj/InternetAccessPolicy.strings -------------------------------------------------------------------------------- /wxPython/build/Mac/Little Snitch Translations/tr.lproj/InternetAccessPolicy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/Little Snitch Translations/tr.lproj/InternetAccessPolicy.strings -------------------------------------------------------------------------------- /wxPython/build/Mac/build-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/build-all.sh -------------------------------------------------------------------------------- /wxPython/build/Mac/build-main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/build-main.py -------------------------------------------------------------------------------- /wxPython/build/Mac/build-notarize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/build-notarize.py -------------------------------------------------------------------------------- /wxPython/build/Mac/build-pack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/build-pack.sh -------------------------------------------------------------------------------- /wxPython/build/Mac/build-uploadsignature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/build-uploadsignature.py -------------------------------------------------------------------------------- /wxPython/build/Mac/build-verifynotarization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/build-verifynotarization.sh -------------------------------------------------------------------------------- /wxPython/build/Mac/codesigning/AppleWWDRCA.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/codesigning/AppleWWDRCA.cer -------------------------------------------------------------------------------- /wxPython/build/Mac/codesigning/DevAuthCA.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/codesigning/DevAuthCA.cer -------------------------------------------------------------------------------- /wxPython/build/Mac/codesigning/apple.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/codesigning/apple.cer -------------------------------------------------------------------------------- /wxPython/build/Mac/codesigning/dac.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/codesigning/dac.cer -------------------------------------------------------------------------------- /wxPython/build/Mac/codesigning/jangerner.p12.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/codesigning/jangerner.p12.enc -------------------------------------------------------------------------------- /wxPython/build/Mac/dmgbackground.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/dmgbackground.ai -------------------------------------------------------------------------------- /wxPython/build/Mac/dmgbackground_final.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/dmgbackground_final.tiff -------------------------------------------------------------------------------- /wxPython/build/Mac/dmgbuild.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/dmgbuild.py -------------------------------------------------------------------------------- /wxPython/build/Mac/entitlements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/entitlements.plist -------------------------------------------------------------------------------- /wxPython/build/Mac/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/setup.py -------------------------------------------------------------------------------- /wxPython/build/Mac/setup_daemon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Mac/setup_daemon.py -------------------------------------------------------------------------------- /wxPython/build/Mac/world.type.guiapp.notarization.UUID: -------------------------------------------------------------------------------- 1 | aff0ca82-86ed-4f72-b569-70ff84ec612a -------------------------------------------------------------------------------- /wxPython/build/Windows/Package.appxmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/Package.appxmanifest -------------------------------------------------------------------------------- /wxPython/build/Windows/build-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/build-all.sh -------------------------------------------------------------------------------- /wxPython/build/Windows/build-main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/build-main.sh -------------------------------------------------------------------------------- /wxPython/build/Windows/build-pack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/build-pack.sh -------------------------------------------------------------------------------- /wxPython/build/Windows/build-sign.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/build-sign.bat -------------------------------------------------------------------------------- /wxPython/build/Windows/build-signinstaller.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/build-signinstaller.bat -------------------------------------------------------------------------------- /wxPython/build/Windows/build-upload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/build-upload.sh -------------------------------------------------------------------------------- /wxPython/build/Windows/build-uploadsignature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/build-uploadsignature.py -------------------------------------------------------------------------------- /wxPython/build/Windows/buildProfile.json: -------------------------------------------------------------------------------- 1 | ["normal", "sign"] 2 | -------------------------------------------------------------------------------- /wxPython/build/Windows/codesigning/jan_gerner.p12.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/codesigning/jan_gerner.p12.enc -------------------------------------------------------------------------------- /wxPython/build/Windows/createissfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/createissfile.py -------------------------------------------------------------------------------- /wxPython/build/Windows/createmappingfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/createmappingfile.py -------------------------------------------------------------------------------- /wxPython/build/Windows/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/setup.py -------------------------------------------------------------------------------- /wxPython/build/Windows/signature.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/signature.pfx -------------------------------------------------------------------------------- /wxPython/build/Windows/windowsAppManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/windowsAppManifest.xml -------------------------------------------------------------------------------- /wxPython/build/Windows/winsparkle/dsa_priv.pem.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/winsparkle/dsa_priv.pem.enc -------------------------------------------------------------------------------- /wxPython/build/Windows/winsparkle/dsa_pub.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/Windows/winsparkle/dsa_pub.pem -------------------------------------------------------------------------------- /wxPython/build/build-canbuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/build-canbuild.sh -------------------------------------------------------------------------------- /wxPython/build/build-canupload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/build-canupload.py -------------------------------------------------------------------------------- /wxPython/build/build-checkversionnumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/build-checkversionnumber.py -------------------------------------------------------------------------------- /wxPython/build/build-upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/build/build-upload.py -------------------------------------------------------------------------------- /wxPython/daemon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/daemon.py -------------------------------------------------------------------------------- /wxPython/daemon_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/daemon_2.py -------------------------------------------------------------------------------- /wxPython/daemon_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/daemon_original.py -------------------------------------------------------------------------------- /wxPython/htmlfiles/6DCD725261FBC6F5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/6DCD725261FBC6F5.png -------------------------------------------------------------------------------- /wxPython/htmlfiles/about/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/about/index.html -------------------------------------------------------------------------------- /wxPython/htmlfiles/biglogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/biglogo.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/github.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/icon.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/illustration.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/illustration.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/invitation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/invitation.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/loading.gif -------------------------------------------------------------------------------- /wxPython/htmlfiles/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/loading.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/001-macbook-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/001-macbook-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/002-macbook-pro-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/002-macbook-pro-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/003-macbook-pro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/003-macbook-pro.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/004-iphone-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/004-iphone-3.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/005-ipod-nano-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/005-ipod-nano-2.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/006-iphone-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/006-iphone-2.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/007-imac-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/007-imac-5.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/008-headphones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/008-headphones.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/009-iphone-charger-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/009-iphone-charger-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/010-iphone-charger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/010-iphone-charger.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/011-macintosh-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/011-macintosh-2.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/012-macintosh-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/012-macintosh-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/013-apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/013-apple.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/014-ipod-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/014-ipod-2.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/015-ipod-shuffle-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/015-ipod-shuffle-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/016-ipod-classic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/016-ipod-classic.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/017-iphone-5-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/017-iphone-5-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/018-ipod-nano-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/018-ipod-nano-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/019-imac-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/019-imac-4.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/020-apple-mouse-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/020-apple-mouse-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/021-mac-pro-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/021-mac-pro-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/022-macintosh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/022-macintosh.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/023-magsafe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/023-magsafe.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/024-macbook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/024-macbook.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/025-trackpad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/025-trackpad.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/026-ipod-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/026-ipod-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/027-ipod-shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/027-ipod-shuffle.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/028-iphone-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/028-iphone-4.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/029-ipod-nano.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/029-ipod-nano.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/030-imac-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/030-imac-3.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/031-ipod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/031-ipod.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/032-ibook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/032-ibook.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/033-imac-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/033-imac-2.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/034-iphone-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/034-iphone-5.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/035-apple-watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/035-apple-watch.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/036-imac-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/036-imac-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/037-ipad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/037-ipad.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/038-apple-mouse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/038-apple-mouse.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/039-iphone-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/039-iphone-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/040-imac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/040-imac.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/041-apple-tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/041-apple-tv.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/042-lightning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/042-lightning.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/043-phone-case.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/043-phone-case.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/044-pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/044-pencil.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/045-airpods.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/045-airpods.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/046-keyboard-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/046-keyboard-1.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/047-keyboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/047-keyboard.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/048-mac-mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/048-mac-mini.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/049-mac-pro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/049-mac-pro.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/apple/050-iphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/apple/050-iphone.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/other/apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/other/apple.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/other/brain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/other/brain.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/other/pc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/other/pc.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/other/robot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/other/robot.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/machineModels/other/windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/machineModels/other/windows.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/icons.ttf -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/index.css -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/jquery-ui.css -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/materialicons-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/materialicons-regular-webfont.eot -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/materialicons-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/materialicons-regular-webfont.ttf -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/materialicons-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/materialicons-regular-webfont.woff -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/materialicons-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/materialicons-regular-webfont.woff2 -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.eot -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.ttf -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.woff -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-bold-webfont.woff2 -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.eot -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.ttf -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.woff -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-extralight-webfont.woff2 -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.eot -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.ttf -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.woff -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/noname/nonamesans-regular-webfont.woff2 -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/tippy-scaled.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/tippy-scaled.css -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/css/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/css/tippy.css -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/iconbackground.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/iconbackground.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/index.html -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/atom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/atom.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/debug.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/excanvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/excanvas.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/jquery-1.12.4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/jquery-1.12.4.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/jquery-3.2.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/jquery-3.2.1.min.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/jquery-3.6.0.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/jquery-ui.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/js.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/polyfill.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/polyfill.min.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/prototypes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/prototypes.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/splitcubicatt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/splitcubicatt.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/tippy/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/tippy/popper.min.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/tippy/tippy-bundle.umd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/tippy/tippy-bundle.umd.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/js/tippy/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/js/tippy/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /wxPython/htmlfiles/main/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/main/test.html -------------------------------------------------------------------------------- /wxPython/htmlfiles/materialicons/lock_clock_black_24dp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/materialicons/lock_clock_black_24dp.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/more_darker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/more_darker.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/more_darker.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/more_darker.svgz -------------------------------------------------------------------------------- /wxPython/htmlfiles/more_lighter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/more_lighter.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/more_lighter.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/more_lighter.svgz -------------------------------------------------------------------------------- /wxPython/htmlfiles/preferences/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/preferences/index.html -------------------------------------------------------------------------------- /wxPython/htmlfiles/reload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/reload.gif -------------------------------------------------------------------------------- /wxPython/htmlfiles/seatallowance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/seatallowance.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/upgradeicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/upgradeicon.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/userIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/userIcon.svg -------------------------------------------------------------------------------- /wxPython/htmlfiles/userIcon_Outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/htmlfiles/userIcon_Outline.svg -------------------------------------------------------------------------------- /wxPython/icon/MacSystemTrayIcon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/icon/MacSystemTrayIcon.pdf -------------------------------------------------------------------------------- /wxPython/icon/MacSystemTrayIcon_Notification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/icon/MacSystemTrayIcon_Notification.pdf -------------------------------------------------------------------------------- /wxPython/icon/TaskbarIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/icon/TaskbarIcon.ico -------------------------------------------------------------------------------- /wxPython/icon/TaskbarIcon_Notification.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/icon/TaskbarIcon_Notification.ico -------------------------------------------------------------------------------- /wxPython/icon/tw.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/icon/tw.icns -------------------------------------------------------------------------------- /wxPython/icon/tw.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/icon/tw.ico -------------------------------------------------------------------------------- /wxPython/intercom/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/intercom/__init__.py -------------------------------------------------------------------------------- /wxPython/locales/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/locales/__init__.py -------------------------------------------------------------------------------- /wxPython/locales/additional translations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/locales/additional translations.txt -------------------------------------------------------------------------------- /wxPython/locales/downloadLocalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/locales/downloadLocalization.py -------------------------------------------------------------------------------- /wxPython/locales/localization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/locales/localization.json -------------------------------------------------------------------------------- /wxPython/locales/uploadLocalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/locales/uploadLocalization.py -------------------------------------------------------------------------------- /wxPython/patrons/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wxPython/patrons/patrons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/patrons/patrons.json -------------------------------------------------------------------------------- /wxPython/preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/preferences.json -------------------------------------------------------------------------------- /wxPython/typeworldguiapp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wxPython/typeworldguiapp/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/typeworldguiapp/config.py -------------------------------------------------------------------------------- /wxPython/typeworldguiapp/filestore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/typeworldguiapp/filestore.py -------------------------------------------------------------------------------- /wxPython/updatePatrons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeworld/guiapp/HEAD/wxPython/updatePatrons.py --------------------------------------------------------------------------------