summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
AgeCommit message (Collapse)Author
2014-12-23MAINT-4766 FIXED Reset camera to default after disabling Automatic position ↵Mnikolenko ProductEngine
for: Appearance option.
2014-12-14STORM-2082 Remove ugly list of control names. Instead, obtain the list from ↵Jonathan Yap
the View data Remove a few remants used by the old hardware floater
2014-12-13STORM-2082 When a control is greyed out make sure it's associated text is ↵Jonathan Yap
greyed out. Sky: has two dependencies; grey it out when either one is not available. Remove Basic Shaders from Basic tab
2014-12-13STORM-2082 Write out settings to preset file if settings changed on the ↵Jonathan Yap
login page Code improvements from bitbucket comments
2014-12-12STORM-2082 Merge Hardware floater into main graphics preferences displayJonathan Yap
Change notifications so they are emitted only when an error occurs Put active preset at top of list Add Maximum ARC slider Merge two small methods into slider update code
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-12-09STORM-2082 Improve file error handling, add help topic labels to new floaters.Jonathan Yap
2014-12-04STORM-2082 Revert name of Reset button from Undo back to Reset. Hopefully ↵Jonathan Yap
this will be renamed Recommended Settings. Display a test icon (artwork needed) in the pulldown panel
2014-12-03STORM-2082 Remove Apply button.Jonathan Yap
Add new control variable to track which preset is active. Save settings to active preset when clicking on Ok button. Initial work to make pulldown operational. Still to do: add pretty icon for current preset. Notifications do not appear when called from this panel.
2014-12-02STORM-2082 Add Recommended buttonJonathan Yap
2014-12-01STORM-2082 Better control on how (or if) to display Default presetJonathan Yap
Make sure default preset is created when flyout panel is activated Only display deleted notification upon successful deletion
2014-12-01STORM-2082 Disable preset controls unless logged inJonathan Yap
2014-12-01STORM-2082 Implement save floater and some code cleanup.Jonathan Yap
2014-11-30STORM-2082 Make code more generic to handle the future camera presets.Jonathan Yap
2014-11-30STORM-2082 Implement delete floaterJonathan Yap
2014-11-27STORM-2082 Get writing out and loading presets workingJonathan Yap
2014-11-26STORM-2082 Code now fills comboboxJonathan Yap
2014-11-26STORM-2082 Start to convert code to support xml file processingJonathan Yap
2014-11-23STORM-2082 Allow saving and loading of graphic settingsJonathan Yap
2014-10-18Update to build on Xcode 6.0: remove lots of unused variablescallum_linden
2014-10-09Merge downstream code and become 3.7.18simon
2014-09-29MAINT-4473 FIXED Don't erase logs location path on pressing Cancel button.Mnikolenko ProductEngine
2014-09-19MAINT-4458 FIXED Enable/disable combobox instead of changing its visibility.Mnikolenko ProductEngine
2014-07-15Merge with viewer-releaseCallum Prentice
2014-05-07Merge with viewer-releaseCallum Prentice
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-03-28MAINT-3880 FIX Show favorite landmarks on login screen checkbox, is checked ↵callum_linden
in preferences after being unchecked
2014-03-12merge with releaseRichard Linden
2014-03-10merge changes for 3.7.3-releaseOz Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-12-12STORM-68 Remove Apply buttonJonathan Yap
Add menu entry to Build->Options->Set Default Permissions... Disable Preferences->Advanced->Default Creation Permissions button when on login screen Add code for a one-time conversion from the old upload settings XML cleanup
2013-11-19merge up to 3.6.10-release; some of the storm-68 changes lostOz Linden
2013-11-06merge with releaseRichard Linden
2013-11-06MAINT-3374 FIXED Don't show username after display name if this setting is ↵Mnikolenko ProductEngine
disabled.
2013-10-08merge from viewer-releaseRichard Linden
2013-10-03merge changes for 3.6.7-releaseOz Linden
2013-09-09merge with viewer-releaseRichard Linden
2013-09-09merge changes for storm-1888Oz Linden
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-06-27Merged lindenlab/viewer-release into defaultCinder Roxley
2013-06-21Automated merge with file:///F:%5Cviewer-bearDave Parks
2013-06-19Pull merge lindenlab/viewer-releaseMerov Linden
2013-05-22STORM-1888: Hide Spellchecker Settings floater when Preferences floater is ↵Cinders
closed Bonus: Correct the immediately preceding auto replace comment
2013-05-15CHUI-945 FIXED Add Object IMs to Chat Notification PreferencesPavelK ProductEngine
2013-05-09NORSPEC-170 make adv lighting checkbox reflect whether deferred shaders ↵Graham Madarasz
loaded successfully
2013-05-03NORSPEC-151 make disabling bumpyshiny disable adv lighting model as wellGraham Madarasz (Graham)
2013-04-11Merge in downstream code (chui fixes, materials)simon
2013-04-09MAINT-2417 FIX Update Graphics tab layoutcallum_linden