Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-13 | merge from viewer-release | Tofu Linden | |
2010-08-13 | merge from PE's viewer-release | Tofu Linden | |
2010-08-13 | merge from PE's viewer-release | Tofu Linden | |
2010-08-13 | merge | Tofu Linden | |
2010-08-13 | merge | Tofu Linden | |
2010-08-13 | trivial comment changes while I was in this code. | Tofu Linden | |
2010-08-13 | trivial comment changes while I was in this code. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-13 | add shamap for converting from private repos | Oz Linden | |
2010-08-13 | update tags | convert-repo | |
2010-08-12 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-12 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-12 | Fix for EXT-8578: Blurry image in profile never resolves - texture queue ↵ | Xiaohong Bao | |
problem? | |||
2010-08-12 | Fix for EXT-8578: Blurry image in profile never resolves - texture queue ↵ | Xiaohong Bao | |
problem? | |||
2010-08-12 | correct license tags from "internal" to "viewergpl" | Oz Linden | |
2010-08-12 | added newline at end | Richard Linden | |
2010-08-12 | fixed move hint always showing up immediately | Richard Linden | |
2010-08-12 | added remaining hints and fade in/fade out behavior | Richard Linden | |
2010-08-12 | Vertex buffer cleanup, adding water shader to simple rigged attachments. | Dave Parks | |
Reviewed by Nyx. | |||
2010-08-12 | Make it possible to set a face to 100% transparent without scripts or other ↵ | Dave Parks | |
hackery. | |||
2010-08-12 | Pulled "dessie/viewer-release" into "dessie/viewer-public". | Christian Goetze (CG) | |
2010-08-12 | Pulled "dessie/viewer-release" into "dessie/viewer-public". | Christian Goetze (CG) | |
2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
2010-08-12 | Automated merge with http://10.1.4.28:8000/ | Richard Linden | |
2010-08-12 | remaining hints defined | Richard Linden | |
2010-08-12 | forgot yet another file | Richard Nelson | |
2010-08-12 | Automated merge with http://10.1.4.28:8000/ | Richard Linden | |
2010-08-12 | forgot another file | Richard Nelson | |
2010-08-12 | Automated merge with http://10.1.4.28:8000/ | Richard Linden | |
2010-08-12 | forgot some files | Richard Nelson | |
2010-08-12 | merge | Richard Linden | |
2010-08-12 | first pass at hints | Richard Nelson | |
2010-08-12 | Make rigged attachments respect "Show me in mouselook" option. | Dave Parks | |
2010-08-12 | DEV-52580 WIP: disallow multiple links to the same attachment in ↵ | Brad Payne (Vir Linden) | |
updateAppearanceFromCOF() | |||
2010-08-12 | DEV-52580 WIP: disallow multiple links to the same attachment in ↵ | Brad Payne (Vir Linden) | |
updateAppearanceFromCOF() | |||
2010-08-12 | Change license on lllogin_test.cpp to allow it to be exported. | Aimee Linden | |
Set to viewergpl for now. | |||
2010-08-12 | Remove dependency on viewer_components/eventhost | Aimee Linden | |
2010-08-12 | merge from viewer-release | Tofu Linden | |
2010-08-12 | merge from viewer-release | Tofu Linden | |
2010-08-12 | Fix a bunch of typos in new enums, one of which was causing a build failure. | Tofu Linden | |
2010-08-12 | Fix a bunch of typos in new enums, one of which was causing a build failure. | Tofu Linden | |
2010-08-12 | EXT-8473 FIXED Fixed renaming inventory items without hitting Enter. | Vadim Savchuk | |
Problem: The bug was caused by the fix of EXT-6682 that prematurely forgets the item being renamed (by resetting mRenameItem) whenever the renamer input field loses focus. That's why we couldn't actually finish renaming item. Fix: The code is quite messy, but I'll try to explain. There are three cases when we should hide the renamer: 1) ESC key is hit (just hide). 2) ENTER key is hit (rename, then hide). 3) renamer loses focus (rename, then hide). In the first two cases we manually remove the renamer from the popups list -- by calling gViewerWindow->removePopup(mRenamer). In the third case that's done automatically. So, in all cases the onRenamerLost() pop-up is called that hides the renamer and only *then* resets mRenameItem. Not only this approach fixes the bug -- I hope it's a bit more straightforward too. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/854/ --HG-- branch : product-engine | |||
2010-08-12 | EXT-8473 FIXED Fixed renaming inventory items without hitting Enter. | Vadim Savchuk | |
Problem: The bug was caused by the fix of EXT-6682 that prematurely forgets the item being renamed (by resetting mRenameItem) whenever the renamer input field loses focus. That's why we couldn't actually finish renaming item. Fix: The code is quite messy, but I'll try to explain. There are three cases when we should hide the renamer: 1) ESC key is hit (just hide). 2) ENTER key is hit (rename, then hide). 3) renamer loses focus (rename, then hide). In the first two cases we manually remove the renamer from the popups list -- by calling gViewerWindow->removePopup(mRenamer). In the third case that's done automatically. So, in all cases the onRenamerLost() pop-up is called that hides the renamer and only *then* resets mRenameItem. Not only this approach fixes the bug -- I hope it's a bit more straightforward too. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/854/ --HG-- branch : product-engine | |||
2010-08-12 | EXT-8629 FIXED Enable the Wear button in My Outfits for outfits that are ↵ | Vadim Savchuk | |
subsets of the current outfit. We allowed wearing any outfit that contains non-worn items. Now it appears to be wrong, therefore and I changed condition so that we allow wearing any outfit (or folder) that contains the full set of body parts. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/855/ --HG-- branch : product-engine | |||
2010-08-12 | EXT-8629 FIXED Enable the Wear button in My Outfits for outfits that are ↵ | Vadim Savchuk | |
subsets of the current outfit. We allowed wearing any outfit that contains non-worn items. Now it appears to be wrong, therefore and I changed condition so that we allow wearing any outfit (or folder) that contains the full set of body parts. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/855/ --HG-- branch : product-engine | |||
2010-08-12 | EXT-8589 FIXED Nothing happens if choose 'Invite to Group' from avatar's 3D ↵ | Tofu Linden | |
context menu The groups-chooser was auto-closing when the IW selection was lost, which in the case of right-clicking on (other) avatars is immediately. The 'hg blame' is lost in merge-fubarism so I can't track why this behaviour was ever introduced, but I can think or (or find) no reason to autoclose in this case - the groups picker dialog doesn't even use the current selection, let alone care if it's lost. | |||
2010-08-12 | EXT-8589 FIXED Nothing happens if choose 'Invite to Group' from avatar's 3D ↵ | Tofu Linden | |
context menu The groups-chooser was auto-closing when the IW selection was lost, which in the case of right-clicking on (other) avatars is immediately. The 'hg blame' is lost in merge-fubarism so I can't track why this behaviour was ever introduced, but I can think or (or find) no reason to autoclose in this case - the groups picker dialog doesn't even use the current selection, let alone care if it's lost. |