Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-08 | VWR-22891 FIXED Fixed inability to share an item while My Inventory SP is ↵ | Vadim Savchuk | |
undocked. All detached side tray tabs are now wrapped with LLFloaterSideTrayTab that adds them as exceptions to LLTransientFloaterMgr, i.e. as views clicking on which doesn't hide transient floaters. | |||
2010-09-06 | VWR-20696 ADDITIONAL FIX Added and made use of new dock/undock icons. | Vadim Savchuk | |
2010-09-04 | VWR-21585 FIXED My Inventory and My Appearance side panels layout to support ↵ | Sergei Litovchuk | |
horizontal resizing. Added minimal width for detached side panel floater. | |||
2010-09-03 | VWR-20696 ADDITIONAL FIX Fixed broken buttons in detached sidebar panels. | Vadim Savchuk | |
Buttons belonging items of some FlatListView instances didn't work (i.e. click on them didn't invoke the callback) if the list was inside a detached sidebar tab. I'm working around that by a simple XML fix (disabled focusing the broken buttons), but the issue needs further investigation. Affected panels: avatar list, group list, teleport history. Reviewed by Sergey Litovchuk | |||
2010-09-03 | VWR-21585 WIP Added support of horizontal resizing for Home, Me, People and ↵ | Paul Guslisty | |
Places tabs | |||
2010-09-03 | VWR-21060 FIXED creating dummy widget in Side Tray when attempting to get a ↵ | Sergei Litovchuk | |
detached tab. | |||
2010-09-03 | VWR-21127 FIXED Implemented restoring sidebar tabs that were detached in ↵ | Vadim Savchuk | |
previous session. It is now possible to detach some sidebar tabs, exit the viewer, login again and see those tabs still detached. Also fixed incorrect saving of tabs dimensions implemented in the previous commit (766d6e749836). Reviewed by Sergey Litovchuk | |||
2010-09-03 | VWR-21060 FIXED showing the panel in detached tab if it was in minimized ↵ | Sergei Litovchuk | |
state and was called via keyboard shortcut. | |||
2010-09-02 | VWR-20696 ADDITIONAL FIX Fix dock/undock button image changing depending on ↵ | Sergei Litovchuk | |
tab state. | |||
2010-09-01 | VWR-20696 ADDITIONAL FIX Added calling onOpen() for tabs being undocked. | Sergei Litovchuk | |
Reviewed by Vadim Savchuk. | |||
2010-09-01 | VWR-21127 WIP Implemented saving position and dimensions of detached sidebar ↵ | Vadim Savchuk | |
tabs. Reviewed by Sergey Litovchuk. | |||
2010-09-01 | VWR-21060 FIXED opening side tray tabs via shortcut, menu item or button ↵ | Sergei Litovchuk | |
outside of Side Tray. Reviewed by Vadim Savchuk. | |||
2010-08-30 | VWR-20970 FIXED Added SideTrayButton class to handle mouse hover events to ↵ | Sergei Litovchuk | |
"tear off" Side Tray tabs. | |||
2010-08-27 | VWR-20926 FIXED Fixed displaying the fake "Sidebar Toggle" tab when you ↵ | Vadim Savchuk | |
detach all sidebar tabs. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/880/ | |||
2010-08-27 | VWR-20696, VWR-20697 FIXED Fixed selecting re-docked tab and toggling its ↵ | Sergei Litovchuk | |
tag button state. Minor optimization of Side Tray expanding/collapsing upon toggling tab docked/undocked. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/879/. | |||
2010-08-27 | VWR-20926 WIP Enabled sidebar to track detaching/attaching tabs. | Vadim Savchuk | |
TODO: Sometimes wrong tab gets selected after attaching/detaching. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/878/ | |||
2010-08-26 | VWR-20696, VWR-20697 WIP Added undocking/redocking tabs from Side Tray. | Sergei Litovchuk | |
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/877/. | |||
2010-08-31 | Fix double definition of create_jump_keys="true" introduced in the fix for ↵ | Aimee Linden | |
VWR-20724 to pass coding policy check. | |||
2010-08-31 | Merge | Aimee Linden | |
2010-08-30 | Automated merge with ↵ | Oz Linden | |
http://bitbucket.org/aleric/viewer-development-aleric-export | |||
2010-08-29 | pull changes for EXT-8668 and EXT-7901 | Oz Linden | |
2010-08-29 | merge up to latest viewer-development | Oz Linden | |
2010-08-27 | merge | Tofu Linden | |
2010-08-27 | Sync with viewer-development | Merov Linden | |
2010-08-27 | SNOW-766: Add a 'printbuilddirs' command to develop.py | Aleric Inglewood | |
2010-08-27 | Sync with viewer-development | Merov Linden | |
2010-08-26 | Sync with viewer-development | Merov Linden | |
2010-08-26 | VWR-20946 : fix erroneous error message (broken window...) | Merov Linden | |
2010-08-26 | VWR-20946 : fix the viewer manifest script to take the new kdu lib name into ↵ | Merov Linden | |
account | |||
2010-08-26 | Remove redundant panel_classified.xml XUI file. | Aimee Linden | |
2010-08-26 | re-merge change from Thickbrick (minor collisions with changes from ↵ | Oz Linden | |
viewer-public merge) | |||
2010-08-26 | EXT-8727 FIXED Potential fix for a crash in ↵ | Vadim Savchuk | |
LLAppearanceMgr::updateClothingOrderingInfo. I couldn't reproduce the problem (it has happened for only two users, both running MacOSX), but from what I see in the logs, it might have been caused by (or related to) NULL COF items. I haven't found out how they appear nor what exactly causes the crash, but just for any case I added a check to make sure we don't try to update wearables ordering info for such items. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/876/ --HG-- branch : product-engine | |||
2010-08-26 | Manual merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-26 | lame-but-effective workaround for self-editing UI bug, until the right fix ↵ | Tofu Linden | |
is ready. | |||
2010-08-26 | re-merge viewer-public. has a rough edge or two, but this is closer to the ↵ | Tofu Linden | |
snowglobe2.1 and viewer2.2 code, and beats people re-applying their viewer-public changes piecemeal while waiting for this to land. | |||
2010-08-26 | EXT-7901 FIXED: Follow up fix to remove short-term hack. | Lynx Linden | |
As advertized, I have removed the short-term hack that I put in place to make release note URLs work. I have now put in place a more general and correct solution. The key observeration from Roxie is that SLE SLurls should have the same hostname as the grid host. So now, URLs like http://google.com/app are no longer categorized as a SLurl and produce errors when you click on them. | |||
2010-08-25 | Sync with viewer-development | Merov Linden | |
2010-08-25 | Sync with viewer-development | Merov Linden | |
2010-08-25 | VWR-20710 : Sit anywhere, port of SG2.x SNOW-610 patch | Merov Linden | |
2010-08-25 | merge | Tofu Linden | |
2010-08-25 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-25 | EXT-8398/EXT-8300 FIXED Avatar icons displaced from SLURL profile links | Aimee Linden | |
Icon was being inserted before any text preceding the link. Reviewed by Richard. | |||
2010-08-24 | merge | Mark Palange (Mani) | |
2010-08-24 | merge | Mark Palange (Mani) | |
2010-08-24 | Suppress llkdu target on Windows build, re-enable manifest check for llkdu.dll | Merov Linden | |
2010-08-24 | Sync with viewer-development | Merov Linden | |
2010-08-24 | Modified llkdu pointer for all platforms, cleaned up unused kdu-binaries ↵ | Merov Linden | |
references, fixed llkdu cmake to simply point to lib and build | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |