├── .gitignore ├── ImgRecogType.qml ├── MsmView.qml ├── Options.qml ├── README.md ├── SimpleMessageType.qml ├── SkillModel.qml ├── SwitchButton.qml ├── TopBarAnim.qml ├── WebViewType.qml ├── Welcome.qml ├── backendplugin.cpp ├── deployment.pri ├── filereader.cpp ├── filereader.h ├── iconscriptlauncher.cpp ├── iconscriptlauncher.h ├── images.qrc ├── images ├── .directory ├── 10.jpg ├── Column_Dawid_voorkant.jpg ├── Mycroft-Logo-square.png ├── activitydebug.png ├── alarm.png ├── appicon.png ├── background.png ├── bluebg.png ├── bluesky.png ├── clearsky.gif ├── climatesc.jpg ├── dateandtime.png ├── depositphotos_40095205-stock-video-broadcast-news-intro-opening-earth.jpg ├── desktop.png ├── funnyface.png ├── hint.svg ├── home.svg ├── installer.svg ├── joke.png ├── mleftanim.png ├── mleftmidanim.png ├── mleftsmallanim.png ├── mmidanim.png ├── mycicon.png ├── mycroft-plasma-appicon.png ├── mycroft-plasma-appicon.svg ├── oldmmidanim.png ├── rain.gif ├── reminder.png ├── settings-icon.png ├── settings.svg ├── silence.png ├── snow.gif ├── spell.png ├── stocks.png ├── trayicon.png ├── view-fullscreen.svg ├── weather.png ├── weathericon.png ├── whitespace.jpg ├── wikip.png └── wolfram.png ├── main.cpp ├── main.qml ├── msmapp.cpp ├── msmapp.h ├── mycroft-qtapplication.pro ├── mycroft-qtapplication.pro.user ├── mycroft-qtapplication.pro.user.eda1ae5 ├── qml.qrc ├── qtquickcontrols2.conf ├── scriptlauncher.cpp ├── scriptlauncher.h └── service.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/.gitignore -------------------------------------------------------------------------------- /ImgRecogType.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/ImgRecogType.qml -------------------------------------------------------------------------------- /MsmView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/MsmView.qml -------------------------------------------------------------------------------- /Options.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/Options.qml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/README.md -------------------------------------------------------------------------------- /SimpleMessageType.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/SimpleMessageType.qml -------------------------------------------------------------------------------- /SkillModel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/SkillModel.qml -------------------------------------------------------------------------------- /SwitchButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/SwitchButton.qml -------------------------------------------------------------------------------- /TopBarAnim.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/TopBarAnim.qml -------------------------------------------------------------------------------- /WebViewType.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/WebViewType.qml -------------------------------------------------------------------------------- /Welcome.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/Welcome.qml -------------------------------------------------------------------------------- /backendplugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/backendplugin.cpp -------------------------------------------------------------------------------- /deployment.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/deployment.pri -------------------------------------------------------------------------------- /filereader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/filereader.cpp -------------------------------------------------------------------------------- /filereader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/filereader.h -------------------------------------------------------------------------------- /iconscriptlauncher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/iconscriptlauncher.cpp -------------------------------------------------------------------------------- /iconscriptlauncher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/iconscriptlauncher.h -------------------------------------------------------------------------------- /images.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images.qrc -------------------------------------------------------------------------------- /images/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | PreviewsShown=true 3 | Timestamp=2017,8,21,10,35,32 4 | Version=4 5 | -------------------------------------------------------------------------------- /images/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/10.jpg -------------------------------------------------------------------------------- /images/Column_Dawid_voorkant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/Column_Dawid_voorkant.jpg -------------------------------------------------------------------------------- /images/Mycroft-Logo-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/Mycroft-Logo-square.png -------------------------------------------------------------------------------- /images/activitydebug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/activitydebug.png -------------------------------------------------------------------------------- /images/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/alarm.png -------------------------------------------------------------------------------- /images/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/appicon.png -------------------------------------------------------------------------------- /images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/background.png -------------------------------------------------------------------------------- /images/bluebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/bluebg.png -------------------------------------------------------------------------------- /images/bluesky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/bluesky.png -------------------------------------------------------------------------------- /images/clearsky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/clearsky.gif -------------------------------------------------------------------------------- /images/climatesc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/climatesc.jpg -------------------------------------------------------------------------------- /images/dateandtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/dateandtime.png -------------------------------------------------------------------------------- /images/depositphotos_40095205-stock-video-broadcast-news-intro-opening-earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/depositphotos_40095205-stock-video-broadcast-news-intro-opening-earth.jpg -------------------------------------------------------------------------------- /images/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/desktop.png -------------------------------------------------------------------------------- /images/funnyface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/funnyface.png -------------------------------------------------------------------------------- /images/hint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/hint.svg -------------------------------------------------------------------------------- /images/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/home.svg -------------------------------------------------------------------------------- /images/installer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/installer.svg -------------------------------------------------------------------------------- /images/joke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/joke.png -------------------------------------------------------------------------------- /images/mleftanim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/mleftanim.png -------------------------------------------------------------------------------- /images/mleftmidanim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/mleftmidanim.png -------------------------------------------------------------------------------- /images/mleftsmallanim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/mleftsmallanim.png -------------------------------------------------------------------------------- /images/mmidanim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/mmidanim.png -------------------------------------------------------------------------------- /images/mycicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/mycicon.png -------------------------------------------------------------------------------- /images/mycroft-plasma-appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/mycroft-plasma-appicon.png -------------------------------------------------------------------------------- /images/mycroft-plasma-appicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/mycroft-plasma-appicon.svg -------------------------------------------------------------------------------- /images/oldmmidanim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/oldmmidanim.png -------------------------------------------------------------------------------- /images/rain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/rain.gif -------------------------------------------------------------------------------- /images/reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/reminder.png -------------------------------------------------------------------------------- /images/settings-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/settings-icon.png -------------------------------------------------------------------------------- /images/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/settings.svg -------------------------------------------------------------------------------- /images/silence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/silence.png -------------------------------------------------------------------------------- /images/snow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/snow.gif -------------------------------------------------------------------------------- /images/spell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/spell.png -------------------------------------------------------------------------------- /images/stocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/stocks.png -------------------------------------------------------------------------------- /images/trayicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/trayicon.png -------------------------------------------------------------------------------- /images/view-fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/view-fullscreen.svg -------------------------------------------------------------------------------- /images/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/weather.png -------------------------------------------------------------------------------- /images/weathericon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/weathericon.png -------------------------------------------------------------------------------- /images/whitespace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/whitespace.jpg -------------------------------------------------------------------------------- /images/wikip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/wikip.png -------------------------------------------------------------------------------- /images/wolfram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/images/wolfram.png -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/main.cpp -------------------------------------------------------------------------------- /main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/main.qml -------------------------------------------------------------------------------- /msmapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/msmapp.cpp -------------------------------------------------------------------------------- /msmapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/msmapp.h -------------------------------------------------------------------------------- /mycroft-qtapplication.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/mycroft-qtapplication.pro -------------------------------------------------------------------------------- /mycroft-qtapplication.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/mycroft-qtapplication.pro.user -------------------------------------------------------------------------------- /mycroft-qtapplication.pro.user.eda1ae5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/mycroft-qtapplication.pro.user.eda1ae5 -------------------------------------------------------------------------------- /qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/qml.qrc -------------------------------------------------------------------------------- /qtquickcontrols2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/qtquickcontrols2.conf -------------------------------------------------------------------------------- /scriptlauncher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/scriptlauncher.cpp -------------------------------------------------------------------------------- /scriptlauncher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/scriptlauncher.h -------------------------------------------------------------------------------- /service.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIIX/Mycroft-Ai-QtApplication/HEAD/service.xml --------------------------------------------------------------------------------