Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-10 | merge storm-97 | Tofu Linden | |
2010-09-10 | STORM-89 FIXED Undocked profile panels loses verb buttons after minimize/restore | Paul Guslisty | |
2010-09-10 | merge STORM-96 / STORM-92 (as part of vwr-20694). | Tofu Linden | |
2010-09-09 | automated merge | Loren Shih | |
2010-09-09 | dummy commit test | Loren Shih | |
2010-09-09 | VWR-22759 : port of SNOW-667, fix drop down mangled language spelling | Merov Linden | |
2010-09-09 | STORM-97 FIXED Fixed position of back button in Landmark info panel on width ↵ | Andrew Dyukov | |
resize Corrected "follows" attribute for button in xml. | |||
2010-09-09 | STORM-92 FIXED Avoid redundant visibility changes when attaching/detaching ↵ | Vadim Savchuk | |
side tray tabs. Also happens to fix STORM-96 (Empty space appears in the top of Home side panel after redocking). | |||
2010-09-09 | Pull from lindenlab/viewer-development | Merov Linden | |
2010-09-09 | STORM-94 FIXED Increased minimum width and height allowed for undocked panels. | Andrew Dyukov | |
Set minimum width of undocked panels to their width in sidetray (333). Minimum width was set to 440 to make sure expandable textbox in My Profile doesn't spread out from floater if it has maximum height. Reviewed by Vadim Savchuk. | |||
2010-09-09 | VWR-22052 FIX tons of processAvatarAppearance spam, may be flooding server | Nyx (Neal Orman) | |
Added a timeout so that we will only send this message a max of once a minute. Investigated cause of server not sending visual params with texture message, it appears it only happens if the sim cannot find the visual params to send. Not sure what causes that condition. Code reviewed by Seraph | |||
2010-09-09 | Automated merge with http://bitbucket.org/seraph/viewer-development-shining | Nyx (Neal Orman) | |
2010-09-09 | pull up from viewer-development | Loren Shih | |
2010-09-09 | CID-503 | Tofu Linden | |
Checker: REVERSE_INULL Function: LLOutfitsList::refreshList(const LLUUID &) File: /indra/newview/lloutfitslist.cpp | |||
2010-09-09 | merge backout. | Tofu Linden | |
2010-09-09 | Backed out changeset 1c8d9c22bf94 | Tofu Linden | |
2010-09-09 | CID-504 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLWearableItemTypeNameComparator::LLWearableTypeOrder::LLWearableTypeOrder() File: /indra/newview/llwearableitemslist.h | |||
2010-09-08 | automated merge | Loren Shih | |
2010-09-08 | automated merge | Loren Shih | |
2010-09-08 | dummy commit test | Loren Shih | |
2010-09-08 | merge | Brad Payne (Vir Linden) | |
2010-09-08 | merge | Dave Parks | |
2010-09-08 | merge | Brad Payne (Vir Linden) | |
2010-09-08 | dummy commit test | Loren Shih | |
2010-09-08 | TEST whitespace change to verify new repository is working | Nyx (Neal Orman) | |
2010-09-08 | dummy whitespace change | Brad Payne (Vir Linden) | |
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-08 | merge up from viewer-development | Loren Shih | |
2010-09-08 | automated merge | Loren Shih | |
2010-09-08 | VWR-22901 FIXED Backwards compatibility for multiattachments | Loren Shih | |
Better handling of invalid attachment points. You can now detach points that are incompatible with your viewer, versus having those permanently in the COF> | |||
2010-09-08 | merge | Tofu Linden | |
2010-09-08 | SNOW-606 FIX disable packaging of libuuid | Nyx (Neal Orman) | |
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad (transplanted from 06c4d6b5d67f6624d76b5a7f61021ef2d53f44b4) | |||
2010-09-07 | VWR-20713 SUPPLEMENTARY Double-click Teleport. Correct menu item label. | Aimee Linden | |
2010-09-07 | Merge | Aimee Linden | |
2010-09-07 | Automated merge with http://bitbucket.org/TheShining/viewer-development | Xiaohong Bao | |
2010-09-07 | Fix some build errors. | Tofu Linden | |
2010-09-07 | VWR-21253 MERGE Permission icons in the friends list | Aimee Linden | |
2010-09-07 | fix for VWR-22813: crash at [1] LLImageBase::allocateData(int) ↵ | Xiaohong Bao | |
[secondlife-bin llimage.cpp] | |||
2010-09-07 | automated merge from viewer-development | Loren Shih | |
2010-09-06 | VWR-22690 FIXED Implemented save/load of bottomtray button order. | Andrew Dyukov | |
- Added methods responsible for saving and loading order of buttons to bottomtray. Order is saved after each drag'n'drop to ensure user's customization of bottomtray is not lost because of crash. - Added additional argument to layoutstack movePanel() method which tells it to move panel to the beginning of mPanels vector without requiring a pointer to panel before which it should be inserted. Reviewed by Vadim Savchuk. | |||
2010-09-06 | VWR-20705 VWR-20706 FIXED Implemented drag'n'drop of buttons in bottomtray. | Andrew Dyukov | |
- Though visually user drags buttons, layout panels are really moved. To move one panel before other, new method movePanelBeforeOther() was added to layout stack. - When drag'n'drop is finished, order of panels in layout stack mToolbarStack is changed, and also order vectors are updated in bottomtray.These are vectors mButtonsProcessOrder and mButtonsOrder. mButtonsOrder was introduced in this changeset to store order of all bottomtray buttons that may change place via drag'n'drop and should save and load it between sessions. mButtonsProcessOrder is not enough for it because it contains only buttons that may be hidden(and for example Speak button is not included in it). - To pass mouse events from buttons to bottomtray, new class LLBottomtrayButton was added (and new widget bottomtray_button for it). Reviewed by Vadim Savchuk. | |||
2010-09-06 | merge for several of VWR-20694's subtasks. | Tofu Linden | |
2010-09-06 | VWR-20696 ADDITIONAL FIX Added and made use of new dock/undock icons. | Vadim Savchuk | |
2010-09-06 | SRCH-465 Classifieds titles and descriptions are too long. | Tofu Linden | |
2010-09-06 | merge Ardy Lay's VWR-19499 / SNOW-652 fix. | Tofu Linden | |
2010-09-05 | re-merged VWR-20583 | Boroondas Gupte | |
2010-09-04 | VWR-22113 FOLLOWUP fixed indentation | Boroondas Gupte | |
... and changed jira issue ID in comment to the current one | |||
2010-09-04 | integrate patch from VWR-22113 'crash hunters - crash, possibly on exit when ↵ | Tofu Linden | |
disconnected' | |||
2010-09-04 | merge for VWR-20974 | Tofu Linden | |
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. |