- Apr 24, 2018
-
-
Philipp Hörist authored
This allows us to import the app module without triggering dependency detection Also add is_installed() for checking if a dependency is installed and disable_dependency() in case we dont want to use a dependency
-
- Apr 23, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Move database migration to the logger module - Dont depend on Gajim version for migration use PRAGMA user_version - Refactoring of some methods in the logger module - Dont use cursor object, if there is no reason - Make some attributes and methods private
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Apr 22, 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
LOG_DB_FOLDER and CACHE_DB_FOLDER are equal to MY_DATA and MY_CACHE
-
- Apr 21, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Remove old config dir migration - Remove some unused config paths - Rewrite configpaths.init() - Simplify creating paths in check_paths
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- init configpaths earlier so logging can access it to store debug logs - First step for more consistency across Gajim when looking up paths Recommended usage for the future: app.configpaths.get() configpaths.get()
-
- Apr 20, 2018
-
-
Philipp Hörist authored
-
- Apr 19, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
- Groupchats promote a vcard hash with presence Refactoring: - Dont delete groupchat contacts if they are maximized from the roster - Roster and GroupchatControl use the same contact object
-
Philipp Hörist authored
-
- Apr 18, 2018
-
-
Daniel Brötzmann authored
-
André authored
-
- Apr 17, 2018
-
-
Philipp Hörist authored
-
- Apr 16, 2018
-
-
André authored
-
- Apr 15, 2018
-
-
Fixes #8939
-
Fixes #8940
-
Daniel Brötzmann authored
-
- Apr 14, 2018
-
-
Markus Wintermann authored
After a new proxy was added/removed by ManageProxies the combobox in accounts/connections gets updated
-
Philipp Hörist authored
Fixes #9022
-
- Apr 13, 2018
-
-
Daniel Brötzmann authored
-
- Apr 09, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Apr 08, 2018
-
-
Philipp Hörist authored
-
Bronko authored
in case the avatar is not changed by the user we must resend the still valid hash. if we do not save the hash here, gajim advertises an empty photo element after publishing the vCard, which removes the avatar for all receiving clients of the photo element update
-
Bronko authored
-
- Apr 07, 2018
-
-
Yann Leboulanger authored
-