[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/chatty][upstream/latest] 59 commits: d/control: Enforce libadwaita to be 1.4 or newer

Chris Talbot (@kop316) gitlab at salsa.debian.org
Sat May 4 21:44:24 BST 2024



Chris Talbot pushed to branch upstream/latest at Debian On Mobile / chatty


Commits:
df8a5c2a by Chris Talbot at 2024-03-17T20:44:44-06:00
d/control: Enforce libadwaita to be 1.4 or newer

- - - - -
ecd98ef6 by Sabri Ünal at 2024-03-21T06:54:55+00:00
Update Turkish translation

- - - - -
2dfc6f14 by Chris Talbot at 2024-03-23T11:49:12-06:00
file-item: correct warning dialog

- - - - -
e9f755bb by Vittorio Monti at 2024-04-02T08:27:05+00:00
Update Italian translation

- - - - -
b57d3279 by Artur S0 at 2024-04-04T14:45:29+00:00
Update Russian translation

- - - - -
17283f47 by maxrdz at 2024-04-06T14:58:32+00:00
readme: 'meson build' is deprecated. updated build instructions

When running 'meson build', Meson emits a warning that says 'meson
build' is ambiguous and deprecated, and that 'meson setup build' should
be used instead. Updating the build instructions should help new users
avoid this warning and hopefully avoid any confusion.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1346>

- - - - -
4b481422 by Chris Talbot at 2024-04-07T11:29:43-06:00
README: Make section on backing up and restoring explicit

- - - - -
1076923c by Chris Talbot at 2024-04-07T11:30:09-06:00
NEWs: correct error in version

- - - - -
b328676c by Chris Talbot at 2024-04-07T18:18:45+00:00
ci: allow failure of flatpak

- - - - -
9f77ed64 by Chris Talbot at 2024-04-07T18:18:45+00:00
d/control: enforce using libadwaita 1.5~

- - - - -
1ab96499 by Chris Talbot at 2024-04-07T18:18:45+00:00
meson: compile against adwaita 1.5

- - - - -
2cf9556a by Chris Talbot at 2024-04-07T18:18:45+00:00
application: convert to about dialog

- - - - -
42ae751b by Chris Talbot at 2024-04-07T18:18:45+00:00
application: replace message dialog with alert dialog

- - - - -
b135e585 by Chris Talbot at 2024-04-07T18:18:45+00:00
Manager: convert message dialog to alert dialog

- - - - -
e334dbed by Chris Talbot at 2024-04-07T18:18:45+00:00
message-bar: convert message dialog to alert dialog

- - - - -
1cce2aad by Chris Talbot at 2024-04-07T18:18:45+00:00
window: convert message dialog to alert dialog

- - - - -
e2cd2665 by Chris Talbot at 2024-04-07T18:18:45+00:00
new-chat-dialog: convert message dialog to alert dialog

- - - - -
d3479ccc by Chris Talbot at 2024-04-07T18:18:45+00:00
settings-dialog: convert message dialog to alert dialog

- - - - -
508c5d53 by Chris Talbot at 2024-04-07T18:18:45+00:00
purple: replace message dialog with alert dialog

- - - - -
8f7cd378 by Chris Talbot at 2024-04-07T18:18:45+00:00
purple-notify: replace message dialog with alert dialog

- - - - -
ca122b5e by Chris Talbot at 2024-04-07T18:18:45+00:00
settings-dialog: port to AdwPreferencesDialog

- - - - -
f2bb857a by Anders Jonsson at 2024-04-07T18:58:06+00:00
Update Swedish translation

- - - - -
6c0d7ba9 by Chris Talbot at 2024-04-08T08:31:34-06:00
file-item: Add context to invite

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1349>

- - - - -
88a5a225 by Chris Talbot at 2024-04-08T08:35:06-06:00
info-dialog: add context to translation

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1349>

- - - - -
70ed43d5 by Anders Jonsson at 2024-04-08T19:44:31+00:00
Update Swedish translation

- - - - -
6d14d114 by Danial Behzadi at 2024-04-09T16:49:23+00:00
Update Persian translation

- - - - -
3172c9b7 by Yuri Chornoivan at 2024-04-09T19:00:03+00:00
Update Ukrainian translation

- - - - -
828d435f by Yuri Chornoivan at 2024-04-09T19:00:32+00:00
Update Ukrainian translation

- - - - -
6f972d1f by Emin Tufan Çetin at 2024-04-13T08:20:08+00:00
Update Turkish translation

- - - - -
1e1399c9 by Guido Günther at 2024-04-13T13:55:33+00:00
message-row: Set message_content as popover parent

This places the menu close the copied content instead of at the bottom
right corner of the grid.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1351>

- - - - -
436cc26e by Guido Günther at 2024-04-13T13:55:33+00:00
message-row: Restrict long press gesture to message content

Pressing on the row and having the popover appear somewhere else is odd.
As we copy the bubble text attach the gesture to the bubble.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1351>

- - - - -
262b0ea7 by Guido Günther at 2024-04-13T13:55:33+00:00
message-row: Add right click gesture

We accept the right click at the complete row but use the same
popup position than for long press.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1351>

- - - - -
6f028882 by Chris Talbot at 2024-04-13T14:18:25+00:00
purple-notify: remove redundant %s translatable strings

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1352>

- - - - -
fd072a74 by Guido Günther at 2024-04-13T14:27:03+00:00
purple: Fix callback name

I assume `changed` is meant here.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1350>

- - - - -
8b99e566 by Guido Günther at 2024-04-13T14:27:03+00:00
matrix: Fix function name

I assume `chat` is meant here.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1350>

- - - - -
dc47b371 by Guido Günther at 2024-04-13T14:27:03+00:00
matrix: Don't ignore error when sending message

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1350>

- - - - -
aaef57f5 by Guido Günther at 2024-04-13T14:27:03+00:00
matrix: Don't forget to invoke the callback when finishing sending a message

Without this the callback passed from message_bar_send_message_button_clicked_cb()
to chatty_chat_send_message_async() never gets called.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1350>

- - - - -
9c3d2ad6 by Chris Talbot at 2024-04-17T06:34:57-06:00
message-bar: only show dialog for tracking IDs once

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1353>

- - - - -
ef59eb67 by Chris Talbot at 2024-04-17T06:35:01-06:00
message-bar: don't autopointer message-bar

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1353>

- - - - -
3d61f1de by Yuri Chornoivan at 2024-04-17T18:38:35+00:00
Update Ukrainian translation

- - - - -
a080b3e2 by Danial Behzadi at 2024-04-19T01:03:15+00:00
Update Persian translation

- - - - -
48922573 by Anders Jonsson at 2024-04-19T12:27:11+00:00
Update Swedish translation

- - - - -
fe95894c by Daniel Șerbănescu at 2024-04-21T14:50:43+00:00
Update Romanian translation

- - - - -
c7528b0a by Chris Talbot at 2024-04-21T16:33:13+00:00
CI: add gtksourceview5-dev as alpine dependency

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1354>

- - - - -
cb4b2674 by Chris Talbot at 2024-04-21T16:33:13+00:00
d/control: add libspelling-1-dev as dependency

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1354>

- - - - -
c9b67ba8 by Chris Talbot at 2024-04-21T16:33:13+00:00
meson: add option for libspelling

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1354>

- - - - -
ebb09f47 by Chris Talbot at 2024-04-21T16:33:13+00:00
main: initialize gtk_source_view

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1354>

- - - - -
a136a3ba by Chris Talbot at 2024-04-21T16:33:13+00:00
message-bar: Enable spell checking

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1354>

- - - - -
a378a468 by Ekaterine Papava at 2024-04-25T08:07:49+00:00
Add Georgian translation

- - - - -
cf67f7fd by Sabri Ünal at 2024-04-26T17:25:30+00:00
Update Turkish translation

- - - - -
83d3df4e by Daniel Rusek at 2024-04-28T13:02:13+00:00
Update Czech translation

- - - - -
6b6dbadf by Artur S0 at 2024-04-29T11:58:31+00:00
Update Russian translation

- - - - -
c11fa314 by Chris Talbot at 2024-04-29T12:20:56-06:00
daemon.desktop: Remove StartupNotify=True

This allows the Phosh splash screen to not timeout

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1356>

- - - - -
e3b4f144 by Chris Talbot at 2024-05-01T01:57:31+00:00
pgp test: fix the fixme

This looks to be fixed now

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1357>

- - - - -
203291ed by Chris Talbot at 2024-05-03T08:26:36-06:00
pgp: fix uncorrect NULL

- - - - -
a40c1e31 by Chris Talbot at 2024-05-03T08:35:00-06:00
src/meson.build: Dump dependency to 2.78

Per: https://gitlab.gnome.org/World/Chatty/-/merge_requests/1304#note_2101562

g_timeout_add_seconds_once () was added in 2.78

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1360>

- - - - -
9f01df82 by Guido Günther at 2024-05-04T13:38:00+02:00
subprojects: Update libcmatrix

This updates us to 6c260ee37bd2eff096ee44c29690f30718566c1c including
some recent fixes.

Part-of: <https://gitlab.gnome.org/World/Chatty/-/merge_requests/1361>

- - - - -
3046c457 by Chris Talbot at 2024-05-04T14:20:16-06:00
Update Changelog and release 0.8.3

- - - - -
6d66646b by Chris Talbot at 2024-05-04T14:43:51-06:00
New upstream version 0.8.3
- - - - -


15 changed files:

- .gitlab-ci.yml
- NEWS
- README.md
- data/sm.puri.Chatty-daemon.desktop.in.in
- debian/changelog
- debian/control
- meson.build
- po/LINGUAS
- po/cs.po
- po/fa.po
- po/it.po
- + po/ka.po
- po/ro.po
- po/ru.po
- po/sv.po


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/chatty/-/compare/4254795933da354010fc949f10f82105a13a4dea...6d66646b5d913a8f82f24c253031efe210fe982e

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/chatty/-/compare/4254795933da354010fc949f10f82105a13a4dea...6d66646b5d913a8f82f24c253031efe210fe982e
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/20240504/61dc6ad4/attachment-0001.htm>


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