Commit Graph

114 Commits

Author SHA1 Message Date
Dimitur Kirov d3338ad9c4 prevent TB 2006-06-05 21:02:19 +00:00
Dimitur Kirov d4b6cb7aa6 set wrap WORD_CHAR and skip horizontal scrlbar 2006-05-27 09:18:30 +00:00
Dimitur Kirov d0bb4b3f53 prevent TB 2006-05-20 19:06:16 +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 690e3a5d3a fix TB 2006-05-02 16:25:59 +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
Dimitur Kirov 482ea2fed0 suppress warning for not registered signal 2006-04-19 12:21:06 +00:00
Dimitur Kirov 84e7b2926b better way of doing #1872 2006-04-19 09:08:27 +00:00
Dimitur Kirov 27f1461abe get timeformat in utf-8 2006-04-19 07:51:11 +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
Yann Leboulanger 01a9da1e35 typo 2006-04-11 11:41:02 +00:00
Nikos Kouremenos 2eb1759a7f now we can launch history manager via Roster Window (under advanced) fixes #1616 2006-03-21 14:26:01 +00:00
Dimitur Kirov 4abd0a9d42 use emoticons_theme, instead of useemoticons
( #1715 )
2006-03-17 11:11:45 +00:00
Yann Leboulanger 15a1451f7f missing import 2006-03-05 22:13:37 +00:00
Yann Leboulanger 743d514997 strftime returns local-encoded string. decode it. Fixes #1662 2006-03-05 22:09:39 +00:00
Dimitur Kirov 2efb4c2837 show_tooltip with the new arguments
(widget_height, widget_y_position)
2006-03-01 17:36:44 +00:00
Yann Leboulanger fff4cccb7d remove debug print 2006-02-21 23:00:37 +00:00
Yann Leboulanger 60a4b3cf20 print_conversation can now have contact = 'info' to print information strings. Fixes #1531 2006-02-21 20:24:18 +00:00
Yann Leboulanger 882555b538 recognize sip as an URL before email 2006-01-20 13:18:48 +00:00
Yann Leboulanger 2dc4eb3f21 [campey] not in the roster -> Not in Roster. Fixes #1054 2006-01-19 21:55:01 +00:00
Nikos Kouremenos da1226df62 gain in readability and speed [extra care as we call this method every time we print a msg] 2006-01-18 21:24:57 +00:00
Nikos Kouremenos b22bf5b404 [dakilla] fix a typo 2006-01-18 14:09:02 +00:00
Yann Leboulanger 575a97cc67 keep translation comment as it is 2006-01-18 12:22:26 +00:00
Nikos Kouremenos 1f1e5c29c9 fix campey's patch readbility and enrich with comments so it is understandable by first look and so maintainable 2006-01-18 10:26:59 +00:00
Alex Mauer 21ae29924b Patch from campey@informationlogistics.co.za: Use a simpler/cleaner
method to show the timestamp date difference of chat messages
2006-01-17 22:36:54 +00:00
Yann Leboulanger cb0b669b45 detect URL before email. Fixes #1261 2006-01-15 13:55:19 +00:00
Travis Shirk 733549f3b0 Groupchat hacking 2006-01-06 01:54:33 +00:00
Travis Shirk 1360933ba9 Merged in trunk updates, including meta_contacts
Merged revisions 4951,4962-4969 via svnmerge from
svn://svn.gajim.org/gajim/trunk

........
r4951 | nk | 2005-12-30 16:50:36 -0700 (Fri, 30 Dec 2005) | 1 line

fixes in greek transl
........
r4962 | asterix | 2006-01-01 11:41:04 -0700 (Sun, 01 Jan 2006) | 2 lines

merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, but framework is here. We now use gajim.contacts.many_functions() to handle contacts and groupchat_contacts.

........
r4963 | asterix | 2006-01-01 11:43:24 -0700 (Sun, 01 Jan 2006) | 2 lines

correct contacts file

........
r4964 | asterix | 2006-01-01 11:47:26 -0700 (Sun, 01 Jan 2006) | 2 lines

dict.remove() doesn't exists, it's del dict[]

........
r4965 | asterix | 2006-01-01 11:50:15 -0700 (Sun, 01 Jan 2006) | 2 lines

some missing commits from branch

........
r4966 | asterix | 2006-01-01 11:53:30 -0700 (Sun, 01 Jan 2006) | 2 lines

end of gc_contact.nick -> gc_contact.name

........
r4967 | asterix | 2006-01-01 12:05:59 -0700 (Sun, 01 Jan 2006) | 2 lines

new ACE option: send_sha_in_gc_presence that allow to send sha info in groupchat presences

........
r4968 | asterix | 2006-01-01 12:12:36 -0700 (Sun, 01 Jan 2006) | 2 lines

0.9.1-2 in debian that solve the group bug (commit [4924])

........
r4969 | asterix | 2006-01-01 12:31:13 -0700 (Sun, 01 Jan 2006) | 2 lines

typo

........
2006-01-01 20:06:26 +00:00
Nikos Kouremenos 9385f1074f [greblus] preferences window now can control the color of URLs 2005-12-25 23:48:08 +00:00
Nikos Kouremenos 17f28f9388 add catching for links and emots in history window 2005-12-12 13:00:46 +00:00
Yann Leboulanger 180911e563 split print_conversation_line into sevral functions 2005-12-12 09:12:06 +00:00
Yann Leboulanger 612716e2db change copyright from "Gajim Team" to real people 2005-12-09 23:30:28 +00:00
Yann Leboulanger cae7ce3bac "Gajim Team" in all hearders become "Contributors for this file" 2005-12-09 17:15:30 +00:00
Norman Rasmussen 425023e05c Closes #1231 2005-12-08 18:28:35 +00:00
Yann Leboulanger 34255e5682 Vincent left us a long time ago 2005-12-07 23:09:10 +00:00
Nikos Kouremenos da66495f36 remove trailing whitespaces 2005-12-07 18:00:29 +00:00
Nikos Kouremenos 5b56308c68 add an empty line after we print subject 2005-12-07 16:35:51 +00:00
Yann Leboulanger 76139fefdc print subject BEFORE conversation lines in chat mode 2005-12-07 16:28:04 +00:00
Nikos Kouremenos eae33b3677 remove deprecated fixme 2005-12-06 22:07:14 +00:00
Nikos Kouremenos fa1e4fe430 gtkspell module is not used. remove importing it 2005-11-30 22:20:01 +00:00
Nikos Kouremenos 2185e46df0 revert sth and add comment to explain 2005-11-29 19:57:59 +00:00
Nikos Kouremenos 4c4ad5e8cd %X asks locale 2005-11-29 19:11:03 +00:00
Nikos Kouremenos a79587590f name the colors with their names 2005-11-29 18:43:35 +00:00
Yann Leboulanger c62bf15cb5 [Jim++] handle correctly messages older than a month (see #1169) 2005-11-28 13:39:37 +00:00
Nikos Kouremenos 97371d384c ACE: restored_messages_color. you can now configure from grey to blue, red, green whatever you like 2005-11-24 00:17:28 +00:00
Alex Mauer ae70f5d19f * The last-read line is better described as a line than a ruler. 2005-11-18 19:16:45 +00:00
Nikos Kouremenos b381276ac0 operate with users not wanting emoticons 2005-11-15 23:35:08 +00:00
Nikos Kouremenos b2d07fa5da [delmonico] fix ichat timestamps to know about past 2005-11-15 14:23:16 +00:00
Nikos Kouremenos 082fc7aaa9 fixing dict name: gajim.interface.windows --> gajim.interface.instances 2005-11-13 15:08:47 +00:00
Nikos Kouremenos 2a770a1ebf he --> he or she 2005-11-12 14:17:27 +00:00
Nikos Kouremenos 6649b62f03 ACE: print_status_in_chats 2005-11-09 15:42:30 +00:00
Yann Leboulanger 0b7a740874 add the date in time when msg if from another day 2005-11-08 14:23:11 +00:00
Nikos Kouremenos 744814e860 remove a fixme 2005-11-02 19:37:25 +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
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 dc95dc33d2 add comment 2005-11-01 13:43:57 +00:00
Nikos Kouremenos 9f063a02f3 verbosely comment code 2005-11-01 13:33:13 +00:00
Nikos Kouremenos 1e80f8c950 fix docstrings 2005-10-29 15:30:24 +00:00
Nikos Kouremenos 29c9db5df8 fix value 2005-10-29 15:27:06 +00:00
Nikos Kouremenos c37dd39f65 now I am sure, so say it in FIXME for sure 2005-10-29 15:15:47 +00:00
Nikos Kouremenos 0134fbb283 0.9 should do more not less than 0.8.2 did 2005-10-29 15:07:42 +00:00
Yann Leboulanger b94f13a0eb last_time_printout goes into conversation_textview class 2005-10-29 08:44:41 +00:00
Yann Leboulanger 0cbb37e865 here is a new widget: conversation_textview: it displays url, emoticons, ... 2005-10-28 21:46:55 +00:00