summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-10Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
- update min width for chiclet panel - move showing of hidden buttons to place where resize strategy is determined --HG-- branch : product-engine
2009-11-10Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Initial refactoring of functionality: - cleaning - Imroved logic while resizing of bottom tray --HG-- branch : product-engine
2009-11-10Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Initial refactoring of functionality: - Re-Fixed bug with visibility of chiclet panel of the min size - updated bottomtray xml to make buttons identical to each other - Imroved logic while resizing of bottom tray (changing width of chiclet & nearby panels, hide/show buttons) --HG-- branch : product-engine
2009-11-10No Ticket: added possibility to resize a floater in UI Preview Tool (if ↵Mike Antipov
can_resize attribute is set in xml) --HG-- branch : product-engine
2009-11-10Fixed line endings from 4df44e70aa9dAndrew Dyukov
--HG-- branch : product-engine
2009-11-10mergeMike Antipov
--HG-- branch : product-engine
2009-11-10fixed normal bug EXT-1649 Groups you chatted in recently show up in the ↵Andrew Polunin
Recent People tab --HG-- branch : product-engine
2009-11-09Fixed EXT-2104 (Chiclets overflow buttons overlap lower tray elements)-Andrew Dyukov
in this changeset and in 4466:3ad0401e16a5. Here I changed height of buuttons. --HG-- branch : product-engine
2009-11-09mergeMike Antipov
--HG-- branch : product-engine
2009-11-09Fixed normal bug EXT-2327 "Incoming call dialog crashes after logout".Sergei Litovchuk
- Added NULL pointer checks. --HG-- branch : product-engine
2009-11-09- Fix for low bug EXT-1965 "Place Profile: Accordions has different alignment".Sergei Litovchuk
--HG-- branch : product-engine
2009-11-09fixed normal bug EXT-2171 Group list - View Profile icon should only appear ↵Andrew Polunin
on Group item hover --HG-- branch : product-engine
2009-11-09Fixed Nice to have bug EXT-1907-Context menu for avatar in Friends tab ↵Eugene Kondrashev
appears only if right mouse click was performed over avatar's icon area. Remove default avatar context menu. --HG-- branch : product-engine
2009-11-09Fixed normal bug EXT-2103 (There are no arrow icons on the Chiclets overflow ↵Andrew Dyukov
buttons), but Erica will have to set appropriate icon. --HG-- branch : product-engine
2009-11-09- Reverted fix for normal bug EXT-2016 "Place Profile panel isn't resized". ↵Sergei Litovchuk
The reason is that some unnecessary free space is left in Place Profile panel. - Cleaned up obsolete code from Place Profile panel. --HG-- branch : product-engine
2009-11-09No ticket. Removed unused includes. Formatted xml.Eugene Kondrashev
--HG-- branch : product-engine
2009-11-09Implemented Sub-task EXT-1906 All speakers handling functional in old IM ↵Eugene Kondrashev
Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff --HG-- branch : product-engine
2009-11-09partial implementation for the major task (EXT-989) IM chiclets should ↵Dmitry Oleshko
expand to show active voice indicator --HG-- branch : product-engine
2009-11-09fixed normal bug EXT-2148 [BSI] Teleport button clickable although friend is ↵Andrew Polunin
offline --HG-- branch : product-engine
2009-11-09Fixed windows build for M_PI constant.Mike Antipov
Macro definitions for common math constants (e.g. M_PI) are declared under the _USE_MATH_DEFINES in math.h Added "#define _USE_MATH_DEFINES" before including math.h (for Windows build only) --HG-- branch : product-engine
2009-11-09Fixed normal bug EXT-2252 ([BSI] "Set to current location" button on Edit ↵Eugene Mutavchi
Pick panel has no effect) --HG-- branch : product-engine
2009-11-09mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-09Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-11-09Implemented low task EXT-1155 (Implement option to sort the nearby people ↵Eugene Mutavchi
list by distance and most recent speakers) --HG-- branch : product-engine
2009-11-09fixed bug EXT-2016 Place Profile panel isn't resizedDenis Serdjuk
--HG-- branch : product-engine
2009-11-09mergeDenis Serdjuk
--HG-- branch : product-engine
2009-11-09mergeRamzi Linden
2009-11-09EXT-2106 I18N Nav bar: a node in panel_navigation_bar.xml cant be localized ↵Ramzi Linden
because it has no name= I18N: 2 nodes in panel_preferences_privacy.xml cant be localized because it has no name= I18N: 2 EN files menu_inspect_object_gear.xml, panel_group.xml use duplicate name= parameters from a copy/paste error L10N: rephrase for localizability in panel_preferences_advanced.xml and panel_preferences_sound.xml
2009-11-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-08DEV-38840: Fix the Pay Resident floater.Lynx Linden
It was failing to open due to an unknown string and the L$5 button was labelled incorrectly (it said L$1).
2009-11-08EXT-332: Added support for local currency estimates to the Buy L$Lynx Linden
and Buy Land floaters. We now check for a new estimatedLocalCost key from the XML-RPC server, which provides the estimated cost in the user's local currency, e.g., "US$ 10.00" or "10.00 Euros". Note: the server is not currently sending this information. The previous codepath still exists and should be unaffected. That is, we will continue to check for an estimatedCost key from the server with a value specified in US cents. We give precedence to estimatedLocalCost though and may want to remove this code once the international billing server changes go live. <lynx@lindenlab.com> HG: branch 'default' HG: changed indra/newview/llcurrencyuimanager.cpp HG: changed indra/newview/llcurrencyuimanager.h HG: changed indra/newview/llfloaterbuyland.cpp HG: changed indra/newview/skins/default/xui/en/floater_buy_land.xml
2009-11-07DEV-42215: Don't zap valid g(First|Last)name with empty strings.Nat Goodspeed
In the --autologin case, gFirstname, gLastname were validly set from gSavedSettings, but at the last minute were overwritten with empty strings from gLoginHandler. Only perform those assignments if gLoginHandler has non-empty strings to contribute.
2009-11-07mergeSteve Bennetts
2009-11-07Fix for low bug EXT-2248 "Redundant vertical scroll-bar in Place Profile panel".Sergei Litovchuk
--HG-- branch : product-engine
2009-11-07Fixed normal bug EXT-2314 "Restore maturity rating in "Landmark" and ↵Sergei Litovchuk
"Teleport History" views": - Added rating icons and text to "Landmark" and "Teleport History" views. - Removed code for "Last Visited" from Teleport History. --HG-- branch : product-engine
2009-11-07Fixed low bug EXT-1963 "Unexpected gray square in the bottom of Places panel":Sergei Litovchuk
- Fixed reference to a missing texture. --HG-- branch : product-engine
2009-11-06Partial fix for DEV-42153.Monroe Linden
This code seems to work on some objects and not on others. I suspect I'm not doing something quite right in LLVOVolume::getApproximateFaceNormal().
2009-11-06Added camera preset art and attached to camera controlsErica
2009-11-06merge changes from product-engineSteve Bennetts
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Erica
2009-11-06New inventory iconErica
2009-11-06Temp fix to prevent crash while missing sidepanel_task_info.xml.Steve Bennetts
2009-11-06Fixed textrue prioritization so that boosted textures are always highest ↵Steve Bennetts
priority.
2009-11-06EXT-2031 Admin Menu Missing Without Advanced Menu EnabledSteve Bennetts
2009-11-06Adding new option definition - forgot.CG Linden
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-06Merge of avatar-pipeline changes into viewer2Eric M. Tulla (BigPapi)
2009-11-06mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-06mergeLeyla Farazha
2009-11-06EXT-1576 "Zoom In" menu option should be disabled when the person is not ↵Leyla Farazha
in range EXT-2306 Default voice input/output pref panel to closed