[DEV] update the test software

This commit is contained in:
Edouard DUPIN 2016-03-17 23:41:10 +01:00
parent 6f46902445
commit fe3242a16f
29 changed files with 9 additions and 5 deletions

View File

@ -97,7 +97,11 @@ Arch-linux:
# update the system:
Pacman -Syu
# install lib C:
pacman -S lib32-glibc
pacman -S lib32-glibc lib32-zlib lib32-gcc-libs
# install open-jdk 7.0
pacman -S jdk7-openjdk
# connect adb: (and you can do a "android/sdk/platform-tools/adb shell" to enable computer key on device)
pacman -S android-udev
License (APACHE v2.0)
=====================

View File

@ -45,7 +45,7 @@ ewol::widget::ListFileSystem::ListFileSystem() :
m_selectedLine(-1) {
addObjectType("ewol::widget::ListFileSystem");
#if defined(__TARGET_OS__Windows)
propertyPath = "c:/";
propertyPath.setDirectCheck("c:/");
#endif
m_colorProperty = ewol::resource::ColorFile::create("{ewol}THEME:COLOR:ListFileSystem.json");
if (m_colorProperty != nullptr) {

View File

@ -1,4 +1,4 @@
sample/001_HelloWord
sample/0XX_CustomWidgets
sample/examplewallpaper
sample/HelloWord
sample/CustomWidgets
sample/wallpaper
tools/visual_test

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB