.. |
command_system
|
Minor reimplementation the /audio and /video commands
|
2010-08-07 17:37:14 +03:00 |
common
|
correctly clean groupchat_jids when we get an empty vcard.
|
2010-10-24 15:32:38 +02:00 |
plugins
|
[Dicson] some error dialogs improvements. Fixes #5930
|
2010-09-21 21:44:04 +02:00 |
Makefile.am
|
add plugins stuff to build system
|
2010-07-29 10:10:06 +02: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
|
[Dicson] Fix gui extention point position in chat_control.py. Fixes #5974
|
2010-10-12 17:07:05 +02:00 |
config.py
|
use NEC to handle messages / gc_messages
|
2010-10-18 22:05:41 +02:00 |
conversation_textview.py
|
handle URI in a better way. some require ://, some only :. Fixes #5841
|
2010-08-15 21:51:40 +02:00 |
dataforms_widget.py
|
show required field in a dataform with an *
|
2010-08-11 09:18:15 +02:00 |
dialogs.py
|
prevent traceback when opening change status dialog. Fixes #5985
|
2010-10-19 21:43:09 +02:00 |
disco.py
|
ability to reload service discovery window by pressing ctrl + R. Fixes #5882
|
2010-09-08 14:05:21 +02:00 |
features_window.py
|
[Zhihao Yuan & I] use convert is dvipng doesn't work. Fixes #5935
|
2010-09-24 23:15:21 +02: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
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
gajim-remote.py
|
merge outstanding branches
|
2010-08-08 11:34:27 +02:00 |
gajim.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02: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
|
prevent showing twice the same message in muc when we are twice in a room from 2 accounts.
|
2010-10-19 21:43:44 +02: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
|
use RosterReceivedEvent object to handle load_roster_from_db.
|
2010-10-19 18:14:30 +02: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
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02: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
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
ipython_view.py
|
More whitespace fixes.
|
2010-04-08 01:20:22 +02:00 |
message_control.py
|
merge message archiving branch. Fixes #3593
|
2010-08-11 18:43:41 +02:00 |
message_textview.py
|
missing return
|
2010-08-09 20:47:21 +02:00 |
message_window.py
|
Give focus to message textview when we open a new chat. Fixes #5740
|
2010-07-30 14:38:19 +02: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
|
typo. Fixes #5940
|
2010-10-01 10:31:26 +02:00 |
profile_window.py
|
add missing import. Fixes #5875
|
2010-09-01 20:18:24 +02:00 |
pycallgraph.py
|
convert tabs to spaces in source code thanks to reindent.py
|
2010-04-08 01:20:17 +02:00 |
pylint.rc
|
…
|
|
remote_control.py
|
fix typo in remote_control.py. Fixes #5987
|
2010-10-20 07:59:34 +02:00 |
roster_window.py
|
[Kaini] fix start chat menuitem with zeroconf account
|
2010-10-21 19:49:58 +02: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
|
merge message archiving branch. Fixes #3593
|
2010-08-11 18:43:41 +02: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
|
use nec / ged to handle time, version and last received event
|
2010-07-20 16:53:07 +02:00 |