Yann Leboulanger
|
5b2e68d52c
|
when we open a tab that require account name to be displayed (another tab with the same nick is opened), we now redraw first tab too so that account is displayed there too. Fixes #2371
|
2006-09-03 21:00:05 +00:00 |
Yann Leboulanger
|
2d56a72fcb
|
give focus to conversation textview when we insensitive message_textview so that it can receive Ctrl+1,2,3. Fixes #2263
|
2006-09-03 17:50:18 +00:00 |
Yann Leboulanger
|
e80467dc0d
|
[Santiago Gala] we can now have a different spellchecking language in each chat window. Fixes #2383 and #746.
|
2006-09-03 17:04:41 +00:00 |
Yann Leboulanger
|
a67eaba727
|
events are now saved in an Event class. show in roster/systray options in Advanced Notification Control (for incomming messages) now work.
|
2006-09-02 21:01:11 +00:00 |
Yann Leboulanger
|
fd719bcbc6
|
add an advanced option: restored_message_small tu disable small font in restored messages. Fixes #2048
|
2006-08-28 15:10:23 +00:00 |
Yann Leboulanger
|
c09f00aa7f
|
Show "%nick from room %room" in pm banner. Fixes #2197
|
2006-07-31 20:52:28 +00:00 |
Yann Leboulanger
|
dc9bf86184
|
we can now the language we want for speller. Just use speller_language advanced
option to define it.
|
2006-07-31 13:55:21 +00:00 |
Yann Leboulanger
|
2d876923d9
|
move the draw og the focus out line to conversation_textview.py
reset focus_out_end_iter_offset var when we clear the textview. Fixes #2175
|
2006-07-27 10:54:12 +00:00 |
Yann Leboulanger
|
bc1949111b
|
[Simon Paillard] fix warning
|
2006-07-18 21:14:07 +00:00 |
Yann Leboulanger
|
3895724710
|
systray now saves unread messages even if it is not enabled (but module is present). Fixes #2134
|
2006-07-17 21:41:11 +00:00 |
Yann Leboulanger
|
80bd370216
|
Fix TB. Fixes #2029
|
2006-07-17 12:48:07 +00:00 |
Jean-Marie Traissard
|
df5903a95a
|
[nk] Deleted var not needed anymore
|
2006-07-13 13:07:31 +00:00 |
Jean-Marie Traissard
|
285a7949f5
|
Get real jid of the chatcontrol when we talk to specific ressource. This prevent systray icon to be stuck to
incomming message in some rare case (new message window + auto_open). Thanks beerfan for spoting this rare
case :)
|
2006-07-04 21:23:42 +00:00 |
Yann Leboulanger
|
bc26593974
|
use gettext.install. Fixes #497
|
2006-06-15 06:49:04 +00:00 |
Yann Leboulanger
|
4ae020946c
|
destroy bigger_avatar_window when we close a tab. Fixes #2034
|
2006-06-14 14:54:23 +00:00 |
Jean-Marie Traissard
|
efd73e04bf
|
Also merge metacontacts logs in restore_lines()
|
2006-06-04 17:21:14 +00:00 |
Yann Leboulanger
|
59c3b7b3c8
|
JEP 172 support (user nickname) Fixes #464 and #884
|
2006-06-01 15:23:38 +00:00 |
Yann Leboulanger
|
3e1dd88ee0
|
we can now save avatars on HD where we want (right click on image). Fixes #1817
|
2006-05-26 13:19:52 +00:00 |
Yann Leboulanger
|
5942399214
|
[Geobert] ability to remove nickname in chat when consecutive message from same person. Fixes #1942
|
2006-05-08 08:19:20 +00:00 |
Yann Leboulanger
|
2e06ec6d7e
|
new ACE option: print_status_in_muc. Fixes #1502
|
2006-05-03 13:22:05 +00:00 |
Dimitur Kirov
|
5e6b016af1
|
split gtkgui.glade in several small glade
files, which are now located in data/glade/
|
2006-05-02 15:53:25 +00:00 |
Yann Leboulanger
|
1e6c848761
|
use jid_is_transport func to detect transport jid
|
2006-05-01 13:29:16 +00:00 |
Dimitur Kirov
|
8d35bf38af
|
don't activate PGP and FT menuitems/button
for transports. fixes #1903
|
2006-04-30 19:52:02 +00:00 |
Yann Leboulanger
|
29784e622c
|
handle correctly clear and compact commands. Fixes #1882
|
2006-04-21 19:54:47 +00:00 |
Dimitur Kirov
|
b865cc678c
|
clear is a method of ConversationTextview
fixes #1881
|
2006-04-21 10:18:03 +00:00 |
Yann Leboulanger
|
d040cc13fc
|
be sure chat_control.contact is never None, even when server connection is brocken. Fixes #1878
|
2006-04-20 16:57:43 +00:00 |
Yann Leboulanger
|
2e1e2e2c86
|
chat_control.contact MUST always be a Contact instance. Fixes #1874
|
2006-04-20 07:43:24 +00:00 |
Dimitur Kirov
|
5c9613db65
|
break more circular references that keep
objects alive (the other 1/2 of #1829)
context menu for groupchat banner
|
2006-04-18 15:36:16 +00:00 |
Dimitur Kirov
|
b6ca28f342
|
make sure ChatControl instances are destroyed
when chat tab is closed
1/2 fixes #1829
|
2006-04-17 21:59:04 +00:00 |
Yann Leboulanger
|
c4a3262488
|
[sol] save GPG status
|
2006-04-15 08:10:24 +00:00 |
Dimitur Kirov
|
97dc7215df
|
keep reference to unread messages untill they
are printed in tv
|
2006-04-10 22:08:02 +00:00 |
Yann Leboulanger
|
87bb1c5551
|
print error in chat window even if print_status_in_chat is False. See #1802
|
2006-04-10 13:23:56 +00:00 |
Nikos Kouremenos
|
f0f054af6b
|
[Geobert] new compact view so important info are not hidden (f.e. chatstates) for maximum adjustment, see hide_* in ACE. fixes #1276
|
2006-04-10 12:09:05 +00:00 |
Dimitur Kirov
|
d3013cc367
|
removed useless argument
|
2006-04-09 19:16:27 +00:00 |
Dimitur Kirov
|
ad803388ad
|
destroy banner tooltip on close
|
2006-04-07 23:44:34 +00:00 |
Yann Leboulanger
|
c73abbab57
|
correctly handle resources when chat window get focus. Fixes #1785
|
2006-04-07 23:29:07 +00:00 |
Yann Leboulanger
|
a2b3acd864
|
remove contact from roster when we read his awaiting events and showOffline is False. Fixes #1812
|
2006-04-05 17:25:02 +00:00 |
Yann Leboulanger
|
d91d0e0b0e
|
emoticons_menu is created only once, and correctly destroyed when we change emoticon theme. (It was never destroyed before -> memory leak)
|
2006-04-05 09:55:22 +00:00 |
Nikos Kouremenos
|
d7e6979887
|
fjid ==> full_jid so we can distinguish it from fjid (which should progressively become fake_jid)
|
2006-04-04 17:21:38 +00:00 |
Yann Leboulanger
|
671985c50f
|
handle correctly resource when we already have chat window opened. Fixes #1785
|
2006-04-04 15:20:12 +00:00 |
Yann Leboulanger
|
bf56c34a83
|
count only incoming messages for gajim.last_message_time value. Fixes #1281
|
2006-04-03 16:55:31 +00:00 |
Yann Leboulanger
|
c201b03dce
|
typo: update correctly gajim.last_message_time when we receive a message. Fixes #1281
|
2006-04-02 17:38:06 +00:00 |
Yann Leboulanger
|
31e54bc2ed
|
remove many call to dialog.run() function. Some are still here, but they happend only when the user do an action (close a chat window, change status, ...). So UI is not blocked when we receive a groupchat invitation or an error message.
|
2006-04-02 16:11:21 +00:00 |
Yann Leboulanger
|
111ea2c9b6
|
cleanup ichat mode code. No need of timeout. Fixes #1213
|
2006-03-31 20:08:47 +00:00 |
Nikos Kouremenos
|
df3dacfac1
|
put Dimitur as hacker for chat_control.py too.
|
2006-03-28 14:11:53 +00:00 |
Nikos Kouremenos
|
34aef80124
|
rm print. fix issue. previous commit also was obey to coding standards [yes again]
|
2006-03-28 12:43:57 +00:00 |
Nikos Kouremenos
|
fe32959028
|
clean up. leave a print to debug
|
2006-03-28 12:39:47 +00:00 |
Nikos Kouremenos
|
e08598c6bf
|
rm double assignment of the same signal!!!!!!!!!!!!!!!!!
|
2006-03-28 11:58:57 +00:00 |
Nikos Kouremenos
|
4d2a36707b
|
clean up code; obey to coding standards
|
2006-03-28 11:52:25 +00:00 |
Nikos Kouremenos
|
428d5996e5
|
fix typo
|
2006-03-28 11:39:14 +00:00 |