Philipp Hörist pushed to branch gajim_1.1 at gajim / gajim

Commits:
8bbf3392 by André Apitzsch at 2018-11-13T20:56:19Z
Flatpak: update dependencies and use pip to install modules

- - - - -
213da73b by André Apitzsch at 2018-11-13T20:56:19Z
Flatpak: use X11 access only if a X11 session is running

Requires flatpak 1.0 or newer

- - - - -
298fb153 by Philipp Hörist at 2018-11-13T20:56:20Z
Better determine soundplayer on unix systems

- sys.platform == 'linux', excludes many other unix systems
- use shutil.which() to test if a command is available

- - - - -
8061146d by Philipp Hörist at 2018-11-13T20:56:20Z
Remove unused code

Code is also not cross-platform compatible

- - - - -
959a51c5 by Philipp Hörist at 2018-11-13T20:56:20Z
Dont test if winsound is available

Its a standard library which will be always available in our builds

- - - - -
67786dfd by Philipp Hörist at 2018-11-13T20:56:20Z
Try to play sound on all unix systems

sys.platform == 'linux' excludeds other unix systems, for example 
FreeBSD

- - - - -
584c9ff6 by Philipp Hörist at 2018-11-13T20:56:20Z
Move imports into function

- - - - -
08bde952 by Philipp Hörist at 2018-11-13T20:56:20Z
Dont test if precis_i18n is available

Its listed as dependency

- - - - -
57dad43d by Philipp Hörist at 2018-11-13T20:56:21Z
Dont test for sys.platform == 'linux'

This excludes other unix systems which was not intended

- - - - -
510985d7 by Philipp Hörist at 2018-11-13T20:56:21Z
Enforce min and max version for plugin manifest

This reduces problems with old plugins without max version

- - - - -
5981396a by Philipp Hörist at 2018-11-13T20:56:21Z
Pass account to plugins when encrypting a file

- - - - -
2c2943de by Philipp Hörist at 2018-11-13T20:56:21Z
Determine absolut path for custom config folder

When a relative custom config path is passed via commandline, the logic
which decides if a plugin can be deleted from the plugin manager fails

- - - - -
19a46070 by Philipp Hörist at 2018-11-13T20:58:32Z
Windows: Remove old ssl fix

- - - - -
e95a7fcc by André Apitzsch at 2018-11-13T20:59:58Z
Test: Remove unused xmpp_mocks

- - - - -
e8941a4f by André Apitzsch at 2018-11-13T21:00:40Z
Test: remove unused imports

- - - - -
8946af33 by André Apitzsch at 2018-11-13T21:00:40Z
Test: caps cache: use mock from unittest

- - - - -
958e1390 by André Apitzsch at 2018-11-13T21:00:40Z
Restructure test

- - - - -
cd65b591 by Andrey Gursky at 2018-11-13T21:00:41Z
Fix clipboard paste in inactive window

Fixes #9427

- - - - -
df626712 by Philipp Hörist at 2018-11-13T21:01:18Z
Correctly remove placeholder on focus in

This is a regression from e281fb68

Fixes #9440

- - - - -


30 changed files:

- .gitlab-ci.yml
- flatpak/org.gajim.Gajim.yaml
- gajim/common/configpaths.py
- gajim/common/dbus_support.py
- gajim/common/helpers.py
- gajim/common/modules/httpupload.py
- gajim/gui_interface.py
- gajim/message_textview.py
- gajim/notify.py
- gajim/plugins/pluginmanager.py
- gajim/roster_window.py
- setup.cfg
- setup.py
- test/integration/test_gui_event_integration.py → 
test/broken/integration/test_gui_event_integration.py
- test/integration/test_roster.py → test/broken/integration/test_roster.py
- test/test_pluginmanager.py → test/broken/test_pluginmanager.py
- test/unit/test_jingle.py → test/broken/unit/test_jingle.py
- test/unit/test_sessions.py → test/broken/unit/test_sessions.py
- test/unit/test_socks5.py → test/broken/unit/test_socks5.py
- test/gtk/htmltextview.py
- test/integration/test_resolver.py
- test/lib/__init__.py
- test/lib/gajim_mocks.py
- − test/lib/xmpp_mocks.py
- + test/no_gui/__init__.py
- + test/no_gui/unit/__init__.py
- test/unit/test_account.py → test/no_gui/unit/test_account.py
- test/unit/test_caps_cache.py → test/no_gui/unit/test_caps_cache.py
- test/unit/test_contacts.py → test/no_gui/unit/test_contacts.py
- test/unit/test_protocol_caps.py → test/no_gui/unit/test_protocol_caps.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/335c3e2d3df71fb07a6d96e9c0b6ae3db03d5f07...df62671217256defc2b7e51b1e5ac76da872c164

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/335c3e2d3df71fb07a6d96e9c0b6ae3db03d5f07...df62671217256defc2b7e51b1e5ac76da872c164
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to