Nikos Kouremenos
|
c21690e05b
|
initial commit for new history window
|
2005-11-20 18:38:34 +00:00 |
Nikos Kouremenos
|
082fc7aaa9
|
fixing dict name: gajim.interface.windows --> gajim.interface.instances
|
2005-11-13 15:08:47 +00:00 |
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
|
0ab56fb189
|
hide filter hbox; maybe someday
|
2005-10-31 21:28:39 +00:00 |
Nikos Kouremenos
|
3e237801c9
|
initial filter support (aka better than nothing) for history
|
2005-10-31 20:55:45 +00:00 |
Yann Leboulanger
|
726640ef4b
|
the old self.plugin variable becomes gajim.interface, no need to pass it to every functions/classes
|
2005-10-20 11:17:17 +00:00 |
Nikos Kouremenos
|
a5ee542fee
|
move init of history window above and add a fixme and fix very minor ui stuff for history window
|
2005-10-09 17:07:29 +00:00 |
Nikos Kouremenos
|
357c85a2ad
|
improve code quality
|
2005-10-07 10:33:52 +00:00 |
Nikos Kouremenos
|
59050d4134
|
get_nb_line becomes get_no_of_lines; marked for translation title in history window
|
2005-07-24 19:01:44 +00:00 |
Nikos Kouremenos
|
ef252ead1e
|
s/list_users/contacts_list/
|
2005-07-20 22:15:35 +00:00 |
Yann Leboulanger
|
b14b33fb1b
|
fix some bug thanks to pychecker
|
2005-07-19 20:12:02 +00:00 |
Yann Leboulanger
|
a47cca07f0
|
move var that have nothing to do with GTK to gajim instead of roster or gajim.py: contacts, groups, newly_added, to_be_removed, awaiting_messages (was queues), nicks, allow_notifications, con_types, sleeper_state
|
2005-07-18 21:08:31 +00:00 |
Yann Leboulanger
|
d0299a2f3f
|
typo
|
2005-07-07 19:29:35 +00:00 |
Yann Leboulanger
|
fb43600f97
|
hostory window now show the nicks in chat and gc
|
2005-06-30 06:17:56 +00:00 |
Yann Leboulanger
|
f1d1a0a07e
|
we now have history for gc too
|
2005-06-13 14:46:08 +00:00 |
Nikos Kouremenos
|
c77387346c
|
adhering to our new coding style for Classes and fixing glade banners stuff
|
2005-06-10 22:45:50 +00:00 |
Yann Leboulanger
|
c68f709c31
|
bugfix: we don't have the jid in contacts.roster if it's a pm
|
2005-06-08 09:44:59 +00:00 |
Nikos Kouremenos
|
97aef098bc
|
fixes/cleanups allover:
Basically a traceback a traceback with present()
replace some menuitem strings to be more HIG
introducing /clear and that is all I think
|
2005-05-13 16:53:30 +00:00 |
Nikos Kouremenos
|
0408a86d7b
|
conversation history window now has better title (mentions with whom)
|
2005-05-12 18:52:37 +00:00 |
Yann Leboulanger
|
6ab10d5fe5
|
logger.py do the replacements, not history_windows.py
|
2005-05-11 17:48:30 +00:00 |
Vincent Hanquez
|
b7c2fdc662
|
remove too long lines
fix too long variables
etc...
|
2005-04-22 01:35:36 +00:00 |
Vincent Hanquez
|
ba5acab7f7
|
[codingstyle] one space between each + - * / = operator
|
2005-04-21 23:20:18 +00:00 |
Yann Leboulanger
|
d17289dfbd
|
we can now view history_windows
|
2005-04-15 22:02:13 +00:00 |
Yann Leboulanger
|
60f2ef8adc
|
keep namespace when we call a class :
* from xx import yy -> import xx
* yy() -> xx.yy()
|
2005-04-14 17:07:55 +00:00 |
Yann Leboulanger
|
eb7cf5ba4d
|
gtkgui don't send messages to the connection but call the correct functions
|
2005-04-14 09:38:08 +00:00 |
Yann Leboulanger
|
b40bcc9105
|
plugin.accounts[name] -> gajim.config.get_per()
|
2005-04-14 07:05:10 +00:00 |
Yann Leboulanger
|
aa861b907a
|
configuration is now in common/config
currently gajim cannot be accessed from every where, even with global gajim :(
|
2005-04-12 21:09:06 +00:00 |
Yann Leboulanger
|
149ed7a22d
|
reorder files
|
2005-04-12 15:47:20 +00:00 |