Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-24 | CHUI-106 FIX Notifications like Friends online are shown in local chat ↵ | Richard Linden | |
history - no toast given if chat history is open | |||
2012-04-17 | CHUI-86 WIP Investigate voice-dot with name tag integration | Richard Linden | |
fixed bad parameters in draw3d...name tags should display properly now | |||
2012-04-17 | fixed build | Richard Linden | |
2012-04-17 | CHUI-86 WIP Investigate voice-dot with name tag integration | Richard Linden | |
added draw3D to LLUIImage to encapsulate display of image in projective 3D space | |||
2012-04-14 | CHU-78 WIP Subtle cleanup. | Vadim ProductEngine | |
2012-04-14 | CHUI-78 WIP Minor cleanup. | Vadim ProductEngine | |
2012-04-15 | attempted fix for gcc | Richard Linden | |
2012-04-13 | fixed build | Richard Linden | |
all param values now support named values uniformly | |||
2012-04-13 | renamed Lazy to Atomic | Richard Linden | |
2012-04-12 | fixed UI not working at all due to bad param blocks | Richard Linden | |
2012-04-12 | fixed broken unit tests | Richard Linden | |
2012-04-11 | merge | Richard Linden | |
2012-04-06 | further LLInitParam cleanup | Richard Linden | |
changed bool template parameter to IS_BLOCK and NOT_BLOCK types moved addParam to BlockDescriptor moved init outside of param element constructors for faster construction | |||
2012-04-05 | CHUI-78 WIP Added drop-down menus and connected callbacks to the new ↵ | Vadim ProductEngine | |
view/sort/add/remove buttons. | |||
2012-04-05 | CHUI-78 WIP Enabled LLMenuButton to manage its menu's lifetime. | Vadim ProductEngine | |
2012-04-05 | CHUI-78 WIP Renamamed menu_button.position XUI attribute to menu_position ↵ | Vadim ProductEngine | |
for consistency with menu_filename. | |||
2012-04-04 | CHUI-78 WIP Fixed parsing of menu_button.menu_position XUI parameter. | Vadim ProductEngine | |
2012-03-30 | CHUI-51 WIP notifications routing code cleanup | Richard Linden | |
object inventory offers don't increment system menu count added customizable merging behavior for duplicate "unique" notifications fixed overeager notification channels | |||
2012-03-29 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 2, removal of extraneous signaling in favor of llnotificationchannels made notificationchannels work better with overrides and lifetime managed by creator | |||
2012-03-27 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 1, removal of most of llnotificationhandler | |||
2012-01-19 | made layoutPanels have constant user_resize and auto_resize attributes | Richard Linden | |
2012-01-19 | EXP-1824 FIX Received Items panel does not collapse correct when Height of ↵ | Richard Linden | |
panel is maximized in Inventory window | |||
2012-01-18 | Fix a Linux compilation failure | Merov Linden | |
2012-01-18 | EXP-1812 FIX Cannot resize location bar / favorites in top navigation bar in ↵ | Richard Linden | |
viewer | |||
2012-01-17 | EXP-1809 FIX Buttons in right toolbar clipped and can be out of position | Richard Linden | |
2012-01-17 | EXP-1810 FIX Cannot resize Received items panel in Inventory window | Richard Linden | |
2012-01-17 | fix for crash in assert when programmatically toggling user resize | Richard Linden | |
2012-01-17 | Merge with viewer-dd, attempt #1 | Leslie Linden | |
2012-01-17 | EXP-1758 : Fix crash on login on Mac (bad pointer reference). Might need ↵ | Merov Linden | |
more work if the intent was to always get that pointer. | |||
2012-01-16 | Fix Mac build issue | Merov Linden | |
2012-01-16 | EXP-1758 WIP Progress spinner not shown during merketplace synch if Merchant ↵ | Richard Linden | |
Outbox floater was previously minimized rewrote layout_stack resizing logic to be symmetrical | |||
2012-01-12 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-01-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-01-12 | Merge with latest from viewer-experience | Leslie Linden | |
2012-01-11 | EXP-1549 : Disable the Remove button menu item in the toolbar contextual ↵ | Merov Linden | |
menu if no button clicked | |||
2012-01-11 | assert for updating views while drawing was too aggressive | Richard Linden | |
made assert match actual error condition for list iterators reviewed by Leslie | |||
2012-01-09 | Merge from viewer-development | Leslie Linden | |
2012-01-08 | merge changes for vmrg-213 | Oz Linden | |
2012-01-06 | Looking for better fix to EXP-1693 - date localization | Richard Linden | |
Backed out changeset: 4f3024e9d629 | |||
2012-01-05 | Latest from viewer-experience | Leslie Linden | |
2012-01-04 | Modified CRASH assert to not occur in release mode per Richard | Leslie Linden | |
2012-01-04 | Merge from viewer-experience | Leslie Linden | |
2012-01-04 | merge changes for storm-1708 | Oz Linden | |
2012-01-03 | EXP-1512 FIX changing UI size changes cursor position in notecards | Richard Linden | |
fixed case where adding text between 2 consecutive newlines created gibberish | |||
2012-01-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-01-03 | use lazy deletion of views via die() method to avoid some potential crashes | Richard Linden | |
2011-12-21 | EXP-1693 FIXED the date localization in Item Profile window, Voice Morphs ↵ | Seth ProductEngine | |
window and in scroll list widget in general. - Added a customizable date format string to be used for scroll list cell of "date" type. - The date localization does not change the value of a scroll list cell changing only its string representation. - Added using localized week days and month names from strings.xml for all locales not only Ja and Pl as it was before. - Changed the date format in Item Profile window (French locale) as noted in the issue description. - For this fix the French locale still needs the localization of the following strings in strings.xml: <string name="dateTimeWeekdaysNames"> <string name="dateTimeWeekdaysShortNames"> <string name="dateTimeMonthNames"> <string name="dateTimeMonthShortNames"> <string name="dateTimeDayFormat"> <string name="dateTimeAM"> <string name="dateTimePM"> | |||
2011-12-16 | Merge from viewer-experience | Leslie Linden | |
2011-12-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-13 | EXP-1551 FIX Ability to toggle button flashing | Richard Linden | |
added "EnableButtonFlashing" setting |