Philipp Hörist pushed to branch message-replies at gajim / gajim


Commits:
59fd8466 by Daniel Brötzmann at 2023-01-24T08:18:40+00:00
chore: Update test section in Readme
- - - - -
e2e40a35 by Philipp Hörist at 2023-01-27T00:32:20+01:00
fix: HTTPUpload: Don’t cache temp path

The cache is on the class for staticmethods and is not reseted
when we create a new instance.

Fixes #11373

- - - - -
4c57bd71 by Philipp Hörist at 2023-01-28T10:24:33+00:00
change: Port to pyproject.toml

- - - - -
76c32a5d by Philipp Hörist at 2023-01-28T12:53:14+01:00
new: Add custom PEP517 build backend

- - - - -
aa78a57a by Philipp Hörist at 2023-01-28T12:53:14+01:00
refactor: Load translations from package data directory

- - - - -
aac26fe8 by Philipp Hörist at 2023-01-28T12:53:14+01:00
ci: Use `build` to build Gajim

- - - - -
94be7bd5 by Philipp Hörist at 2023-01-28T12:53:14+01:00
ci: Update debian control file

- - - - -
4f33853f by Philipp Hörist at 2023-01-28T12:53:14+01:00
ci: Use release-helper

- - - - -
5390a057 by Philipp Hörist at 2023-01-28T12:53:14+01:00
ci: Remove obsolete scripts

- - - - -
7211753d by André Apitzsch at 2023-01-28T20:17:32+01:00
other: Flatpak: Install metadata files

- - - - -
c4db3b6f by Philipp Hörist at 2023-01-28T20:17:32+01:00
chore: Update .gitignore

- - - - -
56ad8584 by Philipp Hörist at 2023-01-28T20:17:32+01:00
ci: Debian: Install metadata files

- - - - -
c5948304 by André Apitzsch at 2023-01-28T20:20:48+00:00
fix: Fix loading localised emojis

Fixes warnings like

> gajim.gui.emoji_data_gtk   Null codepoint for short name "light skin 
tone", not found

- - - - -
ccbfa4f3 by Philipp Hörist at 2023-01-29T14:49:25+01:00
ci: Fix nightly deployment

- - - - -
eb5ce03b by wurstsalat at 2023-01-29T15:14:01+01:00
imprv: Account wizard: Don't allow to add account twice

- - - - -
c40ec07f by Philipp Hörist at 2023-01-29T15:57:38+01:00
ci: Update lint configs

- - - - -
e0b399f1 by Philipp Hörist at 2023-01-29T15:57:38+01:00
ci: Deploy windows nightly into correct folder

- - - - -
23b71a11 by Philipp Hörist at 2023-01-29T16:00:16+01:00
ci: Update pre-commit-config.yaml

This arg is now set by default

- - - - -
f281f1e6 by wurstsalat at 2023-01-29T18:32:44+01:00
imprv: Preferences: Add 0 and 25 MiB to preview size settings

Fixes #11385

- - - - -
4cb34e80 by Philipp Hörist at 2023-01-29T20:13:25+01:00
ci: Update debian control file

- - - - -
10348486 by Philipp Hörist at 2023-01-30T21:41:24+01:00
ci: Debian: Fix debian package build

Use python3:Depends to gather dependencies

Fixes #11386

- - - - -
2163b33f by Philipp Hörist at 2023-01-31T19:34:02+01:00
ci: Add Debian only pipelines

- - - - -
614b5a9e by Philipp Hörist at 2023-01-31T20:00:03+01:00
ci: Don’t include revision in folder name

- - - - -
2b64acbf by Philipp Hörist at 2023-01-31T22:05:45+01:00
ci: Build nightly only if necessary

- - - - -
55dfb403 by Philipp Hörist at 2023-02-01T20:12:17+01:00
ci: Remove obsolete script

- - - - -
ee774b29 by Weblate at 2023-02-01T20:18:15+01:00
chore: Update translations

- - - - -
27f65cf6 by Philipp Hörist at 2023-02-01T21:46:09+01:00
ci: Fix linter version

- - - - -
b5d9231e by Philipp Hörist at 2023-02-03T00:34:01+01:00
refactor: Fix unnecessary comparisons

- - - - -
c1a77f45 by Philipp Hörist at 2023-02-03T00:40:38+01:00
chore: Update IANA data

- - - - -
a95e6966 by Philipp Hörist at 2023-02-03T00:44:55+01:00
release: 1.7.0

- - - - -
3c2c6448 by Philipp Hörist at 2023-02-03T15:47:25+01:00
fix: Make switching status work again

This was a regression after refactoring

- - - - -
e28240c3 by wurstsalat at 2023-02-03T16:26:33+00:00
feat: Add support for XEP-0461: Message Replies

- - - - -


30 changed files:

- − .ci/appveyor_build.py
- − .ci/debian_build.py
- − .ci/deploy.py
- − .ci/make_release.py
- .ci/prepare_git.sh
- .gitignore
- .gitlab-ci.yml
- .pre-commit-config.yaml
- ChangeLog
- MANIFEST.in
- README.md
- data/gajim.doap
- data/org.gajim.Gajim.appdata.xml.in
- debian/control
- + debian/install
- debian/gajim.manpages → debian/manpages
- + debian/patches/remove-nbxmpp-from-deps.patch
- + debian/patches/series
- debian/rules
- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
- gajim/common/application.py
- gajim/common/call_manager.py
- gajim/common/client.py
- gajim/common/dbus/music_track.py
- gajim/common/events.py
- gajim/common/filetransfer.py
- gajim/common/i18n.py
- gajim/common/iana.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/684d5c6210dd28d7a499fc2a8af1c480eca05640...e28240c32956f4292a941df1b4e8c291ce55ec7a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/684d5c6210dd28d7a499fc2a8af1c480eca05640...e28240c32956f4292a941df1b4e8c291ce55ec7a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to