aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding slackdog to the default list of grids.David Seikel2011-05-071-0/+17
|
* Getting client tags from the Imprudence site again.David Seikel2011-05-021-2/+2
|
* Bring back the default grid selector, reverts ↵David Seikel2011-05-021-2/+2
| | | | 8de9883c97375c42a70b415a75f7eee6553c0a9c.
* Revert "Update meta7 login details, and add the beta grid."David Seikel2011-05-021-30/+0
| | | | | | This reverts commit dc695aabe217d3b08554adc04f75997439b0c800. Meta 7 grid no longer exists. B-(
* Revert "Update the grid manager to load grids from our meta7 server. Set the ↵David Seikel2011-05-021-2/+2
| | | | | | | | default grid to meta7." This reverts commit 92d51b498d83e7ab917d53a47b566707adc088bf. We are no longer a meta 7 specific viewer.
* Default to showing the grid manager on startup.David Seikel2011-05-021-2/+2
|
* Merge remote-tracking branch 'imprudence/exp' into expDavid Seikel2011-04-264-46/+287
|\ | | | | | | | | | | | | | | | | | | Conflicts (for future reference): linden/indra/llcommon/llstring.cpp linden/indra/newview/llpanelnetwork.cpp linden/indra/newview/llselectmgr.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/lltoolmgr.cpp linden/indra/newview/llvoavatar.cpp
| * Changed version to Experimental 2011.04.19McCabe Maxsted2011-04-191-1/+1
| |
| * fix some flaws in the cloud particle prefsArmin Weatherwax2011-04-191-0/+11
| |
| * add some basic cloud preferences in prefs > advanced >eye candy - please ↵Armin Weatherwax2011-04-191-2/+3
| | | | | | | | review perms
| * Merge remote-tracking branch 'armin/exp' into expMcCabe Maxsted2011-04-191-0/+11
| |\
| | * Add HeadFollowsMouse debugsetting + UI in preferences > advanced. Defaults ↵Armin Weatherwax2011-04-151-0/+11
| | | | | | | | | | | | | | | | | | | | | to *false* if false own avatars head doesn't follow the mouse no matter to what PitchFromMousePosition and YawFromMousePosition are set.
| * | Added custom nametag coloring for Imprudence tags (local only)McCabe Maxsted2011-04-191-1/+17
| | |
| * | Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted2011-04-191-33/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now
| * | Updated the default_grids.xml entry for InWorldz (and fixed the capitalization)McCabe Maxsted2011-04-151-7/+7
| | |
| * | Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵McCabe Maxsted2011-04-131-0/+131
| | | | | | | | | | | | Advanced menu
| * | Ported SOCKS5 proxy support from Snowglobe 1.5McCabe Maxsted2011-04-121-3/+96
| |/
| * Updated the fix for #721: search lags, to include a checkbox to save search ↵McCabe Maxsted2011-04-111-0/+11
| | | | | | | | results for users who prefer to lag but keep their search resluts open
* | Apparently there is a wrong client tag for firestorm out in the wild.David Seikel2011-04-191-0/+12
| | | | | | | | Adding both, to be sure, plus I've never seen anyone using it.
* | Merge remote-tracking branch 'jacek/exp' into expDavid Seikel2011-04-033-41/+118
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore linden/indra/newview/English.lproj/InfoPlist.strings linden/indra/newview/llpanellogin.cpp linden/indra/newview/res/viewerRes.rc linden/indra/newview/skins/default/xui/en-us/panel_login.xml linden/install.xml Mostly went with my originals, manually merged llpaterrogin.cpp and panel_login.xml.
| * Changed version to Experimental 2011.04.02.Jacek Antonelli2011-04-021-1/+1
| |
| * Merge remote-tracking branch 'armin/exp' into expJacek Antonelli2011-04-021-40/+60
| |\
| | * cleaned up particle system llsd de/serialization; improvements to the avatar ↵Armin Weatherwax2011-03-251-40/+60
| | | | | | | | | | | | | | | | | | | | | | | | cloud * llsd now uses camel case for each key, confusion of particle max age vs source max age fixed * cloud.xml is now loaded with a fallback chain PER_SL_ACCOUNT -> USER_SETTINGS -> APP_SETTINGS so that customized clouds can exist per account or for all users and survive updates
| | * Don't report crashes if the grid where the crash happened is different from ↵Armin Weatherwax2011-03-221-0/+11
| | | | | | | | | | | | | | | | | | the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
| | * several embedded browser proxy fixes and one small cookie fixArmin Weatherwax2011-03-221-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * split xmlrpc and web browser proxy setting into 2 settings (because the login service might refuse to let you in using TOR) * fix web proxy to be used not only for the browser floater but also for login screen and parcel media. Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version) * fix: no clear cookies button * todo: cookies need work note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ).
| * | Merge remote-tracking branch 'thickbrick/exp' into expJacek Antonelli2011-04-011-0/+11
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/llpanelaudioprefs.cpp linden/indra/newview/llpanelaudioprefs.h linden/indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml
| | * | Fix 829: Several changes to media filterthickbrick2011-04-011-0/+11
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | - Adds a "less annoying" mode, which attempts to only filter scripted streaming events. On by default (should we change that?) - Adds UI to enable and disable the media filter, both from the filter floater and from the preferences floater. - Adds a button to launch the filter floater to prefences. - Some UI tweaks to the filter floater.
| * | Merge remote-tracking branch 'armin/exp' into expMcCabe Maxsted2011-03-221-0/+46
| |\ \ | | |/ | |/|
| | * Don't report crashes if the grid where the crash happened is different from ↵Armin Weatherwax2011-03-221-0/+11
| | | | | | | | | | | | | | | | | | the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
| | * several embedded browser proxy fixes and one small cookie fixArmin Weatherwax2011-03-211-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * split xmlrpc and web browser proxy setting into 2 settings (because the login service might refuse to let you in using TOR) * fix web proxy to be used not only for the browser floater but also for login screen and parcel media. Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version) * fix: no clear cookies button * todo: cookies need work note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ).
| * | Changed version to Experimental 2011.03.20McCabe Maxsted2011-03-201-1/+1
| |/
* | Get the client tags from our own servers. Also, added the file for future ↵David Seikel2011-03-282-2/+1444
| | | | | | | | reference.
* | Oops, fix the beta grid details.David Seikel2011-03-271-2/+2
| |
* | Merge remote-tracking branch 'mccabe/exp' into weeklyDavid Seikel2011-03-204-13/+80
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: (Keeping these around as a record, there was some strangeness. .gitignore linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp linden/indra/newview/llfloaterregioninfo.cpp linden/indra/newview/llfloatertos.cpp linden/indra/newview/llpanellogin.cpp linden/indra/newview/skins/default/html/en-us/loading-error/index.html linden/indra/newview/skins/default/html/en-us/loading/loading.html linden/indra/newview/skins/default/xui/en-us/floater_about.xml linden/install.xml
| * Henri Beauchamps version of Sione Lomus media filter patch.Armin Weatherwax2011-03-132-0/+28
| | | | | | | | | | | | from http://sldev.free.fr/ : "MediaFilter_v3: based on code by Sione Lomu with a couple of bugfixes by Tonya Souther, this improved patch brings media and streaming audio URLs filtering (to prevent IP ripping by so-called security systems which violate the SL TOS by catching your IP and associating your various avatars with it, thus violating your anonimity). Beside empowering your viewer with allow/deny/blacklist/whitelist functions per domain, this improved patch makes the difference between external servers (domains names filtering) and in-world servers (scripted objects with built-in HTTP servers). I also fixed various bugs, security holes and shortcomings, refactored the code and improved it, and added a whitelist/blacklist erasing function." Imprudence changes: added "MediaFilter" debug to be able to inspect the full url and media texture uuid
| * Changed version to Experimental 2011.03.11McCabe Maxsted2011-03-111-1/+1
| |
| * Merge remote-tracking branch 'armin/weekly' into weeklyMcCabe Maxsted2011-03-101-1/+12
| |\
| | * Tazy Scientist: Feature #759 Particle Chat EnhancedArmin Weatherwax2011-03-101-1/+12
| | | | | | | | | | | | | | | script is here: http://redmine.kokuaviewer.org/attachments/164/script.txt I (ArminW) added also a ParticleChatCannel setting to Tazys patch.
| * | Merge remote branch 'armin/weekly' into weeklyMcCabe Maxsted2011-03-042-2/+14
| |\ \ | | |/
| | * Revolution Smythe: load voice module depending on login responseArmin Weatherwax2011-03-011-1/+11
| | |
| | * fix news bar doesn't open internal browserArmin Weatherwax2011-03-011-7/+9
| | |
| * | Updated default_grids.xml to include Aurora-GridMcCabe Maxsted2011-03-041-1/+16
| | |
| * | Recommented out plugin log info in logcontrol.xmlMcCabe Maxsted2011-03-041-8/+9
| |/
* | Default to UTC time.David Seikel2011-03-031-3/+3
| |
* | No need for the default grid selector, this is the meta 7 viewer, the ↵David Seikel2011-03-031-3/+3
| | | | | | | | default grid is meta 7.
* | Merge branch 'branding' into weeklyDavid Seikel2011-03-032-4/+4
|\ \
| * | Branding Meta7 -> meta 7.David Seikel2011-03-022-4/+4
| | |
* | | Revert "Added a "news bar" at the bottom of the login screen."David Seikel2011-03-011-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Seems like something that is better done in the login page for us, and stops people bitching about how insecure this viewer is due to sending stuff to the impy server. They are still sensative after the Emerald fiasco. This reverts commit 373179115193077d258881d54cc1c07edf99c3a5.
* | | Merge branch 'branding' into weekly, with some post merge branding tweeks.David Seikel2011-03-0146-15/+4882
|\ \ \ | |/ /
| * | Unbranding. Todays word is "linden".David Seikel2011-02-251-1/+1
| | |