Yann Leboulanger
083e3017ab
Use GNotification instead of pynotify or dbus
2017-09-13 21:20:37 +02:00
Yann Leboulanger
1b4e856d80
fix reading secrets file
2017-09-13 14:25:36 +02:00
Yann Leboulanger
eca11d2498
fix plugins_translate script
2017-09-11 12:18:56 +02:00
Yann Leboulanger
64cfc5ea6e
Merge branch 'tests' into 'master'
...
Test: fix some warnings and errors
See merge request !131
2017-09-11 10:01:16 +02:00
André Apitzsch
40770843ae
test_pluginmanager: fix imports
2017-09-10 12:22:49 +02:00
André Apitzsch
3c31574cf9
Unittest: replace deprecated functions
2017-09-10 12:21:10 +02:00
Yann Leboulanger
f569084b2d
fix XDG path in man pages. Fixes #8507
2017-09-07 18:03:20 +02:00
Philipp Hörist
995ade8a11
Only log for GC Message for one account
2017-09-07 16:42:51 +02:00
Philipp Hörist
1a0b7ee163
Dont lose own JID from bind
...
_registered_name is None on a smacks resume.
Gajim creates on every connection attempt a new nbxmpp.NonBlockingClient
instance. This is why _registered_name is None when we go through a
smacks resume, because there is no bind event, and the new NonBlockingClient
instance has no knowledge of the previous successful bind.
2017-09-06 21:26:40 +02:00
Yann Leboulanger
16fcb3a3fc
fix typo
2017-09-06 14:26:30 +02:00
Philipp Hörist
b5f5fdc19c
Fix Layout in Synchronise Contacts Dialog
2017-09-04 17:37:42 +02:00
Philipp Hörist
8bc2ab096e
Add more log output in case we drop carbons
2017-09-03 22:35:56 +02:00
Philipp Hörist
6bb822f884
Update gajim manpage
2017-09-02 12:41:34 +02:00
Philipp Hörist
b532a7b996
Update makefile
2017-09-02 12:13:17 +02:00
Philipp Hörist
a462af555b
Hide License Button only on Windows
2017-09-02 12:07:14 +02:00
Philipp Hörist
5837c47088
Add dummy AUTHORS file
...
we need this for automake as it seems
2017-09-02 12:05:32 +02:00
Philipp Hörist
4372b67433
Refactor AboutDialog
...
- Move Credits to const.py
- Minor Refactoring
2017-09-02 11:22:18 +02:00
Yann Leboulanger
30efd2228e
Merge branch 'master' into 'master'
...
Add issue templates
See merge request !127
2017-08-30 21:32:49 +02:00
Yann Leboulanger
6d3c1d9781
add issue templates
2017-08-30 21:25:06 +02:00
Yann Leboulanger
b7efb3604e
Merge branch 'gtkgui_helpers' into 'master'
...
gtkgui_helpers: remove some unused code
See merge request !125
2017-08-28 15:38:55 +02:00
André Apitzsch
fbc5851748
gtkgui_helpers: remove some unused code
2017-08-27 22:43:47 +02:00
Philipp Hörist
ec1d75f15b
Fix typo in link
2017-08-27 22:41:11 +02:00
Philipp Hörist
298fa4b96d
Update old trac links
2017-08-27 22:32:33 +02:00
Philipp Hörist
2e1c10620f
Update ascii smilies
2017-08-27 22:29:02 +02:00
Yann Leboulanger
d6a8a238f8
Merge branch 'os_info' into 'master'
...
common.helpers: simplify get_os_info()
See merge request !122
2017-08-27 22:22:02 +02:00
Yann Leboulanger
c862ecd83d
Merge branch 'master' into 'master'
...
add pylint run to CI
See merge request !123
2017-08-27 22:12:04 +02:00
Yann Leboulanger
aa087c34ad
Merge branch 'dataforms' into 'master'
...
Replace @nested_property with @property in dataforms
See merge request !124
2017-08-27 22:08:48 +02:00
Emmanuel Gil Peyrot
63947c42e4
dataforms: Replace @nested_property with @property.
2017-08-27 20:57:35 +01:00
Yann Leboulanger
915ad1524d
add pylint run to CI
2017-08-27 21:43:28 +02:00
Yann Leboulanger
b4362a8a97
ignore some pylint errors
2017-08-27 21:37:19 +02:00
Yann Leboulanger
46c9e5c679
Make IPython 5 work
2017-08-27 21:21:48 +02:00
André Apitzsch
66b49c243c
common.helpers: simplify get_os_info()
2017-08-26 00:19:32 +02:00
Yann Leboulanger
134f72db17
Hide some pylint errors
2017-08-24 23:20:35 +02:00
Yann Leboulanger
8d4e815f3e
fix some pylint errors
2017-08-24 23:01:06 +02:00
Yann Leboulanger
e57817addc
Nicer code
2017-08-24 15:41:39 +02:00
Philipp Hörist
94cbccecb1
Merge branch 'imports' into 'master'
...
fix some import warnings and errors pointed out by pylint
See merge request !121
2017-08-24 14:44:36 +02:00
André Apitzsch
663176cfc5
fix some import warnings and errors pointed out by pylint
2017-08-24 01:18:01 +02:00
Philipp Hörist
b9363fe983
Remove pylint.rc from gajim folder
2017-08-24 00:13:18 +02:00
Yann Leboulanger
2b065c0e58
remove unused import / variable
2017-08-24 00:07:14 +02:00
Philipp Hörist
1a352c0e47
Zeroconf: Call method with correct arguments
2017-08-23 23:34:16 +02:00
Philipp Hörist
28045e9d36
Resolver: Raise correct error
2017-08-23 23:29:38 +02:00
Philipp Hörist
00d091dd54
Add keyword arg to prototype
...
this was probably forgotten
2017-08-23 23:26:26 +02:00
Philipp Hörist
95f4703de2
Fix unexpected-keyword-arg
2017-08-23 20:24:55 +02:00
Philipp Hörist
26dda61555
Fix undefined-variable
2017-08-23 20:15:32 +02:00
Philipp Hörist
4a9ba28a10
Fix typo
2017-08-23 20:01:48 +02:00
Philipp Hörist
6cacc55901
Dont use internal members in Dialogs
...
vbox and action_area are internal members of Gtk.Dialog.
We should use the methods provided by the API to get these Objects.
2017-08-23 19:50:29 +02:00
Philipp Hörist
80e5c27fa9
Use correct inherit pattern
2017-08-23 18:57:38 +02:00
Philipp Hörist
b72c3c109c
Remove unused event handler
...
There exists no 'default_status_eventbox' anymore in Gajim
2017-08-23 18:47:39 +02:00
Philipp Hörist
44a287703e
Fix method call
...
Regression from making gajim a module
2017-08-23 18:46:43 +02:00
Philipp Hörist
00e72b1d73
Remove unused code
...
Whatever this was, its not used since 4 years
see 8f71d9f219
2017-08-23 18:34:17 +02:00