Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-16 | deprecated text_enabled_color and text_disabled_color from LLCheckBoxCtrl in ↵ | Richard Linden | |
favor of label_text.text_color and label_text.text_readonly_color, respectively | |||
2010-09-16 | streamlined llsd serialization logic of param blocks | Richard Linden | |
2010-09-16 | made LLView::getUseBoundingRect() const and used it internally | Richard Linden | |
2010-09-16 | refactored notification template into own header file | Richard Linden | |
2010-09-14 | finished notifications param block parsing logic | Richard Linden | |
2010-09-14 | implemented param block -> LLSD serialization | Richard Linden | |
2010-09-14 | converted notifications.xml to paramblock parsing for easier reuse and extension | Richard Nelson | |
2010-09-13 | STORM-101 FIXED Moved floater settings (rect, visibility, docked state) to ↵ | Vadim Savchuk | |
account-specific XML file. The settings are now stored to settings_per_account.xml. This change affects all floaters having save_rect/save_visibility/save_dock_state params set to "true", not just detached sidebar tabs as the ticket requests. | |||
2010-09-09 | DEV-53015 FIX Volume slider disappears when sliding on ↵ | Richard Linden | |
panel_prim_media_controls.xml | |||
2010-10-06 | Rolling back 28f52b3d2e3d : optimizations in button rendering | Merov Linden | |
2010-10-06 | Backed out changeset 28f52b3d2e3d (optimizations in button rendering). | Merov Linden | |
2010-09-09 | DEV-53015 FIX Volume slider disappears when sliding on ↵ | Richard Linden | |
panel_prim_media_controls.xml | |||
2010-09-09 | Merge | Richard Linden | |
2010-09-09 | Backed out changeset: 28f52b3d2e3d | Richard Linden | |
2010-09-09 | CID-508 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFloaterView::LLFloaterView(const LLFloaterView::Params &) File: /indra/llui/llfloater.cpp | |||
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-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
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-02 | merged VWR-20583 | Boroondas Gupte | |
2010-09-02 | VWR-20583 FIXED submenu indicators (▶ a.k.a. U+25B6) shouldn't be hard-coded | Boroondas Gupte | |
in context menu sub menu names Use the same mechanism for adding the triangle in LLContextMenuBranch as is already used in LLMenuItemBranchGL. As a bonus, the triangles will be nicely right-aligned, just as in the main menu. Remaining hard-coded triangles all are in indra/newview/skins/default/xui/*/panel_voice_effect.xml. | |||
2010-09-01 | VWR-21127 WIP Implemented saving position and dimensions of detached sidebar ↵ | Vadim Savchuk | |
tabs. Reviewed by Sergey Litovchuk. | |||
2010-09-01 | some follow-up for VWR-17801. | Tofu Linden | |
2010-08-31 | VWR-22162 FIXED 'I can't add negative signs to TWIST in Edit Mode' | Tofu Linden | |
Probably a regression from the prevalidator rework - was enforcing non-negative int when precision=0 (i.e. non-float), should have been enforcing only full int range. | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-26 | merge | Richard Linden | |
2010-08-26 | Automated merge with ssh://richard@hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2010-08-26 | made layoutstack orientation mandatory | Richard Linden | |
2010-08-26 | Fix another mac build error. | Monroe Linden | |
2010-08-26 | Fix for a mac build error. | Monroe Linden | |
2010-08-25 | fixed regressions from changing layout panel to be a derived widget class | Richard Linden | |
2010-08-25 | fix for line editor history not moving cursor to end | Richard Linden | |
2010-08-25 | merge | Tofu Linden | |
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 | removed LLLayoutStack::fromXML custom xml parsing | Richard Nelson | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | merge | Richard Nelson | |
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 | |
2010-08-23 | merge | Richard Linden | |
2010-08-23 | fix for gcc | Richard Nelson | |
2010-08-23 | made Params parsers not act as singletons | Richard Nelson | |
2010-08-23 | VWR-20899 FIXED Minor potential memory leak in LLFlatListView::addItem | Aimee Linden | |
2010-08-20 | removed unused template function | Richard Nelson | |
2010-08-20 | merge | Richard Nelson | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface | |||
2010-08-19 | made favorites button tooltips override parent generic tooltip more consistently | Richard Linden | |
2010-08-18 | fix for occasional crash when dismissing hint | Richard Linden | |