Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | FIX DEV-43033 - the prim media controls were "stealing focus" and so would ↵ | Rick Pasetto | |
clobber any drop-downs Reviewed by James (thanks, James!) | |||
2009-11-24 | FIX DEV-41999: don't set home URL if "Multiple Media" | Rick Pasetto | |
Review #44 | |||
2009-11-24 | Code review feedback: | Rick Pasetto | |
Don't re-sort when adding to the queue: it isn't really necessary since we sort every time we pull off the queue. | |||
2009-11-24 | DEV-41998 - refactor mediadataclient to use a std::list, and re-sort every ↵ | Rick Pasetto | |
time an item is pulled off the queue Review #43 This change refactors mediadataclient to no longer use a PriorityQueue (which sorts only on insertion), but rather just use a std::list which is re-sorted on insert, and also when "popped" (at the time the queue timer goes off). Also implemented a unit test to make sure re-sorting occurs on timer tick. | |||
2009-11-24 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-24 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-11-24 | DEV-41568 - implement parcel media controls in the nearby media floater | Rick Pasetto | |
Review #42 This implements the parcel media controls in the nearby media floater, including: - Play, Pause, Stop, Volume, and Mute - Correct update of the parcel media name - Parcel Audio (which is currently broken, so I cannot test it) | |||
2009-11-24 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | James Cook | |
2009-11-24 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | James Cook | |
2009-11-24 | Set global fontsize for tabs to SansSerifSmall | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2731 | |||
2009-11-24 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-11-24 | DEV-43332 New 'final' help URL format, as spec'd by enkidu. | Tofu Linden | |
2009-11-24 | fix crash error for missing string RegisterDateFormat in panel_profile_user.xml | angela | |
2009-11-23 | Merge from product-engine | Steve Bennetts | |
2009-11-24 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey | angela | |
2009-11-24 | EXT-2780 allow_scroll = false in LLTextEditor will crash the viewer | angela | |
2009-11-23 | Add damage % text to nav bar, clip text entry to avoid overlapping icons | James Cook | |
Fixed includes of llmenugl.h / llnotifications.h Note: Clipping is incorrect, I think due to line editor bug. | |||
2009-11-23 | Fix for gcc warning | Steve Bennetts | |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 |