Commit Graph

4269 Commits

Author SHA1 Message Date
Nikos Kouremenos b2d07fa5da [delmonico] fix ichat timestamps to know about past 2005-11-15 14:23:16 +00:00
Nikos Kouremenos 2357e0ae96 gajim could not start if useeemoticons = False 2005-11-15 14:17:02 +00:00
Nikos Kouremenos 014fe4bfef position emoticon menu under emoticon button 2005-11-15 12:21:30 +00:00
Nikos Kouremenos 03684ad385 [Michele Campeotto] we now have an emoticon selector! 2005-11-15 11:52:40 +00:00
Yann Leboulanger 518391c2aa fix TB by removing an unwanted line 2005-11-15 11:19:01 +00:00
Yann Leboulanger f3eef962c6 gc now have draw_contact, draw_roster and draw_all_roster functions and they are used to update style, iconset ... 2005-11-15 09:08:08 +00:00
Norman Rasmussen 99d944dc90 make </p> http:// link right again 2005-11-14 21:26:20 +00:00
Yann Leboulanger 5c42980857 avatar is updated when someone updates it 2005-11-14 21:10:00 +00:00
Norman Rasmussen f5139c288f fixed python 2.3 emoticon looping bug 2005-11-14 21:04:16 +00:00
Yann Leboulanger a3e0d6afec always talk to fake jid even if we know real jid (revert [4172]) so we can find the contact from the jid (before we couldn't find from real jid cause in gc_contacts it's fake jid) 2005-11-14 20:18:34 +00:00
Yann Leboulanger 647aef402e show avatar in roster when we recieve the vcard 2005-11-14 18:14:28 +00:00
Nikos Kouremenos 51601d42cc mime_type is better than glob syntax for filefilter; also fix logic 2005-11-14 15:54:13 +00:00
Nikos Kouremenos 17b5ff7022 use tupple not list when nothing list-special is needed; fix comment 2005-11-14 14:19:53 +00:00
Nikos Kouremenos 416015ccc2 typo 2005-11-14 13:30:36 +00:00
Nikos Kouremenos aa80749cdb fix a tb 2005-11-14 13:27:15 +00:00
Yann Leboulanger a8f3d466cc fix a FIXME: show Hidden instead of a password 2005-11-14 11:07:42 +00:00
Yann Leboulanger 3b12546f0a fix comment 2005-11-14 10:51:32 +00:00
Yann Leboulanger 2da5b774e7 close all opened windows related to an account when we remove it 2005-11-14 10:49:07 +00:00
Yann Leboulanger df6474ec3b fix account tooltip 2005-11-14 10:24:38 +00:00
Yann Leboulanger f5bd526129 prettify xml stanzas in XML console 2005-11-14 10:14:55 +00:00
Yann Leboulanger 6a432bbb67 ask all unknown vcard at startup 2005-11-14 10:08:50 +00:00
Yann Leboulanger c94d1ca48a function to update the config file from version to version
I currently update some var names, add new themes and remove cyan theme, add new proxies, add new emoticons
If things are missing add them there
2005-11-14 09:43:27 +00:00
Yann Leboulanger 290ca15a7c remove unused code 2005-11-14 09:38:35 +00:00
Yann Leboulanger 012887fda8 typo 2005-11-14 09:08:12 +00:00
Travis Shirk c5dc70abd7 tabs instead of spaces 2005-11-13 21:50:54 +00:00
Travis Shirk f3976478c3 More fixes for formatting regex's 2005-11-13 21:46:04 +00:00
Travis Shirk fdb89e2ff8 Added a comment about the emoticon regex 2005-11-13 21:16:21 +00:00
Travis Shirk a433b2d58c Non alpha-numeric characters on the edges of an emoticon will still allow for icon expansion.
Thanks again, Norman!
2005-11-13 21:13:27 +00:00
Travis Shirk b816a7a46b Smarter parsing of emoticons (closes #954) and added a few common emoticons as well. 2005-11-13 20:47:15 +00:00
Nikos Kouremenos dc27356721 fix a tb 2005-11-13 20:31:44 +00:00
Nikos Kouremenos 1921c43a94 try to prevent circular imports 2005-11-13 20:25:04 +00:00
Nikos Kouremenos 6487b8463c fix tb 2005-11-13 20:05:03 +00:00
Nikos Kouremenos 212ec8b91d remove a print 2005-11-13 19:50:22 +00:00
Nikos Kouremenos 571c512832 fix syntax error 2005-11-13 19:42:42 +00:00
Nikos Kouremenos 3238b6ad94 various minor 2005-11-13 19:31:47 +00:00
Nikos Kouremenos 021afbf906 fix strings for notification-daemon 2005-11-13 19:31:25 +00:00
Nikos Kouremenos cc3e4ec167 [urtzi] 100% as of current po for basque 2005-11-13 18:12:32 +00:00
Yann Leboulanger 1238f5a957 remove FIXME 2005-11-13 18:09:48 +00:00
Yann Leboulanger 79d6f275e8 re-send a presence when we set a new avatar 2005-11-13 17:51:37 +00:00
Nikos Kouremenos 5d68a18007 update pot/po 2005-11-13 17:45:17 +00:00
Nikos Kouremenos 1f5b2acd9f nothing 2005-11-13 17:43:41 +00:00
Nikos Kouremenos 567131c9a9 update basque. now it is closer to 0.9 strings 2005-11-13 17:42:40 +00:00
Yann Leboulanger cdde62ac88 reconnect to all gc when connection comes back 2005-11-13 17:24:08 +00:00
Nikos Kouremenos 082fc7aaa9 fixing dict name: gajim.interface.windows --> gajim.interface.instances 2005-11-13 15:08:47 +00:00
Nikos Kouremenos 287b40bde6 do not load at startup manage emoticons window [respect the RAM of user] 2005-11-13 14:55:52 +00:00
Nikos Kouremenos e57ce76bdd fix 2005-11-13 13:51:01 +00:00
shteef c496bd604b Ditch gc.collect() 2005-11-13 12:36:29 +00:00
Nikos Kouremenos 7e5ba09aca GC does it automatically, but what the hell 2005-11-13 12:31:13 +00:00
Travis Shirk b3dd4ba985 Added myself 2005-11-13 02:15:36 +00:00
Travis Shirk 96fbd0ae4f JEP 0070 Last Call updates; transaction IDs are a MUST, so we should display them to the user.
Closes #1088
2005-11-13 01:48:48 +00:00