- Nov 13, 2018
-
-
Philipp Hörist authored
This reduces problems with old plugins without max version
-
Philipp Hörist authored
This excludes other unix systems which was not intended
-
Philipp Hörist authored
Its listed as dependency
-
Philipp Hörist authored
-
Philipp Hörist authored
sys.platform == 'linux' excludeds other unix systems, for example FreeBSD
-
Philipp Hörist authored
Its a standard library which will be always available in our builds
-
Philipp Hörist authored
Code is also not cross-platform compatible
-
Philipp Hörist authored
- sys.platform == 'linux', excludes many other unix systems - use shutil.which() to test if a command is available
-
Requires flatpak 1.0 or newer
-
-
- Nov 11, 2018
-
-
Philipp Hörist authored
Fixes #9438
-
- Nov 06, 2018
-
-
Yann Leboulanger authored
-
- Nov 05, 2018
-
-
Yann Leboulanger authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Nov 03, 2018
-
-
Philipp Hörist authored
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
-
Philipp Hörist authored
All removed servers did not answer to a IBR request
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Oct 28, 2018
-
-
- Oct 26, 2018
-
-
- There is a PrepareForSleep signal before and after every sleep event. The expectation is that before sleep, gajim cleans up and then releases the sleep inhibitor. Accordingly, we must reacquire the inhibitor after sleeping, which can helpfully be done with the other signal. - Moved module to the dbus folder - Embed logic in a LogindListener object so we can import the module without listening to dbus
-
Philipp Hörist authored
-
Philipp Hörist authored
- So we dont have to check on module import if GeoClue is installed
-
Philipp Hörist authored
-
Philipp Hörist authored
- light refactor of the screensaver module
-
Philipp Hörist authored
-
- Oct 25, 2018
-
-
Philipp Hörist authored
Fixes #9403
-
-
- Oct 24, 2018
-
-
Philipp Hörist authored
Appveyor adds ssl libs to the system folder which trips pythons ssl module see https://github.com/appveyor/ci/issues/2571
-
Philipp Hörist authored
This makes python look into the `bin` folder when searching for DLLs before it trys C:\Windows or C:\Windows\system32 and potentially finds other versions of DLLs Fixes #8968
-
Philipp Hörist authored
-
- Oct 22, 2018
-
-
Philipp Hörist authored
-