aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-18Added "File > Export Selected Objects..."Jacek Antonelli1-0/+5
2009-11-18Added "(L$[COST] per texture)" to "Import + Upload..."Jacek Antonelli2-1/+2
2009-11-18Renamed menu items: "Import Object..." and "Import + Upload..."Jacek Antonelli1-2/+3
2009-11-18Fixed a compile blocker in LLVoSky::stepCurrent().Jacek Antonelli1-1/+1
2009-11-18Removed non-English credits sections in the About floater.Jacek Antonelli5-226/+0
They will default to the English versions, so we don't have to maintain many copies of the same text.
2009-11-18Added Linux package for liboil 0.3.16.Jacek Antonelli1-0/+1
It's needed by some GStreamer plugins.
2009-11-18Combined and updated the LICENSE-libraries.txt files.Jacek Antonelli1-3/+3
2009-11-12Fixed Hide Group Titles preferences optionMcCabe Maxsted1-1/+1
2009-11-09Added Geneko Nemeth and Lilly Zenovka to About > ImprudenceMcCabe Maxsted1-1/+1
2009-11-08Fixed Sunset being mislabeled as Midday in windlight toolbarMcCabe Maxsted2-4/+4
2009-11-08Remember the last logged in grid between sessionsMcCabe Maxsted3-4/+21
2009-11-08Removed Advanced Water and Sky tabs from Windlight toolbar presets.Jacek Antonelli1-5/+5
They don't fit the purpose of the preset list.
2009-11-08Attempted to make the Advanced shortcut play nice with Linux in XUIMcCabe Maxsted1-1/+2
2009-11-08Changed version to 1.20 in other filesMcCabe Maxsted3-5/+5
2009-11-07Upped version to 1.2.0 RC1McCabe Maxsted3-5/+5
2009-11-07Fixed login page not updating after logoutMcCabe Maxsted1-4/+4
2009-11-07Fixed login grid combobox not updating correctly after logoutMcCabe Maxsted1-1/+10
2009-11-07Applied RLVa-1.0.5e_20091107_Imprudence-1.2.0-diff.patchMcCabe Maxsted19-528/+905
2009-11-07Changed default UIScaleFactor to 1.002 as a workaround to some font ↵McCabe Maxsted2-2/+2
rendering issues
2009-11-07Fixed some branding issues with alerts.xml and notify.xml.Jacek Antonelli15-233/+235
2009-11-06Changed wording of double-click and autopilot prefs.Jacek Antonelli1-5/+5
2009-11-04Created our own Linux fontconfig package, 2.3.7.Jacek Antonelli1-1/+1
2009-11-03Added a bunch of Linux libs to viewer_manifest.py.Jacek Antonelli1-0/+16
I had forgotten to add these earlier. Oops.
2009-11-02Added "Double-Click Action" and "Go Here By" to Input prefs panel.Jacek Antonelli2-0/+44
2009-11-02Added "DoubleClickAction" and "GoAction" settings.Jacek Antonelli3-43/+41
Together they replace "DoubleClickAutopilot" and "DoubleClickTeleport".
2009-11-02"Go Here" in pie menu no longer asks for confirmation.Jacek Antonelli3-3/+20
Double-click still does, though.
2009-10-30Cleaned up PanelRadar class a bit.Jacek Antonelli3-104/+72
More privacy, better method names, generally cleaner.
2009-10-30Minimap radar can now be toggled.Jacek Antonelli2-0/+57
2009-10-30Added a button that will toggle the minimap radar.Jacek Antonelli4-0/+69
2009-10-29Added PanelRadar class, refactored from LLFloaterMap.Jacek Antonelli7-962/+1116
2009-10-29Moved radar XML to panel_radar.xml and cleaned it up.Jacek Antonelli2-98/+153
It had been in floater_mini_map.xml.
2009-10-26Moved Logout to Advanced menu, removed shortcut.Jacek Antonelli1-4/+3
We want to discourage its use until issues are fixed in 1.3.
2009-10-26Capped chat channel spinner to 1000000 (1 mil) as temp fix.Jacek Antonelli2-2/+2
Very high numbers cause mysterious rounding problems.
2009-10-21Added Advanced menu option for AllowMultipleViewers for testing purposesMcCabe Maxsted2-1/+38
2009-10-19Partial fix for avatar names not displaying at > 1024m (won't be fixed until ↵McCabe Maxsted1-6/+19
LL actually sends height in more than one byte -_-)
2009-10-19Clamp map teleporting at 4096 rather than 1000McCabe Maxsted1-1/+1
2009-10-19Applied rlva_init-imprudence.patch (fixes RLVa not initializing in 1.2)McCabe Maxsted2-1/+18
2009-10-18Updated and added some Linux libs.Jacek Antonelli1-14/+2
Updated: glib, gstreamer, gtk-etc, ogg-vorbis, openal, libxml Added: gstreamer-plugins, theora
2009-10-17Ported notecard security fix from LL's 1.23.5 viewerMcCabe Maxsted3-1/+31
2009-10-16Fix muting objects with same name as avatar mutes ScriptDialogs from avatar.Kakurady1-3/+17
ScriptDialogs from muted objects or groups will not be displayed either.
2009-10-16Continue to fix unable to compile on CP936Kakurady2-2/+2
2009-10-16Fix rlvdefines.h with VC80 warning C4819 - character cannot be represented ↵unknown1-1/+1
in some codesets
2009-10-16Applied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patchMcCabe Maxsted15-161/+285
2009-10-14Applied patch for VWR-6787 by Alissa Sabre - 'none' text in group window not ↵McCabe Maxsted9-6/+33
translatable
2009-10-13Combine the two mini-map mute buttons into oneMcCabe Maxsted2-2/+13
2009-10-13Parcel highlighting when selecting a name in radar is less buggyMcCabe Maxsted3-13/+14
2009-10-13Added history button for group chat as wellMcCabe Maxsted1-0/+2
2009-10-13Disable IM history button for Linux and Mac usersMcCabe Maxsted2-3/+7
2009-10-13Applied show IM logs button from Emerald viewer and added an alert if there ↵McCabe Maxsted4-1/+50
is no history
2009-10-13Updated inventory search to include description (from Emerald)McCabe Maxsted5-17/+78