Florian Quèze
|
b42adbfac2
|
Bug 954193 - create a chat/ folder to contain the core code that isn't related to libpurple.
--HG--
rename : im/components/ibILogger.idl => chat/components/public/ibILogger.idl
rename : purple/purplexpcom/public/imICommandsService.idl => chat/components/public/imICommandsService.idl
rename : purple/purplexpcom/public/imIContactsService.idl => chat/components/public/imIContactsService.idl
rename : purple/purplexpcom/public/imIConversationsService.idl => chat/components/public/imIConversationsService.idl
rename : purple/purplexpcom/public/purpleIConversation.idl => chat/components/public/purpleIConversation.idl
rename : purple/purplexpcom/src/imCommands.js => chat/components/src/imCommands.js
rename : purple/purplexpcom/src/imCommands.manifest => chat/components/src/imCommands.manifest
rename : purple/purplexpcom/src/imContacts.js => chat/components/src/imContacts.js
rename : purple/purplexpcom/src/imContacts.manifest => chat/components/src/imContacts.manifest
rename : purple/purplexpcom/src/imConversations.js => chat/components/src/imConversations.js
rename : purple/purplexpcom/src/imConversations.manifest => chat/components/src/imConversations.manifest
rename : im/components/logger.js => chat/components/src/logger.js
rename : im/components/logger.manifest => chat/components/src/logger.manifest
rename : im/components/smileProtocolHandler.js => chat/components/src/smileProtocolHandler.js
rename : im/components/smileProtocolHandler.manifest => chat/components/src/smileProtocolHandler.manifest
rename : im/content/browserRequest.js => chat/content/browserRequest.js
rename : im/content/browserRequest.xul => chat/content/browserRequest.xul
rename : im/content/convbrowser.xml => chat/content/convbrowser.xml
rename : purple/locales/en-US/commands.properties => chat/locales/en-US/commands.properties
rename : purple/locales/en-US/conversations.properties => chat/locales/en-US/conversations.properties
rename : purple/locales/en-US/status.properties => chat/locales/en-US/status.properties
rename : purple/locales/en-US/twitter.properties => chat/locales/en-US/twitter.properties
rename : im/modules/hiddenWindow.jsm => chat/modules/hiddenWindow.jsm
rename : purple/purplexpcom/src/http.jsm => chat/modules/http.jsm
rename : im/modules/ibInterruptions.jsm => chat/modules/ibInterruptions.jsm
rename : im/modules/ibSounds.jsm => chat/modules/ibSounds.jsm
rename : im/modules/imContentSink.jsm => chat/modules/imContentSink.jsm
rename : im/modules/imServices.jsm => chat/modules/imServices.jsm
rename : im/modules/imSmileys.jsm => chat/modules/imSmileys.jsm
rename : purple/purplexpcom/src/imStatusUtils.jsm => chat/modules/imStatusUtils.jsm
rename : im/modules/imTextboxUtils.jsm => chat/modules/imTextboxUtils.jsm
rename : im/modules/imThemes.jsm => chat/modules/imThemes.jsm
rename : purple/purplexpcom/src/imXPCOMUtils.jsm => chat/modules/imXPCOMUtils.jsm
rename : purple/purplexpcom/src/jsProtoHelper.jsm => chat/modules/jsProtoHelper.jsm
rename : purple/purplexpcom/src/socket.jsm => chat/modules/socket.jsm
rename : purple/purplexpcom/src/jsTestProtocol.js => chat/protocols/jsTest/jsTestProtocol.js
rename : purple/purplexpcom/src/jsTestProtocol.manifest => chat/protocols/jsTest/jsTestProtocol.manifest
rename : purple/purplexpcom/src/facebookOverrideProtocol.js => chat/protocols/overrides/facebookOverrideProtocol.js
rename : purple/purplexpcom/src/gtalkOverrideProtocol.js => chat/protocols/overrides/gtalkOverrideProtocol.js
rename : purple/purplexpcom/src/overrideProtocols.manifest => chat/protocols/overrides/overrideProtocols.manifest
rename : purple/purplexpcom/src/twitter.js => chat/protocols/twitter/twitter.js
rename : purple/purplexpcom/src/twitter.manifest => chat/protocols/twitter/twitter.manifest
rename : im/themes/browserRequest.css => chat/themes/browserRequest.css
rename : im/themes/icons/insecure.png => chat/themes/icons/insecure.png
rename : im/themes/icons/secure.png => chat/themes/icons/secure.png
|
2011-10-29 02:17:05 +02:00 |
Florian Quèze
|
a69a6a4836
|
Attempt to fix Windows l10n repackaging bustage caused by changes from bug 313956.
|
2011-10-13 22:55:06 +02:00 |
Florian Quèze
|
9e8b524d42
|
Do the l10n repackaging from a clean locale repository.
|
2011-10-13 17:14:06 +02:00 |
Florian Quèze
|
641ec76e6e
|
Bug 954362 - Add keyboard shortcuts to menu - Change the 'Join Chat' command key from 'i' to 'j'.
|
2011-09-30 23:30:53 +02:00 |
Florian Quèze
|
ce5ebdbcd7
|
Adapt context menus for the 'hidden conversations' feature and address localizability issues of related strings.
|
2011-09-28 00:21:39 +02:00 |
Patrick Cloke
|
88b96ebfc1
|
Bug 954455 - IRC sends unrecognized commands to active conversation, r=florian.
|
2011-09-16 13:06:31 +02:00 |
Florian Quèze
|
664723be1f
|
Fix getting Mozilla localized files (compatibility with the new release repositories).
|
2011-09-12 01:00:20 +02:00 |
Patrick Cloke
|
de4a0746f9
|
Bug 954183 - System Tray Icon should persist even when Buddy List is open, r=florian (initial patch from Nils Maier).
|
2011-08-26 03:14:40 +02:00 |
Florian Quèze
|
0120d44513
|
Update to Mozilla 6.
|
2011-08-18 01:35:44 +02:00 |
Mouhamadou Moustapha CAMARA
|
6009c7a2d7
|
Bug 954362 - Add keyboard shortcuts to menu, r=florian.
|
2011-07-20 20:20:08 +02:00 |
Patrick Cloke
|
484f8849b5
|
Bug 954274 - Fix Windows Jump List code, r=florian.
|
2011-06-17 01:47:15 +02:00 |
Florian Quèze
|
39013fa314
|
Fix l10n repackaging (import of several fixes that landed in the 0.3b1 branch).
|
2011-06-14 16:33:43 +02:00 |
Florian Quèze
|
a62eb00ca1
|
Fix typo in the 'extensions-discover.description' string.
|
2011-06-08 16:37:48 +02:00 |
Florian Quèze
|
264cb753c6
|
Bug 954260 - Update copyright year to 2011.
|
2011-06-08 00:47:51 +02:00 |
Florian Quèze
|
bf1d4096ee
|
Bug 953967 - put a XUL page in chrome for the 'discovery' pane of the new add-on manager (+ fix a related pref, see bug 953998), r=clokep.
|
2011-06-08 00:32:35 +02:00 |
Florian Quèze
|
a320455866
|
Bug 954226 - Need empty text for topics.
|
2011-06-03 19:45:59 +02:00 |
Florian Quèze
|
96343a8de0
|
Bug 954177 - Larger and more discoverable drop targets for merging buddies into contacts that currently have only one buddy.
|
2011-06-03 18:58:52 +02:00 |
Florian Quèze
|
c503d1e7e4
|
Bug 954242 - UI to add/remove tags.
|
2011-06-02 00:51:35 +02:00 |
Florian Quèze
|
bc1d2f617e
|
Bug 954245 - List the tags a contact have in its tooltip, r=clokep.
|
2011-06-01 17:38:05 +02:00 |
Florian Quèze
|
bc1fec0d55
|
Follow-up to bug 954054, addressing Mic's review comments.
|
2011-05-31 14:58:01 +02:00 |
Patrick Cloke
|
97b57a6cca
|
Bug 954054 - Basic Jump List support on Windows 7, r=florian.
|
2011-05-31 02:36:53 +02:00 |
Florian Quèze
|
752d867abc
|
Bug 954178 - Tooltip for the alltargets button.
|
2011-05-26 19:41:11 +02:00 |
Florian Quèze
|
8b0c8f98f3
|
Bug 954178 - top of conversation UI (contact info) - part 1.
|
2011-05-20 03:20:48 +02:00 |
Florian Quèze
|
219b90323a
|
Bug 954165 - Sounds should work even when the buddy list is closed, be asynchronous, and be controlled by 2 separate preferences for messaging and buddy list events.
--HG--
rename : im/content/sound.js => im/modules/ibSounds.jsm
|
2011-05-16 15:30:56 +02:00 |
Florian Quèze
|
cdc5a58e1a
|
Bug 953777 - Give the user a way to set a buddy icon and a display name.
|
2011-05-12 19:20:33 +02:00 |
Florian Quèze
|
712c3d4f30
|
Implement the system messages related to status changes in JS so that JS protocols can share them.
--HG--
rename : im/modules/imStatusUtils.jsm => purple/purplexpcom/src/imStatusUtils.jsm
|
2011-04-14 01:51:21 +02:00 |
Patrick Cloke
|
37d137c3ad
|
Bug 954147 - No UI feedback when attempting to install an incompatible add-on, r=florian.
|
2011-04-13 12:39:23 +02:00 |
Florian Quèze
|
a51e7ba149
|
Bug 953899 - Simplify some window titles.
|
2011-04-09 01:42:41 +02:00 |
Florian Quèze
|
6cb7762b0a
|
Bug 953598 - Minimize the contacts window to the system tray instead of exiting the application (Windows and Linux).
|
2011-04-09 01:38:00 +02:00 |
Florian Quèze
|
f94552df58
|
Support hiding some tags in the buddy list, and add an 'Other Contacts' special group for contacts which aren't in any visible group.
|
2011-04-02 01:36:51 +02: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
|
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
|
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 |
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
|
6e98cde29a
|
Add a localization note about contextMenuSearchText (patch from 'Bug 571129 - contextMenuSearchText should have numbered arguments').
|
2011-01-23 13:25:55 +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 |
Benedikt P.
|
eb5d2acac2
|
Bug 953830 - Make wording of 'Use separate windows..' setting less ambiguous. r=florian
|
2010-12-07 17:27:27 +01:00 |
Benedikt Pfeifer
|
db1d1a75e2
|
Bug 953901 - Add missing accesskeys in the preferences window, r=florian
|
2010-09-14 19:32:01 +02:00 |
Florian Quèze
|
4171dc87dc
|
Fix the credits.
|
2010-09-12 20:41:18 +02:00 |
Florian Quèze
|
c09c124e67
|
Port patches from bug 367539, 566125, 570689 and 586849.
|
2010-09-02 02:35:32 +02:00 |
Florian Quèze
|
6e7fbdb920
|
Add a 'distribution' target in build.mk.
|
2010-05-17 22:37:07 +02:00 |
Florian Quèze
|
c3eba76875
|
Fix l10n repackaging of universal Mac builds.
|
2010-03-17 16:38:55 +01:00 |
Florian Quèze
|
6607bf0b3d
|
Produce Windows installer, and do l10n repackaging during 'make package'.
|
2010-03-15 21:06:12 +01:00 |
Florian Quèze
|
8084d806e7
|
Fix langpack creation.
|
2010-03-10 22:32:18 +01:00 |
Florian Quèze
|
ebbcd26157
|
Fix l10n repackaging (works at least on Mac).
|
2010-03-10 17:14:47 +01:00 |
Florian Quèze
|
2b0d288753
|
Bug 953753 - The 'add buddy' dialog should have a default group.
|
2010-03-05 11:24:21 +01:00 |
Florian Quèze
|
71f187cb28
|
Bug 953709 - The warning when closing multiple conversations should respect plural rules.
|
2010-03-05 11:08:08 +01:00 |
Florian Quèze
|
5d3208fbf5
|
Bug 953730 - indicate in the account manager when the password for an account is missing. r=Morian
|
2010-03-04 23:52:15 +01:00 |
Benedikt Pfeifer
|
b6e5ad6e3f
|
Bug 953798 - Change '(no themes installed)'-list item labels to make it obvious that this is about 'extra' themes.
|
2010-03-03 17:36:37 +01:00 |
Benedikt Pfeifer
|
2b41465566
|
Add a 'Get More...' link at the bottom of the protocol list in the account wizard. r=florian
|
2010-03-03 17:18:13 +01:00 |
Florian Quèze
|
01a1194164
|
Prepend a localizable text to auto-reply messages displayed in conversations.
|
2010-03-03 11:20:58 +01:00 |
Florian Quèze
|
439c19ee9c
|
Add 'Remove' item to the buddy list context menu.
|
2010-03-03 00:00:24 +01:00 |
Florian Quèze
|
35ab6b7d81
|
Rework idle and auto-away features.
|
2010-02-23 23:43:36 +01:00 |
Florian Quèze
|
de36861768
|
Make the libpurple status 'invisible' usable from addons.
|
2010-02-22 09:47:34 +01:00 |
Florian Quèze
|
b4df687a26
|
Add a status toolbar at the top of the buddy list.
|
2010-02-16 15:57:26 +01:00 |
Florian Quèze
|
2e45da1f4a
|
Integrate default message themes created by Quentin Castier (idechix@instantbird.org).
--HG--
rename : im/themes/messages/Incoming/Content.html => im/themes/messages/simple/Incoming/Content.html
rename : im/themes/messages/Info.plist => im/themes/messages/simple/Info.plist
rename : im/themes/messages/Status.html => im/themes/messages/simple/Status.html
rename : im/themes/messages/main.css => im/themes/messages/simple/main.css
|
2010-02-08 18:30:01 +01:00 |
Benedikt Pfeifer
|
43c298678d
|
Bug 953765 - Add ellipsis for menu items that require further user interaction. r=florian
|
2010-01-29 23:38:49 +01:00 |
Florian Quèze
|
dd1d57f6d6
|
Add a 'Show offline buddies' context menu item on the buddy list.
|
2010-01-29 23:35:27 +01:00 |
Florian Quèze
|
dd527a8c28
|
Add a 'New Group...' menu item at the end of the list of tags of the 'Move to...' menu.
|
2010-01-26 23:29:02 +01:00 |
Florian Quèze
|
9375671944
|
Add a way (from the buddy list context menu) to move buddies between groups.
|
2010-01-26 19:23:20 +01:00 |
Florian Quèze
|
00e3ed1893
|
Remove duplicated strings.
|
2010-01-22 17:13:51 +01:00 |
Florian Quèze
|
5e70c2abdc
|
Remove unused duplicateBookmarkMsg string.
|
2010-01-20 17:43:22 +01:00 |
Benedikt Pfeifer
|
894487599c
|
Add a 'Show log folder' button in the Privacy prefpane.
|
2010-01-18 16:35:03 +01:00 |
Benedikt Pfeifer
|
dc829ab8f1
|
Add disabled '(no themes installed)' menuitems at the bottom of the emoticon and message theme lists in the Themes prefpane when no themes are installed.
|
2010-01-18 16:13:23 +01:00 |
Florian Quèze
|
4295473f58
|
Alias buddies.
|
2010-01-16 23:41:57 +01:00 |
Florian Quèze
|
244a926bb1
|
Remove the duplicated 'Use Instantbird as my default instant messaging client' checkbox and comment out the remaining one (until we can make it do something useful).
|
2010-01-12 17:55:27 +01:00 |
Florian Quèze
|
fb0beb5b61
|
Update copyright year to 2010.
|
2010-01-11 15:35:07 +01:00 |
Florian Quèze
|
f183028f42
|
Change the account manager shortcut so that it doesn't conflict with 'Select All' (add the shift modifier) and make it close the account manager when it is already focused.
|
2010-01-06 17:37:35 +01:00 |
Florian Quèze
|
1a42afbf86
|
Add a basic log viewer.
|
2009-12-18 00:38:04 +01:00 |
Benedikt Pfeifer
|
c0b3436099
|
Bug 953685 - Sizing issues on 'Add buddy' and 'Join Chat' dialogs. r=florian
|
2009-12-13 15:31:42 +01:00 |
Florian Quèze
|
e26aeeb99b
|
Add a context menu to the buddy list (usable as a hook for extensions).
|
2009-12-13 00:26:31 +01:00 |
Florian Quèze
|
b61112a63c
|
Refactoring of the buddy tooltip code so as to use it on conversation tabs too.
|
2009-12-12 00:16:50 +01:00 |
Benedikt Pfeifer
|
3323cf147f
|
Add 'Get more emoticons' and 'Get more message styles' links on the 'Themes' pane of the prefwindow.
|
2009-12-06 01:26:26 +01:00 |
Benedikt Pfeifer
|
fbab6cd9ed
|
Change the wording of the caret browsing pref, so that it doesn't talk about 'pages'.
|
2009-12-06 00:38:20 +01:00 |
Benedikt Pfeifer
|
0a53c0c9b8
|
Remove the leftover parts of the 2 separate emoticon themes and message styles dialogs. Merge the strings into a single themes.dtd file.
--HG--
rename : im/locales/en-US/chrome/instantbird/messagestyle.properties => im/locales/en-US/chrome/instantbird/preferences/messagestyle.properties
|
2009-12-06 00:24:00 +01:00 |
Benedikt Pfeifer
|
d6050534b4
|
Shorter wording for the preference to turn sounds on/off.
|
2009-12-03 18:27:27 +01:00 |
Florian Quèze
|
c83a759c5b
|
Show a message when a message style preview is not available.
|
2009-12-01 23:48:04 +01:00 |
Florian Quèze
|
36aef15752
|
Windows installer.
|
2009-11-19 23:51:14 +01:00 |
Florian Quèze
|
c7cda17e9e
|
Add a check for updates button in the startup error dialog.
|
2009-11-16 13:28:56 +01:00 |
Benedikt Pfeifer
|
04dc3d899f
|
Add a button in the advanced tab of the pref window to open the search engines manager.
|
2009-11-15 00:28:10 +01:00 |
Benedikt Pfeifer
|
5be2047fd5
|
Remove the 'Sounds' menuitem.
|
2009-11-14 15:22:35 +01:00 |
Florian Quèze
|
361c7a9510
|
Give access to about:config from the Advanced tab of the prefwindow.
|
2009-11-12 22:25:33 +01:00 |
Florian Quèze
|
14f2d91632
|
Preference window.
--HG--
rename : im/content/instantbird/messagestyle.js => im/content/instantbird/preferences/messagestyle.js
rename : im/content/instantbird/smiley.css => im/content/instantbird/preferences/smiley.css
rename : im/content/instantbird/smiley.xml => im/content/instantbird/preferences/smiley.xml
rename : im/content/instantbird/smileys.js => im/content/instantbird/preferences/smileys.js
|
2009-11-10 10:56:09 +01:00 |
Florian Quèze
|
528adb974b
|
Attempt to get rid of the horizontal scrollbar in the account manager (remove the display of the alias, and increase the default width of the window by 50px)
|
2009-10-27 16:32:56 +01:00 |
Florian Quèze
|
d7b6113684
|
Remove useless 'pluralRule' string in quitDialog.properties.
|
2009-10-27 15:50:35 +01:00 |
Florian Quèze
|
0fd737f398
|
Change the IRC-specific code of the Join Chat feature, so that it can also be used with other protocols like XMPP.
|
2009-10-23 13:03:52 +02:00 |
Florian Quèze
|
d71287dd27
|
Account manager redesign.
|
2009-10-17 21:10:12 +02:00 |
Florian Quèze
|
70e43baa3d
|
Popup a warning when closing several conversation tabs at once and some of them have unread messages.
|
2009-09-25 20:17:31 +02:00 |
Romain Bezut
|
99ba58e9f6
|
Bug 953677 - Replace 'Connected' by 'Connected for <time>' in the account manager. r=florian
|
2009-09-02 22:41:10 +02:00 |
Florian Quèze
|
9da9e06e2a
|
Fix localizability issue in the credits, and update copyright year.
|
2009-09-02 16:45:06 +02:00 |
Romain Bezut
|
80d528f28a
|
Morian's whitespace cleanup patch of the year! rs=florian
|
2009-08-31 16:43:39 +02:00 |
Florian Quèze
|
1f141baedd
|
New tabs (similar to the tabs of Firefox 3.5).
|
2009-08-29 03:48:38 +02:00 |
Romain Bezut
|
ae40ecf454
|
Bug 953628 - Accounts reordering (shift+up/down arrows, context menu, drag&drop). r=florian
|
2009-08-27 22:28:41 +02:00 |
Mitchell Field
|
109efe5c63
|
Bug 953659 - Fix various strings (that looked awkward to native English speakers). r=Morian,r=florian
|
2009-08-27 01:02:00 +02:00 |
Romain Bezut
|
1ebf8f6405
|
Bug 953666 - Display a helpful message in the account manager when there's no account, instead of an empty rectangle.
|
2009-08-26 17:25:05 +02:00 |
Florian Quèze
|
9acaebf6cd
|
In the account wizard, display a description of what a valid username is when libpurple provides one.
|
2009-08-25 03:26:25 +02:00 |
Romain Bezut
|
740103f408
|
Bug 953668 - When restarting, the 'Quit' button should be 'Restart' in the prompt notifying the user that there are unread messages. r=florian.
|
2009-08-25 02:43:44 +02:00 |
Romain Bezut
|
1fe59e554c
|
Bug 953585 - Add a preference to track accounts crashing during their first connection, so that only the faulty accounts get disabled at the next startup. r=florian
|
2009-08-24 01:19:35 +02:00 |
Romain Bezut
|
193516bf17
|
Bug 953627 - make auto-reconnect cancelable/stoppable. r=florian
|
2009-08-17 03:55:25 +02:00 |
Benedikt Pfeifer
|
f3ae3e765b
|
Bug 953619 - Improve topic notification bar. r=morian
|
2009-08-11 03:59:40 +02:00 |