.. |
common
|
reorder import in common helpers. Fixes #4764
|
2009-04-27 11:27:42 +00:00 |
osx
|
Fix serious copyright and license issues, which were introduced as a
|
2009-02-14 15:02:10 +00:00 |
Makefile.am
|
[thorstenp] use ctype to have gtkspell. No need to compile it from C. Fixes #4289
|
2009-02-12 22:15:18 +00:00 |
adhoc_commands.py
|
Backport a few XMPPPY upstream changes.
|
2008-12-28 14:53:20 +00:00 |
advanced.py
|
[punchagan] search in option name and description in ACE. Fixes #4727
|
2009-04-23 06:58:55 +00:00 |
atom_window.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
cell_renderer_image.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
chat_control.py
|
ability to select status message and room subject in banner. Fixes #4879
|
2009-04-26 18:57:18 +00:00 |
config.py
|
change background of editable cells in default status message treeview and make columns resizable. Fixes #4746
|
2009-04-12 21:57:49 +00:00 |
conversation_textview.py
|
add * when we print /me in html text
|
2009-04-12 10:14:27 +00:00 |
dataforms_widget.py
|
make instruction label of dataforms wrapable. see #4724
|
2009-04-08 18:52:50 +00:00 |
dialogs.py
|
[tpatnoe] add In and Out comment in XML console. Fixes #4977
|
2009-04-22 08:43:04 +00:00 |
disco.py
|
fix potential traceback. Fixes #4780
|
2009-02-09 19:46:26 +00:00 |
eggtrayicon.c
|
don't crash when fluxbox restarts. see http://bugzilla.gnome.org/show_bug.cgi?id=449858
|
2008-11-10 22:07:32 +00:00 |
eggtrayicon.h
|
added eggtrayicon from mail-notification.
|
2006-05-16 08:51:48 +00:00 |
features_window.py
|
[thorstenp] use ctype to have gtkspell. No need to compile it from C. Fixes #4289
|
2009-02-12 22:15:18 +00:00 |
filetransfers_window.py
|
escape file name in file transfer accept dialog
|
2009-03-20 21:05:45 +00:00 |
gajim-remote.py
|
test if dbus0x11 is installed before using dbus. Fixes #4715
|
2009-01-26 16:15:05 +00:00 |
gajim.py
|
call gtk.gdk.threads_init() to initialise threads used when en/decrypting GPG. Fixes #4959
|
2009-04-25 22:10:03 +00:00 |
gajim_themes_window.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
groupchat_control.py
|
ability to select status message and room subject in banner. Fixes #4879
|
2009-04-26 18:57:18 +00:00 |
groups.py
|
[thorstenp] fix redefined builtins
|
2008-12-03 17:16:04 +00:00 |
gtkexcepthook.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
gtkgui_helpers.py
|
make instruction label of dataforms wrapable. see #4724
|
2009-04-08 18:52:50 +00:00 |
gtkspell.py
|
add missing file. Fixes #4289
|
2009-03-04 13:44:01 +00:00 |
history_manager.py
|
If we don't have an interpreter for them, don't make them executable!
|
2009-01-11 14:47:21 +00:00 |
history_window.py
|
[punchagan & me] print /me in history correctly. Fixes #4852
|
2009-04-08 07:31:56 +00:00 |
htmltextview.py
|
fix parsing length in html. Fixes #3781
|
2009-02-16 10:15:44 +00:00 |
ipython_view.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
message_control.py
|
correctly create session (pm / not pm) when we send a message in a control without a session (after disabling E2E). Fixes #4818
|
2009-04-27 16:57:09 +00:00 |
message_textview.py
|
escape & in HTML messages.
|
2009-01-27 20:33:54 +00:00 |
message_window.py
|
minimize groupchats when closing several windows at the same time. Fixes #4987
|
2009-04-23 07:26:08 +00:00 |
music_track_listener.py
|
[Lucky] music track listenenr patch for totem player. Fixes #4705
|
2009-01-19 19:17:13 +00:00 |
negotiation.py
|
[thorstenp] remove useless import
|
2008-12-02 14:44:26 +00:00 |
network_manager_listener.py
|
[shivan] network manager 0.7 support. Fixes #4536
|
2009-02-14 10:07:31 +00:00 |
notify.py
|
import indicate in file where it's used. Fixes #4942
|
2009-04-08 07:31:11 +00:00 |
profile_window.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
remote_control.py
|
add XEP-202 in vcard window. Fixes #4007
|
2009-02-10 21:45:44 +00:00 |
roster_window.py
|
fix missing argument.
|
2009-04-13 15:15:45 +00:00 |
search_window.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
secrets.py
|
better use of pickle
|
2009-01-09 18:40:01 +00:00 |
session.py
|
don't expand big brother when we get a message in a metacontact. Fixes #4867
|
2009-04-08 07:55:52 +00:00 |
statusicon.py
|
statusicon.py was incompatible with r11080. Fixed.
|
2009-02-14 13:01:57 +00:00 |
systray.py
|
add activity / mood in change status dialog. Fixes #4419
|
2009-04-12 18:13:37 +00:00 |
tooltips.py
|
ability to block all contacts (from privacy list editor). Fixes #4831
|
2009-02-20 10:15:16 +00:00 |
trayicon.defs
|
reorder files
|
2005-04-12 15:47:20 +00:00 |
trayicon.override
|
* Big headers review
|
2008-08-15 03:20:23 +00:00 |
trayiconmodule.c
|
* Big headers review
|
2008-08-15 03:20:23 +00:00 |
vcard.py
|
add XEP-202 in vcard window. Fixes #4007
|
2009-02-10 21:45:44 +00:00 |