.. |
command_system
|
Minor reimplementation the /audio and /video commands
|
2010-08-07 17:37:14 +03:00 |
common
|
coding style
|
2011-01-03 23:08:13 +03:00 |
plugins
|
use logger if plugin manifest file is wrong formated
|
2011-01-04 00:04:11 +03:00 |
adhoc_commands.py
|
always send at least an emtpy <value> for every required fields when we send a dataform. Fixes #5829
|
2010-08-10 18:25:45 +02:00 |
advanced_configuration_window.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
atom_window.py
|
prevent traceback when atom entry has no title
|
2010-05-25 09:46:12 +02:00 |
cell_renderer_image.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
chat_control.py
|
redraw chat buttons when we get caps information. Fixes #6114
|
2010-12-23 17:51:26 +01:00 |
config.py
|
[elghinn] Fix var name that prevent account registration
|
2010-12-30 19:02:12 +01:00 |
conversation_textview.py
|
don't scroll in groupchat when window doesn't have focus. Fixes #6100
|
2010-12-17 12:09:56 +01:00 |
dataforms_widget.py
|
ability to validate dataform widget by pressing enter. Fixes #6032
|
2010-11-14 21:21:39 +01:00 |
dialogs.py
|
fix traceback when adding a new contact. Fixes #6054
|
2010-12-16 07:15:29 +01:00 |
disco.py
|
Prevent the possibility of entering '@' in the fields of 'room' and 'server' in the manage bookmarks dialog.
|
2010-12-04 14:47:38 +03:00 |
features_window.py
|
fix for demandimport
|
2010-12-18 11:11:58 +03:00 |
filetransfers_window.py
|
ability to send / receive file using IBB based on xmpppy implementation. Fixes #2331
|
2010-08-16 14:33:50 +02:00 |
gajim-remote-plugin.py
|
preparation for the removal of gajim-remote-plugin.py (fix lost command and arguments to commands)
|
2010-12-20 12:54:58 +03:00 |
gajim-remote.py
|
Fix typo
|
2010-12-20 15:29:03 +03:00 |
gajim.py
|
fix demndimport with htmltextview
|
2011-01-02 18:23:56 +03:00 |
gajim_themes_window.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
groupchat_control.py
|
redraw chat buttons when we get caps information. Fixes #6114
|
2010-12-23 17:51:26 +01:00 |
groups.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
gtkexcepthook.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
gtkgui_helpers.py
|
update servers.xml from xmpp.org. Fixes #5797
|
2010-10-05 10:51:15 +02:00 |
gtkspell.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
gui_interface.py
|
don't try to reconnect in a MUC when we get an error. Fixes #6097
|
2010-12-19 10:59:00 +01:00 |
gui_menu_builder.py
|
enable "invite to" submenu when we select several contacts. Fixes #5711
|
2010-04-24 09:51:32 +02:00 |
history_manager.py
|
[Dicson] Fix getting the name of widgets. Fixes #6026
|
2010-11-01 21:34:17 +01:00 |
history_window.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
htmltextview.py
|
support data:URI scheme in XHTML-IM message. Fixed #6106
|
2010-12-14 19:30:00 +03:00 |
ipython_view.py
|
fix demndimport with ipython
|
2010-12-23 13:59:28 +01:00 |
Makefile.am
|
add plugins stuff to build system
|
2010-07-29 10:10:06 +02:00 |
message_control.py
|
put (group)chat controls in a hbox to be more extensible
|
2010-10-27 11:39:45 +02:00 |
message_textview.py
|
Prevent the possibility of entering '@' in the fields of 'room' and 'server' in the manage bookmarks dialog.
|
2010-12-04 14:47:38 +03:00 |
message_window.py
|
tab_eventbox widget. do not grab focus
|
2010-12-11 12:15:55 +03:00 |
music_track_listener.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
negotiation.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
network_manager_listener.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
notify.py
|
[steelman] Check sound allowance for contact_connected and contact_disconnected events. Fixes #6118
|
2010-12-21 23:33:45 +01:00 |
profile_window.py
|
use NEC to handle vcard events
|
2010-11-26 21:14:59 +01:00 |
pycallgraph.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
pylint.rc
|
Added PyLint config file (for sync).
|
2009-04-10 17:03:11 +00:00 |
remote_control.py
|
prevent traceback
|
2010-12-20 13:26:27 +03:00 |
roster_window.py
|
redraw groupchat group row when we receive a presence. Fixes #5992
|
2010-12-22 18:19:48 +01:00 |
search_window.py
|
use NEC to handle search form request / result
|
2010-08-30 21:42:36 +02:00 |
secrets.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
session.py
|
revert unwanted commits from in 63c35c953516
|
2010-12-19 10:52:56 +01:00 |
statusicon.py
|
[Dicson] Don't always show Tray icon if "only when pending events" option is used. Fixes #5921
|
2010-09-18 23:06:36 +02:00 |
tooltips.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
vcard.py
|
remove unused print
|
2010-12-09 13:17:59 +03:00 |