Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | Clean up some unused parameters noted in code review with Richard. | James Cook | |
2009-11-24 | Expose floater close, etc. button images in XML. | James Cook | |
Renamed EFloaterButtons to EFloaterButton Review with Richard pending | |||
2009-11-24 | Fixed double-semicolon. Last commit reviewed with Leyla. | James Cook | |
2009-11-24 | Fixed line editor right padding to work when left padding also assigned | James Cook | |
Eliminated UILineEditorHPad and added 2 px of padding to all custom line editors. EXT-1735 Show parcel property icons Review with Leyla pending | |||
2009-11-24 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | James Cook | |
2009-11-24 | Automated merge with ssh://angela@hg.lindenlab.com/james/gooey | angela | |
2009-11-24 | EXT-2780 allow_scroll = false in LLTextEditor will crash the viewer | angela | |
2009-11-23 | Add damage % text to nav bar, clip text entry to avoid overlapping icons | James Cook | |
Fixed includes of llmenugl.h / llnotifications.h Note: Clipping is incorrect, I think due to line editor bug. | |||
2009-11-23 | merge, manual conflict fix panel_bottomtray.xml, talk_button.xml, ↵ | James Cook | |
llfloaternearbymedia.cpp | |||
2009-11-23 | fix for infinite loop when doing /me emotes | richard | |
reviewed by Mark | |||
2009-11-23 | convert signals to allocate on demand in order to speed up widget construction | richard | |
reviewed by James | |||
2009-11-23 | EXT-2159 Create Vertical Slider to use for zoom in / out controls in view | angela | |
2009-11-20 | merge | Steve Bennetts | |
2009-11-20 | Implemented low task EXT-1153(FlatListView should support keyboard) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2009-11-20 | merge | James Cook | |
2009-11-20 | implemented low task (EXT-1476) Make layouts for Alert, Tip and Script ↵ | Dmitry Oleshko | |
notifications based on XML - made XML-files for the following controls on the panel for alert toasts: button, check box, icon and line editor. - changed creation of these controls in code: from XML vs. from Params in run-time - added getFont method to the LLCheckBox control --HG-- branch : product-engine | |||
2009-11-20 | merge | angela | |
2009-11-20 | Fix EXT-2645 Ensure link colors applied consistently to all text sources | angela | |
2009-11-19 | merge | Leyla Farazha | |
2009-11-19 | EXT-2490 Right click context menu for objects should include build tools | Leyla Farazha | |
EXT-2541 Help > Report Abuse screenshot not showing up EXT-2549 Crash on exit from mouse-look (Mini Map related) EXT-2548 Viewer freezes when going out of the mouselook while there are more than two floaters EXT-1983 [BSI] Trying to edit a script in a no mod object pops up script editor with "object out of range" reviewed by Richard | |||
2009-11-19 | fixed EXT-2515 "Docked floaters should be resizeable" | Alexei Arabadji | |
undock floater when user resize floater by resize bar; --HG-- branch : product-engine | |||
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-18 | merge | James Cook | |
2009-11-18 | merge | James Cook | |
2009-11-18 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-18 | related to EXT-2515 "Docked floaters should be resizeable" | Alexei Arabadji | |
avoid undock floater when resize initiated not by user --HG-- branch : product-engine | |||
2009-11-17 | merge | Steve Bennetts | |
2009-11-17 | merge | James Cook | |
2009-11-17 | EXT-2403 Object name, description now forced to be ASCII characters only | James Cook | |
Also fixes EXT-172, EXT-2399. Semantics now are: Object name, object desc, parcel name, region name, inventory item name all are ASCII only. Parcel desc allows arbitrary Unicode chars. Group names force ASCII only. Reviewed with Leyla | |||
2009-11-17 | merge | richard | |
2009-11-17 | Merge from product-engine | Steve Bennetts | |
2009-11-17 | merge | James Cook | |
2009-11-17 | Fix broken URL highlighting in local chat, broken in 5068 : ce08ac445035. ↵ | James Cook | |
Typo, not reviewed. | |||
2009-11-17 | fixed major EXT-2551 Nearby Chat undocs after minimizing and opening (being ↵ | Igor Borovkov | |
docked before) --HG-- branch : product-engine | |||
2009-11-17 | Merge from default branch. | Vadim Savchuk | |
Added missing trailing newline to fix Linux build. --HG-- branch : product-engine | |||
2009-11-17 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-17 | implemented EXT-2515 "Docked floaters should be resizeable"; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-17 | Completed major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
- added possibility to shrink/extend buttons (gestures, move, view) while resizing - I had to add LLLayoutStack::getPanelMinSize interface to validate width of Layout panels with these buttons --HG-- branch : product-engine | |||
2009-11-17 | undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵ | angela | |
font.style, font.name and font.size params for font creating | |||
2009-11-16 | Allow UI tooltips and "ambient inspector" tips to have different text colors | James Cook | |
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | James Cook | |
2009-11-17 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-16 | Eliminated redundant selection callback for LLComboBox (mSelectionCallback). | Steve Bennetts | |
2009-11-16 | merge | richard | |
2009-11-16 | EXT-772 Dropbox widget needs "pressed" state - currently shows wrong art | James Cook | |
Reviewed with Richard. | |||
2009-11-16 | Convert mForcePressedState to bool from BOOL | James Cook | |
2009-11-16 | fix of a normal bug (EXT-2448) [BSI] Notification toasts should resize when ↵ | Dmitry Oleshko | |
text is to long to be displayed A maximum number of characters for textbox/texteditor could be set only through XML. In case when a corresponding attribute was absent - the maximun number was set to 255, and there were no chance (no function) to change it. So in this fix such a function was added. --HG-- branch : product-engine | |||
2009-11-16 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-16 | fix chat format for /me | angela | |
2009-11-16 | fixed EXT-2402 "Clicking on notification item in the Message Well should bring | Alexei Arabadji | |
it to front" made LLToast and LLDockableFloater goes foreground on setVisible(TRUE); --HG-- branch : product-engine |