Nikos Kouremenos
|
0696e75358
|
history order change: history is ordered as everything else latest is in the bottom
|
2005-11-03 21:31:04 +00:00 |
Nikos Kouremenos
|
e0d9933b23
|
remove unused vars and modules
|
2005-11-03 21:11:37 +00:00 |
Nikos Kouremenos
|
5161226e0a
|
remove ununsed vars
|
2005-11-03 21:03:51 +00:00 |
Nikos Kouremenos
|
b9d4b51e1d
|
fix invalid arguments call
|
2005-11-03 20:52:04 +00:00 |
Nikos Kouremenos
|
8b90191f60
|
fix untested code
|
2005-11-03 20:50:52 +00:00 |
Nikos Kouremenos
|
819bf2e7e3
|
do not traceback when contact has left and we ask bigger avatar (which calls this func)
|
2005-11-03 20:48:27 +00:00 |
Nikos Kouremenos
|
de7f987211
|
fix typo
|
2005-11-03 20:41:35 +00:00 |
Yann Leboulanger
|
97ed14b16b
|
remove our jid before we stringprep
|
2005-11-03 19:00:22 +00:00 |
Nikos Kouremenos
|
099a4fc062
|
do not ask gladexml on chat.py too
|
2005-11-03 17:23:36 +00:00 |
Nikos Kouremenos
|
b5831c5e8d
|
damn copy paste
|
2005-11-03 17:20:52 +00:00 |
Nikos Kouremenos
|
9b5a55ea7d
|
ctrl+enter no longers sends message and all work as they should. damn bindings
|
2005-11-03 17:01:44 +00:00 |
Nikos Kouremenos
|
dd03ac29a5
|
typo. thanks deluge
|
2005-11-03 16:37:18 +00:00 |
Yann Leboulanger
|
a79f450e2c
|
remove aa non-implemented option
|
2005-11-03 16:21:03 +00:00 |
Nikos Kouremenos
|
bff36b7c45
|
add comment for translators
|
2005-11-03 15:25:31 +00:00 |
Nikos Kouremenos
|
b8fce2f1fe
|
do not ask xml anymore
|
2005-11-03 15:21:18 +00:00 |
Nikos Kouremenos
|
1ab95cdc6a
|
if gtk has default action for a widget, bindings never work, so we must use key_press_event for those and return True after we do the job in key_press_event CB
|
2005-11-03 15:10:00 +00:00 |
Yann Leboulanger
|
f130ce29c0
|
we now stringprep jid and resource everywhere:
when we recieve a jid from server
when we enter a jid or resource in GUI
|
2005-11-03 14:46:56 +00:00 |
Nikos Kouremenos
|
1462b4a27f
|
we were checking for @ unless we had /echo but it is also valid to contact jabber.org so it is time we do not check at all if jid has @
|
2005-11-03 12:45:26 +00:00 |
Yann Leboulanger
|
9bf4819404
|
user correct login when we create an account
|
2005-11-03 12:20:17 +00:00 |
Yann Leboulanger
|
ff2eaa4a55
|
Gajim and gajim are not the same resource
|
2005-11-03 12:09:38 +00:00 |
Yann Leboulanger
|
dd6a9ced49
|
accountModificationWindow is never used to create an account, just modify it
add an advanced button to AccountCreationWizard that open the accountModificationWindow
|
2005-11-03 10:32:26 +00:00 |
Yann Leboulanger
|
41cbaa7c2b
|
we now call the AccountCreationWizard window each time we create a new account
|
2005-11-03 09:33:22 +00:00 |
Yann Leboulanger
|
acd09eaba2
|
FirstTimeWizard -> AccountCreationWizard
|
2005-11-03 09:27:45 +00:00 |
Yann Leboulanger
|
66a7f4b07c
|
resources are now checked case insensitive in connection.py with the one we already have
|
2005-11-03 09:21:12 +00:00 |
Yann Leboulanger
|
2e9d0fbeba
|
we now save/read log to ~/.gajim/logs/jid.lower()
|
2005-11-03 08:50:35 +00:00 |
Yann Leboulanger
|
06ad619a58
|
when we get an iq, we check if we already have with another case
|
2005-11-02 22:08:31 +00:00 |
Yann Leboulanger
|
ce7a532f08
|
typo
|
2005-11-02 22:01:28 +00:00 |
Nikos Kouremenos
|
744814e860
|
remove a fixme
|
2005-11-02 19:37:25 +00:00 |
Nikos Kouremenos
|
5970f91dc2
|
remove some bindings
|
2005-11-02 19:01:17 +00:00 |
Nikos Kouremenos
|
1eb611d20f
|
revert accidental removal
|
2005-11-02 18:44:10 +00:00 |
Nikos Kouremenos
|
def89e51a7
|
sectext should have dot
|
2005-11-02 16:36:22 +00:00 |
Nikos Kouremenos
|
9554d2c8f5
|
remove U it is not needed nor works; remove it also from glade, remove crazy hboxing and use fill and other similar properties
|
2005-11-02 16:34:35 +00:00 |
Nikos Kouremenos
|
f7a1f8fa64
|
fix strings and fix comments
|
2005-11-02 14:54:25 +00:00 |
Yann Leboulanger
|
73a9a282ba
|
when we add a contact, check if it's already in roster (case insensitive)
|
2005-11-02 12:46:57 +00:00 |
Nikos Kouremenos
|
c4eb2d62d7
|
fix a tb
|
2005-11-02 11:29:51 +00:00 |
Yann Leboulanger
|
b35f340018
|
fix WRONG comment
|
2005-11-02 11:13:05 +00:00 |
Nikos Kouremenos
|
6127f23774
|
comment get_real_jid_from_fjid to assure future protection from refactoring and add docstring to get return values without reading the code. Both are importnat for such api funcs
|
2005-11-02 11:06:51 +00:00 |
shteef
|
467ff43106
|
Codestyle fixes, even though my syntax highlighting breaks on this. :p
|
2005-11-02 11:03:42 +00:00 |
shteef
|
3594e582a3
|
Fix groupchat highlighting again, for real now.
|
2005-11-02 11:00:16 +00:00 |
Nikos Kouremenos
|
5e6766a3a4
|
do not fail if user does not have pywin32
|
2005-11-02 10:52:12 +00:00 |
Nikos Kouremenos
|
3d5c3e59a1
|
also update ls command
|
2005-11-02 10:37:30 +00:00 |
Yann Leboulanger
|
a16a4d2cbf
|
re-add gtkgui.glade.h to translate strings in glade
|
2005-11-02 10:30:53 +00:00 |
Nikos Kouremenos
|
4688f1d000
|
add the new files for transl
|
2005-11-02 10:24:36 +00:00 |
Yann Leboulanger
|
2720f1ce7c
|
move function to get real_jid to gajim.py
|
2005-11-02 08:12:54 +00:00 |
Nikos Kouremenos
|
433af985b1
|
less wordy and concise is welcome but not if they are not understable. moreover it is better that the user understands what that is than see a small tooltip and not completely understand. I revert with the only change that I agree that the first The can be removed. "Used this window" you cannot be serious though.. :P
|
2005-11-01 23:55:50 +00:00 |
Yann Leboulanger
|
d1ebec6ad4
|
we can now copy (not move) a contact to another group
|
2005-11-01 22:52:04 +00:00 |
Yann Leboulanger
|
c9c319a141
|
get the avatar from real jid if we have it
if we don't habe the real jid, we don't show bigger avatar cause it's not saved in HD
|
2005-11-01 22:08:15 +00:00 |
Alex Mauer
|
44d152b3a3
|
Rewrote tooltip text for "last read bar" to be less wordy, more concise.
|
2005-11-01 20:44:02 +00:00 |
Nikos Kouremenos
|
36cc5bfa5d
|
WINAPI: Gajim now can detects file lock and does not allow sending the file.
|
2005-11-01 20:01:14 +00:00 |
Nikos Kouremenos
|
48dd04a228
|
typo
|
2005-11-01 17:14:15 +00:00 |