From 12b0313d92cea9105477e644fb4fdcb592c30abb Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 29 Mar 2016 10:44:46 +0200 Subject: GUI: Added stub for Update frequency check widgets. --- gui/themes/scummclassic.zip | Bin 111410 -> 111931 bytes gui/themes/scummclassic/classic_layout.stx | 8 ++++++++ gui/themes/scummclassic/classic_layout_lowres.stx | 10 ++++++++++ gui/themes/scummmodern.zip | Bin 1487187 -> 1487717 bytes gui/themes/scummmodern/scummmodern_layout.stx | 8 ++++++++ .../scummmodern/scummmodern_layout_lowres.stx | 10 ++++++++++ 6 files changed, 36 insertions(+) (limited to 'gui/themes') diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip index 1d8b8dad05..028e5f23c7 100644 Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 18c2a1f889..b8b0d9a85d 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -507,6 +507,14 @@ type = 'PopUp' /> + + + + diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index 6cc9eed6b3..7481f9ef54 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -510,6 +510,16 @@ type = 'PopUp' /> + + + + diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip index 43826abf5e..52655a510e 100644 Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index fd6a3c5cd2..8ce9a0007e 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -521,6 +521,14 @@ type = 'PopUp' /> + + + + diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 9d8f79795c..7de2c48c60 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -508,6 +508,16 @@ type = 'PopUp' /> + + + + -- cgit v1.2.3 From 2cde45fe6d94211d005cd32e7368769f8524bdec Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 31 Mar 2016 13:59:01 +0200 Subject: UPDATES: Implement Check now button in Options --- gui/themes/scummclassic.zip | Bin 111931 -> 112109 bytes gui/themes/scummclassic/classic_layout.stx | 3 +++ gui/themes/scummclassic/classic_layout_lowres.stx | 3 +++ gui/themes/scummmodern.zip | Bin 1487717 -> 1487883 bytes gui/themes/scummmodern/scummmodern_layout.stx | 3 +++ .../scummmodern/scummmodern_layout_lowres.stx | 3 +++ 6 files changed, 12 insertions(+) (limited to 'gui/themes') diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip index 028e5f23c7..43fcea12fd 100644 Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index b8b0d9a85d..65724d9faf 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -514,6 +514,9 @@ + + + + " "" +"" +"" +"" +"" +"" "" @@ -2365,6 +2376,19 @@ const char *defaultXML1 = "" "type='PopUp' " "/>" "" +"" +"" +"" +"" +"" "" -- cgit v1.2.3