Skip to content

Commit

Permalink
Tests: Updated resources of test_appfw
Browse files Browse the repository at this point in the history
New widget images.
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 1296dc7 commit aa65368
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 8 deletions.
11 changes: 10 additions & 1 deletion doomsday/tests/test_appfw/CMakeLists.txt
Expand Up @@ -13,7 +13,16 @@ deng_link_libraries (test_appfw PRIVATE DengGui)

if (APPLE)
set_property (TARGET test_appfw PROPERTY OUTPUT_NAME test_appfw)
find_package (the_Foundation REQUIRED)
find_package (glbinding REQUIRED)
deng_install_bundle_deps (test_appfw
Deng::libcore Deng::libgui Deng::libshell
Deng::libcore
Deng::libgui
Deng::libcomms
the_Foundation::the_Foundation
glbinding::glbinding
)
endif ()

deng_deploy_target (test_appfw)

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -9,12 +9,20 @@ group window {

image fold { path = "graphics/fold.png" }

image toggle.onoff {
path $= gui.dpiScaledImagePath("graphics/toggle-onoff.png")
}
widget {
image dot { path $= gui.dpiScaledImagePath("graphics/dot.png") }

image corners.thin { path $= gui.dpiScaledImagePath("graphics/corners-thin.png") }
image corners.bold { path $= gui.dpiScaledImagePath("graphics/corners-bold.png") }
image corners.solid { path $= gui.dpiScaledImagePath("graphics/corners-solid.png") }

image toggle.onoff {
path $= gui.dpiScaledImagePath("graphics/toggle-onoff.png")
}

group progress {
image wheel { path = "graphics/progress-wheel.png" }
image gear { path = "graphics/progress-gear.png" }
image mini { path = "graphics/progress-mini.png" }
group progress {
image wheel { path = "graphics/progress-wheel.png" }
image gear { path = "graphics/progress-gear.png" }
image mini { path = "graphics/progress-mini.png" }
}
}

0 comments on commit aa65368

Please sign in to comment.