[at-spi2-core] Created tag AT_SPI2_CORE_2_45_90
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Created tag AT_SPI2_CORE_2_45_90
- Date: Sat, 6 Aug 2022 14:44:11 +0000 (UTC)
The unsigned tag 'AT_SPI2_CORE_2_45_90' was created.
Tagger: Mike Gorse <mgorse suse com>
Date: 1659796981 -0500
2.45.90
Changes since the last tag 'AT_SPI2_CORE_2_45_1':
Aleksandr Melman (1):
Update Russian translation
Anders Jonsson (1):
Update Swedish translation
Asier Sarasua Garmendia (1):
Update Basque translation
Attila Hammer (1):
Update Hungarian translation
Danial Behzadi (1):
Update Persian translation
Daniel Mustieles (1):
Updated Spanish translation
David Edmundson (2):
Bind AT SPI Bus to graphical session
Mark bus service as belonging to the session slice
Emin Tufan Çetin (1):
Update Turkish translation
Federico Mena Quintero (145):
Remove create-introspection.sh
Remove remove-annotations.xsl
Remove Accessibility.xml
versioned-introspection.py: Pass the correct encoding to ElementTree.tostring()
versioned-introspection.py: Replace tabs with spaces
versioned-introspection.py: Take arguments for input file and output directory
Update the autogenerated comments with the repository URL
versioned-introspection.py: take both C and H output filenames
XML: Remove the toplevel node name
.gitignore: remove files which are no longer generated
DeviceEventController.xml - Add missing methods from registryd/introspection.c
DeviceEventListener.xml: Add missing methods from registryd/introspection.c
Event.xml: note about having to fix all the signatures later
Image.xml: put the 'in' arguments before the 'out' arguments, per convention
Text.xml: Put 'in' arguments before 'out' arguments
Remove unneeded include
Rename versioned-introspection.py to generate-introspection.py
Fix program name in usage output
Remove obsolete comment
Look for the "interface" elements, not "node" with "interface" children
generate-introspection.py: Use an ArgumentParser to take multiple input filenames easily
generate-introspection.py: Is now able to process multiple input filenames
generate-introspection.py: Don't write a version attribute
ci/pull-container-image.sh: Utility script to pull the CI image by hand
xml/meson.build: New file with an introspection_generated custom target
Delete registryd/introspection.[ch] and atk-adaptor/introspection.[ch]
Use generated introspection sources everywhere
generate-introspection.py: Add the problematic filename to XML parse exceptions
.gitlab-ci.yml: Replace the cobertura tag with coverage_report
Merge branch 'generate-introspection' into 'master'
component-adaptor.c: Silence atk deprecations
document-adaptor.c: Silence atk deprecations
table-adaptor.c: Silence atk deprecations
text-adaptor.c: Silence atk deprecations
value-adaptor.c: Silence atk deprecations
atk-adaptor/event.c: Silence atk deprecations
atk_suite.c: Remove custom machinery for command-line arguments
Merge branch 'tests-cleanups' into 'master'
droute-test.c: Free the DRouteContext at the end
atk_text_real_get_bounded_ranges: initialize the offset values
test_relation(): Use a fetched value instead of computing it again
atk_test_document_get_attributes: do not assume the ordering of keys in a GHashTable
tests: Don't assume ordering of attributes in AtkAccessible
atk_test_selection_get_selected_child: let the compiler know that the counter won't go past the limit
collection-adaptor.c: Remove unused assignment
bitarray_to_seq(): g_realloc() can't fail; don't assume it's like realloc()
atk_test_state_set_new(): Test the set of states without iteration
Merge branch 'static-scan-fixes' into 'master'
Accessible.xml: Toplevel docs for the interface
Accessible.xml: document the Name property
Accessible.xml: document the Description property
Accessible.xml: document the Parent property
Accessible.xml: document the ChildCount property
Accessible.xml: document the Locale property
Accessible.xml: document the AccessibleId property
Accessible.xml: document the GetChildAtIndex method
Accessible.xml: document the GetChildren method
Accessible.xml: document the GetIndexInParent method
Accessible.xml: document the GetRelationSet method
Accessible.xml: Document the GetRole method
Accessible.xml: document the GetRoleName method
Accessible.xml: Document the GetLocalizedRoleName method
Accessible.xml: document the GetState method
Accessible.xml: document the GetAttributes method
Accessible.xml: Document the GetApplication method
Accessible.xml: document the GetInterfaces method
Merge branch 'accessible-docs' into 'master'
CI: update the container image tag for the main branch
CI: Install the stock grcov, not my branch
CI: Install python310
Bump the container tag name
Sigh, install grcov in the correct path
Merge branch 'install-stock-grcov' into 'main'
atspi-misc: Remove unused allow_sync logic
application-adaptor.c: Remove unused pause/resume methods
Fix clang warning about incorrect enum type
Fix clang warning about int/float comparison
CI: Fix the path for meson logs in the asan-build job
Remove test for Novell.ICEDesktop.Daemon
CI: install llvm in the container image to get llvm-symbolizer
Add a suppressions file for address-sanitizer
atk-object-xml-loader.c: Use xmlFree() instead of free() for the result of xmlGetProp()
atk-object-xml-loader.c: free all the results of xmlGetProp()
Merge branch 'remove-dead-code' into 'main'
Merge branch 'fix-asan-build' into 'main'
Introduction: start refactoring into marshalers and translators
Make function static
_atspi_dbus_set_interfaces: split internals into a demarshaler and a translator
_atspi_accessible_is_a() - no need to update the interfaces cache mask again
Replace pairs of get_reference_from_iter/ref_accessible with _atspi_dbus_return_accessible_from_iter
Remove unused variables
Rename _atspi_dbus_return_accessible_from_iter to _atspi_dbus_consume_accessible
registry.c: Remove unused "bus" argument from a bunch of method handlers
dbtest.c: Ensure that we have a bus connection
registry.c: Move the definition of emit_event()
registry.c: Inline children_added_listener() into its only caller
registry.c: Inline children_removed_listener() into its only caller
registry.c: rename struct event_data to EventData for consistency
Remove superfluous struct names
SpiRegistry: store the unique bus name during construction
registry.c: Use the stored bus_unique_name instead of fetching it every time
registry.c: Remove DBusConnection argument from remaining impl_ methods
add_application(): Use the implied bus connection
set_id(): Use the implied bus connection
remove_application(): Use the implied bus connection
handle_disconnection(): Remove unused DBusConnection argument
handle_disconnection(): Put the SpiRegistry argument first
Socket.xml: document the Socket interface
registry.c: make capitalization consistent for the Registry method impls
registry.c: Pass SpiRegistry arguments instead of void *user_data
add_application: Take an SpiReference to the application's root, not a (name, path) pair
emit_event(): Take an SpiReference, not a (name, path) pair
emit_event(): give more meaningful names to the arguments
set_id(): Take an SpiReference, not a (name, path) pair
registry.c: Rename all "reg" variables "registry" for consistency
impl_Embed: extract function to demarshal the method's arguments
impl_Embed: extract function with the actual logic of the method
mock_accessible_app.py: New toy program to mock an accessible application
CI: install python310-pytest
tests/registryd: Start a testsuite for the registry
Test the Description property of the registry's root
Test ChildCount on an empty registry
Note on how fixtures get automatically created
Test that the registry's root has a null parent
tests/registryd/__init__.py: Start a python package
Control the registry fixture's lifetime via a mock gnome-session
CI: Call run-registryd-tests.sh
.gitlab-ci.yml: Fix the path of the meson-logs artifacts
CI: run the registryd tests in the coverage job as well
session_manager(): During teardown, reset mock session to its starting state
CI: Write a junit test log from pytest so gitlab can consume it
Merge branch 'start-refactor' into 'main'
fixture teardown: Wait for the a11y bus launcher to really die
Merge branch 'teardown-wait-for-launcher' into 'main'
Rename test_registry_startup.py to test_root_accessible.py
conftest.py: Inline get_registry_root() into its only caller
Rename the registry() fixture to registry_root()
Put all the Accessibility property tests in a single function
Test that asking for an unknown property gives a DBus error
conftest.py: Reset the mock session to its startup state until after the client is dead
session_manager(): Start each session mock in a Running state
run-registryd-tests.sh: Kill the python dbusmock at the end
registry.c: Fix name of the Version property in the Application interface
Application.xml: document the properties of the Application interface
Merge branch 'per-iface-tests' into 'main'
Fushan Wen (1):
Add `ATK_ROLE_PUSH_BUTTON_MENU`
Hugo Carvalho (1):
Update Portuguese translation
Kukuh Syafaat (1):
Update Indonesian translation
Mike Gorse (8):
Merge branch 'ericLemanissier-master-patch-79021' into 'master'
Merge branch 'systemd_partof' into 'main'
Merge branch 'slice' into 'main'
Merge branch 'work/fuf/menu-button' into 'main'
Add an "announcement" event/signal to allow objects to send notifications
Fix up last commit
xml: fix Event arguments to correspond with what the code expects
2.45.90
Nart Tlisha (2):
Update Abkhazian translation
Update Abkhazian translation
Yosef Or Boczko (1):
Update Hebrew translation
Yuri Chornoivan (1):
Update Ukrainian translation
Zurab Kargareteli (2):
Update Georgian translation
Update Georgian translation
ericLemanissier (1):
add license file
Марко Костић (1):
Update Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]