After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723803 - Use Header Bars
Use Header Bars
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-06 22:35 UTC by William Jon McCann
Modified: 2014-02-08 23:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use header bar for create web app dialog (967 bytes, patch)
2014-02-06 22:35 UTC, William Jon McCann
committed Details | Review
Use header bar on history dialog (5.01 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar on encodings dialog (3.07 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar on preferences dialog (4.34 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Make confirmation dialog modal (1.14 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar on cookies dialog (4.92 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar on passwords dialog (5.20 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar in clear personal data dialog (5.40 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar in certificate dialog (1.02 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Always make message dialogs modal (2.43 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar for bookmark properties dialog (8.71 KB, patch)
2014-02-06 22:35 UTC, William Jon McCann
none Details | Review
Use header bar on history dialog (5.19 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Use header bar on encodings dialog (3.07 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Use header bar on preferences dialog (4.34 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Make confirmation dialog modal (1.14 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Use header bar on cookies dialog (5.11 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Use header bar on passwords dialog (5.38 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Use header bar in clear personal data dialog (5.59 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Use header bar in certificate dialog (1.02 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Always make message dialogs modal (2.43 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review
Use header bar for bookmark properties dialog (8.71 KB, patch)
2014-02-07 15:37 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2014-02-06 22:35:06 UTC
Here are some patches to enable using header bars in dialogs.
Comment 1 William Jon McCann 2014-02-06 22:35:08 UTC
Created attachment 268349 [details] [review]
Use header bar for create web app dialog
Comment 2 William Jon McCann 2014-02-06 22:35:13 UTC
Created attachment 268350 [details] [review]
Use header bar on history dialog
Comment 3 William Jon McCann 2014-02-06 22:35:18 UTC
Created attachment 268351 [details] [review]
Use header bar on encodings dialog
Comment 4 William Jon McCann 2014-02-06 22:35:23 UTC
Created attachment 268352 [details] [review]
Use header bar on preferences dialog
Comment 5 William Jon McCann 2014-02-06 22:35:27 UTC
Created attachment 268353 [details] [review]
Make confirmation dialog modal
Comment 6 William Jon McCann 2014-02-06 22:35:32 UTC
Created attachment 268354 [details] [review]
Use header bar on cookies dialog
Comment 7 William Jon McCann 2014-02-06 22:35:34 UTC
Created attachment 268355 [details] [review]
Use header bar on passwords dialog
Comment 8 William Jon McCann 2014-02-06 22:35:38 UTC
Created attachment 268356 [details] [review]
Use header bar in clear personal data dialog
Comment 9 William Jon McCann 2014-02-06 22:35:44 UTC
Created attachment 268357 [details] [review]
Use header bar in certificate dialog
Comment 10 William Jon McCann 2014-02-06 22:35:47 UTC
Created attachment 268358 [details] [review]
Always make message dialogs modal
Comment 11 William Jon McCann 2014-02-06 22:35:51 UTC
Created attachment 268359 [details] [review]
Use header bar for bookmark properties dialog
Comment 12 Yosef Or Boczko 2014-02-06 23:22:00 UTC
Review of attachment 268350 [details] [review]:

::: src/resources/history-dialog.ui
@@ +36,3 @@
+            <property name="can_default">True</property>
+            <property name="receives_default">False</property>
+            <property name="use_underline">True</property>

Please, add the style "text-button" and set the
property valign to center.
Comment 13 Yosef Or Boczko 2014-02-06 23:23:58 UTC
Review of attachment 268354 [details] [review]:

::: src/resources/cookies-dialog.ui
@@ +36,3 @@
+            <property name="can_default">True</property>
+            <property name="receives_default">False</property>
+            <property name="use_underline">True</property>

Please, add the style "text-button" and set the
property valign to center.
Comment 14 Yosef Or Boczko 2014-02-06 23:24:46 UTC
Review of attachment 268355 [details] [review]:

::: src/resources/passwords-dialog.ui
@@ +46,3 @@
+            <property name="can_default">True</property>
+            <property name="receives_default">False</property>
+            <property name="use_underline">True</property>

Please, add the style "text-button" and set the
property valign to center.
Comment 15 Yosef Or Boczko 2014-02-06 23:26:47 UTC
Review of attachment 268356 [details] [review]:

::: src/resources/clear-data-dialog.ui
@@ +23,3 @@
+            <property name="can_default">True</property>
+            <property name="receives_default">False</property>
+            <property name="use_underline">True</property>

Please, add the style "text-button" and set the
property valign to center.
Maybe to add also the "destructive-action" style?

@@ +36,3 @@
+            <property name="can_default">True</property>
+            <property name="receives_default">False</property>
+            <property name="use_underline">True</property>

Please, add the style "text-button" and set the
property valign to center.
Comment 16 Claudio Saavedra 2014-02-07 12:02:36 UTC
Review of attachment 268349 [details] [review]:

OK
Comment 17 William Jon McCann 2014-02-07 15:37:23 UTC
Created attachment 268422 [details] [review]
Use header bar on history dialog
Comment 18 William Jon McCann 2014-02-07 15:37:26 UTC
Created attachment 268423 [details] [review]
Use header bar on encodings dialog
Comment 19 William Jon McCann 2014-02-07 15:37:29 UTC
Created attachment 268424 [details] [review]
Use header bar on preferences dialog
Comment 20 William Jon McCann 2014-02-07 15:37:32 UTC
Created attachment 268425 [details] [review]
Make confirmation dialog modal
Comment 21 William Jon McCann 2014-02-07 15:37:35 UTC
Created attachment 268426 [details] [review]
Use header bar on cookies dialog
Comment 22 William Jon McCann 2014-02-07 15:37:38 UTC
Created attachment 268427 [details] [review]
Use header bar on passwords dialog
Comment 23 William Jon McCann 2014-02-07 15:37:41 UTC
Created attachment 268428 [details] [review]
Use header bar in clear personal data dialog
Comment 24 William Jon McCann 2014-02-07 15:37:45 UTC
Created attachment 268429 [details] [review]
Use header bar in certificate dialog
Comment 25 William Jon McCann 2014-02-07 15:37:48 UTC
Created attachment 268430 [details] [review]
Always make message dialogs modal
Comment 26 William Jon McCann 2014-02-07 15:37:51 UTC
Created attachment 268431 [details] [review]
Use header bar for bookmark properties dialog
Comment 27 Yosef Or Boczko 2014-02-08 23:43:04 UTC
Review of attachment 268428 [details] [review]:

::: src/resources/clear-data-dialog.ui
@@ +41,3 @@
+            <property name="can_default">True</property>
+            <property name="receives_default">False</property>
+            <property name="use_underline">True</property>

Please, add the style "text-button" and set the
property valign to center, in another patch.