Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility improvements #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gtk/gtkbuilder/dialog_authentication.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Username</property>
<property name="mnemonic_widget">entry_username</property>
</object>
<packing>
<property name="left_attach">0</property>
Expand All @@ -76,6 +77,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Password</property>
<property name="mnemonic_widget">entry_password</property>
</object>
<packing>
<property name="left_attach">0</property>
Expand Down
1 change: 1 addition & 0 deletions gtk/gtkbuilder/dialog_change_version.ui
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Force version:</property>
<property name="mnemonic_widget">combobox_available_versions</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down
6 changes: 5 additions & 1 deletion gtk/gtkbuilder/dialog_changelog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<property name="label" translatable="yes">Complete changelog of the latest version:</property>
<property name="use_markup">True</property>
<property name="xalign">0</property>
<property name="mnemonic_widget">textview_changelog</property>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -78,7 +79,10 @@
<property name="editable">False</property>
<property name="left_margin">3</property>
<property name="right_margin">3</property>
<property name="cursor_visible">False</property>
<property name="cursor_visible">True</property>
<style>
<class name="hidden_cursor"></class>
</style>
</object>
</child>
</object>
Expand Down
6 changes: 5 additions & 1 deletion gtk/gtkbuilder/dialog_conffile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
<property name="cursor_visible">False</property>
<property name="cursor_visible">True</property>
<style>
<class name="hidden_cursor"></class>
</style>
</object>
</child>
</object>
Expand All @@ -153,6 +156,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Difference between the files</property>
<property name="mnemonic_widget">textview_diff</property>
</object>
</child>
</object>
Expand Down
2 changes: 2 additions & 0 deletions gtk/gtkbuilder/dialog_disc_label.ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!-- FIXME: looks like this GtkBuilder file is no longer used anywhere -->
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="dialog_disc_label">
Expand Down Expand Up @@ -112,6 +113,7 @@ The label will be used if you want to install packages from this CD-Rom. It is r
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Label:</property>
<property name="mnemonic_widget">entry1</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down
7 changes: 6 additions & 1 deletion gtk/gtkbuilder/dialog_download_error.ui
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!--*- mode: xml -*-->
<!-- FIXME: looks like this GtkBuilder file is no longer used anywhere -->
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="dialog_download_error">
Expand Down Expand Up @@ -83,6 +84,7 @@ The version of the package that you want to install might be no longer available
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="xalign">0</property>
<property name="mnemonic_widget">textview</property>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -104,7 +106,10 @@ The version of the package that you want to install might be no longer available
<property name="pixels_inside_wrap">2</property>
<property name="editable">False</property>
<property name="wrap_mode">word</property>
<property name="cursor_visible">False</property>
<property name="cursor_visible">True</property>
<style>
<class name="hidden_cursor"></class>
</style>
</object>
</child>
</object>
Expand Down
1 change: 1 addition & 0 deletions gtk/gtkbuilder/dialog_new_repositroy.ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!-- FIXME: looks like this GtkBuilder file is no longer used anywhere -->
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkWindow" id="dialog_new_repository">
Expand Down
5 changes: 4 additions & 1 deletion gtk/gtkbuilder/dialog_task_descr.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
<property name="wrap_mode">word</property>
<property name="left_margin">3</property>
<property name="right_margin">3</property>
<property name="cursor_visible">False</property>
<property name="cursor_visible">True</property>
<style>
<class name="hidden_cursor"></class>
</style>
</object>
</child>
</object>
Expand Down
5 changes: 4 additions & 1 deletion gtk/gtkbuilder/dialog_unmet.ui
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ The following packages have unresolvable dependencies. Make sure that all requir
<property name="pixels_inside_wrap">2</property>
<property name="editable">False</property>
<property name="wrap_mode">word</property>
<property name="cursor_visible">False</property>
<property name="cursor_visible">True</property>
<style>
<class name="hidden_cursor"></class>
</style>
</object>
</child>
</object>
Expand Down
5 changes: 4 additions & 1 deletion gtk/gtkbuilder/dialog_update_failed.ui
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ The repository may no longer be available or could not be contacted because of n
<property name="pixels_inside_wrap">2</property>
<property name="editable">False</property>
<property name="wrap_mode">word</property>
<property name="cursor_visible">False</property>
<property name="cursor_visible">True</property>
<style>
<class name="hidden_cursor"></class>
</style>
</object>
</child>
</object>
Expand Down
Loading