gajim-plural/src
Mateusz Biliński b6593b9493 Plugin can be a package (directory) now. Added example plugin that modifies roster window (with glade file).
Added activate and deactivate methods to Plugin (used in forementioned RosterButtonsPlugin).
2008-06-14 18:20:24 +00:00
..
common Initial commit related to plug-in system: 2008-06-01 23:33:51 +00:00
osx merged trunk into session_centric branch 2008-02-05 03:09:31 +00:00
plugins Plugin can be a package (directory) now. Added example plugin that modifies roster window (with glade file). 2008-06-14 18:20:24 +00:00
Makefile.am added ipython for SVN users only. 2008-04-14 15:19:09 +00:00
adhoc_commands.py Make some strings translatable in adhoc commands, Warn user when session id changes in the middle of a session. fixes #3432 2008-02-15 10:38:52 +00:00
advanced.py merge diff from trunk 2007-12-12 08:44:46 +00:00
atom_window.py merge diff from trunk 2007-12-12 08:44:46 +00:00
cell_renderer_image.py draw pixbuf at the corect place in cell_renderer_image. Fixes #3775 2008-03-18 12:26:32 +00:00
chat_control.py Added 'chat_control_base' GUI extension point (now we are able to modify all chat controls - both normal and GC. 2008-06-09 11:46:29 +00:00
config.py remove pep options from pref window, store them per account, store caps_hash per account. see #3954 2008-05-27 10:24:29 +00:00
conversation_textview.py Moved methods for opening new messages controls from roster.py to src/gajim.py. This is not roster related. See #3643. 2008-04-20 18:14:04 +00:00
dataforms_widget.py ability to configure pubsub nodes. see #3053 2008-02-15 22:55:21 +00:00
dialogs.py Correct some bugs with the name used to create a MUC from a 1-to-1 chat when the server can't send a unique key. See #2095. 2008-05-18 18:00:02 +00:00
disco.py use timeout_add_seconds instead of timeout_add (when it's available), more efficient. fixes #3734, #3736 2008-02-14 19:18:07 +00:00
eggtrayicon.c added eggtrayicon from mail-notification. 2006-05-16 08:51:48 +00:00
eggtrayicon.h added eggtrayicon from mail-notification. 2006-05-16 08:51:48 +00:00
features_window.py Link to the OTR wiki page in the features window. 2008-05-18 20:39:03 +00:00
filetransfers_window.py merge diff from trunk 2007-12-12 08:44:46 +00:00
gajim-remote.py Fix account parameter for gajim-remote handle_uri with a groupchat. Fixes #3344. 2008-05-27 16:47:33 +00:00
gajim.py [Merwok] Commented out 'import pycallgraph' to remove import error. 2008-06-12 19:26:55 +00:00
gajim_themes_window.py merge diff from trunk 2007-12-12 08:44:46 +00:00
groupchat_control.py This shoudl fix tab completion in GC. For real now, I hope. 2008-05-18 19:51:58 +00:00
groups.py Forgotten file from last commit. 2006-08-21 14:14:24 +00:00
gtkexcepthook.py merge diff from trunk 2007-12-12 08:44:46 +00:00
gtkgui_helpers.py http://python.org/dev/peps/pep-0008/ " Comparisons to singletons like None should always be done with 2008-04-18 00:26:07 +00:00
gtkspellmodule.c [gjc] gtkspellmodule upstream update. Fixes #1700 2006-03-14 22:35:50 +00:00
history_manager.py * If found, automatically use included gtk on win32. 2008-05-19 10:58:03 +00:00
history_window.py Even load the pixbuf only once. 2008-05-03 10:59:18 +00:00
htmltextview.py handle ascii_formatting option in htmltextview 2008-02-27 16:12:09 +00:00
ipython_view.py add BSD copyright to ipython_view.py file 2008-04-15 16:19:06 +00:00
lastfm.py http://python.org/dev/peps/pep-0008/ " Comparisons to singletons like None should always be done with 2008-04-18 00:26:07 +00:00
lastfm_track_listener.py merge diff from trunk 2007-12-12 08:44:46 +00:00
message_control.py reuse chat controls after session termination 2008-05-23 23:27:08 +00:00
message_textview.py merge diff from trunk 2007-12-12 08:44:46 +00:00
message_window.py reuse chat controls after session termination 2008-05-23 23:27:08 +00:00
music_track_listener.py PEP creates less traffic now and MPRIS is now more tolerant. 2008-05-15 17:42:32 +00:00
negotiation.py merge diff from trunk 2007-12-12 08:44:46 +00:00
network_manager_listener.py merge diff from trunk 2007-12-12 08:44:46 +00:00
notify.py fix clicking on notification-daemon sign-in notification 2008-05-18 21:17:53 +00:00
otr_windows.py Again, not update_ui(), but update_otr()! 2008-05-19 19:06:11 +00:00
profile_window.py [Florob] Send and handle nicknames reveices through PEP. Fixes #3651 2008-05-05 21:55:59 +00:00
pycallgraph.py [Merwok] Commented out 'import pycallgraph' to remove import error. 2008-06-12 19:26:55 +00:00
remote_control.py Moved methods for opening new messages controls from roster.py to src/gajim.py. This is not roster related. See #3643. 2008-04-20 18:14:04 +00:00
roster_window.py Added first version of 'Plugins' window. It's accessible through 'Edit/Plugins' item in roster menu. It seems that you can successfully (de)activate plug-ins through GUI now. 2008-06-07 17:28:34 +00:00
search_window.py merge diff from trunk 2007-12-12 08:44:46 +00:00
secrets.py merge diff from trunk 2007-12-12 08:44:46 +00:00
session.py don't do first message notification if we can pick up a sessionless control 2008-05-25 21:28:40 +00:00
statusicon.py move functions that build icons to gtkgui_helpers instead of roster_window. Fixes #3873 2008-04-17 14:17:14 +00:00
systray.py Moved methods for opening new messages controls from roster.py to src/gajim.py. This is not roster related. See #3643. 2008-04-20 18:14:04 +00:00
tictactoe.py fix coordinate convertion in tictactoe 2008-05-13 14:26:52 +00:00
tooltips.py Show pep tooltip info also for multiple resources and SelfContacts. 2008-05-19 21:31:25 +00:00
trayicon.defs reorder files 2005-04-12 15:47:20 +00:00
trayicon.override reorder files 2005-04-12 15:47:20 +00:00
trayiconmodule.c reorder files 2005-04-12 15:47:20 +00:00
vcard.py merged in session-centric branch, with fixes for OTR compatibility 2008-05-13 01:59:10 +00:00