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
2023-01-07refactor: Remove dynamic GUI importPhilipp Hörist
This was an intended to provide a possibility to develop alternative GUIs for specific dialogs but didnt catch on. - Use absolut imports everywhere
2023-01-03cq: Sort imports with isortPhilipp Hörist
2022-12-30refactor: Remove unused codePhilipp Hörist
2022-11-25refactor: AvatarStorage: Access some methods directlywurstsalat
2022-11-25change: Add FileTransferSelector as a central page for sending fileswurstsalat
Fixes #9511
2022-10-29refactor: Move init code into applicationPhilipp Hörist
2022-10-29refactor: Remove unused codePhilipp Hörist
2022-10-29refactor: Move more init code into applicationPhilipp Hörist
2022-10-29refactor: Move autoconnect() to applicationPhilipp Hörist
2022-10-29refactor: Move change_status() to applicationPhilipp Hörist
2022-10-29refactor: Move start_chat_from_jid() to mainPhilipp Hörist
2022-10-29refactor: Config: Disable saving legacy configPhilipp Hörist
2022-10-29refactor: Move show_add_join_groupchat() to mainPhilipp Hörist
2022-10-29refactor: Remove create_groupchat()Philipp Hörist
2022-10-28cfix: Remove left over method callPhilipp Hörist
2022-10-28refactor: Move event handler out of gui_interfacePhilipp Hörist
2022-10-18refactor: Move account interface methods into ApplicationPhilipp Hörist
2022-10-18refactor: Settings: Align default settings with account creationPhilipp Hörist
2022-10-18refactor: AccountWizard: Save account color earlyPhilipp Hörist
2022-10-18refactor: Simplify instances dict initPhilipp Hörist
2022-10-18refactor: Remove unused codePhilipp Hörist
2022-10-09fix: Don’t fail when disabling accountsPhilipp Hörist
Fixes #11199
2022-10-06refactor: Remove usage of app.connectionsPhilipp Hörist
2022-10-05cfix: Raise AccountDisabled event only after account cleanupPhilipp Hörist
2022-09-26imprv: StartChat: Pass message body from XMPP URIwurstsalat
Fixes #11140
2022-08-21change: Remove IPython supportlovetox
2022-08-13refactor: ChatControl: Remove dead encryption codelovetox
2022-08-11refactor: Unify Chat ControlsPhilipp Hörist
Refactor all controls into a single control. Further create only one control and load chat data on switch instead of creating a control per chat. This should increase performance and reduce the memory footprint.
2022-08-06feat: Refactor ChatWidgets so they are only created onceDaniel Brötzmann
Previously all ChatWidgets were created per Chat. Now we create them only once and load data into them when we switch chat. This should have a positive impact on memory and performance all around. - Improve text input undo logic - Improve text input enbaled logic - Don’t clear selection clipboard on chat switch - Add menu for triggering message correction - Improve text wrapping in conversation view - Make main window top row have a consistent height across columns Fixes #10987, #11038, #10973, #10119, #11052, #10945
2022-07-24refactor: Use single quoteslovetox
2022-06-18chore: Fix codestyle errorslovetox
2022-06-16imprv: Rework DBus Remote Interfacelovetox
- Add type annotations - Remove non-essential signals and methods - Refactor and simplify code
2022-06-16fix: Remote: Don’t fail on list_contactslovetox
Fixes #10985
2022-06-15fix: Remove ask for status settingslovetox
Following settings are removed - ask_offline_status - always_ask_for_status_message With the new UI these settings make not much sense anymore as the status message field is right under the status selector. Fixes #10986
2022-05-24refactor: PreviewManager: Move to common/applicationwurstsalat
2022-05-23chore: Interface: Move read-state-sync processingwurstsalat
2022-05-23chore: Interface: Remove unused methodwurstsalat
2022-05-23fix: Status: Restore last status correctlywurstsalat
Fixes #10867
2022-05-09fix: Don’t show unknown IQ errorslovetox
Seems some buggy server send IQ error with an unknown id. Log the error but dont bother the user with it. Fixes #10801
2022-05-07feat: Refactor Plugin Systemlovetox
- Integrate Plugin Installer - Move to JSON manifests - Add type annotations - Rework Plugin Dialog
2022-05-05fix: Pass error message correctly for HTTP Upload transfer error Daniel Brötzmann
Fixes #10841
2022-04-05refactor: Location supportAndré
- Refactor code - Feature Dialog: Disable location detection to not confuse people - Flatpak: Use Geoclue Portal
2022-02-02Get rid of interface.get_avatar()lovetox
2022-01-23Main: Refactor event handlinglovetox
- Add dedicated methods for some events - Add type annotations - Events: Use JID object instead of string
2022-01-23Remove dead codelovetox
2022-01-23Interface: Handle muc-added event in MainWindowlovetox
2022-01-23Remove dead codelovetox
Code regarding blocking signed in notifications, because we don’t show these notifications anymore
2022-01-23Interface: Handle http-auth event in MainWindowlovetox
2022-01-23Remove dead client-cert-passphrase event handlinglovetox
nbxmpp does not support client certificates anymore
2022-01-23Interface: Handle password-required event in MainWindowlovetox