Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-07 | tag merge of DRTVWR-315 | Oz Linden | |
2013-05-07 | tag merge of DRTVWR-316 | Oz Linden | |
2013-05-06 | Pull merge from viewer-fbc | Merov Linden | |
2013-05-06 | Pull merge from viewer-fbc | Merov Linden | |
2013-05-06 | ACME-275 : Fixed! Filtering on FB list works (tested with simulated data ↵ | Merov Linden | |
only so far) | |||
2013-05-06 | ACME-341 Hide the avatar icon and use the FB icon instead: Adjusted ↵ | Gilbert Gonzales | |
positioning of facebook icon to better match spec. | |||
2013-05-06 | ACME-340 Get facebook icon from spec and add to viewer: Added a facebook ↵ | Gilbert Gonzales | |
icon and the icon appears only for the 'Invite people you know to SL' tab. | |||
2013-05-06 | MAINT-2657 Fix (speculative) for Crash in LLAudioEngine_FMODEX::shutdown() | callum_linden | |
2013-05-06 | ACME-338 Hide info button for FB only friends: Upon hover of FB only friends ↵ | Gilbert Gonzales | |
the info button and profile button are hidden. | |||
2013-05-06 | ACME-326 Populate the list with FB users who use SL but are not yet SL ↵ | Gilbert Gonzales | |
friends: Code cleanup | |||
2013-05-06 | ACME-326 Populate the list with FB users who use SL but are not yet SL ↵ | Gilbert Gonzales | |
friends: Code cleanup | |||
2013-05-03 | ACME-275 : WIP : Filtering | Merov Linden | |
2013-05-03 | ACME-326 Add ‘connect to facebook’ on menu bar with functionality: Now ↵ | Gilbert Gonzales | |
the 'SL residents you may want to friend' folder is populated only with FB+SL users who are not yet friends. | |||
2013-05-03 | MAINT-2655: "Block button in permissions dialog prompt does not block object" | Kelly Washington | |
* Fix mute button. | |||
2013-05-03 | merge | Kelly Washington | |
2013-05-03 | ACME-324 Populate list with FB only friends: When clicking the '+' button FB ↵ | Gilbert Gonzales | |
only friends will appear in the second tab titled 'Invite people you know to SL'. | |||
2013-05-03 | MAINT-2646 Viewer should neither grant nor display prompts for unimplemented ↵ | Kelly Washington | |
LSL permissions * Switch mute to use task id. reviewed with Simon | |||
2013-05-03 | ACME-323 Create a tab for 'Invite people you know to SL': FBC Test Two tabs ↵ | Gilbert Gonzales | |
are now named to match UX spec. Also created a function called createPersonTabs() which simplifies tab creation. The LLPersonFolderView is being turned into the tab manager. | |||
2013-05-02 | Pull from viewer-fbc | Merov Linden | |
2013-05-02 | CHUI-275 : WIP : Cleaned up comments | Merov Linden | |
2013-05-03 | MAINT-2646 Viewer should neither grant nor display prompts for unimplemented ↵ | Kelly Washington | |
LSL permissions * Change text of dialog * Add callback for mute button reviewed with Richard and Widely. | |||
2013-05-02 | ACME-306 : Pull merge from viewer-chui | Merov Linden | |
2013-05-02 | merge | Gilbert Gonzales | |
2013-05-02 | ACME-307 Fix crash when clicking profile button: The crash was caused by ↵ | Gilbert Gonzales | |
existing code which was taking the last focused element and assuming it was a pointer to a LLUICtrl. Now assume the pointer is of type LLView since there is not need to have it as a LLUICtrl pointer. | |||
2013-05-02 | Pull merge from viewer-fbc | Merov Linden | |
2013-05-02 | ACME-275 : WIP : Implemented filter(), still arrange() not done timely, ↵ | Merov Linden | |
tweaked test values to allow test of sort and filter | |||
2013-05-02 | Pull from viewer-release | Merov Linden | |
2013-05-01 | merge | Cho | |
2013-05-01 | made secondlife:///app/fbc/connect avoid 'the slurl you click on is not ↵ | Cho | |
supported' messages | |||
2013-05-01 | Added tag 3.5.2-beta2 for changeset 509b97acc4ca | Oz Linden | |
2013-05-01 | MAINT-2629: limit stream searches to prevent hangs on bad streams | callum | |
2013-04-30 | merge | Gilbert Gonzales | |
2013-04-30 | ACME-252 Create AvatarFolderItemView: Fixed focusing issue when hovering ↵ | Gilbert Gonzales | |
over a people view and then selected an icon. Now when selecting the icon upon hover the corresponding people view will be selected as well. | |||
2013-04-30 | Pull from viewer-fbc | Merov Linden | |
2013-04-30 | ACME-275 : WIP : Write all LLPersonViewerFilter methods and clean up interface | Merov Linden | |
2013-04-30 | MAINT-2646 Viewer should neither grant nor display prompts for unimplemented ↵ | Kelly Washington | |
LSL permissions * Add the newer run time permissions to the viewer * Filter requested permissions by those the viewer knows about * Show a dialog indicating unknown permissions were requested and a new viewer will be needed to grant them. reviewed with Simon and Soft | |||
2013-04-30 | ACME-252 Create AvatarFolderItemView: Slight xml change for person view to ↵ | Gilbert Gonzales | |
make the profile button display lower. | |||
2013-04-30 | ACME-252 Create AvatarFolderItemView: Now the people view shows both the ↵ | Gilbert Gonzales | |
facebook name and the SL name (assuming this connection exists). | |||
2013-04-30 | ACME-252 Create AvatarFolderItemView: Now clicking the profile button and ↵ | Gilbert Gonzales | |
info button will show a facebook user's SL profile or info respectively. | |||
2013-04-30 | ACME-252 Create AvatarFolderItemView: Optimization. Now the widths for the ↵ | Gilbert Gonzales | |
personview are computed once and stored staticically since they don't change per control. | |||
2013-04-30 | MAINT-2640 Fix for Wrong name of the checkbox Pathfinding view/test floater. | callum_linden | |
2013-04-30 | Override default channel from buildscripts project | Oz Linden | |
2013-04-30 | merge | Gilbert Gonzales | |
2013-04-30 | merge | Gilbert Gonzales | |
2013-04-30 | merge changes for CHOP-913 | Oz Linden | |
2013-04-29 | Pull from viewer-fbc | Merov Linden | |
2013-04-29 | ACME-275 : WIP : Starting to write the LLPersonViewerFilter code | Merov Linden | |
2013-04-29 | ACME-252 Create AvatarFolderItemView: Now mouse over of peopleview items ↵ | Gilbert Gonzales | |
show the info button and profile button. | |||
2013-04-30 | updated to grab FB URLs from server | Cho | |
2013-04-29 | ACME-252 Create AvatarFolderItemView: Now the personview contains all icons ↵ | Gilbert Gonzales | |
that the avatarlistitem view contains. |