lp:gnome-characters

Owned by GNOME3 Team
Get this repository:
git clone https://git.qastaging.paddev.net/gnome-characters

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://git.gnome.org/browse/gnome-characters.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — 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 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log

Branches

Name Last Modified Last Commit
main 2025-11-06 08:14:12 UTC
Update Serbian (Latin) translation

Author: Miloš Popović
Author Date: 2025-11-06 08:14:04 UTC

Update Serbian (Latin) translation

(cherry picked from commit f09f6beaa7a46bb78eb56be87e977b79b0e91b0e)

gnome-49 2025-11-06 08:14:04 UTC
Update Serbian (Latin) translation

Author: Miloš Popović
Author Date: 2025-11-06 08:14:04 UTC

Update Serbian (Latin) translation

gnome-46 2025-10-27 10:57:09 UTC
Update Romanian translation

Author: Antonio Marin
Author Date: 2025-10-27 10:57:09 UTC

Update Romanian translation

wip/iainl/format-lint 2025-09-14 07:18:00 UTC
chore(js): update to ESM, modern GJS and new ESLint

Author: Iain Lane
Author Date: 2025-09-07 13:27:19 UTC

chore(js): update to ESM, modern GJS and new ESLint

GJS now supports ESM, replacing the nonstandard `imports` ayntax for
importing dependencies. This means we can do:

```javascript
import { Gio, GLib, GObject } from 'gi://Gio?version=2.0';

export
```

instead of

```javascript
const { Gio, GLib, GObject } = imports.gi;
```

here we port to that.

Additionally, ESLint has had a major upgrade with a new config system.
This commit takes the config from `gnome-shell`, slims it down a bit to
our needs, and sets it up to be in use by IDEs and in CI. Then it was
run with `--fix` to automatically fix most of the issues, with the rest
manually cleaned up.

wip/iainl/search-emoji 2025-09-02 08:15:02 UTC
WIP: prioritise emoji in search

Author: Iain Lane
Author Date: 2025-08-22 19:06:32 UTC

WIP: prioritise emoji in search

iainl/fmt 2025-08-22 08:58:07 UTC
Add formatting and linting settings

Author: Iain Lane
Author Date: 2025-08-21 09:57:01 UTC

Add formatting and linting settings

While working on an unrelated change, I was fighting with my editor
constantly wanting to reformat the code. So as a prerequisite, here
we're adding an uncrustify configuration file (taken from Mutter) and a
`.editorconfig` file. The generation scripts have also been updated to
generate code which is compliant with this new formatting, and output
the headers that are required, so each header can be opened and IDEs
can resolve symbols.

A CI job to lint these file has been added, and the scripts to generate
the headers updated to produce files that are compatible.

gnome-43 2025-03-22 15:10:33 UTC
Add Uzbek (Latin) translation

Author: bahrom04
Author Date: 2025-03-22 15:10:33 UTC

Add Uzbek (Latin) translation

gnome-3-34 2025-01-25 19:10:59 UTC
Update Occitan translation

Author: Quentin PAGÈS
Author Date: 2025-01-25 19:10:59 UTC

Update Occitan translation

gnome-45 2024-05-28 12:23:58 UTC
Update Brazilian Portuguese translation

Author: =?utf-8?b?TGXDtG5pZGFzIEFyYcO6am8=?=
Author Date: 2024-05-28 12:23:58 UTC

Update Brazilian Portuguese translation

gnome-44 2023-10-22 13:36:41 UTC
Update Romanian translation

Author: Florentina Mușat
Author Date: 2023-10-22 13:36:41 UTC

Update Romanian translation

gnome-42 2023-01-06 10:50:04 UTC
Update Abkhazian translation

Author: Nart Tlisha
Author Date: 2023-01-06 10:50:04 UTC

Update Abkhazian translation

bilelmoussaoui/release-42 2022-03-19 16:45:48 UTC
appdata/news: Add 42.0 release notes

Author: Bilal Elmoussaoui
Author Date: 2022-03-19 16:26:58 UTC

appdata/news: Add 42.0 release notes

gnome-41 2022-02-01 12:08:32 UTC
Update Japanese translation

Author: id:sicklylife
Author Date: 2022-02-01 12:08:32 UTC

Update Japanese translation

gnome-40 2021-11-26 19:44:54 UTC
Update Occitan translation

Author: Quentin PAGÈS
Author Date: 2021-11-26 19:44:54 UTC

Update Occitan translation

gnome-3-38 2021-01-12 21:59:00 UTC
Update Catalan translation

Author: Jordi Mas
Author Date: 2021-01-12 21:59:00 UTC

Update Catalan translation

bilelmoussaoui/split-headerbar 2020-06-07 11:48:33 UTC
add a HdyHeaderGroup

Author: Bilal Elmoussaoui
Author Date: 2020-06-07 11:48:33 UTC

add a HdyHeaderGroup

gnome-3-32 2020-05-06 16:55:46 UTC
snap: Updated to use the latest snapcraft extension

Author: Ken VanDine
Author Date: 2020-05-06 16:55:46 UTC

snap: Updated to use the latest snapcraft extension

gnome-3-30 2019-04-16 11:06:55 UTC
Merge branch 'wip/hadess/fix-deprecation-warnings-3-30' into 'gnome-3-30'

Author: Daiki Ueno
Author Date: 2019-04-16 11:06:55 UTC

Merge branch 'wip/hadess/fix-deprecation-warnings-3-30' into 'gnome-3-30'

Fix deprecation warnings in 3.30 branch

See merge request GNOME/gnome-characters!33

wip/hadess/fix-deprecation-warnings-3-30 2019-04-11 13:54:41 UTC
searchProvider: Fix deprecation fixes

Author: Jan Steffens
Author Date: 2019-03-20 21:07:01 UTC

searchProvider: Fix deprecation fixes

- `ByteArray` did not get imported and was missing.
- `String.prototype.toUpperCase` cannot be passed directly to `map`.

Fixes https://gitlab.gnome.org/GNOME/gnome-characters/issues/49

Conflicts:
 src/searchProvider.js

wip/jimmac/app-icon-redesign 2018-10-28 12:31:14 UTC
icon: update app icon

Author: jimmac
Author Date: 2018-07-23 14:32:34 UTC

icon: update app icon

- GNOME 3.30 redesign of app icons.
  See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
  for more info.

/label ~"9. Initiative: AppIconRedesign"

wip/dueno/gitlab-ci 2018-07-26 15:12:31 UTC
gitlab-ci: Switch to fedora:latest from fedora:rawhide

Author: Daiki Ueno
Author Date: 2018-07-26 15:12:31 UTC

gitlab-ci: Switch to fedora:latest from fedora:rawhide

gnome-3-28 2018-05-07 05:56:27 UTC
Release 3.28.2

Author: Daiki Ueno
Author Date: 2018-05-07 04:16:11 UTC

Release 3.28.2

wip/fix-gc-blocks-init-crasher 2018-04-21 13:07:17 UTC
libgc: Fix crasher with some GCC configurations

Author: Bastien Nocera
Author Date: 2018-04-21 13:07:17 UTC

libgc: Fix crasher with some GCC configurations

const variables are not supposed to be writable, and trying to
initialise the various "const" blocks caused SEGVs. Remove the const
modifier as it's incorrect.

The valgrind output for this crash is clear, "Bad permissions":
==11056== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==11056== Bad permissions for mapped region at address 0x28C91360
==11056== at 0x28C8D0AB: init_blocks (gc.c:926)
==11056== by 0x28C8E46B: gc_character_iter_init_for_related (gc.c:938)
==11056== by 0x28C8E46B: gc_search_context_search (gc.c:1124)

gnome-3-24 2018-03-20 09:13:02 UTC
Update zh_CN translation

Author: Tong Hui
Author Date: 2018-03-20 09:13:02 UTC

Update zh_CN translation

gnome-3-26 2018-03-10 16:55:55 UTC
Add Afrikaans translation

Author: Pieter Schalk Schoeman
Author Date: 2018-03-10 16:55:55 UTC

Add Afrikaans translation

gnome-3-22 2017-06-01 16:42:02 UTC
Add Belarusian translation

Author: Uladzimir Manulenka
Author Date: 2017-06-01 16:42:02 UTC

Add Belarusian translation

gnome-3-20 2016-06-19 09:49:27 UTC
Updated Indonesian translation

Author: Andika Triwidada
Author Date: 2016-06-19 09:49:27 UTC

Updated Indonesian translation

gnome-3-18 2016-03-26 06:16:01 UTC
finish zh_CN translation after cherry-pic

Author: YunQiang Su
Author Date: 2016-03-26 06:16:01 UTC

finish zh_CN translation after cherry-pic

gnome-3-16 2016-02-02 16:50:45 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2016-02-02 16:50:45 UTC

Updated Slovenian translation

wip/dueno/font-features 2015-08-21 02:32:28 UTC
Respect OpenType font features

Author: Daiki Ueno
Author Date: 2015-08-17 09:23:59 UTC

Respect OpenType font features

wip/dueno/local-scripts 2015-06-16 09:42:54 UTC
libgc: Fix setlocale calls in gc_*_for_locale

Author: Daiki Ueno
Author Date: 2015-06-16 09:41:47 UTC

libgc: Fix setlocale calls in gc_*_for_locale

wip/properties 2015-02-10 13:49:54 UTC
character: Place internal vbox of dialog at top

Author: Daiki Ueno
Author Date: 2015-02-10 10:20:16 UTC

character: Place internal vbox of dialog at top

132 of 32 results
This repository contains Public information 
Everyone can see this information.

Subscribers