Nikos Kouremenos
|
d409b248b5
|
gajim.sh --> gajim.py, adding psyco support if available, small fix in new message dialog if @ is not given
|
2005-04-01 14:55:56 +00:00 |
Nikos Kouremenos
|
38a576d870
|
imho roster looks better now
|
2005-04-01 00:28:45 +00:00 |
Nikos Kouremenos
|
610bc35b22
|
ImageCellRenderer has now better name, gajim.py --> gajim.sh [needs fix to makefile to make it work, padding and xalign trying to clean up (don't work yet). added a fixme in new message dialog about focus problems..
|
2005-03-31 23:26:05 +00:00 |
Nikos Kouremenos
|
7b70ace347
|
systray --> Systray (the class)
|
2005-03-29 16:37:59 +00:00 |
Yann Leboulanger
|
97d6098491
|
remove comment (I fill a ticket for that)
|
2005-03-28 11:05:08 +00:00 |
Nikos Kouremenos
|
72e212731c
|
new message dialog fix for title and add to accounts shouldn't list not in the roster. plz see my fixme comment
|
2005-03-28 01:39:12 +00:00 |
Yann Leboulanger
|
f1e6a30dcc
|
we can now choose a group when we add a user
|
2005-03-27 21:35:55 +00:00 |
Nikos Kouremenos
|
2295a319ce
|
show_all/hide for roster and accounts window, better strings when multiple accounts [has a bug], changelog is better now
|
2005-03-27 19:39:50 +00:00 |
Yann Leboulanger
|
82219f71a7
|
remove unneeded comments
|
2005-03-27 08:41:09 +00:00 |
Nikos Kouremenos
|
2463197d4f
|
save button has focus and svn says 0.6.1 as version
|
2005-03-23 14:25:56 +00:00 |
Nikos Kouremenos
|
a425908513
|
fixes in glade, and some other stuff
|
2005-03-23 13:25:48 +00:00 |
Yann Leboulanger
|
1cac89ebde
|
some string to translate
|
2005-03-22 19:02:27 +00:00 |
Yann Leboulanger
|
33c2c02cde
|
remove empty groups from roster.groups dict
|
2005-03-19 11:32:29 +00:00 |
Nikos Kouremenos
|
76b902c148
|
fix
|
2005-03-18 01:28:59 +00:00 |
Nikos Kouremenos
|
c40f8a3159
|
use KP_ENTER too as enter. thanks to '#xev'
|
2005-03-18 01:25:11 +00:00 |
Nikos Kouremenos
|
ec7e22fdfb
|
markup needs set_markup and not set_text and some other minor fixes
|
2005-03-18 00:47:50 +00:00 |
Yann Leboulanger
|
4f9c61657e
|
edit dialog windows code is now available
|
2005-03-17 17:41:09 +00:00 |
Nikos Kouremenos
|
608d3542d0
|
yann have a look
|
2005-03-16 20:48:56 +00:00 |
Yann Leboulanger
|
fd836e2a6d
|
"the best" is a bit pretentious
|
2005-03-16 14:04:43 +00:00 |
Nikos Kouremenos
|
15c0b71bf8
|
better about dialog
|
2005-03-16 02:16:29 +00:00 |
Nikos Kouremenos
|
9e91c026b8
|
I tried to make gajim more HCI friendly. ERRORS use Error dialog and not warning dialog. Need core implementation too. Also other fixes. plz see a comment for you yann (sre)
|
2005-03-16 01:27:37 +00:00 |
Yann Leboulanger
|
739c1657dd
|
when we autoconnect, ask the status message if ask_online_status is set in the preferences
|
2005-03-15 19:51:48 +00:00 |
Yann Leboulanger
|
02e112dab1
|
another status is possible: connecting
remove some ugly hack for autoconnection
|
2005-03-15 10:20:10 +00:00 |
Nikos Kouremenos
|
607dd00a0c
|
popup menu via glade to have images
|
2005-03-15 00:40:08 +00:00 |
Yann Leboulanger
|
96c97295e1
|
gtk.check_version() checks the GTK version, not the pygtk version
|
2005-03-14 21:51:25 +00:00 |
Yann Leboulanger
|
0c9a88e989
|
if we don't use pygtk2.6: no about dialog
|
2005-03-14 20:21:49 +00:00 |
Nikos Kouremenos
|
d4fc3f4bf1
|
better popup
|
2005-03-14 17:30:52 +00:00 |
Yann Leboulanger
|
cfd108bffc
|
bugfix in about dialog: destroy it when we press close
|
2005-03-12 23:48:08 +00:00 |
Nikos Kouremenos
|
6b8203916f
|
ticket 86 remains
|
2005-03-12 15:50:13 +00:00 |
Nikos Kouremenos
|
5bc2796b37
|
URL detection and formating is ready
|
2005-03-10 18:20:23 +00:00 |
Yann Leboulanger
|
66de053b3a
|
activate the tab when we create it with new_message window
|
2005-03-10 15:57:43 +00:00 |
Nikos Kouremenos
|
c5d3e56632
|
url detection is ready!
|
2005-03-09 21:29:20 +00:00 |
Nikos Kouremenos
|
b791479159
|
code and glade fixes all over
|
2005-03-07 17:01:56 +00:00 |
Nikos Kouremenos
|
893358edfe
|
PLEASE HAVE A LOOK. string module is deprecated. starting to change in order not to be deprecated. PLEASE HAVE A LOOK. I DID 2 times, maybe I missed sth though. split(' ') --> split() is the same so that's not an error [sep=' '] is the default one [and I don't expect that to change :P
|
2005-03-05 21:02:38 +00:00 |
Nikos Kouremenos
|
7b5d79a716
|
glade fixes and variable naming in classes
|
2005-03-05 18:47:12 +00:00 |
Nikos Kouremenos
|
772e6c3310
|
I tried everything. In the end I did it the normal way. Focus works on message_textview. Yann have a look if you want to make the same thing in GC
|
2005-03-05 17:34:33 +00:00 |
Yann Leboulanger
|
cefda7be5b
|
groupchat_window now supports sevral groupchats in tabs !
|
2005-03-05 13:16:52 +00:00 |
Yann Leboulanger
|
905449465a
|
change callback, widget and variable names for group chat window in glade and in the code
|
2005-03-05 01:00:08 +00:00 |
Yann Leboulanger
|
416a427abb
|
some typos
|
2005-03-04 13:41:48 +00:00 |
Yann Leboulanger
|
cf41cb93f4
|
we can now change our jabber password
|
2005-03-04 13:10:00 +00:00 |
Yann Leboulanger
|
c5b93e0b65
|
open a new tab only if it is not already in the notebook
|
2005-03-03 22:28:13 +00:00 |
Yann Leboulanger
|
6ed0c6d097
|
do not use a second loop to print dialogs (do not use run)
|
2005-03-03 22:15:45 +00:00 |
Nikos Kouremenos
|
b592f60c45
|
new message class should be stable
|
2005-03-03 22:14:50 +00:00 |
Nikos Kouremenos
|
ccfafcd432
|
commiting, yann take a look at the FIXME: bla bla Yann (in new_message_window class)
|
2005-03-03 17:14:37 +00:00 |
Nikos Kouremenos
|
c8c69049be
|
warning dialog should work now? introducing some other classes for dialogs too
|
2005-03-03 15:27:37 +00:00 |
Yann Leboulanger
|
0bc4a5cfb0
|
some typos
|
2005-03-03 13:45:12 +00:00 |
Nikos Kouremenos
|
4e5671a2cf
|
new message minor code fix
|
2005-03-03 01:41:15 +00:00 |
Nikos Kouremenos
|
d3590b1921
|
new message works
|
2005-03-02 20:40:44 +00:00 |
Nikos Kouremenos
|
036c476127
|
partial fixes
|
2005-03-02 20:27:09 +00:00 |
Nikos Kouremenos
|
832872f547
|
commit before massively user --> User
|
2005-03-02 18:38:27 +00:00 |