Commit Graph

603 Commits

Author SHA1 Message Date
Philipp Hörist
537f6c7828 [flashing] Fix close button 2017-03-15 23:40:58 +01:00
Philipp Hörist
8c3aa9730d [plugin_installer] Replace deprecated render_icon() 2017-03-06 12:15:48 +01:00
Philipp Hörist
caf0b4e027 [plugin_installer] Replace deprecated warn() 2017-03-06 12:15:33 +01:00
Philipp Hörist
623a3767dc [httpupload] Dont set conn object in init 2017-03-01 18:03:01 +01:00
Philipp Hörist
6f292d138b [omemo] Update CHANGELOG & manifest.ini 2017-03-01 15:15:03 +01:00
Philipp Hörist
4d2e07634f [omemo] Use correct tag for EME 2017-03-01 15:13:55 +01:00
Philipp Hörist
24400fea56 [httpupload] Update manifest.ini 2017-03-01 14:32:16 +01:00
Philipp Hörist
c373a2961e [httpupload] Import certifi only on windows 2017-03-01 14:31:47 +01:00
Philipp Hörist
a3479402c9 Merge branch 'omemo' into 'gtk3'
omemo version 2.0.3

See merge request !27
2017-02-28 22:50:13 +01:00
Philipp Hörist
18461876c2 [omemo] Update CHANGELOG & manifest.ini 2017-02-28 22:47:41 +01:00
Philipp Hörist
282f565583 [omemo] Set devices active after receiving a msg
Inactive or not known devices are added to the list
of possible receiving devices after we receive them
with a PreKeyWhisperMessage or WhisperMessage

This is so we dont have to rely only on devicelist
updates from the server
2017-02-28 22:43:35 +01:00
Philipp Hörist
547fda1b66 [omemo] Fix 'Copy to clipboard' 2017-02-28 22:41:05 +01:00
Philipp Hörist
11fb760a4d [omemo] Dont handle type 'normal' messages 2017-02-28 22:19:50 +01:00
Philipp Hörist
bc2731364b [omemo] Only publish own deviceid if request fails 2017-02-28 22:18:39 +01:00
Philipp Hörist
7779cfce4b Merge branch 'emoticons' into 'gtk3'
Emoticons Version 2.0.0

See merge request !26
2017-02-28 22:02:12 +01:00
Philipp Hörist
d9af84ac8a [emoticons] Update manifest.ini 2017-02-28 20:48:25 +01:00
Philipp Hörist
e4599e0608 [emoticons] Remove unused code 2017-02-28 20:48:24 +01:00
Philipp Hörist
fc77f07917 [emoticons] Simplify displaying description/legend 2017-02-28 20:48:10 +01:00
Philipp Hörist
2065cab50a [emoticons] Fix some breaking bugs 2017-02-28 20:47:59 +01:00
Philipp Hörist
5a05b0f844 [emoticons] Use extension point 2017-02-28 20:47:30 +01:00
Philipp Hörist
7f166dcd80 [emoticons] Use IntEnum 2017-02-28 20:47:12 +01:00
Philipp Hörist
a47842a42a Merge branch 'httpupload' into 'gtk3'
httpupload 0.6.0

See merge request !25
2017-02-27 23:11:21 +01:00
Philipp Hörist
6b1ad59ef9 [httpupload] Update manifest.ini 2017-02-27 23:04:24 +01:00
Philipp Hörist
fe8d23e4e0 [httpupload] Fix and simplify encryption 2017-02-27 23:04:24 +01:00
Philipp Hörist
ff135beec1 [httpupload] Clean up and satisfy pylint 2017-02-27 23:04:23 +01:00
Philipp Hörist
5b42455918 [httpupload] Better exception handling 2017-02-27 23:04:23 +01:00
Philipp Hörist
361ff561aa [httpupload] Refactor ProgressWindow 2017-02-27 23:04:22 +01:00
Philipp Hörist
54eeb183e6 [httpupload] Refactor upload methods 2017-02-27 23:04:22 +01:00
Philipp Hörist
d7fa0de8aa [httpupload] Add request_received() methode 2017-02-27 19:57:14 +01:00
Philipp Hörist
0faed4c358 [httpupload] Add File object 2017-02-27 19:57:08 +01:00
Philipp Hörist
2cc6f200db [httpupload] Add request_slot() methode 2017-02-27 18:38:46 +01:00
Philipp Hörist
07edf439f4 [httpupload] Refactor encryption_activated() 2017-02-27 18:22:05 +01:00
Philipp Hörist
d6ed9c4fd3 [httpupload] Refactor FileChooserDialog 2017-02-27 18:19:58 +01:00
Philipp Hörist
b0831d3546 [httpupload] Refactor HttpUploadPlugin Class
- There is no need for discovery code, Gajim does this already
- Generate only one Base instance per account
- Use less global vars and simplify code
2017-02-27 18:19:58 +01:00
Philipp Hörist
6423e6c95a [httpupload] Remove Image Button 2017-02-27 18:19:57 +01:00
Philipp Hörist
7ab0ff7792 [plugin_installer] Use gui extension point 2017-02-25 19:34:27 +01:00
Philipp Hörist
addabc29ae [wrong_layout] Fix not escaped html chars 2017-02-25 18:20:23 +01:00
Philipp Hörist
9ec83e810a Revert "[wrong_layout] Fix not escaped html chars"
This reverts commit 1ed5215295
2017-02-25 18:15:57 +01:00
Philipp Hörist
e67d1b7aac Add pylintrc and .gitignore 2017-02-25 16:40:03 +01:00
Philipp Hörist
1ed5215295 [wrong_layout] Fix not escaped html chars
Description is provided in manifest.ini
2017-02-25 15:59:52 +01:00
Philipp Hörist
7ab55d6c5a Merge branch 'plugininstaller' into 'gtk3'
Plugin Installer Version 0.18

See merge request !24
2017-02-25 15:37:59 +01:00
Philipp Hörist
c0b9f26e88 [plugin_installer] Update manifest.ini 2017-02-25 15:24:32 +01:00
Philipp Hörist
d0db3ee294 [plugin_installer] Move code into UI file 2017-02-25 15:13:09 +01:00
Philipp Hörist
ec332db512 [plugin_installer] Refactor manifest parsing 2017-02-25 15:13:09 +01:00
Philipp Hörist
28b12464aa [plugin_installer] Simplify setting description 2017-02-25 15:13:08 +01:00
Philipp Hörist
71491aa9a1 [plugin_installer] Improve Scrolling 2017-02-25 15:13:08 +01:00
Philipp Hörist
c08aea63ef [plugin_installer] Improve progressbar 2017-02-25 15:13:08 +01:00
Philipp Hörist
463f3073de [plugin_installer] Use distutils for version comparison 2017-02-25 15:13:07 +01:00
Philipp Hörist
e2b7d50bc3 [plugin_installer] Fix pylint errors 2017-02-25 15:13:07 +01:00
Philipp Hörist
61a244d292 [plugin_installer] Add more useful logging output 2017-02-25 15:13:00 +01:00