Commit Graph

89 Commits

Author SHA1 Message Date
Yann Leboulanger c53a3286bd don't show text formating button for 0.8 release 2005-07-01 17:55:41 +00:00
Nikos Kouremenos 11434df567 roster contact context menu now via glade, also has a non working yet menuitem to single message (eg. type=normal and not chat); last but not we now use ImageMenuItem and not hbox + MenuItem to have images where we implement gui on code and not on glade [as we prefer] 2005-07-01 15:15:35 +00:00
Nikos Kouremenos c144d980f3 smallfix 2005-07-01 10:34:19 +00:00
Nikos Kouremenos 3b347a9b9c bugfix 2005-06-30 22:22:03 +00:00
Yann Leboulanger 1c1ffd1611 fixme: check if the contact is in not in the roster 2005-06-30 21:51:42 +00:00
Yann Leboulanger 281ab32034 l and v keys are now printed in message textview when conversation tv has focus 2005-06-30 19:47:08 +00:00
Nikos Kouremenos f2cedc68a3 remove a print 2005-06-30 16:50:41 +00:00
Nikos Kouremenos c7f8486e8c we now have option in case abc@doremi.org is not an email and it is jid (we can add it to roster, we can chat to it, we can join group chat). Most of the patch is done by neurocyte 2005-06-30 16:45:14 +00:00
Nikos Kouremenos 4fef38de93 do gc and tabbedchat menus via glade; and various other fixes 2005-06-30 13:31:31 +00:00
Yann Leboulanger 2da1d8b171 Ctrl+PageUp/Down is back, it is done by gtk, so no need to do it in the code 2005-06-27 08:37:02 +00:00
Nikos Kouremenos b64634880f for ctrl+[shift]+tab it works. I put a print in what you said it's a gtk+ bug and it get called so it may be one [need small example to show the case] 2005-06-27 00:07:20 +00:00
Yann Leboulanger ef926b1c2b more simple tab switching (still doesn't work ... GTK bug ?) 2005-06-26 22:41:25 +00:00
Nikos Kouremenos b657c0ff8c ctrl+up/down now put the cursor after the message with and with a space [thanks to rohan and me] 2005-06-26 13:10:37 +00:00
Nikos Kouremenos 20e6434ba7 some better comments 2005-06-25 09:46:04 +00:00
Yann Leboulanger f0547ba13d don't show huge messages in context menu
we can also have this submenu on a status message word
2005-06-25 08:12:59 +00:00
Nikos Kouremenos 958beaa486 Gajim now can search, visit wikipedia and dict a selected word or phrase. Yes it rocks :) 2005-06-25 01:23:21 +00:00
Yann Leboulanger 0433b146c7 no need of print_with_tag_list function, we can use buffer.insert_with_tags_by_name() (Thx Liorithiel) 2005-06-23 21:35:54 +00:00
Nikos Kouremenos b2d83f092f yet another string that was commited and didn't obey to HIG nor was marked for translation 2005-06-23 21:20:26 +00:00
Nikos Kouremenos 7e6878e2f3 fix logic 2005-06-23 21:16:10 +00:00
Yann Leboulanger 2650441742 on_close_button_clicked need one more argument 2005-06-23 15:23:24 +00:00
Yann Leboulanger 3b358d603c add icons to menu 2005-06-23 10:28:31 +00:00
Yann Leboulanger 1eda5e7b38 don't show text formating buttons for 0.8 release 2005-06-23 08:15:13 +00:00
Yann Leboulanger 772d79fa78 alt + c now toggle compact mode
some functions goes to chat.py
2005-06-22 21:58:45 +00:00
Yann Leboulanger 399589e406 we can now togglt to a minimalistic mode in gc/tabbed chat window thankx to liorithiel
TODO: add a keyboard shortcut, should we save the latest state ?
2005-06-22 19:39:19 +00:00
Nikos Kouremenos a4263d3515 nothing new 2005-06-20 22:22:54 +00:00
Nikos Kouremenos 17967d38d7 fix comment 2005-06-19 13:12:50 +00:00
Yann Leboulanger e5ee6829da gropchat messages that are not for us do not count as new messages 2005-06-19 11:20:06 +00:00
Yann Leboulanger 8ac67fef09 we can now have animations in textview 2005-06-18 15:57:06 +00:00
Nikos Kouremenos 8e94b98d6e include 2.6.0 check 2005-06-18 15:29:05 +00:00
Nikos Kouremenos 29799bf2f4 removing two unneeded lines 2005-06-17 15:35:13 +00:00
Nikos Kouremenos c951abccf3 irc emulation: /me adds * and then the nick 2005-06-17 15:31:21 +00:00
Yann Leboulanger 213c617780 messages for us in gc are now bold and colored (thx Liorothiel) 2005-06-16 19:14:07 +00:00
Yann Leboulanger e7ff7da1da themes are back (TODO: manage themes) 2005-06-13 22:11:09 +00:00
Yann Leboulanger 4e329c4c0c remove a commented out line 2005-06-13 15:43:43 +00:00
Yann Leboulanger f1d1a0a07e we now have history for gc too 2005-06-13 14:46:08 +00:00
Nikos Kouremenos f634209067 remove 3 unneeded lines 2005-06-12 22:20:42 +00:00
Nikos Kouremenos dc7f0c4e80 removing CR+LF that were added by accident 2005-06-12 15:14:07 +00:00
Nikos Kouremenos 69f937bfa7 applying patch by aldafu to make ctrl+l clear the converstaion_textview 2005-06-11 17:55:31 +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
Nikos Kouremenos 3d59234f7f class name Foo_widgettype becomes FooWidgettype so we now look 100% pygtkish [sed rocks] 2005-06-10 21:14:16 +00:00
Nikos Kouremenos f3cf1b1f66 few lines less code in a block 2005-06-10 20:13:37 +00:00
Nikos Kouremenos b23b2eac9a commiting GC mockup and supporting code both by Dennis Craven 2005-06-10 20:06:01 +00:00
Nikos Kouremenos c96c3c123e chat window mockup and related code by Dennis Craven 2005-06-07 21:28:21 +00:00
Yann Leboulanger 0c79775f5a we now have private messages ! (TODO: update the chat window when the contact change his status) 2005-06-07 16:52:24 +00:00
Nikos Kouremenos 4166022b3d applying ctrl+keyup/down patch after cleaning and testing. Thanks rohan for patch 2005-06-07 16:25:55 +00:00
Nikos Kouremenos 78c7ca566f try again later 2005-06-07 01:10:24 +00:00
Nikos Kouremenos 6c7d811a3c fixing #294 [thanks to Nick Lopez!] 2005-06-03 21:52:36 +00:00
Yann Leboulanger 8a3d23cf81 we now print restored message as grey and add an empty line at the end 2005-06-03 21:29:07 +00:00
Nikos Kouremenos 4b14127049 make good use of the context menu in notebook 2005-06-03 15:37:17 +00:00
Yann Leboulanger 1ac9feb35a we now print the restored conversation in small (I think it's not enough and we should print it grey too, comments ?) 2005-06-02 19:38:22 +00:00