[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-console][debian/master] 57 commits: Update Indonesian translation

Arnaud Ferraris (@a-wai) gitlab at salsa.debian.org
Tue Sep 27 09:39:51 BST 2022



Arnaud Ferraris pushed to branch debian/master at Debian On Mobile / gnome-console


Commits:
496ccaf7 by Kukuh Syafaat at 2022-08-08T04:02:32+00:00
Update Indonesian translation

- - - - -
f569e525 by Jeremy Bicha at 2022-08-08T17:38:05-04:00
meson: Require libadwaita >= 1.2.beta

Uses features introduced in
https://gitlab.gnome.org/GNOME/libadwaita/-/commit/b07a1c37707

- - - - -
25f4eb09 by Yosef Or Boczko at 2022-08-09T17:37:44+00:00
Update Hebrew translation

- - - - -
e85c04ef by Luming Zh at 2022-08-10T15:09:52+00:00
Update Chinese (China) translation

- - - - -
e9991a89 by Sophie Herold at 2022-08-10T22:39:54+00:00
doap: Update platform information
- - - - -
d492b0c3 by Goran Vidović at 2022-08-12T23:30:04+00:00
Update Croatian translation

- - - - -
31f745fd by Goran Vidović at 2022-08-12T23:30:23+00:00
Update Croatian translation

- - - - -
3198d666 by Quentin PAGÈS at 2022-08-13T18:03:40+00:00
Update Occitan translation

- - - - -
8db268a5 by Piotr Drąg at 2022-08-15T15:50:23+02:00
Update Polish translation

- - - - -
2209c0d1 by Fran Dieguez at 2022-08-21T15:51:39+00:00
Update Galician translation

- - - - -
87d46d85 by Daniel Mustieles at 2022-08-22T11:40:23+00:00
Update Spanish translation

- - - - -
9db9f38b by Zander Brown at 2022-08-24T12:11:06+01:00
terminal: make FM1 calls asynchronously

Especially if Nautilus wasn't already running this could lock the UI,
admittedly the user is switching away but nevertheless we should be
graceful

Also fix the action name

- - - - -
2924e61f by Zander Brown at 2022-08-24T12:11:55+01:00
process: drop unused method

We don't ever actually use this, save a couple bytes and drop it

- - - - -
c6ab9e8c by Zander Brown at 2022-08-24T12:47:04+01:00
build: bump glib dependency

Fix relevant deprecated API usage/idioms

Move dependency objects to the root file, thus avoiding some subproject
race-y nonsense

Other assorted cleanups such as resorting the source list

Some people may notice that this commit should have come before
9db9f38b, and this is why CI is good and cherry-picking is risky.
Whoops.

- - - - -
3bfcfd83 by Zander Brown at 2022-08-24T22:24:02+01:00
general: use generated marshals

Use explict pre-generated marshallers rather than libffi

_In theory_ this may have a slight perf gain, which is nice, but mostly
it gives us simpler traces when debugging

- - - - -
535fd619 by Zander Brown at 2022-08-25T13:52:38+01:00
tab: adopt the KgxZoom enum

Signals carrying a KgxZoom originate here, and are simply consumed by
window — thus have it associated with tab not window

- - - - -
b2ce4632 by Zander Brown at 2022-08-25T13:52:48+01:00
tab: avoid double removal

Some scenarios caused the page to be removed twice, putting us in
undefined terrotory

Rearrange things a little so that pages are always managed by …pages…
rather than a tab trying to remove itself

Use a vfunc rather than connecting to our own signal

- - - - -
87108a26 by Zander Brown at 2022-08-25T15:35:12+01:00
pages: move window creation to window

Introduce a new signal, effectivly proxying the one on the underlying
Adw.TabView, so that window creation can be handled in window itself —
rather than having pages randomly know about making windows

This isn't a purely idiomatic change, it means we can ensure the new
window shares the original windows settings instance without having
pages keep it's own reference

- - - - -
1a67369c by Zander Brown at 2022-08-25T15:35:12+01:00
settings: introduce KgxSettings

Similar to KgxWatcher this will let us slim down KgxApplication

Further it raises the possibility of different KgxWindows (or possibly
even KgxTabs…) being hooked to different instances — which may prove
handy for term-intent stuff

Note this commit simply defines the type, it isn't yet used

- - - - -
bddce08b by Zander Brown at 2022-08-25T15:35:12+01:00
settings: move constants from terminal

They never really made sense to be there in the first place, and now we
have a better place: KgxSettings

Happily this also cleans up includes a bit, and sets some ground work
for KgxSettings actually being used

- - - - -
60d569e4 by Zander Brown at 2022-08-25T16:00:19+01:00
application: make use of KgxSettings

Stop exposing our ‘settings’ directly on application, instead provide
KgxWindows with a KgxSettings instance they can bind to

Simplify `add_terminal` moving shell resolution to KgxSettings

Manage zoom actions via binds to said settings object

- - - - -
692401e1 by Zander Brown at 2022-08-26T01:01:58+01:00
tab: use {binding,signal} groups

replace connect_terminal with a :terminal property, allowing us to move
more stuff to GtkBuilder

introduce :settings which we connect the binding group to, thus makin
set_pages superflous

Generally make a bunch of code redundant, or moved to declarative

- - - - -
1fcad8ae by Zander Brown at 2022-08-26T13:21:50+01:00
pages: drop settings properties

pages itself never used them, were simply propogated into tabs. tabs now own
their own settings reference, so no need to proxy the various properties down
to tabs anymore

- - - - -
d835a8a2 by Zander Brown at 2022-08-26T13:21:50+01:00
terminal: bind to a settings object

Rather than expecting a host to set our properties correctly, bind
directly to KgxSettings

- - - - -
e36c39cf by Maximiliano Sandoval R at 2022-08-26T15:37:50+01:00
window: drop kgx_window_get_size

This is a gtk 3 leftover, gtk_window_get_default_size gives us what we
need now

- - - - -
4856891a by Balázs Úr at 2022-08-30T00:05:15+00:00
Update Hungarian translation

- - - - -
345e91d4 by Maximiliano Sandoval R at 2022-08-31T00:18:10+01:00
schema: add setting to restore window size

Enabled by default. If disabled we simply use the ≤42 behaviour.

Fix: https://gitlab.gnome.org/GNOME/console/-/issues/120

- - - - -
d660a114 by Maximiliano Sandoval R at 2022-08-31T00:21:05+01:00
window: restore window size

…and new windows inherit the size of the current window

Fix: https://gitlab.gnome.org/GNOME/console/-/issues/120

- - - - -
3c97f032 by Ask Hjorth Larsen at 2022-09-01T11:36:19+02:00
Updated Danish translation

- - - - -
b9c36d6c by Nathan Follens at 2022-09-01T15:58:51+00:00
Update Dutch translation

- - - - -
92611bc9 by Emin Tufan Çetin at 2022-09-01T22:42:41+00:00
Update Turkish translation

- - - - -
77b44793 by Irénée THIRION at 2022-09-03T07:31:26+00:00
Update French translation

- - - - -
a698cf0b by Jordi Mas at 2022-09-03T13:10:21+02:00
Update Catalan translation

- - - - -
8cd9e021 by Zander Brown at 2022-09-03T17:19:24+01:00
general: 43.rc

- - - - -
fc08ce32 by Leônidas Araújo at 2022-09-05T21:53:20+00:00
Update Brazilian Portuguese translation

- - - - -
ec6e9fac by Luna Jernberg at 2022-09-06T17:22:40+00:00
Update Swedish translation

- - - - -
766be2c0 by Rūdolfs Mazurs at 2022-09-07T19:19:00+00:00
Add Latvian translation

- - - - -
22a253f9 by Efstathios Iosifidis at 2022-09-09T09:44:57+00:00
Update Greek translation

- - - - -
3a356eeb by Andre Klapper at 2022-09-09T12:42:12+02:00
metadata: Correct 404 URL for application screenshot

- - - - -
262847dd by Matej Urbančič at 2022-09-09T20:21:43+00:00
Update Slovenian translation

- - - - -
7752ede7 by Pawan Chitrakar at 2022-09-10T23:30:53+00:00
Update Nepali translation

- - - - -
ed078c39 by Aurimas Černius at 2022-09-11T15:43:14+03:00
Updated Lithuanian translation

- - - - -
35308ad5 by Marek Černocký at 2022-09-12T11:31:53+02:00
Updated Czech translation

- - - - -
3e575424 by Alexander Shopov at 2022-09-12T20:43:37+00:00
Update Bulgarian translation

- - - - -
33e12cf2 by DaeHyun Sung at 2022-09-14T04:26:25+00:00
Update Korean translation

- - - - -
3df63902 by Cheng-Chia Tseng at 2022-09-15T08:45:53+00:00
Add Chinese (Taiwan) translation

- - - - -
9866d5af by Christian Kirbach at 2022-09-15T20:16:56+00:00
Update German translation

- - - - -
c4478525 by Aleksandr Melman at 2022-09-17T16:16:53+00:00
Update Russian translation

- - - - -
cd76fbc3 by Baurzhan Muftakhidinov at 2022-09-18T06:37:54+00:00
Update Kazakh translation

- - - - -
79d1813f by Sabri Ünal at 2022-09-18T07:50:01+00:00
Update Turkish translation

- - - - -
8c197c35 by Zurab Kargareteli at 2022-09-24T10:01:19+00:00
Update Georgian translation

- - - - -
273727dd by Zander Brown at 2022-09-25T13:48:24+01:00
metainfo: update screenshot url

This reverts commit 3a356eebd437591b651b7341de347e6631589bb7.

- - - - -
cffddb1a by Zander Brown at 2022-09-25T13:51:32+01:00
general: 43.0

- - - - -
6db12e38 by Arnaud Ferraris at 2022-09-27T10:04:39+02:00
d/control: transfer package to the Debian GNOME team

This is now a core GNOME package, maintaining it within the GNOME team
makes more sense.

- - - - -
73c1d1a1 by Arnaud Ferraris at 2022-09-27T10:05:08+02:00
New upstream version 43.0
- - - - -
647e832a by Arnaud Ferraris at 2022-09-27T10:05:08+02:00
Update upstream source from tag 'upstream/43.0'

Update to upstream version '43.0'
with Debian dir 1419e36073d61dbf23c5089c565f6df76555e2a0
- - - - -
773fc308 by Debian Janitor at 2022-09-27T10:07:08+02:00
Remove constraints unnecessary since buster (oldstable)

* Build-Depends: Drop versioned constraint on gsettings-desktop-schemas-dev and libpcre2-dev.
* gnome-console: Drop versioned constraint on gsettings-desktop-schemas in Depends.

Changes-By: deb-scrub-obsolete

- - - - -


20 changed files:

- .editorconfig
- NEWS
- console.doap
- data/org.gnome.Console.gschema.xml.in
- data/org.gnome.Console.metainfo.xml.in.in
- debian/control
- meson.build
- po/LINGUAS
- po/bg.po
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
- po/es.po
- po/fr.po
- po/gl.po
- po/he.po
- po/hr.po
- po/hu.po


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-console/-/compare/66423bfee9c2a3cf9289808c46a56210c238bde9...773fc308e606492be3572a7071093bcf85e8d13a

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-console/-/compare/66423bfee9c2a3cf9289808c46a56210c238bde9...773fc308e606492be3572a7071093bcf85e8d13a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20220927/57e8640b/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list