aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-01Revamped the LightShare option in Preferences > Advanced.Jacek Antonelli5-26/+47
Instead of a checkbox, it's now a combo box with "Never", "Ask me every time", or "Always".
2010-08-01Removed control_name from old combo boxes to avoid conflicts.Jacek Antonelli3-19/+19
2010-08-01Get user confirmation even when using default Windlight settings.Jacek Antonelli1-4/+3
This might be end up being a bit annoying, but it limits the potential for abuse (e.g. a bad script that cycles between light and dark could trigger seizures in some users, and sheer annoyance in the rest). We may want to add region whitelists and blacklists later.
2010-08-01Tidied up and documented lightshare.cpp and lightshare.h.Jacek Antonelli2-26/+57
2010-08-01Added notification option to ignore all LightShare until you change regions.Jacek Antonelli4-16/+45
2010-08-01Restructured WindlightMessage::processWindlight().Jacek Antonelli1-43/+48
2010-08-01Added a timer after ignoring LightShare settings.Jacek Antonelli3-1/+48
If you ignore a LightShare setting, all settings for the next 30 seconds will be ignored. The timer resets each time a new message is ignored. Customize with LightShareIgnoreTimer in Debug Settings.
2010-08-01Don't spam user with ConfirmLightShare notifications.Jacek Antonelli2-10/+28
Now only one notification is created, but the class remembers the most recent settings and discards the old ones.
2010-08-01No longer reset Windlight settings after teleport.Jacek Antonelli1-6/+0
It was part of the LightShare changes, but it annoys people.
2010-08-01Added confirmation dialog before applying LightShare settings.Jacek Antonelli3-3/+57
If you are using a preset other than the default preset or the LightShare preset, the viewer will now ask you whether to apply settings received from the server.
2010-08-01Refactored a bunch of messy LightShare code.Jacek Antonelli6-103/+416
2010-08-01Fixed a Linden typo that made the object cache useless. (SNOW-783)Jacek Antonelli1-1/+1
2010-07-31Applied shift-enter whisper shortcut patch by Henri Beauchamp, ported by ↵McCabe Maxsted1-0/+6
Ansariel Hiller
2010-07-30Commented out the UI option for sending crash logs, as Imprudence doesn't ↵McCabe Maxsted1-2/+3
currently use the crash logger (doesn't affect settings)
2010-07-30Added option in Preferences > General for setting the default time to 12 ↵McCabe Maxsted42-2256/+2605
hour/24 hour/UTC. Side effects: moved crash logger settings to advanced prefs, fixed french date translations, past/future dates and times still need to be correctly formatted
2010-07-27Don't play typing anim when using a default channel other than 0McCabe Maxsted1-1/+8
2010-07-26Don't cleanup menus on disconnect (#327)McCabe Maxsted1-4/+4
2010-07-26Decreased the default detached chat history and IM window min heightsMcCabe Maxsted4-4/+4
2010-07-26Fixed a notification's spacing being offMcCabe Maxsted1-2/+1
2010-07-26Fixed missing port from snowglobe in LLPreviewTexture dtor (image wasn't ↵McCabe Maxsted1-0/+4
being destroyed)
2010-07-24Changed version to Weekly: 2010-07-24McCabe Maxsted1-1/+1
2010-07-24Fixed bad formatting for settings.xmlMcCabe Maxsted1-1/+0
2010-07-24Henri Beauchamp: MU* pose style and (( auto closeArmin Weatherwax3-1/+91
2010-07-24Changed the connecting to region timer to 45 seconds and made it a debug ↵McCabe Maxsted2-3/+15
setting: ConnectingToRegionTimeout
2010-07-22different approach to delete broken images ( components > 4 )Armin Weatherwax1-1/+14
2010-07-21Group like items in the Advanced menuMcCabe Maxsted1-23/+23
2010-07-21Added area search files missing from 8524a4228McCabe Maxsted3-0/+491
2010-07-21Fixed event search layout being offMcCabe Maxsted1-4/+4
2010-07-21Moved Limit Select Distance from the Advanced menu into the Advanced Build ↵McCabe Maxsted3-6/+7
Options window
2010-07-19Added area search to the advanced menu, port from Emerald by Henri BeauchampMcCabe Maxsted7-2/+54
2010-07-17Changed version to Weekly: 2010-07-17McCabe Maxsted1-1/+1
2010-07-17faster baking.Armin Weatherwax1-2/+3
but seems to me textures stay blurred more often, please have an eye on that.
2010-07-16Temporarily commented out the channel spinner in Local Chat until toggling ↵McCabe Maxsted2-5/+5
works right
2010-07-16Fixed small typo in notifications.xmlMcCabe Maxsted1-1/+1
2010-07-16Always play sounds regardless of maturityMcCabe Maxsted1-2/+4
2010-07-16Feature #277: added the grid manager to Preferences > General and changed ↵McCabe Maxsted4-16/+79
the start location to a pulldown to match the login screen
2010-07-15fix: don't change inventory floater title continously without need (take2)Armin Weatherwax2-9/+20
2010-07-15Fixed 'Home' button missing from Web BrowserMcCabe Maxsted1-2/+2
2010-07-15Fixed Bug #262: 'Help > Viewer Help' name does not match behavior (also ↵McCabe Maxsted7-85/+108
fixed LLWeb::loadURL)
2010-07-15Fixed #368: showlookatinfo notification missing, friendship and calling card ↵McCabe Maxsted1-0/+22
offers missing ignore button
2010-07-15Added basic File menu to notecards (save, import, export) and made the ↵McCabe Maxsted9-34/+183
script editor File menu consistent with it. TODO: create new notecard format that includes attached inventory
2010-07-15Applied SNOW-629 Fix: Leading zero missing from hour portion of timestamp ↵McCabe Maxsted2-3/+3
field in local chat history and log file. Patch by Ardy Lay
2010-07-15Fixed #186: View > Web Browser brokenMcCabe Maxsted3-33/+11
2010-07-15Fixed Advanced Build Options default object size (#374).Jacek Antonelli1-3/+3
The XUI names were accidently changed while improving labels.
2010-07-15cleanup: removed dead codeArmin Weatherwax2-27/+4
2010-07-15fix bug #283: LM-floater crashes after logout/login on clicking teleportArmin Weatherwax1-5/+1
2010-07-10Changed version to Weekly: 2010-07-10McCabe Maxsted1-1/+1
2010-07-10fix: further objects are not rezzing after login. Reverts 362e10f6c08a68624ca6.Armin Weatherwax1-12/+8
362e10f6c08a68624ca6 is a partial revert of the revert of cad41f1.
2010-07-10Changes that should make the 'Ban' button in the radar work for EMs as well ↵McCabe Maxsted3-230/+194
as parcel mgrs
2010-07-09revamp autoenable joystickArmin Weatherwax9-16/+49