Module gui_interface :: Class Interface
[hide private]
[frames] | no frames]

Class Interface

source code

Instance Methods [hide private]
 
handle_event_roster(self, account, data) source code
 
handle_event_warning(self, unused, data) source code
 
handle_event_error(self, unused, data) source code
 
handle_event_db_error(self, unused, data) source code
 
handle_event_information(self, unused, data) source code
 
handle_event_ask_new_nick(self, account, data) source code
 
handle_event_http_auth(self, obj) source code
 
handle_event_error_answer(self, account, array) source code
 
handle_event_con_type(self, account, con_type) source code
 
handle_event_connection_lost(self, account, array) source code
 
unblock_signed_in_notifications(self, account) source code
 
handle_event_status(self, account, show) source code
 
handle_event_new_jid(self, account, data)
This event is raised when our JID changed (most probably because we use anonymous account.
source code
 
edit_own_details(self, account) source code
 
handle_event_notify(self, account, array) source code
 
handle_event_msgerror(self, account, array) source code
 
handle_event_msgsent(self, account, array) source code
 
handle_event_msgnotsent(self, account, array) source code
 
handle_event_subscribe(self, account, array) source code
 
handle_event_subscribed(self, account, array) source code
 
show_unsubscribed_dialog(self, account, contact) source code
 
handle_event_unsubscribed(self, account, jid) source code
 
handle_event_agent_removed(self, account, agent) source code
 
handle_event_register_agent_info(self, account, array) source code
 
handle_event_agent_info_items(self, account, array) source code
 
handle_event_acc_ok(self, account, array) source code
 
handle_event_quit(self, p1, p2) source code
 
handle_event_myvcard(self, account, array) source code
 
handle_event_vcard(self, account, vcard)
vcard holds the vcard data
source code
 
handle_event_last_status_time(self, obj) source code
 
handle_event_gc_notify(self, account, array) source code
 
handle_event_gc_msg(self, account, array) source code
 
handle_event_gc_subject(self, account, array) source code
 
handle_event_gc_config(self, account, array) source code
 
handle_event_gc_config_change(self, account, array) source code
 
handle_event_gc_affiliation(self, account, array) source code
 
handle_event_gc_password_required(self, account, array) source code
 
handle_event_gc_invitation(self, account, array) source code
 
handle_event_gc_error(self, account, data) source code
 
forget_gpg_passphrase(self, keyid) source code
 
handle_event_bad_passphrase(self, account, array) source code
 
handle_event_gpg_password_required(self, account, array) source code
 
handle_event_gpg_always_trust(self, account, callback) source code
 
handle_event_password_required(self, account, array) source code
 
handle_event_roster_info(self, account, array) source code
 
handle_event_bookmarks(self, account, bms) source code
 
handle_event_file_send_error(self, account, array) source code
 
handle_event_gmail_notify(self, obj) source code
 
handle_event_file_request_error(self, account, array) source code
 
handle_event_file_request(self, account, array) source code
 
handle_event_file_error(self, title, message) source code
 
handle_event_file_progress(self, account, file_props) source code
 
handle_event_file_rcv_completed(self, account, file_props) source code
 
handle_event_stanza_arrived(self, account, stanza) source code
 
handle_event_stanza_sent(self, account, stanza) source code
 
handle_event_vcard_published(self, account, array) source code
 
handle_event_vcard_not_published(self, account, array) source code
 
ask_offline_status(self, account) source code
 
handle_event_signed_in(self, account, empty)
SIGNED_IN event is emitted when we sign in, so handle it
source code
 
handle_event_metacontacts(self, account, tags_list) source code
 
handle_atom_entry(self, account, data) source code
 
handle_event_failed_decrypt(self, account, data) source code
 
handle_event_privacy_lists_received(self, account, data) source code
 
handle_event_privacy_list_received(self, account, data) source code
 
handle_event_privacy_lists_active_default(self, account, data) source code
 
handle_event_privacy_list_removed(self, account, name) source code
 
handle_event_zc_name_conflict(self, account, data) source code
 
handle_event_ping_sent(self, account, contact) source code
 
handle_event_ping_reply(self, account, data) source code
 
handle_event_ping_error(self, account, contact) source code
 
handle_event_search_form(self, account, data) source code
 
handle_event_search_result(self, account, data) source code
 
handle_event_resource_conflict(self, account, data) source code
 
handle_event_jingle_incoming(self, account, data) source code
 
handle_event_jingle_connected(self, account, data) source code
 
handle_event_jingle_disconnected(self, account, data) source code
 
handle_event_jingle_error(self, account, data) source code
 
handle_event_pep_config(self, account, data) source code
 
handle_event_roster_item_exchange(self, obj) source code
 
handle_event_unique_room_id_supported(self, account, data)
Receive confirmation that unique_room_id are supported
source code
 
handle_event_unique_room_id_unsupported(self, account, data) source code
 
handle_event_ssl_error(self, account, data) source code
 
handle_event_fingerprint_error(self, account, data) source code
 
handle_event_plain_connection(self, account, data) source code
 
handle_event_insecure_ssl_connection(self, account, data) source code
 
handle_event_insecure_password(self, account, data) source code
 
handle_event_pep_received(self, account, data) source code
 
handle_event_caps_received(self, account, data) source code
 
create_core_handlers_list(self) source code
 
register_core_handlers(self)
Register core handlers in Global Events Dispatcher (GED).
source code
 
add_event(self, account, jid, type_, event_args)
Add an event to the gajim.events var
source code
 
handle_event(self, account, fjid, type_) source code
 
image_is_ok(self, image) source code
 
basic_pattern_re(self) source code
 
emot_and_basic_re(self) source code
 
sth_at_sth_dot_sth_re(self) source code
 
invalid_XML_chars_re(self) source code
 
make_regexps(self) source code
 
popup_emoticons_under_button(self, button, parent_win)
Popup the emoticons menu under button, located in parent_win
source code
 
prepare_emoticons_menu(self) source code
 
_init_emoticons(self, path, need_reload=False) source code
 
init_emoticons(self, need_reload=False) source code
 
join_gc_room(self, account, room_jid, nick, password, minimize=False, is_continued=False)
Join the room immediately
source code
 
new_room(self, room_jid, nick, account, is_continued=False) source code
 
new_private_chat(self, gc_contact, account, session=None) source code
 
new_chat(self, contact, account, resource=None, session=None) source code
 
new_chat_from_jid(self, account, fjid, message=None) source code
 
on_open_chat_window(self, widget, contact, account, resource=None, session=None) source code
 
change_awn_icon_status(self, status) source code
 
enable_music_listener(self) source code
 
disable_music_listener(self) source code
 
music_track_changed(self, unused_listener, music_track_info, account=None) source code
 
get_bg_fg_colors(self) source code
 
read_sleepy(self)
Check idle status and change that status if needed
source code
 
autoconnect(self)
Auto connect at startup
source code
 
show_systray(self) source code
 
hide_systray(self) source code
 
on_launch_browser_mailer(self, widget, url, kind) source code
 
process_connections(self)
Called each foo (200) miliseconds.
source code
 
save_config(self) source code
 
save_avatar_files(self, jid, photo, puny_nick=None, local=False)
Save an avatar to a separate file, and generate files for dbus notifications.
source code
 
remove_avatar_files(self, jid, puny_nick=None, local=False)
Remove avatar files of a jid
source code
 
auto_join_bookmarks(self, account)
Autojoin bookmarked GCs that have 'auto join' on for this account
source code
 
add_gc_bookmark(self, account, name, jid, autojoin, minimize, password, nick)
Add a bookmark for this account, sorted in bookmark list
source code
 
is_pm_contact(self, fjid, account) source code
 
create_ipython_window(self) source code
 
run(self) source code
 
__init__(self) source code
Method Details [hide private]

handle_event_roster(self, account, data)

source code 

handle_event_warning(self, unused, data)

source code 

handle_event_error(self, unused, data)

source code 

handle_event_db_error(self, unused, data)

source code 

handle_event_information(self, unused, data)

source code 

handle_event_ask_new_nick(self, account, data)

source code 

handle_event_http_auth(self, obj)

source code 

handle_event_error_answer(self, account, array)

source code 

handle_event_con_type(self, account, con_type)

source code 

handle_event_connection_lost(self, account, array)

source code 

unblock_signed_in_notifications(self, account)

source code 

handle_event_status(self, account, show)

source code 

handle_event_new_jid(self, account, data)

source code 
This event is raised when our JID changed (most probably because we use anonymous account. We update contact and roster entry in this case

edit_own_details(self, account)

source code 

handle_event_notify(self, account, array)

source code 

handle_event_msgerror(self, account, array)

source code 

handle_event_msgsent(self, account, array)

source code 

handle_event_msgnotsent(self, account, array)

source code 

handle_event_subscribe(self, account, array)

source code 

handle_event_subscribed(self, account, array)

source code 

show_unsubscribed_dialog(self, account, contact)

source code 

handle_event_unsubscribed(self, account, jid)

source code 

handle_event_agent_removed(self, account, agent)

source code 

handle_event_register_agent_info(self, account, array)

source code 

handle_event_agent_info_items(self, account, array)

source code 

handle_event_acc_ok(self, account, array)

source code 

handle_event_quit(self, p1, p2)

source code 

handle_event_myvcard(self, account, array)

source code 

handle_event_vcard(self, account, vcard)

source code 
vcard holds the vcard data

handle_event_last_status_time(self, obj)

source code 

handle_event_gc_notify(self, account, array)

source code 

handle_event_gc_msg(self, account, array)

source code 

handle_event_gc_subject(self, account, array)

source code 

handle_event_gc_config(self, account, array)

source code 

handle_event_gc_config_change(self, account, array)

source code 

handle_event_gc_affiliation(self, account, array)

source code 

handle_event_gc_password_required(self, account, array)

source code 

handle_event_gc_invitation(self, account, array)

source code 

handle_event_gc_error(self, account, data)

source code 

forget_gpg_passphrase(self, keyid)

source code 

handle_event_bad_passphrase(self, account, array)

source code 

handle_event_gpg_password_required(self, account, array)

source code 

handle_event_gpg_always_trust(self, account, callback)

source code 

handle_event_password_required(self, account, array)

source code 

handle_event_roster_info(self, account, array)

source code 

handle_event_bookmarks(self, account, bms)

source code 

handle_event_file_send_error(self, account, array)

source code 

handle_event_gmail_notify(self, obj)

source code 

handle_event_file_request_error(self, account, array)

source code 

handle_event_file_request(self, account, array)

source code 

handle_event_file_error(self, title, message)

source code 

handle_event_file_progress(self, account, file_props)

source code 

handle_event_file_rcv_completed(self, account, file_props)

source code 

handle_event_stanza_arrived(self, account, stanza)

source code 

handle_event_stanza_sent(self, account, stanza)

source code 

handle_event_vcard_published(self, account, array)

source code 

handle_event_vcard_not_published(self, account, array)

source code 

ask_offline_status(self, account)

source code 

handle_event_signed_in(self, account, empty)

source code 
SIGNED_IN event is emitted when we sign in, so handle it

handle_event_metacontacts(self, account, tags_list)

source code 

handle_atom_entry(self, account, data)

source code 

handle_event_failed_decrypt(self, account, data)

source code 

handle_event_privacy_lists_received(self, account, data)

source code 

handle_event_privacy_list_received(self, account, data)

source code 

handle_event_privacy_lists_active_default(self, account, data)

source code 

handle_event_privacy_list_removed(self, account, name)

source code 

handle_event_zc_name_conflict(self, account, data)

source code 

handle_event_ping_sent(self, account, contact)

source code 

handle_event_ping_reply(self, account, data)

source code 

handle_event_ping_error(self, account, contact)

source code 

handle_event_search_form(self, account, data)

source code 

handle_event_search_result(self, account, data)

source code 

handle_event_resource_conflict(self, account, data)

source code 

handle_event_jingle_incoming(self, account, data)

source code 

handle_event_jingle_connected(self, account, data)

source code 

handle_event_jingle_disconnected(self, account, data)

source code 

handle_event_jingle_error(self, account, data)

source code 

handle_event_pep_config(self, account, data)

source code 

handle_event_roster_item_exchange(self, obj)

source code 

handle_event_unique_room_id_supported(self, account, data)

source code 
Receive confirmation that unique_room_id are supported

handle_event_unique_room_id_unsupported(self, account, data)

source code 

handle_event_ssl_error(self, account, data)

source code 

handle_event_fingerprint_error(self, account, data)

source code 

handle_event_plain_connection(self, account, data)

source code 

handle_event_insecure_ssl_connection(self, account, data)

source code 

handle_event_insecure_password(self, account, data)

source code 

handle_event_pep_received(self, account, data)

source code 

handle_event_caps_received(self, account, data)

source code 

create_core_handlers_list(self)

source code 

register_core_handlers(self)

source code 

Register core handlers in Global Events Dispatcher (GED).

This is part of rewriting whole events handling system to use GED.

add_event(self, account, jid, type_, event_args)

source code 
Add an event to the gajim.events var

handle_event(self, account, fjid, type_)

source code 

image_is_ok(self, image)

source code 

basic_pattern_re(self)

source code 
Decorators:
  • @property

emot_and_basic_re(self)

source code 
Decorators:
  • @property

sth_at_sth_dot_sth_re(self)

source code 
Decorators:
  • @property

invalid_XML_chars_re(self)

source code 
Decorators:
  • @property

make_regexps(self)

source code 

popup_emoticons_under_button(self, button, parent_win)

source code 
Popup the emoticons menu under button, located in parent_win

prepare_emoticons_menu(self)

source code 

_init_emoticons(self, path, need_reload=False)

source code 

init_emoticons(self, need_reload=False)

source code 

join_gc_room(self, account, room_jid, nick, password, minimize=False, is_continued=False)

source code 
Join the room immediately

new_room(self, room_jid, nick, account, is_continued=False)

source code 

new_private_chat(self, gc_contact, account, session=None)

source code 

new_chat(self, contact, account, resource=None, session=None)

source code 

new_chat_from_jid(self, account, fjid, message=None)

source code 

on_open_chat_window(self, widget, contact, account, resource=None, session=None)

source code 

change_awn_icon_status(self, status)

source code 

enable_music_listener(self)

source code 

disable_music_listener(self)

source code 

music_track_changed(self, unused_listener, music_track_info, account=None)

source code 

get_bg_fg_colors(self)

source code 

read_sleepy(self)

source code 
Check idle status and change that status if needed

autoconnect(self)

source code 
Auto connect at startup

show_systray(self)

source code 

hide_systray(self)

source code 

on_launch_browser_mailer(self, widget, url, kind)

source code 

process_connections(self)

source code 
Called each foo (200) miliseconds. Check for idlequeue timeouts

save_config(self)

source code 

save_avatar_files(self, jid, photo, puny_nick=None, local=False)

source code 
Save an avatar to a separate file, and generate files for dbus notifications. An avatar can be given as a pixmap directly or as an decoded image

remove_avatar_files(self, jid, puny_nick=None, local=False)

source code 
Remove avatar files of a jid

auto_join_bookmarks(self, account)

source code 
Autojoin bookmarked GCs that have 'auto join' on for this account

add_gc_bookmark(self, account, name, jid, autojoin, minimize, password, nick)

source code 
Add a bookmark for this account, sorted in bookmark list

is_pm_contact(self, fjid, account)

source code 

create_ipython_window(self)

source code 

run(self)

source code 

__init__(self)
(Constructor)

source code