aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-25No need for this thumbnail, the matching skin is gone.David Seikel1-0/+0
2011-06-25Damn thing is bloated enough without easter eggs.David Seikel8-239/+0
2011-06-21Fixed the word 'beta' missing from the imp installerMcCabe Maxsted1-2/+2
2011-06-21Update the Windows installers for the upcoming 1.4 betaMcCabe Maxsted2-111/+199
2011-06-20Fixed viewer version number (1.4.0, not 1.4.1).Jacek Antonelli1-1/+1
2011-06-19Clean up the tag colour stuff after the merge.David Seikel1-18/+15
Also putting our own at the top of the if tree, and the meta7 one lower.
2011-06-17Clarified the terms for activating spellchecking dictionaries.Jacek Antonelli1-5/+5
The UI for selecting dictionaries needs a fundamental revamp, but this clarification should at least reduce some user confusion.
2011-06-16Fixed DicDownloadBaseURL to use http://app.kokuaviewer.org.Jacek Antonelli1-1/+1
2011-06-15Removed Meta7 and WorldSimTerra from default_grids.xml.Jacek Antonelli1-31/+1
Meta7 is definitely gone, WorldSimTerra seems to be, too.
2011-06-15Fixed a nonfunctional help button in the Region/Estate window.Jacek Antonelli1-2/+1
The help button for Minimum Agent Age was being initialized in the code for the Debug tab, when it's actually in the Region tab.
2011-06-15Removed Aurora Grid from the default grid list.Jacek Antonelli1-15/+0
It's only a testing/development grid, not intended for real use.
2011-06-15Added "Show client name tag colors" checkbox in Preferences > Advanced.Jacek Antonelli2-4/+9
That checkbox was removed from Preferences > Colors in the previous commit (87219855).
2011-06-14Reverted ability to customize the Imprudence client tag color.Jacek Antonelli5-256/+182
The Imprudence tag color is part of our official branding. Users can turn it off, but the color itself is not a matter of user preference. This reverts commits e7ab172b762bbbb87ca78889fdaecfda39a71233 and c903ce543fecedd53d07f2d0fa7f6b149b2b8a1, and removes two widgets from Preferences > Colors.
2011-06-14Rearranged the login panel to put the grid selector on the left.Jacek Antonelli1-29/+29
The choice of grid affects the name and password fields, so the grid selector should be on the left, so that users will interact with it first. If it were on the right, users would often interact with it *after* typing in their name and password, which would cause the name and password fields to be reset, frustrating the user.
2011-06-12Commented out "Cut" from menu_inventory.xml. See IMP-961.Jacek Antonelli1-0/+2
2011-06-12Rejig skins again.David Seikel1045-1039/+40
Since meta7 is no longer a legally allowed name, and since this viewer is no longer part of that dead company, got rid of those skins. Also removed the silver skin. Made things a tiny bit easier for the next time I have to do this.
2011-06-11Updated app_settings/default_grids.xml from our online grid list.Jacek Antonelli1-15/+22
2011-06-11Use the name of the root node for the default export filenameMcCabe Maxsted1-1/+1
2011-06-11Fixed file that wasn't committed in 231e9eee (missing this breaks prim creation)McCabe Maxsted1-1/+1
2011-06-10Allow export of textures from Second Life when we have permission (also ↵McCabe Maxsted5-673/+853
clean up primbackup.cpp). Based on Henri Beauchamp's patch
2011-06-10Added AO toolbar option to preferences > advancedMcCabe Maxsted3-2/+19
2011-06-10Show tooltips on profile pick tabs (lousy workaround for most names being ↵McCabe Maxsted2-3/+16
too big too fit)
2011-06-10Check for when a profile's born on date field gets sent invalid dataMcCabe Maxsted2-22/+33
2011-06-09Don't limit select distance when Disable Max Build Constraints is enabledMcCabe Maxsted5-5/+5
(cherry picked from commit c5ce8f27de70b81232aa8995dda80186eebe0247)
2011-06-09Removed debug setting MaxSelectDistance...McCabe Maxsted10-21/+25
... in favor of setting the select distance differently between opensim and second life in the hippo limits (cherry picked from commit 2545b11e06538010bd5ddb46499920a43889ed0f)
2011-06-09Added copy group link button to create clickable links to groups in the viewerMcCabe Maxsted5-2/+68
(cherry picked from commit 18464593de52a31fa098f5ee5e543d9a44f1889e)
2011-06-09Fix #924: default RunMultipleThreads to TRUE.thickbrick1-1/+1
This should work around the 5% FPS slowdown caused by #614 and is generally a good idea (unless it causes problems, in which case it's definetely a bad idea).
2011-06-09Update the basic graphics detail slider.David Seikel8-226/+66
Looks like LL has had two ways of dealing with the basic graphics detail slider in preferences, which is typical of them. And looks like they left crap laying around from the old method. Removed the crap. Updated the values the slider uses to better suit modern equipment, while leaving the low end the same. Pumped up "linden" tree rendering, it was way too low.
2011-06-09Default Lightshare to being on.David Seikel1-1/+1
2011-06-09Fixed inventory count being reset when the inventory window's closed/reopenedMcCabe Maxsted2-3/+6
2011-06-08Fix for button labels in case there's ever a conflict between a disabled ↵McCabe Maxsted1-1/+1
selected button and the selected label it should have
2011-06-08Disable the AO sit toolbar button when the AO is disabledMcCabe Maxsted2-4/+11
2011-06-08Implemented 'label_disabled' and 'label_selected_disabled' XUI for LLButtonMcCabe Maxsted2-3/+21
2011-06-08Added tacky-but-useful button for toggling the AO window in the toolbarMcCabe Maxsted1-3/+6
2011-06-08Fixed AO loading on startup and did some light cleanup for readability's ↵McCabe Maxsted4-329/+599
sake. The AO now checks for the notecard every 10 seconds until it's loaded. This whole feature could really use a major refactor
2011-06-08Added some log info when ao_template.ini can't be foundMcCabe Maxsted1-0/+5
2011-06-08Fixed inventory window not showing item count on login when the full cache ↵McCabe Maxsted2-7/+14
is loaded
2011-06-08Re-enabled fetchinventoryonlogin setting and renamed it to ↵McCabe Maxsted2-14/+12
fetchinventoryonlogin2 so it's enabled for users of previous versions
2011-06-08Committing some more useful debugging linesMcCabe Maxsted1-8/+8
2011-06-08Always show an item count in the inventoryMcCabe Maxsted1-1/+1
2011-06-08Fixed inventory not background fetching on startup when inventory window was ↵McCabe Maxsted1-13/+11
open on quit
2011-06-08Now that the cache persists, start background fetching on login. We begin ↵McCabe Maxsted3-10/+35
with the Animations folder uuid sent in the skeleton to hopefully make the AO work as soon as possible
2011-06-08Committing fix for #0000302: inventory reloads on every login. Needs more ↵McCabe Maxsted1-4/+7
testing than just a few people
2011-06-08Fixed unitiliazed variables in llinventorymodel classMcCabe Maxsted1-0/+8
2011-06-08Inv cleanup phase 2: death to gotoMcCabe Maxsted1-81/+197
2011-06-08Always show lldebugs for inventory for now. Logs will be our best debugging ↵McCabe Maxsted1-1/+1
tool for the test build
2011-06-08Committing some more useful debugging linesMcCabe Maxsted1-8/+18
2011-06-08changed several lldebugs to LL_DEBUGS(Inventory)McCabe Maxsted1-28/+28
2011-06-08Parse and use inworldz-specific slurls as if they were regular slurlsMcCabe Maxsted2-5/+53
2011-06-08Fixed landmark inventory offers not opening when automatic preview is enabledMcCabe Maxsted1-1/+1