Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Implemented 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-09 | fixed bug EXT-2016 Place Profile panel isn't resized | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-09 | merge | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-07 | Fix for low bug EXT-2248 "Redundant vertical scroll-bar in Place Profile panel". | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-11-07 | Fixed 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-07 | Fixed 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-06 | Fixed normal bug EXT-1509 "Going into mouselook while in a private call | Sergei Litovchuk | |
ruins the call floater.": - Made callfloater a single instance floater. - Updated floater IM panel visibility change logic. - Added NULL checks for voice client pointers in LLFloaterIMPanel. --HG-- branch : product-engine | |||
2009-11-06 | fixed bug EXT-2239 Preferences > Graphics has 2 entry fields for UI Size | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-06 | hg merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | fixed bug EXT-2111 Unable to edit the Notes & Privacy content | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-06 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | Backed out changeset c3b8509f465a (EXT-989) as causing numerous conflicts. | Vadim Savchuk | |
Will reapply the changes later. --HG-- branch : product-engine | |||
2009-11-06 | No ticket, added comments to split-by-date code. | Sergey Borushevsky | |
--HG-- branch : product-engine | |||
2009-11-06 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-06 | partial implementation for the major task (EXT-989) IM chiclets should ↵ | Dmitry Oleshko | |
expand to show active voice indicator --HG-- branch : product-engine | |||
2009-11-06 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-06 | fixed EXT-2295 "'Group Chat' btn makes chicklet appear only" | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-06 | partial fix for minor bug EXT-1607 Trash and Gear buttons are enabled when ↵ | Denis Serdjuk | |
nothing is selected. Now gear button will disabled when nothing is selected. --HG-- branch : product-engine | |||
2009-11-06 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-06 | implemented normal subtask EXT-2263 IM P2P: avatar name under avatar icon ↵ | Igor Borovkov | |
should follow avatar icon and should not overlap it when being resized --HG-- branch : product-engine | |||
2009-11-06 | SNOW-329 Handling of error case in llimage.cpp incorrect | Tofu Linden | |
This is the same fix as DEV-32269, trivially ported to viewer2. reviewed by merov, james, moss! | |||
2009-11-06 | implement normal subtask EXT-2265 IM unread messages counter should not be ↵ | Igor Borovkov | |
increased for system messages (comming from 'Second Life', zero uuid) --HG-- branch : product-engine | |||
2009-11-06 | fixed normal bug EXT-2193 Group Profile, Group Chat bttns and Profile ↵ | Andrew Polunin | |
chevron are enabled for None Group --HG-- branch : product-engine | |||
2009-11-06 | merge. | Tofu Linden | |
2009-11-06 | Fixed low bug EXT-2109 (Add moderator label if user is a moderator of a ↵ | Eugene Mutavchi | |
group chat(See old communication floater)) --HG-- branch : product-engine | |||
2009-11-06 | IM: minor refac., moved floater registation of llviewerfloaterreg | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-06 | No ticket fixed dropped functionaliti by prev commit | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-06 | no ticket. major crash in Panel Landmark has been fixed. It was founded ↵ | Denis Serdjuk | |
while investigating EXT-1607. --HG-- branch : product-engine | |||
2009-11-06 | magic number removal rampage: 3.14159 -> M_PI or F_PI | Tofu Linden | |
--HG-- branch : texture-pipeline | |||
2009-11-06 | Partial implementation of EXT-1906 All speakers handling functional in old ↵ | Eugene Kondrashev | |
IM Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff --HG-- branch : product-engine | |||
2009-11-06 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-11-06 | EXT-2232: Arghhh! Code Duplication == Bugs. | Lynx Linden | |
Apparently, pre-login notifications use LLAlertDialog, but post-login notifications use LLToastAlertPanel. The latter is basically a copy and paste of the former, with some local modifications. However, the person who copy/pasted the code did not initialize the URLLoader callback, so all notifications that tried to open a web page on a button click after login were failing. I've added comments that this code should be refactored, preferably as a subclass of LLAlertDialog. In the meantime, I've tried to clean it up a bit by not duplicating the nested URLLoader class (which would've required further duplication to reimplement the exact same loader class that LLAlertDialog uses). This let me then initialize the URLLoader callback for LLToastAlertPanel, to fix this specific bug. Again... arghhh!! | |||
2009-11-06 | fix the Ext-2191 linux compile failure | Tofu Linden | |
min->llmin, max->llmax | |||
2009-11-05 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-05 | Ext-2191 - Put some limits on WLSkyDetail | Palmer | |
Reviewed by Mani | |||
2009-11-05 | merge | James Cook | |
2009-11-05 | EXT-2030 Accordion header needs to change graphic when selected/expanded | James Cook | |
New attribute header_image_expanded supplies background image. Reviewed with Leyla (last commit too) | |||
2009-11-05 | EXT-2241 layout of Preferences > Sound needs to be improved for I18N, ↵ | Erica | |
EXT-2276 Advanced water settings floater sliders spaced too tight | |||
2009-11-05 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-05 | Fix for DEV-39258. | Monroe Linden | |
When the amount of the texture that's being drawn by the plugin shrinks in either width or height, reallocate the texture (which clears it). | |||
2009-11-05 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-05 | EXT-2032 Accordion header title is black (hard to read) and cannot be ↵ | James Cook | |
configured in XUI XML Font and color can be set in accordion_tab.xml | |||
2009-11-05 | Don't print every Windlight param file loaded. | James Cook | |
2009-11-05 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-05 | Removed attributes that were causing parse errors. | Justin C. Rounds (Chuck) | |
2009-11-05 | merge | James Cook | |
2009-11-05 | Restore the media focus ring. This fixes DEV-42166. | Monroe Linden | |
Media focus is still tracked separately from LLSelectMgr (which was a change made during a refactor a while ago), but LLViewerMediaFocus now keeps LLSelectMgr updated with the current media focus when it changes. Added a special case for media focus to LLSelectMgr::deselectAllIfTooFar(), since it was making the focus ring not show up when media focus was on distant media. | |||
2009-11-05 | Only use ctrl-up/down for recently typed chat lines if chat field is empty. | James Cook | |
Otherwise it discards a typed line in progress. | |||
2009-11-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |