Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | merge | Steve Bennetts | |
2009-11-23 | Change IM windows to minimize isntead of close. Need to make the icons ↵ | Steve Bennetts | |
overridable so that the minimize button can use the close art. | |||
2009-11-23 | Merge to tip | callum | |
2009-11-23 | Fix for DEV-42997 404s result in blank page | callum | |
Also needs a tweak to LLQtWebKit that stops navigation to 404 URL specified in code if the URL is empty. | |||
2009-11-23 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-23 | Added reverse LLCacheName lookup. | Steve Bennetts | |
2009-11-23 | Added some threading debugging code. Should catch any recursive mutex locks ↵ | Steve Bennetts | |
in non Release builds. | |||
2009-11-23 | small fixes for inv slurl functionality | Eric M. Tulla (BigPapi) | |
2009-11-23 | DEV-43298 Eliminate the second "L$" texts in my previous commit for: ↵ | Ramzi Linden | |
floater_inventory_item_properties.xml | |||
2009-11-23 | merge | Ramzi Linden | |
2009-11-23 | DEV-43298 Expand widgets slightly in EN, make the currency symbol movable to ↵ | Ramzi Linden | |
the end: sidepanel_item_info.xml | |||
2009-11-23 | DEV-43298 Expand widgets slightly in EN, make the currency symbol movable to ↵ | Ramzi Linden | |
the end: floater_inventory_item_properties.xml | |||
2009-11-23 | http://jira.secondlife.com/browse/EXT-2557 Buttons should not be bolded-- ↵ | Lis Pardi | |
This Jira also illuminated that buttons should be Medium, instead of Small | |||
2009-11-23 | Context menu item to show/hide nav bar parcel property icons. | James Cook | |
2009-11-23 | DEV-43298 Expand widgets slightly in EN: floater_image_preview.xml | Ramzi Linden | |
2009-11-23 | EXT-2705 : Remove (dont' just grey out) right-click context menu options for ↵ | Loren Shih | |
Links that aren't necessary --HG-- branch : avatar-pipeline | |||
2009-11-23 | DEV-43298 Expand widgets slightly in EN: floater_build_options.xml | Ramzi Linden | |
2009-11-23 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-11-23 | Updated graphic from 80/20. Changed references in xml. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2642 | |||
2009-11-23 | DEV-43298 Expand widgets slightly in EN: floater_animation_preview.xml | Ramzi Linden | |
2009-11-23 | merge, manual conflict fix panel_bottomtray.xml, talk_button.xml, ↵ | James Cook | |
llfloaternearbymedia.cpp | |||
2009-11-23 | EXT-2763 : Right-click on inventory doesn't bring up context menu | Loren Shih | |
Also did some minor cleanup on header files. --HG-- branch : avatar-pipeline | |||
2009-11-23 | merge | James Cook | |
2009-11-23 | Initial implementation of parcel property icons and maturity string on nav bar | James Cook | |
Added new LLAgentUI location format, renamed unclear old one Renamed ShowCoordinatesOption to NavBarShowCoordinates Extended LLLocationInputCtrl to show icons. Reviewed with Rick | |||
2009-11-23 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-11-23 | tweaking render cost calculations based on code review feedback. | Nyx (Neal Orman) | |
Following commits were reviewed by vir: 3054bae2bf21 dcc420c4d3f0 05341c33f01e d9cb3bf709f8 dad4281217d3 f1d887a950ba - Nyx --HG-- branch : avatar-pipeline | |||
2009-11-23 | Implemented normal task EXT-2739 (Ctrl-I should open Inventory side panel, | Andrew Dyukov | |
Ctrl-Shift-I should open Inventory floater). --HG-- branch : product-engine | |||
2009-11-23 | EXT-2705 : Create accordion panel to show COF contents | Loren Shih | |
Also made several infrastructure improvements that help inventory panels defer generating their folders/views until after inventory has been loaded up. This was pretty haphazard before. --HG-- branch : avatar-pipeline | |||
2009-11-23 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-11-23 | Removed font references to SansSerifSmall. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-1315 | |||
2009-11-23 | EXT-2435 : Advanced > Shortcuts > Fly is always ticked | Loren Shih | |
Did a few lines of cleanup for code surrounding this. Issue is still not fixed though. --HG-- branch : avatar-pipeline | |||
2009-11-23 | EXT-2718 EXT-2434 avatar render cost changes | Nyx (Neal Orman) | |
Fixing a but in new ARC function where textures added 5 to the ARC for each use. Expected (and previous) behavior restored, where 5 is added to ARC for each unique texture, regardless of how many faces it is used on. Confirmed new ARC is 99 points higher than previous (20 for each body part), or 119 if avatar is wearing a skirt. Will be post-reviewed before pushing --HG-- branch : avatar-pipeline | |||
2009-11-23 | Fixed normal bug EXT-2346 "My Landmarks accordion panels shouldn't be ↵ | Sergei Litovchuk | |
displayed if there are no landmarks in respective folders". - Added inventory observer to Landmarks Panel to update accordion tabs visibility upon inventory changes. - Added accordions contents refreshing upon filter edit to fix updating accordion items when filter becomes less restrictive. --HG-- branch : product-engine | |||
2009-11-23 | EXT-2460 - mouselook mode - remove unused UI elements | richard | |
EXT-2504 - black bars present at top and bottom when in mouselook reviewed by Leyla | |||
2009-11-23 | fix for infinite loop when doing /me emotes | richard | |
reviewed by Mark | |||
2009-11-23 | convert signals to allocate on demand in order to speed up widget construction | richard | |
reviewed by James | |||
2009-11-23 | comverted mEnclosingBlockOffset from signed to unsigned to support param ↵ | richard | |
blocks up to 32k in size reviewed by James | |||
2009-11-23 | Scrollbar was too dark and not matching other scrollbars. Switched ↵ | Justin C. Rounds (Chuck) | |
scroll_bar_bg_visible attribute to false in gesture_combo_box.xml to fix. http://jira.secondlife.com/browse/EXT-1451 | |||
2009-11-23 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-11-23 | "Fit and finish" issues with bottom bar. | Justin C. Rounds (Chuck) | |
See comments in JIRAs for details. http://jira.secondlife.com/browse/EXT-2537 http://jira.secondlife.com/browse/EXT-2352 | |||
2009-11-23 | Implemented major sub-task EXT-2517 (Add support for the viewer 1.23 chat ↵ | Sergey Borushevsky | |
history style (widget-less)) --HG-- branch : product-engine | |||
2009-11-23 | EXT-829 share button in profile inactive | Nyx (Neal Orman) | |
refactored share code to all call LLAvatarActions::share. Function opens an IM window if one doesn't already exist and prints an appropriate message, as well as opening the inventory sidepanel. Verified working in IM window, people tab, and individual's profile. Will be post-reviewed before push. --HG-- branch : avatar-pipeline | |||
2009-11-23 | Allow large paramblocks by converting mEnclosingBlockOffset to U16, needed for | James Cook | |
location_input.xml | |||
2009-11-23 | Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me". | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-23 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-23 | DEV-42967: Fix prefs panel to not clobber changes to prefs made by other UI | Rick Pasetto | |
The prefs floater was unilaterally reverting any changes made by other UI. This fixes that by making squirreling away the current settings an explicit operation, and cancel now happens explicitly on close(), but only if a flag is not set (as is what happens when you hit OK). Reviewed by James. | |||
2009-11-23 | panelized volume pulldown, that doesn't work at all. | Tofu Linden | |
2009-11-23 | Fixed normal bug EXT-2668 (NONE group is present in the Group Chooser for ↵ | Andrew Dyukov | |
which to send invitation). --HG-- branch : product-engine | |||
2009-11-23 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-23 | EXT-2535 wearables created in 2.0 don't load in 1.23 | Nyx (Neal Orman) | |
Re-opening issue for a second pass at it. This pass updates the code that was intended to make all loaded wearables auto-save themselves back to wearable version 22 (from 24). Code was not being hit, so relocated it to after wearable had been added to llagentwearables to ensure the save succeeded. Will be post-reviewed before push. --HG-- branch : avatar-pipeline |