summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2013-07-19ACME-732 Create the viewer side info route responderGilbert Gonzales
2013-07-18ACME-734 : WIP : Implemented changes for https URL in the address bar and ↵Merov Linden
added options to web floater to hide history and disable buttons
2013-07-18ACME-728: When the 'Disconnect' button is clicked the fbc-service disconnect ↵Gilbert Gonzales
route should be called
2013-07-18ACME-727 Display 'Not connected to Facebook' when the user does not have a ↵Gilbert Gonzales
FB token
2013-07-17mergeGilbert Gonzales
2013-07-17ACME-731 Create the llsocialaccountpanel class to handle input/feedback.Gilbert Gonzales
2013-07-17CHOP-962: Preserve unrecognized user settings variables.Nat Goodspeed
Change LLControlVariable::mPersist from bool to tri-state enum. Its 'true' value used to mean "persist only if changed from default;" third state now means "persist regardless of value." Add forcePersist() method to set that. Replace isSaveValueDefault() method -- used only by logic to determine whether to save the variable -- with shouldSave() method to encapsulate ALL that logic rather than only part of it. shouldSave() recognizes PERSIST_ALWAYS state. When loading an unrecognized control variable from a user settings file, use forcePersist() to ensure that we later save that variable again. Tweak one of the unit tests to adjust for new semantics.
2013-07-17CHOP-962: Make LLControlGroup::declare* return LLControlVariable*Nat Goodspeed
LLControlGroup::declareControl(), declareString() etc. etc. all used to return BOOL -- which no one ever examines because it unconditionally returned TRUE. Make it return the (possibly new) LLControlVariable* instead.
2013-07-17created floater_fbc_web for ACME-734 and ACME-735Cho
2013-07-16OPEN-182: correct tip rev number use in local build version generationOz Linden
2013-07-16switched FB auth to in-viewer browser for ACME-733Cho
2013-07-16CHOP-966: use 4 part version numbers for release notes urlsOz Linden
2013-07-16CHOP-960: Validate cmd_line.xml for map-to real settings.xml vars.Nat Goodspeed
A small, fixed set of cmd_line.xml switches can't reasonably be mapped to settings variables, mostly because they affect the settings machinery itself. Other than those, every new cmd_line.xml switch should map-to a settings variable. Validate that only the known set does not have map-to; validate that map-to variable actually exists.
2013-07-15ACME-725 Add the connected text, 'Connect...' button, 'User another ↵Gilbert Gonzales
account...' button and 'Disconnect' button
2013-07-15ACME-680 Create the Account tabGilbert Gonzales
2013-07-15merge changes for DRTVWR-325Oz Linden
2013-07-15Pull merge from lindenlab/viewer-releaseMerov Linden
2013-07-15merge changes for CHOP-963Oz Linden
2013-07-15merge changes for storm-1952Oz Linden
2013-07-15merge changes for DRTVWR-334Oz Linden
2013-07-13add some validation of update response before starting downloadOz Linden
2013-07-13CHOP-963: Add a new --update-service command line argument for QA useOz Linden
2013-07-12Pull merge from lindenlab/viewer-fbcMerov Linden
2013-07-12ACME-701 : Align all social panels UX, recenter the preview in the photo panelMerov Linden
2013-07-11Merged in viewer-releaseAura Linden
2013-07-12added state parameter to PUT /connection route for ACME-692Cho
2013-07-11CHOP-959: Merge About-box changes with tipNat Goodspeed
2013-07-11CHOP-959: Re-add global coordinates, plus SLURL, to About box.Nat Goodspeed
2013-07-10ACME-671 : Disable social panel UX while transaction (Post or Connection) is ↵Merov Linden
ongoing
2013-07-09Fix the sizing options of the photo panelMerov Linden
2013-07-09Fix background color in floater socialMerov Linden
2013-07-09Layout tweaks of the social floaterMerov Linden
2013-07-09CHOP-963: Make update service query url depend on the grid rather than settingsOz Linden
2013-07-08Revert some of Cho's changes in xml as it breaks the preview in the Photo panelMerov Linden
2013-07-08Pull merge from lindenlab/viewer-fbcMerov Linden
2013-07-08ACME-651 : Use localizable strings and simplify the xml for status and error ↵Merov Linden
fields
2013-07-08STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl ↵Cinders
instead of fetching a name
2013-07-09moved buttons to bottom of social floater above status textCho
2013-07-08ACME-651 : Implement all missing status messages, tweak colors and positioningMerov Linden
2013-07-08got rid of gray background on social floaterCho
2013-07-08ACME-626 : More snapshot panel cleanup, autorefresh when changing ↵Merov Linden
resolution, simplify working messaging, add tooltip to the refresh button
2013-07-08adjusted layout of social status panelCho
2013-07-07ACME-626 : More snapshot code cleanup, suppress failure/success indicators ↵Merov Linden
since we have a bottom message for that, show/hide the progress indicator
2013-07-03Pull merge from lindenlab/viewer-fbcMerov Linden
2013-07-03ACME-626 : Simplify the preview drawing code and positioningMerov Linden
2013-07-04Replaced content change callback with an event in LLFacebookConnect for ↵Cho
ACME-648 (more or less)
2013-07-04Removed share callbacks from LLFacebookConnectCho
2013-07-04Close floater and clear text upon FB_POSTED for ACME-668Cho
2013-07-04Added auto-connect upon 404 from a POST in LLFacebookConnect, and added ↵Cho
FB_POSTED state, for ACME-667
2013-07-03made listeners more robust in llfloatersocial.cpp for ACME-665Cho