Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-10 | STORM-93 FIXED Added Take Off function to the gear menu and implemented this ↵ | Paul Guslisty | |
functionality using helper methods: canTakeOffSelected() - checking whether selected item(s) can be taken off hasItemSelected() - checking whether any item selected getSelectedItemsUUIDs() - returns selected items ids | |||
2010-09-10 | Merge | Aimee Linden | |
2010-09-10 | VWR-21253 SUPPLEMENTARY Permission icons in the friends list | Aimee Linden | |
Incorporate code review feedback. | |||
2010-09-09 | Hmm, the automated backout missed a bit (SNOW-606 fallout). Hopefully this ↵ | Tofu Linden | |
is the magic sauce. | |||
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 | merge backout. | Tofu Linden | |
2010-09-09 | Backed out changeset dfb1d2c23122 | Tofu Linden | |
2010-09-09 | CID-504 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLWearableItemTypeNameComparator::LLWearableTypeOrder::LLWearableTypeOrder() File: /indra/newview/llwearableitemslist.h | |||
2010-09-09 | slightly lame robustification for: | Tofu Linden | |
CID-507 Checker: REVERSE_INULL Function: LLVorbisDecodeState::initDecode() File: /indra/llaudio/llaudiodecodemgr.cpp | |||
2010-09-09 | CID-508 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFloaterView::LLFloaterView(const LLFloaterView::Params &) File: /indra/llui/llfloater.cpp | |||
2010-09-09 | Massage the SNOW-606 fix to try to make everything (incl. our build ↵ | Tofu Linden | |
machine...) happy. | |||
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 | Fix some build errors. | Tofu Linden | |
2010-09-07 | VWR-21253 MERGE Permission icons in the friends list | Aimee Linden | |
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-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. | |||
2010-09-03 | vwr-20945 - make menu bar blue when using a project viewer | Kent Quirk | |
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 | contrib file update for vwr-19505 | Tofu Linden | |
2010-09-03 | Merge Zai Lynch's http://bitbucket.org/ZaiLynch/vwr-19505 | Tofu Linden | |
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-02 | merge for VWR-1852 VWR-8726 VWR-4232 VWR-22752 | Tofu Linden | |
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 | Merge | Aimee Linden | |
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-09-01 | merge for VWR-22700 'As an engineer, I want to see unit test execution ↵ | Tofu Linden | |
results in TeamCity build results, so that I have instant feedback into test results as builds are executed, and so that I can provide visibility into unit tests that I add to the code base.' | |||
2010-09-01 | some follow-up for VWR-17801. | Tofu Linden | |
2010-09-01 | VWR-17801 Wrong submenu character when you right click on yourself | Tofu Linden | |
Patch by jonathan yap. | |||
2010-09-01 | VWR-22454 (EXT-8248) MERGE Can't teleport multiple friends | Aimee Linden | |
2010-09-01 | merge VWR-22724 FIXED Clicking an attachment switched the Add More inventory ↵ | Tofu Linden | |
to Flat view | |||
2010-09-01 | merge VWR-22723 Add More category picker defaults whenever a clothing item ↵ | Tofu Linden | |
is removed | |||
2010-09-01 | merge: VWR-22280 FIXED Add "language" parameter to all XMLRPC call (Buy L$ ↵ | Tofu Linden | |
and Buy Land). | |||
2010-09-01 | merge VWR-20926 'Enable sidebar to track detaching/attaching tabs' | Tofu Linden | |
2010-09-01 | VWR-13221 (SNOW-188) SUPPLEMENTARY Allow panning of the minimap | Aimee Linden | |
Fix Linux build. |