Yann Leboulanger
|
892d665a50
|
print startup errors in a gtk.window instead of to std.err
|
2005-12-01 17:17:20 +00:00 |
Yann Leboulanger
|
54e47436e3
|
add an exceptions file that contain our custom exceptions
|
2005-12-01 17:16:53 +00:00 |
Yann Leboulanger
|
0bf6346ab1
|
[SF] fix string
|
2005-12-01 15:21:20 +00:00 |
Yann Leboulanger
|
751ec180a0
|
add tooltips in vcard window about subscription and as
|
2005-12-01 14:42:25 +00:00 |
Yann Leboulanger
|
68de2b3346
|
texviews are no more in glade but our custom widgets
|
2005-12-01 14:07:29 +00:00 |
Nikos Kouremenos
|
83267861c2
|
[psybases] add pysqlite skeleton for AP
|
2005-11-30 23:20:27 +00:00 |
Nikos Kouremenos
|
ae9b49b204
|
add clickability to results column (so you can order too), and add resizability [why not?]
|
2005-11-30 23:17:25 +00:00 |
Nikos Kouremenos
|
f87affbf7b
|
do not tb if with contact we have no logs at all
|
2005-11-30 22:25:37 +00:00 |
Nikos Kouremenos
|
25fcf22b68
|
remove unused img
|
2005-11-30 22:23:40 +00:00 |
Nikos Kouremenos
|
db23b53b95
|
[Paweł M. Zaskórski]use gtkspell to single message winow too; stop doing if 'gtkspell' in globals() and use global var (faster)
|
2005-11-30 22:22:22 +00:00 |
Nikos Kouremenos
|
fa1e4fe430
|
gtkspell module is not used. remove importing it
|
2005-11-30 22:20:01 +00:00 |
Nikos Kouremenos
|
e162e5daed
|
select last day we have logs for in history browser
|
2005-11-30 21:56:42 +00:00 |
Nikos Kouremenos
|
f9543aed35
|
[da.killa] add simplebulb iconset
|
2005-11-30 21:55:53 +00:00 |
Nikos Kouremenos
|
707e98722b
|
do not use gtk-no on tab img. no need
|
2005-11-30 20:51:25 +00:00 |
Nikos Kouremenos
|
c7fa39ca5e
|
resize the history window on expander expanded and reset it to original size when if we dis-expand
|
2005-11-30 19:41:31 +00:00 |
Nikos Kouremenos
|
ae50c29470
|
Matteo thanks both Mallo Blenne and people on the tp@lists.linux.it mailing; we thank him and those ppl for italian transl which latest update is in now
|
2005-11-30 19:36:03 +00:00 |
Nikos Kouremenos
|
c9cc45a7cc
|
work with special tigris build that workarounds vs bug on .svn; eg look for _svn too
|
2005-11-30 18:48:58 +00:00 |
Norman Rasmussen
|
ba54aa9630
|
Hopefully fixed emoticons for good now. Closes #1129
|
2005-11-30 18:35:40 +00:00 |
Nikos Kouremenos
|
7ef98979d8
|
remove print
|
2005-11-30 18:19:25 +00:00 |
Yann Leboulanger
|
cec9b1e861
|
send offline status to gc before we disconnect
|
2005-11-30 17:54:34 +00:00 |
Yann Leboulanger
|
d58f380842
|
emmit SIGNED_IN when needed (when we connect)
|
2005-11-30 17:46:36 +00:00 |
Yann Leboulanger
|
20c4113666
|
join opened groupchat windows only for concerned account
|
2005-11-30 17:45:34 +00:00 |
Nikos Kouremenos
|
28fe6a06d3
|
less columns in history. TODO: fill name for not groupchat
|
2005-11-30 17:30:58 +00:00 |
Nikos Kouremenos
|
40f3316bbb
|
commit sth to assist testing
|
2005-11-30 17:13:35 +00:00 |
Nikos Kouremenos
|
50446b7f5b
|
remove unused var
|
2005-11-30 17:12:58 +00:00 |
Norman Rasmussen
|
786da12472
|
http://cvs.sourceforge.net/viewcvs.py/xmpppy/xmpppy/xmpp/auth.py
Wed Oct 26 08:45:22 2005 UTC by snakeru
Fixed SASL bug on win32 platform. (Thanks to Martin Thomas)
|
2005-11-30 17:08:45 +00:00 |
Nikos Kouremenos
|
1095357c90
|
try to make get_status work
|
2005-11-30 16:17:06 +00:00 |
Nikos Kouremenos
|
32b3f683f4
|
prevent a tb
|
2005-11-30 16:04:23 +00:00 |
Nikos Kouremenos
|
e981cd5690
|
prevent a tb
|
2005-11-30 15:45:20 +00:00 |
Nikos Kouremenos
|
b854555e58
|
fix strings to be more readable; add get_status (did not test yet); raise allover
|
2005-11-30 15:26:08 +00:00 |
Nikos Kouremenos
|
7d357dfe5a
|
fix names of exception, fix docstring, fix strings
|
2005-11-30 14:48:58 +00:00 |
Nikos Kouremenos
|
9cf5a80655
|
typo
|
2005-11-30 14:43:50 +00:00 |
Nikos Kouremenos
|
76d97e25ed
|
raise exceptions and there spit translated text. this allows ppl that use gajim-remote to now catch those exceptions instead of impossibly guessing which locale user has and how that is translated
|
2005-11-30 14:42:23 +00:00 |
Nikos Kouremenos
|
f839968c6c
|
typo in docstring. thanks Jim++
|
2005-11-30 14:26:49 +00:00 |
Nikos Kouremenos
|
164f45ecf4
|
remove a wrong comment; enrich a docstring
|
2005-11-30 14:16:26 +00:00 |
Nikos Kouremenos
|
8522d1bd22
|
try to fix a MAJOR TB. maybe simple dispatch jid should be stripped too. I dont know. Yann?
|
2005-11-30 13:59:16 +00:00 |
Nikos Kouremenos
|
a7b49ffcfb
|
accident the expand True. revert that
|
2005-11-29 21:51:12 +00:00 |
Nikos Kouremenos
|
330aa6e906
|
we can now ddouble click the search result in history and this will move us to the date of this conversation result
|
2005-11-29 21:47:47 +00:00 |
Travis Shirk
|
fb4e8f254d
|
SASL challenges that have '=' in a value can now be parsedr; '=' in a base-64 encoded nonce is rather common
|
2005-11-29 20:27:57 +00:00 |
Yann Leboulanger
|
820dae2642
|
1) we can't receive our vcard empty
2) write an empty file for empty vcards so that they are not asked at each gajim startup
|
2005-11-29 20:17:51 +00:00 |
Nikos Kouremenos
|
06a17b91e2
|
add comment for translators to avoid send button and actions button to _ the character E (conflicts with ALT+E => emoticon selector); rebuild pot/po
|
2005-11-29 20:04:36 +00:00 |
Yann Leboulanger
|
5e8d28b3cb
|
_Envoyer -> En_voyer, so alt+e opens emoticons in french
|
2005-11-29 19:58:20 +00:00 |
Nikos Kouremenos
|
2185e46df0
|
revert sth and add comment to explain
|
2005-11-29 19:57:59 +00:00 |
Nikos Kouremenos
|
6c3a51d59f
|
grey not #9e9e9e
|
2005-11-29 19:45:07 +00:00 |
Nikos Kouremenos
|
7a0fa12f59
|
[SF] respect print time selection for history too. now ichat-style works there too!
|
2005-11-29 19:41:08 +00:00 |
Nikos Kouremenos
|
4c4ad5e8cd
|
%X asks locale
|
2005-11-29 19:11:03 +00:00 |
Nikos Kouremenos
|
a79587590f
|
name the colors with their names
|
2005-11-29 18:43:35 +00:00 |
Nikos Kouremenos
|
c9e30fd612
|
make a commit comment a code comment. also add a new line so it is visually better to seperate logic and return
|
2005-11-29 18:37:01 +00:00 |
Nikos Kouremenos
|
f9ecc9e456
|
fix typo
|
2005-11-29 18:31:45 +00:00 |
Yann Leboulanger
|
77f920641a
|
[multani] don't make avatars bigger than they are
|
2005-11-29 18:29:03 +00:00 |