Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-13 | CHUI-743 FIXED CHUI viewer ignores pre chui users Privacy settings to not ↵ | maksymsproductengine | |
keep IM logs and nearby chat logs | |||
2013-02-06 | CHUI-744 FIXED KeepConversationLogTranscripts setting is moved to ↵ | Mnikolenko ProductEngine | |
settings_per_account.xml | |||
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-24 | CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tab | maksymsproductengine | |
2013-01-16 | CHUI-683 : Default sort order for Blocked was wrong, unrecognized value was ↵ | Merov Linden | |
not tested. | |||
2013-01-16 | MAINT-2242 Fix for shader compilation errors on Intel HD graphics chips. | Dave Parks | |
2013-01-15 | CHUI-567 FIXED "Translate chat", "Translation settings..." menu items are added. | maxim@mnikolenko | |
2013-01-10 | Merge pull from lindenlab/viewer-beta | Merov Linden | |
2012-12-21 | CHUI-619 FUI button and conversation line items blink at different rates: | AlexanderP ProductEngine | |
changed rate | |||
2012-12-20 | CHUI-513 FIXED Revise initial conversation floater size | maksymsproductengine | |
2012-12-20 | CHUI-606 Default settings in CHUI viewer do not keep IM logs for users: ↵ | AlexanderP ProductEngine | |
Preferences > Chat > Keep a convers. log was turned on | |||
2012-12-12 | CHUI-526: Slight bug fix. Problem was that the 'Teleport Offer' sound was ↵ | Gilbert Gonzales | |
turn on by default when the user cleared their settings. Resolution: Inside settings.xml changed the PlaySoundTeleportOffer to no longer have an intial value of 1 (true). Now it is 0 (false). | |||
2012-12-12 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | William Todd Stinson | |
2012-12-07 | CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the ↵ | Merov Linden | |
legacy protocol in settings.xml | |||
2012-12-05 | merge changes for MAINT-1955, MAINT-1958 | Nat Goodspeed | |
2012-11-29 | CHUI-489: Removed the 'Group Messages' checkbox. This was a design change in ↵ | Gilbert Gonzales | |
the spec. | |||
2012-11-26 | MAINT-1958 Fix for crash on OSX when resizing window with deferred rendering ↵ | Dave Parks | |
enabled. Reviewed by VoidPointer | |||
2012-11-26 | MAINT-1958 Fix for crash on OSX when resizing window with deferred rendering ↵ | Dave Parks | |
enabled. Reviewed by VoidPointer | |||
2012-11-21 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-11-20 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-21 | CHUI-531 FIXED Poor fps in CHUI viewer | maksymsproductengine | |
2012-11-20 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Dave Parks | |
2012-11-20 | merge changes for DRTVWR-246 | Oz Linden | |
2012-11-19 | CHUI-487 ADD. FIX (Revised comments) | AlexanderP ProductEngine | |
2012-11-14 | CHUI-487, CHUI-488 W.I.P. #1 (Enable flashing FUI button behavior and ↵ | AlexanderP ProductEngine | |
Implement Flashing Conversations panel line item behavior): build new class LLFlashTimer based on LLSysWellChiclet::FlashToLitTimer; prepared it for general purpose; replaced LLSysWellChiclet::FlashToLitTimer to LLFlashTimer | |||
2012-11-13 | CHUI-486: Code cleanup, instead of using values such as 0, 1, 2 now using ↵ | Gilbert Gonzales | |
strings 'toast', 'flash', 'none'. These values are used whether to show a notification or not. | |||
2012-11-12 | merging in latest changes | Gilbert Gonzales | |
2012-11-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-09 | CHUI-486: Now the new chat preferences in drop down lists and checkboxes are ↵ | Gilbert Gonzales | |
storable. These values are accessible globally using gSavedSettings. | |||
2012-11-09 | CHUI-517: Updating the do not disturb message automatically sent to other ↵ | William Todd Stinson | |
users when they attempt to contact a person in do not disturb mode. | |||
2012-11-08 | Pull merge from richard/viewer-chui. | Merov Linden | |
2012-11-08 | CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵ | William Todd Stinson | |
refers to it as Do Not Disturb mode. | |||
2012-11-07 | CHUI-468 : WIP : Clean up LLAvatarList and all sorting code left over in ↵ | Merov Linden | |
LLParticipantList | |||
2012-11-07 | Automated merge with http://bitbucket.org/lindenlab/viewer-beta | Dave Parks | |
2012-11-07 | MAINT-1815 Fix for excessive memory usage in Mayfair. Disable tcmalloc. ↵ | Dave Parks | |
Disable private memory pools. Make viewer large address aware on windows. Reviewed by Kelly | |||
2012-10-30 | CHUI-461: Changing the default floater opacities according to Leo's guidelines. | William Todd Stinson | |
2012-10-23 | MAINT-1579 Fix for diffuse color being ignored in mesh import preview render. | Dave Parks | |
2012-10-18 | MAINT-1303 FIXED Hide menus and buttons after exiting mouselook if 'Hide all ↵ | maxim_productengine | |
controls' is switched on. | |||
2012-10-17 | MAINT-643 Cleanup some shader compilation errors when atmospheric shaders ↵ | Dave Parks | |
are enabled. | |||
2012-10-16 | MAINT-643 Fix for incorrect lighting and colors in preview displays. | Dave Parks | |
2012-10-02 | CHUI-190 (Remove the Voice Settings floater): removed the menu item ↵ | AlexanderP ProductEngine | |
"Communicate > Voice settings" and the FUI button (headphones) from the Toybox (Toolbox). I left a floater in the project to be able to reconnect it to a different location. | |||
2012-09-14 | CHUI-192 : Implement menus and settings for sorting. The sort itself is not ↵ | Merov Linden | |
performed though. Wait for CHUI-340 for this. | |||
2012-11-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-13 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-10-16 | Automated merge with file:///Users/nat/linden/viewer-sourceid | Nat Goodspeed | |
2012-10-15 | Add 'sourceid' settings var specifically for skin-files insertion. | Nat Goodspeed | |
Add logic after (both!) LLTransUtil::parseStrings() calls to ensure that "[sourceid]" embedded in (e.g.) strings.xml content will be replaced. | |||
2012-10-10 | Remove HelpUseLocal setting variable. Hide local html skin dir. | Nat Goodspeed | |
We assert that the local html directory is no longer used. Remove machinery related to its use, notably HelpUseLocal, the code that checks it and the code that sets and examines special flag URL "__local". Before actually killing off the local skins/default/html directory, make viewer_manifest.py rename it but continue packaging it as html.old. If this doesn't cause a panic, we can proceed with removing it entirely. | |||
2012-09-08 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
cmake and other files didn't get moved over, do it by hand. | |||
2012-09-07 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
This was yet another refresh from v-d because of significant changes to lltexturefetch that would not have been resolvable by casual application of any merge tool. There are still a few questions outstanding but this is the initial, optimistic merge. |