gtk2/testsuite/tools/simplify-data-3to4
Emmanuele Bassi c63087a563 Remove ATK
To build a better world sometimes means having to tear the old one down.
        -- Alexander Pierce, "Captain America: The Winter Soldier"

ATK served us well for nearly 20 years, but the world has changed, and
GTK has changed with it. Now ATK is mostly a hindrance towards improving
the accessibility stack:

 - it maps to a very specific implementation, AT-SPI, which is Linux and
   Unix specific
 - it requires implementing the same functionality in three different
   layers of the stack: AT-SPI, ATK, and GTK
 - only GTK uses it; every other Linux and Unix toolkit and application
   talks to AT-SPI directly, including assistive technologies

Sadly, we cannot incrementally port GTK to a new accessibility stack;
since ATK insulates us entirely from the underlying implementation, we
cannot replace it piecemeal. Instead, we're going to remove everything
and then incrementally build on a clean slate:

 - add an "accessible" interface, implemented by GTK objects directly,
   which describe the accessible role and state changes for every UI
   element
 - add an "assistive technology context" to proxy a native accessibility
   API, and assign it to every widget
 - implement the AT context depending on the platform

For more information, see: https://gitlab.gnome.org/GNOME/gtk/-/issues/2833
2020-07-26 20:31:14 +01:00
..
assistant.expected Fix the tools tests to not set can-focus 2020-04-09 17:50:29 -04:00
assistant.ui Fix the tools tests to not set can-focus 2020-04-09 17:50:29 -04:00
bin.expected Add a test for bin child conversion 2020-05-04 22:53:08 -04:00
bin.ui Add a test for bin child conversion 2020-05-04 22:53:08 -04:00
dialog.expected simplify: Add a testcase for dialogs 2019-05-31 19:39:17 +00:00
dialog.ui simplify: Add a testcase for dialogs 2019-05-31 19:39:17 +00:00
grid.expected Remove ATK 2020-07-26 20:31:14 +01:00
grid.ui Remove ATK 2020-07-26 20:31:14 +01:00
gtkfilechooserdialog.expected simplify: Add a testcase for templates 2019-05-31 19:42:18 +00:00
gtkfilechooserdialog.ui simplify: Add a testcase for templates 2019-05-31 19:42:18 +00:00
headerbar.expected headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
headerbar.ui builder-tool: Rename GtkHeaderBar:custom-title to title-widget 2020-05-01 20:11:19 +05:00
nm-crash.expected Add a testcase 2019-05-30 14:12:07 -04:00
nm-crash.ui Add a testcase 2019-05-30 14:12:07 -04:00
notebook.expected builder-tool: Convert former bin children 2020-05-04 22:53:08 -04:00
notebook.ui Fix the tools tests to not set can-focus 2020-04-09 17:50:29 -04:00
office-runner.expected builder-tool: Convert former bin children 2020-05-04 22:53:08 -04:00
office-runner.ui Fix the tools tests to not set can-focus 2020-04-09 17:50:29 -04:00
popover.expected Update the ui file conversion output 2020-03-13 15:53:19 -04:00
popover.ui Add a test for the property renaming 2019-05-28 20:25:16 +00:00
stack.expected builder-tool: Convert former bin children 2020-05-04 22:53:08 -04:00
stack.ui builder-tool: Replace GtkStack:homogeneous 2020-04-28 20:00:51 -04:00
test1.expected