summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-23Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me".Vadim Savchuk
--HG-- branch : product-engine
2009-11-20Renamed classes and files for "Me" task panel for better readability.Vadim Savchuk
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-20Build fix.Sergei Litovchuk
--HG-- branch : product-engine
2009-11-20mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-20Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-20implemented low task (EXT-1476) Make layouts for Alert, Tip and Script ↵Dmitry Oleshko
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-20No ticket. Code to resize bottom tray is refuctored after the latest fix for ↵Mike Antipov
EXT-2616: - Removed unused param while extending bottom tray - Moved some debug messages --HG-- branch : product-engine
2009-11-20Fixed normal bug EXT-2616 ("Speak" button isn't narrowed and has title when ↵Mike Antipov
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-20implemented task EXT-1900 Add options to Gestures gear menuDenis Serdjuk
--HG-- branch : product-engine
2009-11-20removed redundant local variableAlexei Arabadji
--HG-- branch : product-engine
2009-11-20fixed EXT-2457 "Remove unresolved notifications counter from the ↵Alexei Arabadji
Login/Startup toast"; --HG-- branch : product-engine
2009-11-19Made LLMediaDataClient not send requests on behalf of objects that are ↵Monroe Linden
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-19Added LLVOVolume::markDead(), which unhooks any prim media instances from ↵Monroe Linden
the dead object.
2009-11-19fix for disappearing scrollbar in im windowsRick Pasetto
2009-11-19Fixed normal bug EXT-2348 "My Landmarks: Show On Map does nothing for ↵Sergei Litovchuk
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-19mergeLoren Shih
2009-11-19fixed minor bug EXT-1615 Landmark name is truncated before @ character after ↵Andrew Polunin
placing landmark on Favorites Bar --HG-- branch : product-engine
2009-11-19EXT-2562 : Somehow show cnotents of what I'm wearingLoren Shih
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-19fixed EXT-2515 "Docked floaters should be resizeable"Alexei Arabadji
undock floater when user resize floater by resize bar; --HG-- branch : product-engine
2009-11-19Fix "Global Illumintation" typo in the menu text which was bugging me.Tofu Linden
2009-11-19mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-19Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-19No ticket. Updated comments to conform to the doxygen styleMike Antipov
--HG-- branch : product-engine
2009-11-19Fixed major bug EXT-2620 (IM Chiclet Panel goes crazy when new IM chiclets ↵Mike Antipov
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-19related to EXT-700 '"Offer" notifications should be accessible via chiclet'Alexei Arabadji
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-18Changes to IM Logging, includes preference changesSteve Bennetts
2009-11-18mergeSteve Bennetts
2009-11-18Change close behavior to not end session.Steve Bennetts
* 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-18Change close behavior to not end session.Steve Bennetts
* 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-18EXT-2636 : No "fetching inventory" or other indication that inventory is ↵Loren Shih
loading.
2009-11-18Switch some files to Unix line endingsBryan O'Sullivan
2009-11-18Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-18mergeSteve Bennetts
2009-11-18mergeJames Cook
2009-11-18Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-18EXT-1916 : Places: Landmarks are not sorted in the Favorites Bar AccordionLoren Shih
2009-11-18 EXT-2638 Add Close X to IM and Chat log windowsErica
2009-11-18Renamed "close" to "end" in chiclet context menusSteve Bennetts
Removed "open" in chiclet context menus Removed some deprecate "..." Removed ^M from menu_viewer.xml
2009-11-18mergeJames Cook
2009-11-18mergeSteve Bennetts
2009-11-18MergeSteve Bennetts
2009-11-18Change /me emote formatting to pure italics, not underlined.James Cook
Review pending with Richard/Leyla
2009-11-18EXT-2579 Fix memory leak/bloat due to /me IRC-style emotes.James Cook
Pending review with Richard/Leyla
2009-11-18Merge from product-engineSteve Bennetts
2009-11-18mergeLoren Shih
2009-11-18mergeSteve Bennetts
2009-11-18Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-18Make failure to load lleventhost.dll when requested a fatal error.Nat Goodspeed
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-18EXT-2644 - Add "Close Session" option to chicklet context menusSteve Bennetts
2009-11-18EXT-2641 : Linked gestures aren't showing up as being worn (and possibly ↵Loren Shih
more serious problems with linked gestures) Gestures now properly handle link indirection.