gajim-plural/gajim
André Apitzsch 09f0835fbd Fix some PyGObject deprecation warnings
like
The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True.
or
Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "title, transient_for, flags" or use a class specific constructor.

See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
2018-11-03 13:58:11 +01:00
..
command_system Fix missing imports 2018-10-06 23:04:28 +02:00
common Rewrite GroupchatConfig dialog 2018-11-02 22:24:28 +01:00
data GroupchatConfig: Tidy up some rough edges 2018-11-03 13:44:50 +01:00
dev Fix pylint errors in ipython_view 2018-09-21 23:53:50 +02:00
gtk Fix some PyGObject deprecation warnings 2018-11-03 13:58:11 +01:00
plugins PluginsWindow: Refactor code 2018-10-28 20:17:59 +01:00
__init__.py Raise Gajim version 2018-10-12 17:38:32 +02:00
app_actions.py Move ServiceDiscoveryWindow to gtk folder 2018-10-28 19:41:19 +01:00
application.py Fix some PyGObject deprecation warnings 2018-11-03 13:58:11 +01:00
cell_renderer_image.py Fix pylint errors 2018-09-18 15:45:39 +02:00
chat_control.py Fix displaying PEP icons 2018-11-02 22:51:57 +01:00
chat_control_base.py Remove unused methods 2018-10-28 21:58:30 +01:00
config.py Move ManageSounds into own module 2018-10-28 17:15:34 +01:00
conversation_textview.py Import _() instead of using builtin namespace 2018-10-06 22:38:55 +02:00
dataforms_widget.py Import _() instead of using builtin namespace 2018-10-06 22:38:55 +02:00
dialog_messages.py Only use absolute imports from gtk module 2018-09-26 19:06:47 +02:00
dialogs.py Fix some PyGObject deprecation warnings 2018-11-03 13:58:11 +01:00
gajim.py Improve ExceptionDialog 2018-10-24 21:14:54 +02:00
gajim_remote.py Fix bad-whitespace pylint errors 2018-09-18 12:06:01 +02:00
groupchat_control.py Rewrite GroupchatConfig dialog 2018-11-02 22:24:28 +01:00
gtkgui_helpers.py Fix displaying PEP icons 2018-11-02 22:51:57 +01:00
gui_interface.py Rewrite GroupchatConfig dialog 2018-11-02 22:24:28 +01:00
gui_menu_builder.py gui_menu_builder: remove unused variable 2018-11-03 13:47:03 +01:00
history_manager.py HistoryManager: Refactor code 2018-10-28 22:42:02 +01:00
htmltextview.py Refactor link context menu 2018-09-22 13:35:07 +02:00
message_control.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
message_textview.py Remove unused methods 2018-10-28 21:58:30 +01:00
message_window.py Set the Window icon correctly 2018-10-28 23:01:09 +01:00
notify.py Switch some calls to gtk.util helper methods 2018-10-28 15:00:04 +01:00
options_dialog.py Use get_image_button() from gtk.util 2018-10-29 00:12:48 +01:00
remote_control.py Fix a few things regarding chatstates 2018-10-09 00:01:35 +02:00
roster_window.py Fix displaying PEP icons 2018-11-02 22:51:57 +01:00
session.py Refactor Chat State Notifications 2018-09-30 22:58:38 +02:00
vcard.py Refactor "Save as" menu 2018-10-24 23:42:07 +02:00