lp:~vcs-imports/gnome-orca/+git/gnome-orca

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/gnome-orca/+git/gnome-orca

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/orca.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
main 2024-05-16 09:36:06 UTC
Eliminate the use of fetching strings from formatting.py

Author: Joanmarie
Author Date: 2024-05-16 09:30:52 UTC

Eliminate the use of fetching strings from formatting.py

They live in object_properties.py and can be retrieved directly.

See issue #496.

gnome-46 2024-05-10 08:32:56 UTC
soffice: Use default logic for editable combobox value change

Author: Michael Weghorn
Author Date: 2024-05-10 08:16:58 UTC

soffice: Use default logic for editable combobox value change

Call base class implementation for LibreOffice's
`Utilities.isAutoTextEvent` for descendants of
editable comboboxes rather than just returning
`False`.

Together with LibreOffice commit [1]

    commit 9f078ed7b625e86182d64d5ccfbb410cdd38081c
    Author: Michael Weghorn <m.weghorn@posteo.de>
    Date: Tue May 7 10:04:16 2024 +0200

        tdf#160971 gtk3 a11y: Set role for custom editable combobox

(contained in LibreOffice >= 24.8), this makes
announcement of new values in editable comboboxes
like the "Font Name" combobox in Writer's formatting
toolbar work when changing the value using the up/down
keys while the collapsed combobox has focus.

Announcement of new values for collapsed comboboxes
currently no longer works once the combobox popup
has been shown once. This is due to incorrect
active-descendant-changed events being sent for the
treeview in the popup (s.a. related comment at [2]),
but that's a separate LibreOffice or GTK issue that
will be further investigated in the context of
LibreOffice bug tdf#160971 [3].

[1] https://git.libreoffice.org/core/commit/9f078ed7b625e86182d64d5ccfbb410cdd38081c
[2] https://bugs.documentfoundation.org/show_bug.cgi?id=160806#c11
[3] https://bugs.documentfoundation.org/show_bug.cgi?id=160971

gnome-45 2024-04-27 22:38:59 UTC
Update Portuguese translation

Author: Hugo Carvalho
Author Date: 2024-04-27 22:38:59 UTC

Update Portuguese translation

wip/gedit-rename 2024-04-03 12:40:19 UTC
Also recognize org.gnome.gedit as gedit

Author: Samuel thibault
Author Date: 2019-09-15 22:57:22 UTC

Also recognize org.gnome.gedit as gedit

wip/andyholmes/override-preferences 2024-02-28 12:02:03 UTC
Respect both speech system override, and user preference

Author: Andy Holmes
Author Date: 2024-02-28 07:26:18 UTC

Respect both speech system override, and user preference

Orca almost always uses a single source of truth for preferences, to
ensure broken states are hard to achieve.

To keep the UI fully functional, we intercept Orca's attempts to read
from saved settings, until the user willfully saves the settings. The
user must have either kept or change the speech system, so the override
property is cleared and Orca returns to its normal operation.

closes #472

gnome-44 2024-02-03 12:57:24 UTC
Update Brazilian Portuguese translation

Author: Juliano de Souza Camargo
Author Date: 2024-02-03 12:57:24 UTC

Update Brazilian Portuguese translation

gnome-43 2023-05-25 09:25:18 UTC
Post-release version bump

Author: Joanmarie
Author Date: 2023-05-25 09:25:18 UTC

Post-release version bump

gnome-42 2023-01-05 13:51:07 UTC
Add Abkhazian translation

Author: Nart Tlisha
Author Date: 2023-01-05 13:51:07 UTC

Add Abkhazian translation

gnome-41 2022-07-01 15:53:39 UTC
Post-release version bump

Author: Joanmarie
Author Date: 2022-07-01 15:53:39 UTC

Post-release version bump

gnome-40 2022-06-16 08:56:54 UTC
Web: Don't treat DOCUMENT_FRAME as a stop-at role for generating ancestors

Author: Joanmarie
Author Date: 2022-06-16 08:49:02 UTC

Web: Don't treat DOCUMENT_FRAME as a stop-at role for generating ancestors

When generating ancestors, we typically stop at large containers so as
not to be too chatty. We were treating DOCUMENT_FRAME as such a container,
primarily because it was how web documents were exposed to us (prior to
the creation of DOCUMENT_WEB). Now that we have DOCUMENT_WEB, we should
be able to distinguish ARIA's document role (DOCUMENT_FRAME), from a web
document. And because we cannot control where an author might choose to
use this role, we should not take it as a reason to stop generating
ancestors. Example: The FluentUI react dialog applies the document
role to a div which stands between the buttons and the dialog.

Fixes issue 250

gnome-3-38 2021-05-04 12:44:53 UTC
Update Brazilian Portuguese translation

Author: Tiago Casal
Author Date: 2021-05-04 12:44:53 UTC

Update Brazilian Portuguese translation

gnome-3-36 2021-04-10 16:13:04 UTC
Update Portuguese translation

Author: Hugo Carvalho
Author Date: 2021-04-10 16:13:04 UTC

Update Portuguese translation

gnome-3-32 2020-08-29 15:15:09 UTC
Update Chinese (China) translation

Author: wsxy162
Author Date: 2020-08-29 15:15:09 UTC

Update Chinese (China) translation

gnome-3-34 2020-08-17 20:17:45 UTC
Update Croatian translation

Author: gogo
Author Date: 2020-08-17 20:17:45 UTC

Update Croatian translation

arnaudb/avatar 2020-07-21 14:50:08 UTC
Set application avatar in Gitlab.

Author: Ping Pong
Author Date: 2020-07-21 14:50:08 UTC

Set application avatar in Gitlab.

gnome-3-30 2019-05-05 09:04:49 UTC
Update Romanian translation

Author: Daniel Șerbănescu
Author Date: 2019-05-05 09:04:49 UTC

Update Romanian translation

gnome-3-28 2018-09-13 21:36:01 UTC
Update Hungarian translation

Author: Balázs Úr
Author Date: 2018-09-13 21:36:01 UTC

Update Hungarian translation

gnome-3-24 2018-03-03 19:55:44 UTC
Update Dutch translation

Author: GNOME Translation Robot
Author Date: 2018-03-03 19:55:44 UTC

Update Dutch translation

gnome-3-26 2017-11-21 17:47:33 UTC
Do explicit, just-in-case notification when focus leaves Firefox find toolbar

Author: Joanmarie
Author Date: 2017-11-21 17:46:27 UTC

Do explicit, just-in-case notification when focus leaves Firefox find toolbar

gnome-3-22 2017-11-14 18:40:47 UTC
Update Turkish translation

Author: =?utf-8?b?b2xjYXkgYcWfY8Sx?=
Author Date: 2017-11-14 18:40:47 UTC

Update Turkish translation

gnome-3-18 2016-12-04 10:09:38 UTC
Updated Serbian translation

Author: Мирослав Николић
Author Date: 2016-12-04 10:09:38 UTC

Updated Serbian translation

gnome-3-0 2016-09-19 11:43:34 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:43:34 UTC

Updated Occitan translation

gnome-3-2 2016-09-19 11:41:50 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:41:50 UTC

Updated Occitan translation

gnome-3-20 2016-09-19 11:38:44 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:38:44 UTC

Updated Occitan translation

gnome-3-6 2016-09-19 11:33:16 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:33:16 UTC

Updated Occitan translation

gnome-3-4 2016-09-19 11:31:06 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:31:06 UTC

Updated Occitan translation

gnome-3-14 2016-09-19 11:29:18 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:29:18 UTC

Updated Occitan translation

gnome-2-32 2016-09-19 11:27:34 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:27:34 UTC

Updated Occitan translation

gnome-3-16 2016-09-19 11:25:38 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:25:38 UTC

Updated Occitan translation

gnome-3-12 2016-09-19 11:22:01 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:22:01 UTC

Updated Occitan translation

gnome-3-10 2016-09-19 11:20:19 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-09-19 11:20:19 UTC

Updated Occitan translation

gnome-3-8 2016-02-23 10:11:51 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-02-23 10:11:51 UTC

Updated Occitan translation

gnome-2-18 2016-02-12 16:13:46 UTC
Revert "Update Latvian translation"

Author: =?utf-8?q?R=C5=ABdolfs_Mazurs?=
Author Date: 2016-02-12 16:13:46 UTC

Revert "Update Latvian translation"

This reverts commit 33249d32be081491669bf8540c582dbea9559321.

gnome-2-30 2015-05-22 06:29:12 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-22 06:29:12 UTC

Updated Occitan translation

orca-xdesktop 2012-09-09 13:16:33 UTC
[l10n] Updated German doc translation

Author: Mario Blättermann
Author Date: 2012-09-09 13:16:33 UTC

[l10n] Updated German doc translation

gnome-2-28 2011-04-26 21:47:18 UTC
Updated Turkish translation

Author: Muhammet Kara
Author Date: 2011-04-26 21:47:18 UTC

Updated Turkish translation

cfr-gnome3-experimental 2011-04-01 12:53:35 UTC
Beginning work on a cross-platform toolkit implementation:

Author: Joanmarie
Author Date: 2011-04-01 12:43:07 UTC

Beginning work on a cross-platform toolkit implementation:

    * Gtk2, Gtk3, and Qt

    * Basic support for rendering Orca's gui components for the
      following widgets:

      - HBox, VBox, Table, Frame
      - Checkbox, Radio button, Push Button
      - Slider, Spinner
      - Entry, Combobox
      - Tree
      - Statusbar
      - Window, Message dialog

    * Initial tests

cfr-plugins-experimental 2011-04-01 11:21:51 UTC
Merge changes from work done by orca-plugins project.

Author: Alejandro Leiva
Author Date: 2011-04-01 11:21:41 UTC

Merge changes from work done by orca-plugins project.

gnome-2-24 2010-03-24 14:35:07 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-24 14:35:07 UTC

Updated Basque language

gnome-2-26 2010-03-24 14:33:47 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-24 14:33:47 UTC

Updated Basque language

gnome-2-20 2009-10-21 12:21:24 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2009-10-21 12:21:24 UTC

Updated Slovenian translation

gnome-2-22 2008-06-30 17:02:35 UTC
Prep for 2.22.3

Author: William Walker
Author Date: 2008-06-30 17:02:35 UTC

Prep for 2.22.3

svn path=/branches/gnome-2-22/; revision=4008

gnome-2-16 2007-03-22 19:37:37 UTC
Updated Galician translation.

Author: Ignacio Casal Quinteiro
Author Date: 2007-03-22 19:37:37 UTC

Updated Galician translation.

svn path=/branches/gnome-2-16/; revision=2193

143 of 43 results
This repository contains Public information 
Everyone can see this information.

Subscribers