Commit Graph

3339 Commits (c889fa9ee1b4fd033a9dab40c19a7d21eb00c82b)

Author SHA1 Message Date
Vadim Savchuk c889fa9ee1 Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me".
--HG--
branch : product-engine
2009-11-23 20:12:00 +02:00
Vadim Savchuk 70a0dbe8f8 Renamed classes and files for "Me" task panel for better readability.
Renamed files:
- indra/newview/llpanelmeprofile.{cpp,h} to llpanelme.{cpp,h}
- panel_me_profile.xml to panel_me.xml
- panel_profile_user.xml to panel_my_profile.xml

Renamed classes:
- LLPanelAvatarMeProfile to LLPanelMyProfile
- LLPanelMeProfile to LLPanelMe
- LLPanelMeProfileEdit to LLPanelMyProfileEdit

--HG--
branch : product-engine
2009-11-20 22:57:59 +02:00
Sergei Litovchuk 0c468557b9 Build fix.
--HG--
branch : product-engine
2009-11-20 18:20:41 +02:00
Vadim Savchuk d1ebc5f44d merge
--HG--
branch : product-engine
2009-11-20 17:44:53 +02:00
Vadim Savchuk 7467c005ed Merge from default branch
--HG--
branch : product-engine
2009-11-20 17:41:03 +02:00
Dmitry Oleshko 2d9202cb81 implemented low task (EXT-1476) Make layouts for Alert, Tip and Script notifications based on XML
- made XML-files for the following controls on the panel for alert toasts: button, check box, icon and line editor.
- changed creation of these controls in code: from XML vs. from Params in run-time
- added getFont method to the LLCheckBox control

--HG--
branch : product-engine
2009-11-20 16:28:52 +02:00
Mike Antipov 0876df6eef No ticket. Code to resize bottom tray is refuctored after the latest fix for EXT-2616:
- Removed unused param while extending bottom tray
 - Moved some debug messages

--HG--
branch : product-engine
2009-11-20 14:55:30 +02:00
Mike Antipov 91fdbd92c8 Fixed normal bug EXT-2616 ("Speak" button isn't narrowed and has title when width of window is 800px)
- updated resize behavior to shrink Snapshot button: only speaker is shown in this case.
- updated LLSpeakButton to hide/show its labels
- updated talk_button widget (talk_button.xml) to have correct follows attributes
- also fixed bug with calculating necessary updates for children while extending bottom tray

--HG--
branch : product-engine
2009-11-20 14:39:27 +02:00
Denis Serdjuk 8dd743e783 implemented task EXT-1900 Add options to Gestures gear menu
--HG--
branch : product-engine
2009-11-20 13:53:23 +02:00
Alexei Arabadji a995c494d4 removed redundant local variable
--HG--
branch : product-engine
2009-11-20 12:52:40 +02:00
Alexei Arabadji ba2e9f4495 fixed EXT-2457 "Remove unresolved notifications counter from the Login/Startup toast";
--HG--
branch : product-engine
2009-11-20 12:19:29 +02:00
Monroe Linden ba3f7965e3 Made LLMediaDataClient not send requests on behalf of objects that are marked as dead.
When LLMediaDataClient::QueueTimer::tick() encounters an object at the head of the queue that's dead, it will now remove that object and loop, instead of sending a request and waiting for the tick timer to fire again.

Added an isDead() function to LLMediaDataClientObject, and an additional unit test that verifies the handling of dead objects.
2009-11-19 16:35:11 -08:00
Monroe Linden 320dfa1d72 Added LLVOVolume::markDead(), which unhooks any prim media instances from the dead object. 2009-11-19 15:01:27 -08:00
Rick Pasetto 7be953512a fix for disappearing scrollbar in im windows 2009-11-19 14:31:00 -08:00
Sergei Litovchuk f3c53a84d3 Fixed normal bug EXT-2348 "My Landmarks: Show On Map does nothing for landmarks from Library"
- Added callback to ensure that a landmark is loaded from the global landmark list.
- Added disabling "Map" button to indicate that a landmark info is being  loaded.

--HG--
branch : product-engine
2009-11-19 22:38:27 +02:00
Rick Pasetto 1919ecf38b Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2009-11-19 11:41:42 -08:00
Loren Shih 420661de5d merge 2009-11-19 13:13:33 -05:00
Andrew Polunin 9b9c11778c fixed minor bug EXT-1615 Landmark name is truncated before @ character after placing landmark on Favorites Bar
--HG--
branch : product-engine
2009-11-19 19:51:47 +02:00
Loren Shih d974ad3934 EXT-2562 : Somehow show cnotents of what I'm wearing
Added appearanceSP button to toggle folder closed/open state.
Also fixed up some bugs with current outfit title placement in appearanceSP.xml
Also added a generic call for getting the current outfit folder link
2009-11-19 12:06:26 -05:00
Alexei Arabadji 910f25a32c fixed EXT-2515 "Docked floaters should be resizeable"
undock floater when user resize floater by resize bar;

--HG--
branch : product-engine
2009-11-19 18:41:41 +02:00
Tofu Linden 3e46ee6274 Fix "Global Illumintation" typo in the menu text which was bugging me. 2009-11-19 14:22:08 +00:00
Vadim Savchuk 8cd7a2b5f4 merge
--HG--
branch : product-engine
2009-11-19 16:17:02 +02:00
Vadim Savchuk 5725b04b08 Merge from default branch
--HG--
branch : product-engine
2009-11-19 16:14:19 +02:00
Mike Antipov e40c3d247f No ticket. Updated comments to conform to the doxygen style
--HG--
branch : product-engine
2009-11-19 16:03:25 +02:00
Mike Antipov ef292e6a8b Fixed major bug EXT-2620 (IM Chiclet Panel goes crazy when new IM chiclets are added (chiclet scrolling appears with no need))
- refactored algotithm of caclulating position of the first chiclet in the list when adding new one.
 - added comments for LLChicketPanel::addChiclet() & LLChicketPanel::arrange() methods

--HG--
branch : product-engine
2009-11-19 15:19:49 +02:00
Alexei Arabadji 88cce61b09 related to EXT-700 '"Offer" notifications should be accessible via chiclet'
made 'FriendshipAccepted' notification show correct avatar icon;
avoided empty avatar name on 'OfferFriendship' notifiaction;
avoided creating IM session on offer from objects;

--HG--
branch : product-engine
2009-11-19 11:21:20 +02:00
Steve Bennetts 884a9887a7 Changes to IM Logging, includes preference changes 2009-11-18 21:42:27 -08:00
Steve Bennetts 7803ba8e0c merge 2009-11-18 18:11:03 -08:00
Steve Bennetts 5acb165025 Change close behavior to not end session.
* NOTE: This is functional, but not ideal - it's still closing the floater; we really want to change the behavior of the X button instead.
2009-11-18 18:08:59 -08:00
Steve Bennetts ff6eea998d Change close behavior to not end session.
* NOTE: This is functional, but not ideal - it's still closing the floater; we really want to change the behavior of the X button instead.
Also made the group IM floater a little less broken.
2009-11-18 18:08:32 -08:00
Loren Shih 5b2c91598d EXT-2636 : No "fetching inventory" or other indication that inventory is loading. 2009-11-18 21:07:49 -05:00
Bryan O'Sullivan 699eac4ee3 Switch some files to Unix line endings 2009-11-18 17:52:03 -08:00
Nat Goodspeed 003cac41bc Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-18 18:16:57 -05:00
Steve Bennetts 3375a71ffb merge 2009-11-18 15:09:17 -08:00
James Cook 81eca4a782 merge 2009-11-18 15:05:04 -08:00
Nat Goodspeed 7bca43582e Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-18 17:59:42 -05:00
Loren Shih 061b8d3aa6 EXT-1916 : Places: Landmarks are not sorted in the Favorites Bar Accordion 2009-11-18 17:58:09 -05:00
Erica a05f63b989 EXT-2638 Add Close X to IM and Chat log windows 2009-11-18 14:43:30 -08:00
Steve Bennetts 2878328bb7 Renamed "close" to "end" in chiclet context menus
Removed "open" in chiclet context menus
Removed some deprecate "..."
Removed ^M from menu_viewer.xml
2009-11-18 14:39:51 -08:00
James Cook 5649faf6d9 merge 2009-11-18 14:33:09 -08:00
Steve Bennetts 5fce305bc6 merge 2009-11-18 14:30:05 -08:00
Steve Bennetts de23a4d92c Merge 2009-11-18 14:29:39 -08:00
James Cook 203490e2a0 Change /me emote formatting to pure italics, not underlined.
Review pending with Richard/Leyla
2009-11-18 14:29:01 -08:00
James Cook a46794bcff EXT-2579 Fix memory leak/bloat due to /me IRC-style emotes.
Pending review with Richard/Leyla
2009-11-18 14:27:58 -08:00
Steve Bennetts dd9f2ca5f5 Merge from product-engine 2009-11-18 14:24:41 -08:00
Loren Shih fb81795a2d merge 2009-11-18 17:20:03 -05:00
Steve Bennetts 3716d1bcf8 merge 2009-11-18 14:15:20 -08:00
Nat Goodspeed ce80f253e5 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-18 17:10:34 -05:00
Nat Goodspeed 51d5005fa3 Make failure to load lleventhost.dll when requested a fatal error.
This addresses a failure mode Mani encountered when lleventhost.dll wasn't
built. testlangs.py couldn't talk to the newly-launched viewer -- but thinking
that was because it had crashed, it went ahead and launched a whole bunch
more. This fix avoids the possibility of rogue viewer processes on an
unattended test machine.
2009-11-18 17:07:37 -05:00
Steve Bennetts efb512dc65 EXT-2644 - Add "Close Session" option to chicklet context menus 2009-11-18 14:07:35 -08:00