Граф коммитов

874 Коммитов

Автор SHA1 Сообщение Дата
Patrick Cloke 5dd55c71d1 Bug 954108 - Implement a general Sockets object for JavaScript protocols, r=florian. 2011-03-19 00:35:29 +01:00
Florian Quèze 1ab5e37e9a Move the notification code out of imWindows.jsm (new ibNotifications.jsm module).
--HG--
rename : im/modules/imWindows.jsm => im/modules/ibNotifications.jsm
2011-03-19 00:27:17 +01:00
Florian Quèze 4bf7d1a351 Bug 953475 - Command-W Does Not Close Buddy List Window.
--HG--
rename : im/components/autoLoginHandler.js => im/components/ibCommandLineHandler.js
rename : im/components/autoLoginHandler.manifest => im/components/ibCommandLineHandler.manifest
rename : im/content/core.js => im/modules/ibCore.jsm
2011-03-17 17:42:56 +01:00
Florian Quèze 4adc2c2bdf Compute the nick color for each received message when the nick is not in the participant list (this happens for XMPP MUC history). 2011-03-16 13:05:57 +01:00
Florian Quèze c55a909d1a Avoid dragging contacts or buddies that are not fully visible, prevent merging into no-longer-existing contacts, ignore invalid contact ids stored in SQLite for buddies. 2011-03-13 02:13:50 +01:00
Florian Quèze 0cfdd257cc Add a small icon (created by Idechix) for the 'Unknown' status. 2011-03-11 16:27:27 +01:00
Florian Quèze 7fe7d6b78a Bug 954158 - not possible to switch to the Emoticons tab in the Themes prefpane: Fix broken setTimeout implementation in jsProtoHelper and scope the jsProtoHelper import in messagestyle.js. 2011-03-11 14:52:36 +01:00
Florian Quèze 0d1fb688de Remove obsolete anim.xml file. 2011-03-11 14:10:59 +01:00
Florian Quèze 5833e5722a Display the status type in the second line of extended contacts. Reduce code duplication in status handling. Fire signals correctly during unknown->offline status changes. 2011-03-10 18:19:35 +01:00
Florian Quèze fd5b782e79 Avoid loading external links inside the conversation when the external browser is misconfigured. 2011-03-09 18:00:33 +01:00
Florian Quèze 956f43eb73 Bug 954160 - usernames are shown instead of aliases in message theme previews, r=clokep. 2011-03-07 18:40:03 +01:00
Patrick Cloke 1c6835f609 Bug 954114 - Add license header to browserRequest.*, r=florian. 2011-03-07 18:37:56 +01:00
Florian Quèze 2ce414e927 Bug 954134 - [Mac only] Conversation tabs no longer have a close icon. 2011-03-07 18:22:41 +01:00
Florian Quèze e9463cef4f Bug 954133 - merge buddies into contact: package expand.png and collapse.png for aero too. 2011-03-04 23:20:43 +01:00
Florian Quèze 22a8137b77 Bug 954133 - Fix appearance of contact buttons and of droptarget highlight on Windows. 2011-03-04 01:38:56 +01:00
Florian Quèze 7fce295b2e Bug 954133 - provide a way to merge buddies into contacts, part2: buddy list UI changes.
--HG--
rename : im/content/buddy.xml => im/content/contact.xml
2011-03-03 02:26:57 +01:00
Florian Quèze ae1ff4428c (Debug builds only) Open DOM Inspector on the XUL document of the current window. 2011-03-02 23:58:23 +01:00
Florian Quèze a3d19fea79 Bug 954133 - provide a way to merge buddies into contacts, part1: back-end and minimal UI. 2011-02-25 01:15:24 +01:00
Florian Quèze d0606e9abb Focus the buddy list richlistbox when loading the blist window so that CSS transitions don't prevent offline buddies from being visible when the window appears. 2011-02-22 23:56:01 +01:00
Albin Jacobsson 39a1cac6ad Bug 954145 - Dark variant of the Simple skin, r=idechix. 2011-02-22 23:53:58 +01:00
Florian Quèze c26ebcc748 Use jsProtoHelper for the message and conversation objects of the message theme preview in the preferences window. 2011-02-21 01:10:13 +01:00
Florian Quèze a257cb7077 Fix jsProtoHelper around adding buddies and normalizedName properties, r=clokep. 2011-02-21 00:54:07 +01:00
Patrick Cloke 9f17faf21d Bug 954125 - jsProtoHelper could help registering commands, r=florian. 2011-02-17 13:19:09 +01:00
Florian Quèze e137d83730 Add a 'closing-conversation' notification, fired before conversation attributes are destroyed. 2011-02-17 13:16:43 +01:00
Florian Quèze f3e025a9ef Fix bustage caused by 4e8ee81dc102 (bug 953569). 2011-02-11 14:36:39 +01:00
Patrick Cloke 460707f42d Bug 954121 - Implement default chat name for getChatRoomDefaultFieldValues for js-proto, r=florian. 2011-02-10 22:28:31 +01:00
Florian Quèze d3277fee0e Bug 953569 - Extensions should be able to register commands, r=clokep (for the JS part only). 2011-02-10 22:22:23 +01:00
Florian Quèze e2e2418bb3 Bump version number to 0.3a2pre on the default branch. 2011-02-02 17:28:26 +01:00
Florian Quèze bcf4a7170a Set version number to 0.3a1 and change default revisions in client.py. 2011-02-02 17:27:52 +01:00
Florian Quèze 0515380ff9 Include the nick in twitter timeline conversation title, and match the nick in conversations only when there's a '@' before the username, r=clokep. 2011-01-31 20:29:53 +01:00
Florian Quèze aa61f7f9b4 Assign conversation ids in purpleCoreService::AddConversation instead of in the purpleConversation constructor and jsProtoHelper. 2011-01-29 00:42:26 +01:00
Florian Quèze 588e687278 Disable HTML in tweets. 2011-01-28 23:51:26 +01:00
Florian Quèze 9eedc74ac7 Fix the path to jsProtoHelper.jsm in twitter.js. 2011-01-28 23:51:08 +01:00
Patrick Cloke 11794c115c Bug 954073 - Remove code duplication from conversation.xml (add a _forgetConv method), r=florian. 2011-01-28 18:35:20 +01:00
Florian Quèze 8a4b9c1f87 Add icons for the twitter protocol plugin (icons provided by idechix). 2011-01-28 13:47:12 +01:00
Florian Quèze d9002c2a13 Package the twitter plugin... 2011-01-28 13:36:29 +01:00
Florian Quèze fbef748659 Bug 954035 - twitter support, r=clokep. 2011-01-27 20:17:59 +01:00
Florian Quèze 88401b1cd0 Ignore the password while saving account details if the protocol doesn't use passwords, r=clokep over IRC. 2011-01-26 23:18:38 +01:00
Benedikt P. 8b598b0bd4 Bug 954094 - Missing accesskey for 'Sign-on at startup' checkbox in the accounts manager, r=florian. 2011-01-24 20:47:17 +01:00
Florian Quèze 519dfe4308 Bug 954096 - JavaScript protocols should handle the containsNick attribute of messages automatically, r=clokep. 2011-01-24 20:32:46 +01:00
Florian Quèze e739a70164 Bug 954095 - Accounts of override protocols should not use GenericAccountPrototype, r=clokep. 2011-01-23 16:15:37 +01:00
Florian Quèze 6e98cde29a Add a localization note about contextMenuSearchText (patch from 'Bug 571129 - contextMenuSearchText should have numbered arguments'). 2011-01-23 13:25:55 +01:00
Florian Quèze feb738a12a Bug 954084 - purple proxies should not be in the way of JavaScript protocols, r=clokep. 2011-01-23 12:35:24 +01:00
Florian Quèze 7c8b0b0cd5 Use the Windows 7 SDK. 2011-01-23 11:59:32 +01:00
Florian Quèze 9576a7f2b9 Share the nsIClassInfo implementation between all the objects implemented in jsProtoHelper, r=clokep. 2011-01-14 19:48:38 +01:00
Patrick Cloke 575f9fa883 Bug 954083 - Provide a default JS implementation of purpleIChatRoomField, r=florian. 2011-01-14 18:10:41 +01:00
Benedikt P. 6875382e67 Bug 953957 - Unable to tell if a MUC is connected, r=florian. 2011-01-14 17:36:04 +01:00
Florian Quèze c723f6a1df Bug 954082 - Username split for JavaScript protocols, r=clokep. 2011-01-14 16:05:39 +01:00
Patrick Cloke eaf451ecd1 Bug 953932 - purpleIAccount cannot access preferences via JavaScript protocol, r=florian. 2011-01-14 11:37:58 +01:00
Benedikt P. 1aa57f18dd Bug 953807 - Show in the Themes preference pane which theme are disabled, r=florian.
--HG--
rename : im/locales/en-US/chrome/instantbird/preferences/messagestyle.properties => im/locales/en-US/chrome/instantbird/preferences/themes.properties
2010-12-27 00:26:04 +01:00