summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-13Integrated most of the final artwork into the media controlsRick Pasetto
2009-11-13merging avatar-pipeline branch into viewer-2-0Eric M. Tulla (BigPapi)
2009-11-13Added a USE_PRECOMPILED_HEADER cmake variable (defaulted on) and disabled ↵brad kittenbrink
pch usage for test executables. Reviewed by james and steve.
2009-12-02mergeJames Cook
2009-12-02Fix the build - merge missed an include fileJames Cook
2009-12-02MergeMark Palange (Mani)
2009-12-02Fixed UILineEditorVPad which I merged incorrectly. Good value is 4James Cook
2009-12-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0James Cook
2009-12-02EXT-2934 Sidetray is resizeable and its resize causes crashJames Cook
One panel had user_resize="true", which it should not have.
2009-12-02EXT-2572 partial fix for nearby chat text clipping at the bottomJames Cook
Fixes 1 pixel of clipping caused by LLScrollContainer. Text is still clipped by 1 pixel, down from 2. Added more test text boxes to floater_test_textbox.xml Reviewed with Leyla.
2009-12-02Removed libtcmalloc_minimal.dll from the default build.Mark Palange (Mani)
Reviewed by Palmer
2009-12-02auto merge into viewer 2Eric M. Tulla (BigPapi)
2009-12-02DEV-43684 - Deleting an item you are currently editing disables the edit button.Eric M. Tulla (BigPapi)
-Reviewed by Seraph
2009-12-02DEV-43687 commit translations - Danish(DA) set1, set2Ramzi Linden
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
2009-12-02DEV-43687 commit translations - Dutch(NL) set3Ramzi Linden
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
2009-12-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-12-02DEV-43439: Added navigation buttons to the Home side panel.Lynx Linden
Added Back, Forward, and Home buttons to the web view for the Home side panel. Still more work to do here, but the basic functionality is there; albeit hardcoded to secondlife.com. I notice that you can click Back on the first page. Seems to be an issue for the general media browser too. I'll file a JIRA for that.
2009-12-02MergeSteve Bennetts
2009-12-02EXT-3064 New layout for Login page, wider default window sizeErica
2009-12-02Merge from product-engineSteve Bennetts
2009-12-02DEV-43439: Initial implementation of web-based Home panel.Lynx Linden
The home panel now displays a web page - hardcoded to secondlife.com until we have something more relevant to display.
2009-12-02DEV-43439: Initial web-based Home side tray panelLynx Linden
Moved LLSideTrayInfoPanel from llsidetray.cpp into its own llpanelhome.{cpp|h} module. Updated the XUI for the Home tab to simply embed a web view. Thanks to Erica for the initial cut at this XUI.
2009-12-01Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-01preserve a prior helpful tool_tip in 2.0 for the Build > Texture > 'Align' ↵Ramzi Linden
button
2009-12-01mergeJames Cook
2009-12-01mergeJames Cook
2009-12-01Adjusted the value of UILineEditorVPad to give more room for text in text ↵Justin C. Rounds (Chuck)
fields.
2009-12-01mergeJames Cook
2009-12-01Test floater for nearby chat text clipping problemJames Cook
2009-12-01Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/Justin C. Rounds (Chuck)
2009-12-01Made context menus opaque to improve readability, especially in areas like ↵Justin C. Rounds (Chuck)
Inventory where the menu appears in front of text. http://jira.secondlife.com/browse/EXT-2622
2009-12-01EXT-2888 'Parcel Variable Icons' don't follow right edge of nav barJames Cook
Needed follows flags set
2009-12-01mergeLeyla Farazha
2009-12-01mergeLeyla Farazha
2009-12-01EXT-2635 No message reminding user that a restart is required to reset ↵Leyla Farazha
cache (was Clear Cache) EXT-2652 Favorites bar drop-down button (for when favorites exceed width of viewer) is not configurable via XUI EXT-2227 [BSI] Preferences -> Setup -> Cache Location blank EXT-1036 Clicking menu separators selects wrong menu option (allows selection of greyed-out option) reviewed by James
2009-11-25mergeErica
2009-11-25EXT-2779 World map - clean up layout and simplifyErica
2009-11-13Post merge compile fixesEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-11-13fix for layout of urls with iconsrichard
2009-11-13Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-13Merging viewer2 changes into avp branchEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-11-13mergeJames Cook
2009-11-13mergeLeyla Farazha
2009-11-13EXT-2484 Auto Set Touch to Buy when a user checks the For Sale optionJames Cook
Reviewed with Richard.
2009-11-13Backed out changeset db8e08f8ba36Leyla Farazha
adding main_view.xml change rev 4863 back
2009-11-13Fix for nearby chat toasts occluding the bottom bar.Leyla Farazha
2009-11-13mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-13Header file cleanupLoren Shih
Moved LLInventoryPanelObserver to be private to LLInventoryPanel --HG-- branch : avatar-pipeline
2009-11-13Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Nyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-11-13EXT-2429 body parts out of sync with COFNyx (Neal Orman)
Visual param definitions weren't working properly when the wearable being loaded had fewer visual parameters than the current definition of the wearable. This occurred when you were loading wearables that had been created in older versions of the client (or from the library). Added missing parameters to mSavedVisualParamMap, and modified revertValues() to ensure that the two maps are kept fully in sync on finishing loading the wearable and when reverting the values. Code reviewed by Vir --HG-- branch : avatar-pipeline