Commit Graph

184 Commits

Author SHA1 Message Date
André Apitzsch 125ce523e4 Rename src directory 2017-07-02 17:25:47 +02:00
Philipp Hörist e00341e83e Dont use depracted override_background_color() 2017-03-02 23:58:21 +01:00
Philipp Hörist 6f8452667d Port application menu to GMenu 2017-02-12 18:17:27 +01:00
Philipp Hörist 26aa0382d3 Merge branch 'pylint' into 'master'
Add a pylint configuration file and fix a few of the issues found

See merge request !54
2017-02-11 17:54:19 +01:00
Emmanuel Gil Peyrot 57fb80f1fa Remove every default argument using [] or {}. 2017-02-11 02:40:07 +00:00
Philipp Hörist 9b0d7222b0 Close Service Discovery Window with ESC 2017-02-06 23:05:57 +01:00
Philipp Hörist ac4859fb87 Remove unused imports 2016-12-22 18:19:24 +01:00
Emmanuel Gil Peyrot ec0a11fe1a Replace ServiceDiscoveryTooltip with gtk_tree_view.set_tooltip_column(). 2016-11-12 23:54:33 +00:00
lovetox f5122ff480 Catch keypress event in discovery window 2016-09-26 01:09:52 +02:00
lovetox e6707930f4 Fix button text in discovery window 2016-09-26 00:33:03 +02:00
Yann Leboulanger 172fc16784 correctly use getter / setter. Fixes #7970 2015-02-16 13:11:17 +01:00
Yann Leboulanger e504fc2001 fix indentation 2015-02-15 21:28:00 +01:00
Yann Leboulanger cc8e49b212 fix gobject warning when hidding tooltips 2014-06-21 10:39:34 +02:00
Denis Fomin 9110ad90d5 Set parent for server error dialog in disco 2014-01-18 11:44:25 +04:00
Denis Fomin 4b33634a0b Copyright 2013>2014 2014-01-02 12:33:54 +04:00
Denis Fomin ef5ba6e83a set transient_for for 'This service does not contain any items to browse.' 2013-11-15 20:23:41 +04:00
Yann Leboulanger a0e84e08cf fix variable initialization. Fixes #7551 2013-11-06 19:02:37 +01:00
Denis Fomin ac5e65b3b6 Typo.Fixes #7551 2013-11-06 21:49:27 +04:00
Yann Leboulanger 152ca3ca6e [Maranda] ignore directory category of type server, if an identity with server category is present. Fixes #7499 2013-10-30 16:38:01 +01:00
Denis Fomin a61fb3bd4f Set transient_for 'Bookmark already set' and 'Bookmark has been added successfully' in disco 2013-10-24 14:17:30 +04:00
Denis Fomin 5aad77a6a2 fix dialogs buttons. Do not "Show images on buttons". Fixes #7186 2013-09-20 14:41:56 +04:00
Yann Leboulanger 75472935cd add twiter icon to disco, better irc detection, use address when identidy doesn't help enough. Fixes #7396 2013-09-08 18:11:53 +02:00
Yann Leboulanger e1eb9af26f fix transient for windows. Fixes #7185 2013-08-15 23:14:42 +02:00
Denis Fomin 67b574ba49 split long lines 2013-08-15 19:40:59 +04:00
Denis Fomin 8d6a00297f Tv transport icon fix 2013-08-15 19:28:44 +04:00
Yann Leboulanger 025f879f25 modify_fg/bg/font -> override_* 2013-07-31 16:40:33 +02:00
Yann Leboulanger 593f3c3b7a remove call to deprecated get_pointer() 2013-07-29 14:38:09 +02:00
Yann Leboulanger 37be46d474 fix using generator.next() to next(generator) 2013-07-29 13:44:37 +02:00
Yann Leboulanger fd0ff877a3 GObject.* -> GLib.* 2013-07-28 20:50:30 +02:00
Yann Leboulanger a994ac68c5 remove debug print 2013-07-08 15:46:01 +02:00
Yann Leboulanger d360d67f9a load disco items slowly to now freeze with long list. 2013-07-08 14:51:50 +02:00
Yann Leboulanger 9c8c1de03f update my copyright 2013-04-05 21:35:39 +02:00
Yann Leboulanger 6cb4f446ed don't enable register button in disco when we select the server line 2013-03-14 12:47:49 +01:00
Yann Leboulanger 69a138fe66 remove some wrong decode() 2013-03-10 16:59:16 +01:00
Yann Leboulanger 6786724304 add service line in ToplevelAgentBrowser 2013-03-09 20:57:16 +01:00
Yann Leboulanger ed95cedc36 fix get_visible_range() can return None 2013-02-16 20:00:07 +01:00
Yann Leboulanger 794ca532e0 fix browsing muc components 2013-01-26 19:35:56 +01:00
Denis Fomin 0d6bfe5f8d fix last commit 2013-01-22 00:32:09 +04:00
Denis Fomin 0156f8ba4a use get_window() 2013-01-21 23:50:52 +04:00
Yann Leboulanger 86b256ac96 fix style / color things 2013-01-05 15:53:14 +01:00
Denis Fomin 185d0d8c07 fix missing import 2013-01-05 18:52:26 +04:00
Yann Leboulanger b541736407 fix disco window (+ remove cmp() + some GTK3 changements) 2013-01-05 15:32:53 +01:00
Yann Leboulanger 2c21353a8b remove has_key()
fix base64 calls (requires and returns bytes, not str)
2013-01-02 17:53:42 +01:00
Yann Leboulanger 912f0e921d fix imports and many py3 changements 2013-01-02 13:54:02 +01:00
Yann Leboulanger d27591076f fix exception handling 2013-01-01 23:18:36 +01:00
Yann Leboulanger 414e349345 python uses unicode internally 2013-01-01 19:44:25 +01:00
Yann Leboulanger a8d946bc96 more GTK3 fixes 2012-12-27 21:58:52 +01:00
Yann Leboulanger 8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Yann Leboulanger 77775cf0af Gajim now uses python-nbxmpp library instead of embedding it. 2012-12-09 21:37:51 +01:00
Yann Leboulanger 7c5fe335bb fix displaying pubsub nodes 2012-08-27 13:28:47 +02:00