Newnewplugin #173

Merged
Swordfish90 merged 9 commits from newnewplugin into master 2014-11-13 00:24:00 +01:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit 5552bea525 - Show all commits

View File

@ -53,7 +53,12 @@ ShaderEffect {
property real screen_brightness: shadersettings.brightness * 1.5 + 0.5
property real time: timeManager.time
TimeManager{
id: timeManager
enableTimer: terminalWindow.visible
}
property alias time: timeManager.time
property variant randomFunctionSource: randfuncsource
// If something goes wrong activate the fallback version of the shader.

View File

@ -108,10 +108,6 @@ ApplicationWindow{
ApplicationSettings{
id: shadersettings
}
TimeManager{
id: timeManager
enableTimer: terminalWindow.visible
}
TerminalContainer{
id: terminalContainer
anchors.fill: parent