Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-03Stop running CIgajim_1.1lovetox
2020-01-16Appdata: Add copyright informationgajim-1.1.3-1André Apitzsch
See https://blogs.gnome.org/hughsie/2013/10/01/copyright-in-appdata-files/ for details.
2020-01-16Appdata: Fix donation linkAndré Apitzsch
2020-01-16Appdata: Fix image location because of new websiteAndré Apitzsch
2020-01-16CI: Reinstall mypy and pylintPhilipp Hörist
We dont want to use the global installed versions because its hard to control what version is installed there
2020-01-16CI: Install correct nbxmpp versionPhilipp Hörist
2020-01-15Flatpak: Sync file with flathub versionAndré Apitzsch
2020-01-15Flatpak: Bump runtimeAndré Apitzsch
2020-01-15Flatpak: Remove dconf holeAndré Apitzsch
Gajim doesn't use GSettings, so data migration is not needed. https://blogs.gnome.org/mclasen/2019/07/12/settings-in-a-sandbox-world/
2019-04-23update appveyor uploaded filenameYann Leboulanger
2019-04-23prepare 1.1.3 releasegajim-1.1.3Yann Leboulanger
2019-04-23update translationsYann Leboulanger
2019-04-23Update ChangeLogPhilipp Hörist
2019-04-23zeroconf_bonjour: switch from DNSServiceQueryRecord to DNSServiceGetAddrInfo ↵Sebastiaan Lokhorst
for IPv6 compatibility
2019-04-16Implementing error type=modify handling for XEP-0077Alexander Bogdanov
2019-04-09Update ChangeLogPhilipp Hörist
2019-04-09Connect gpg agent action correctlyPhilipp Hörist
Fixes #9660
2019-04-09Update ChangeLogPhilipp Hörist
2019-04-09Add the possibility to paste as quoteMarcin Mielniczuk
2019-04-09Fix memory leak with spell checkerPhilipp Hörist
- Dont shadow widgets destroy() - Dont bind spell checker to class attribute, this prevents its finalize Fixes #8822
2019-04-06Iterate safely over dictPhilipp Hörist
Fixes #9633
2019-04-06Windows: Fix version comparisonPhilipp Hörist
Fixes #9643
2019-04-05Windows: Dont override format region settingsPhilipp Hörist
2019-04-05Dont send invalid presence show valuePhilipp Hörist
2019-04-05Rework HTTPUpload dialogDaniel Brötzmann
2019-03-26Remove reimportPhilipp Hörist
2019-03-26Update ChangeLogPhilipp Hörist
2019-03-26Correctly get the total screen geometryPhilipp Hörist
get_root_window() does not work on Wayland Fixes #9637
2019-03-26Move imports to the topPhilipp Hörist
2019-03-26Refactor restoring roster positionPhilipp Hörist
2019-03-26Refactor saving roster positionPhilipp Hörist
- Dont save roster position on Wayland
2019-03-26Add method to determine window managerPhilipp Hörist
2019-03-26Improve dark theme colorsDaniel Brötzmann
2019-03-26Flatpak: Disable install from ZIPDaniel Brötzmann
2019-03-26Add server blabber.im to servers.jsonDominion
2019-03-17Flatpak: Update dependenciesAndré Apitzsch
2019-03-17Flatpak: Fix access to GnuPG keysAndré Apitzsch
Fixes gajim/gajim-plugins#386
2019-03-16Update ChangeLogPhilipp Hörist
2019-03-16Raise nbxmpp versionPhilipp Hörist
2019-03-16Generate account label correctlyPhilipp Hörist
2019-03-16Fix error while quittingPhilipp Hörist
Fixes #9622
2019-03-16Dont leak DNS query if we connect via proxyPhilipp Hörist
Fixes #9573
2019-03-16HistoryWindow: Center top widgets verticallyPhilipp Hörist
2019-03-16Themes: Better visibility of scrollbarPhilipp Hörist
2019-03-16Notifications: Check if DBus is availablePhilipp Hörist
2019-03-16Get module instance after checking for zeroconfPhilipp Hörist
2019-03-02Redirect some print statments to stderrPhilipp Hörist
Otherwise they errors will not show up if the console output is redirected to a file
2019-03-02Use pathlib replace() for saving configPhilipp Hörist
This makes it hopefully more resilient on Windows
2019-03-02Use a UUID4 as item id for pubsub postsPhilipp Hörist
2019-02-17Flatpak: Switch to stable branchAndré Apitzsch