[gtk/wip/otte/for-master: 2/12] testsuite: Turn all CSS test ui files into regular windows
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/for-master: 2/12] testsuite: Turn all CSS test ui files into regular windows
- Date: Fri, 14 Feb 2020 20:22:11 +0000 (UTC)
commit 41bdf16b23250031b0ebfc288109b9983a4e3d10
Author: Benjamin Otte <otte redhat com>
Date: Fri Feb 14 19:27:17 2020 +0100
testsuite: Turn all CSS test ui files into regular windows
Use undecorated windows instead of popups.
testsuite/css/change/test1.ui | 2 +-
testsuite/css/change/test2.ui | 2 +-
testsuite/css/change/test3.ui | 2 +-
testsuite/css/change/test4.ui | 2 +-
testsuite/css/change/test5.ui | 2 +-
testsuite/css/nodes/box.ltr.ui | 2 +-
testsuite/css/nodes/box.rtl.ui | 2 +-
testsuite/css/nodes/buttons.ui | 2 +-
testsuite/css/nodes/checkbutton.ltr.ui | 2 +-
testsuite/css/nodes/checkbutton.rtl.ui | 2 +-
testsuite/css/nodes/combobox.ui | 2 +-
testsuite/css/nodes/entries.ui | 2 +-
testsuite/css/nodes/expander.ltr.ui | 2 +-
testsuite/css/nodes/expander.rtl.ui | 2 +-
testsuite/css/nodes/levelbar.ltr.ui | 2 +-
testsuite/css/nodes/levelbar.rtl.ui | 2 +-
testsuite/css/nodes/notebook-arrows.ui | 2 +-
testsuite/css/nodes/notebook-arrows2.ui | 2 +-
testsuite/css/nodes/notebook.bottom.ltr.ui | 2 +-
testsuite/css/nodes/notebook.bottom.rtl.ui | 2 +-
testsuite/css/nodes/notebook.left.ltr.ui | 2 +-
testsuite/css/nodes/notebook.left.rtl.ui | 2 +-
testsuite/css/nodes/notebook.right.ltr.ui | 2 +-
testsuite/css/nodes/notebook.right.rtl.ui | 2 +-
testsuite/css/nodes/notebook.top.ltr.ui | 2 +-
testsuite/css/nodes/notebook.top.rtl.ui | 2 +-
testsuite/css/nodes/paned.ltr.ui | 2 +-
testsuite/css/nodes/paned.rtl.ui | 2 +-
testsuite/css/nodes/progressbar.ui | 2 +-
testsuite/css/nodes/scale.ui | 2 +-
testsuite/css/style/adjacent-states.ui | 2 +-
testsuite/css/style/colornames.ui | 2 +-
testsuite/css/style/currentcolor.ui | 2 +-
testsuite/css/style/font.ui | 2 +-
testsuite/css/style/gradient.ui | 2 +-
testsuite/css/style/inherit.ui | 2 +-
testsuite/css/style/label.ui | 2 +-
testsuite/css/style/nth-child.ui | 2 +-
38 files changed, 38 insertions(+), 38 deletions(-)
---
diff --git a/testsuite/css/change/test1.ui b/testsuite/css/change/test1.ui
index b5ddb9c1cf..0ce6a0c22e 100644
--- a/testsuite/css/change/test1.ui
+++ b/testsuite/css/change/test1.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/change/test2.ui b/testsuite/css/change/test2.ui
index f679c5ac5d..be2230727f 100644
--- a/testsuite/css/change/test2.ui
+++ b/testsuite/css/change/test2.ui
@@ -2,7 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="name">box</property>
diff --git a/testsuite/css/change/test3.ui b/testsuite/css/change/test3.ui
index b5ddb9c1cf..0ce6a0c22e 100644
--- a/testsuite/css/change/test3.ui
+++ b/testsuite/css/change/test3.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/change/test4.ui b/testsuite/css/change/test4.ui
index 7ec26d956a..bb70d8f4e0 100644
--- a/testsuite/css/change/test4.ui
+++ b/testsuite/css/change/test4.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/change/test5.ui b/testsuite/css/change/test5.ui
index 8e38f69f12..9b29208da6 100644
--- a/testsuite/css/change/test5.ui
+++ b/testsuite/css/change/test5.ui
@@ -4,7 +4,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkGrid">
<child>
diff --git a/testsuite/css/nodes/box.ltr.ui b/testsuite/css/nodes/box.ltr.ui
index 7454f63236..d973e920cf 100644
--- a/testsuite/css/nodes/box.ltr.ui
+++ b/testsuite/css/nodes/box.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<child>
diff --git a/testsuite/css/nodes/box.rtl.ui b/testsuite/css/nodes/box.rtl.ui
index 7454f63236..d973e920cf 100644
--- a/testsuite/css/nodes/box.rtl.ui
+++ b/testsuite/css/nodes/box.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<child>
diff --git a/testsuite/css/nodes/buttons.ui b/testsuite/css/nodes/buttons.ui
index f9343c6725..65151e9b69 100644
--- a/testsuite/css/nodes/buttons.ui
+++ b/testsuite/css/nodes/buttons.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkGrid" id="grid1">
<child>
diff --git a/testsuite/css/nodes/checkbutton.ltr.ui b/testsuite/css/nodes/checkbutton.ltr.ui
index 98cd73b52f..501c52273e 100644
--- a/testsuite/css/nodes/checkbutton.ltr.ui
+++ b/testsuite/css/nodes/checkbutton.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/checkbutton.rtl.ui b/testsuite/css/nodes/checkbutton.rtl.ui
index 98cd73b52f..501c52273e 100644
--- a/testsuite/css/nodes/checkbutton.rtl.ui
+++ b/testsuite/css/nodes/checkbutton.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/combobox.ui b/testsuite/css/nodes/combobox.ui
index c899a71823..9b1ac69a69 100644
--- a/testsuite/css/nodes/combobox.ui
+++ b/testsuite/css/nodes/combobox.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<child>
diff --git a/testsuite/css/nodes/entries.ui b/testsuite/css/nodes/entries.ui
index 5d75aa4407..0c90ce6a7b 100644
--- a/testsuite/css/nodes/entries.ui
+++ b/testsuite/css/nodes/entries.ui
@@ -8,7 +8,7 @@
<property name="page-increment">5.0</property>
</object>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<child>
diff --git a/testsuite/css/nodes/expander.ltr.ui b/testsuite/css/nodes/expander.ltr.ui
index f0185db2b7..a5a33e0f71 100644
--- a/testsuite/css/nodes/expander.ltr.ui
+++ b/testsuite/css/nodes/expander.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkExpander">
<child type="label">
diff --git a/testsuite/css/nodes/expander.rtl.ui b/testsuite/css/nodes/expander.rtl.ui
index f0185db2b7..a5a33e0f71 100644
--- a/testsuite/css/nodes/expander.rtl.ui
+++ b/testsuite/css/nodes/expander.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkExpander">
<child type="label">
diff --git a/testsuite/css/nodes/levelbar.ltr.ui b/testsuite/css/nodes/levelbar.ltr.ui
index 4ff7b23a09..d1c14aea15 100644
--- a/testsuite/css/nodes/levelbar.ltr.ui
+++ b/testsuite/css/nodes/levelbar.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/levelbar.rtl.ui b/testsuite/css/nodes/levelbar.rtl.ui
index 4ff7b23a09..d1c14aea15 100644
--- a/testsuite/css/nodes/levelbar.rtl.ui
+++ b/testsuite/css/nodes/levelbar.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/notebook-arrows.ui b/testsuite/css/nodes/notebook-arrows.ui
index 8763e80b68..070ef2aaab 100644
--- a/testsuite/css/nodes/notebook-arrows.ui
+++ b/testsuite/css/nodes/notebook-arrows.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="scrollable">1</property>
diff --git a/testsuite/css/nodes/notebook-arrows2.ui b/testsuite/css/nodes/notebook-arrows2.ui
index 8763e80b68..070ef2aaab 100644
--- a/testsuite/css/nodes/notebook-arrows2.ui
+++ b/testsuite/css/nodes/notebook-arrows2.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="scrollable">1</property>
diff --git a/testsuite/css/nodes/notebook.bottom.ltr.ui b/testsuite/css/nodes/notebook.bottom.ltr.ui
index 4c8774de39..566db42051 100644
--- a/testsuite/css/nodes/notebook.bottom.ltr.ui
+++ b/testsuite/css/nodes/notebook.bottom.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">bottom</property>
diff --git a/testsuite/css/nodes/notebook.bottom.rtl.ui b/testsuite/css/nodes/notebook.bottom.rtl.ui
index 4c8774de39..566db42051 100644
--- a/testsuite/css/nodes/notebook.bottom.rtl.ui
+++ b/testsuite/css/nodes/notebook.bottom.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">bottom</property>
diff --git a/testsuite/css/nodes/notebook.left.ltr.ui b/testsuite/css/nodes/notebook.left.ltr.ui
index e1678785bd..e76c775e4b 100644
--- a/testsuite/css/nodes/notebook.left.ltr.ui
+++ b/testsuite/css/nodes/notebook.left.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">left</property>
diff --git a/testsuite/css/nodes/notebook.left.rtl.ui b/testsuite/css/nodes/notebook.left.rtl.ui
index e1678785bd..e76c775e4b 100644
--- a/testsuite/css/nodes/notebook.left.rtl.ui
+++ b/testsuite/css/nodes/notebook.left.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">left</property>
diff --git a/testsuite/css/nodes/notebook.right.ltr.ui b/testsuite/css/nodes/notebook.right.ltr.ui
index 2a4592e356..4b84e486b0 100644
--- a/testsuite/css/nodes/notebook.right.ltr.ui
+++ b/testsuite/css/nodes/notebook.right.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">right</property>
diff --git a/testsuite/css/nodes/notebook.right.rtl.ui b/testsuite/css/nodes/notebook.right.rtl.ui
index 2a4592e356..4b84e486b0 100644
--- a/testsuite/css/nodes/notebook.right.rtl.ui
+++ b/testsuite/css/nodes/notebook.right.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">right</property>
diff --git a/testsuite/css/nodes/notebook.top.ltr.ui b/testsuite/css/nodes/notebook.top.ltr.ui
index 05cff7f79f..1a20eed095 100644
--- a/testsuite/css/nodes/notebook.top.ltr.ui
+++ b/testsuite/css/nodes/notebook.top.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<child>
diff --git a/testsuite/css/nodes/notebook.top.rtl.ui b/testsuite/css/nodes/notebook.top.rtl.ui
index 05cff7f79f..1a20eed095 100644
--- a/testsuite/css/nodes/notebook.top.rtl.ui
+++ b/testsuite/css/nodes/notebook.top.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<child>
diff --git a/testsuite/css/nodes/paned.ltr.ui b/testsuite/css/nodes/paned.ltr.ui
index be2e3936fc..09c373868e 100644
--- a/testsuite/css/nodes/paned.ltr.ui
+++ b/testsuite/css/nodes/paned.ltr.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkPaned">
<child>
diff --git a/testsuite/css/nodes/paned.rtl.ui b/testsuite/css/nodes/paned.rtl.ui
index be2e3936fc..09c373868e 100644
--- a/testsuite/css/nodes/paned.rtl.ui
+++ b/testsuite/css/nodes/paned.rtl.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkPaned">
<child>
diff --git a/testsuite/css/nodes/progressbar.ui b/testsuite/css/nodes/progressbar.ui
index 18510402fd..1421dd8f74 100644
--- a/testsuite/css/nodes/progressbar.ui
+++ b/testsuite/css/nodes/progressbar.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="name">progressbars</property>
diff --git a/testsuite/css/nodes/scale.ui b/testsuite/css/nodes/scale.ui
index ae13199830..b71f90a77a 100644
--- a/testsuite/css/nodes/scale.ui
+++ b/testsuite/css/nodes/scale.ui
@@ -11,7 +11,7 @@
</object>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<property name="default-width">100</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/adjacent-states.ui b/testsuite/css/style/adjacent-states.ui
index bf2a75520a..61b58105b0 100644
--- a/testsuite/css/style/adjacent-states.ui
+++ b/testsuite/css/style/adjacent-states.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/style/colornames.ui b/testsuite/css/style/colornames.ui
index 5a596d16b3..b9be94e3ac 100644
--- a/testsuite/css/style/colornames.ui
+++ b/testsuite/css/style/colornames.ui
@@ -4,7 +4,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">1</property>
diff --git a/testsuite/css/style/currentcolor.ui b/testsuite/css/style/currentcolor.ui
index f1b397c08c..7a00781bc9 100644
--- a/testsuite/css/style/currentcolor.ui
+++ b/testsuite/css/style/currentcolor.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/style/font.ui b/testsuite/css/style/font.ui
index 2428218086..0a45a10835 100644
--- a/testsuite/css/style/font.ui
+++ b/testsuite/css/style/font.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/style/gradient.ui b/testsuite/css/style/gradient.ui
index eb347c5c09..6c4715f6f5 100644
--- a/testsuite/css/style/gradient.ui
+++ b/testsuite/css/style/gradient.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">1</property>
diff --git a/testsuite/css/style/inherit.ui b/testsuite/css/style/inherit.ui
index bd224b464d..8b675ea598 100644
--- a/testsuite/css/style/inherit.ui
+++ b/testsuite/css/style/inherit.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/style/label.ui b/testsuite/css/style/label.ui
index f1b397c08c..7a00781bc9 100644
--- a/testsuite/css/style/label.ui
+++ b/testsuite/css/style/label.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/style/nth-child.ui b/testsuite/css/style/nth-child.ui
index b0b6765860..267d4abba4 100644
--- a/testsuite/css/style/nth-child.ui
+++ b/testsuite/css/style/nth-child.ui
@@ -4,7 +4,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]