Commit graph

260 commits

Author SHA1 Message Date
Philipp Hörist
358d410d5e Get rid of cairo dependency 2017-04-19 16:58:16 +02:00
Philipp Hörist
c61efaa2c5 Replace deprecated Gdk.Cursor.new() 2017-03-07 22:06:44 +01:00
Philipp Hörist
9bcad9a233 Style GroupChatControl Banner with CSS 2017-03-04 01:24:28 +01:00
Philipp Hörist
0abb26ae36 Dont use depracted override_font() 2017-03-03 00:11:23 +01:00
Philipp Hörist
9ecabd561e Dont use depracted override_color() 2017-03-03 00:00:22 +01:00
Philipp Hörist
e00341e83e Dont use depracted override_background_color() 2017-03-02 23:58:21 +01:00
Philipp Hörist
516a18eb5d Add CSS Provider and convert config values to css 2017-03-02 23:57:05 +01:00
Philipp Hörist
6f8452667d Port application menu to GMenu 2017-02-12 18:17:27 +01:00
Emmanuel Gil Peyrot
fb221a692b Remove wrong usage of the list(range(…)) pattern. 2017-02-08 02:26:21 +00:00
Yann Leboulanger
d338572271 Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00
Philipp Hörist
ac4859fb87 Remove unused imports 2016-12-22 18:19:24 +01:00
lovetox
9dc2cef6ac Add methods for scrolling in a GtkScrolledWindow 2016-09-26 10:44:34 +02:00
lovetox
93b1284fa5 Convert basestring to str
Type basestring doesnt exist in python3 anymore
2016-09-25 23:21:51 +02:00
Nathalie Rud
060aa01857 Fix file chooser dialog on Windows
Dropped decode_filechooser_file_paths() as with Python 3 it raised AttributeError: 'str' object has no attribute 'decode' on Windows, and  silently handled exceptions effectively doing nothing on *nix systems.
2016-04-27 02:44:13 +03:00
tmolitor
4f8984ad7e use pixbuf.new_from_bytes() instead of broken pixbuf.new_from_data() 2016-04-15 01:37:08 +02:00
Yann Leboulanger
997e686d57 add new option to show avatar in chat tabs and window icons instead of status icon. Fixes #8320 2016-04-12 22:53:41 +02:00
tmolitor
8aabfe29c7 Feeding the RGB data directly into the pixbuf sometimes causes image distortions or segfaults, this fixes it 2016-04-10 19:02:07 +02:00
tmolitor
88d4826693 Better transformation from pil.image to gtk pixbuf (see last commit) 2016-04-06 23:38:30 +02:00
tmolitor
3c704f95da Added ability to display avatars in all image formats that are supported by pillow (if pillow is available) 2016-04-05 18:59:55 +02:00
Yann Leboulanger
00bbfc2475 make completion listore correctly filled with text cellrenderer 2016-04-04 22:49:36 +02:00
Emmanuel Gil Peyrot
da6214f623 Fix a few deprecation warnings. 2016-04-02 12:59:42 +01:00
Yann Leboulanger
8ff28d636e prevent an error under GTK2.18+. Fixes #8287 2016-03-19 13:13:25 +01:00
Yann Leboulanger
1e01ca81c6 fix a few minor GTK3 things 2015-11-23 20:45:21 +01:00
Yann Leboulanger
b851177f6a specify module version before importing 2015-08-30 23:23:10 +02:00
Yann Leboulanger
c9eb479fe3 Correctly register gajim-remote with xmpp: URIs 2015-07-17 22:19:16 +02:00
Yann Leboulanger
2ca42801eb specify module version before importing 2015-07-25 22:03:24 +02:00
Yann Leboulanger
c5c59967be remove all icons for all menus 2014-11-11 23:11:15 +01:00
Denis Fomin
4b33634a0b Copyright 2013>2014 2014-01-02 12:33:54 +04:00
Yann Leboulanger
659c5d2670 fix logic 2014-03-25 14:50:12 +01:00
Denis Fomin
a62d919cdc Set transient_for for 'This file already exists' dialog(FT). 2013-10-21 23:22:27 +04:00
Yann Leboulanger
0b53a34daf fix missing import 2013-12-28 22:36:48 +01:00
Denis Fomin
b34bf56509 Fix crash with d-bus unable to reach the daemon's socket 2013-09-19 19:04:13 +04:00
Denis Fomin
8c1992ce28 typo 2013-09-29 01:06:37 +04:00
Denis Fomin
d270c45fff Replacing Tune PEP icon. See #7445 2013-09-08 21:58:54 +04:00
Denis Fomin
619500c3d4 Replacing some of the icons. Fixes #7445 2013-08-28 18:33:27 +04:00
Yann Leboulanger
9c8c1de03f update my copyright 2013-04-05 21:35:39 +02:00
Denis Fomin
4bf62193f3 fix make color string 2013-01-06 03:57:53 +04:00
Yann Leboulanger
533e6b356e remove useless line 2013-01-05 15:55:30 +01:00
Yann Leboulanger
86b256ac96 fix style / color things 2013-01-05 15:53:14 +01:00
Yann Leboulanger
e03b3c35b6 fix traceback handling
fix struc and sha1 usage (use bytes instead of string)
2013-01-05 00:03:36 +01:00
Denis Fomin
d7501b9ebf fix big avatar 2013-01-05 01:27:22 +04:00
Denis Fomin
fb6240f1c5 fix get invisible cursor 2013-01-04 16:40:18 +04:00
Denis Fomin
d343e1c977 fix popup emoticons menu coordinates 2013-01-03 19:39:04 +04:00
Denis Fomin
ac9253e04a Merge 2013-01-02 22:13:27 +04:00
Denis Fomin
92ce48886c fix some windows 2013-01-02 20:57:20 +04:00
Denis Fomin
4e16b113b3 fix pixbuf saves and missing import 2012-12-31 19:38:32 +04:00
Yann Leboulanger
3fdefe20b7 xrange() -> list(range()) 2013-01-02 18:17:51 +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