aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-11Work around the endless bitching about webkit failing when you open the ↵David Seikel1-2/+2
search window. At least now you can close search, THEN deal with the error popups.
2011-02-10Remove special handling of linden estates. We don't have them in meta, and ↵David Seikel13-232/+4
that sort of policy should be server side anyway. It's good to remove useless code. As usual I found three ways of recognising linden estates being used in the code, makes it hard to find them all. Might be some left over.
2011-01-20The new height limit is not reflected in the max you can enter in the map TP ↵David Seikel1-1/+1
location. This is an unimplimented feature for Imprudence, as they update the max Z position for prims. Since we don't actually provide these sorts of things from the sims, I'm just gonna hard code it for now.
2010-11-13Ported keyboard shortcut for align tool from Ascent, by Beeks. Has the ↵McCabe Maxsted2-2/+3
followingrepercussions: * CTRL-A while a prim is selected switches to the align tool * CTRL-SHIFT-A while a prim is selected switches to the pack tool * Area Object Search shortcut has been changed from CTRL-SHIFT-A to ALT-A
2010-11-13Added some status text for the new align toolMcCabe Maxsted1-0/+3
2010-11-13Added updated French translations for several preferences panels from Eddi ↵McCabe Maxsted3-10/+199
Decosta
2010-11-12Revert "Reduced the max width and height for the snapshot window to ↵McCabe Maxsted1-2/+2
hopefully lower the crash rate a little" as it's a poor fix, and many photographers find the higher sizes useful This reverts commit 2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.
2010-11-12Fixed command line window missing a name for translation (patch by Eryn)McCabe Maxsted1-2/+2
2010-11-12Fixed View > Web Browser sometimes loading the external browser and made it ↵McCabe Maxsted1-2/+3
a menu item check rather than a call
2010-11-12Patch by Eryn: fixed the tools window not having enough room to display the ↵McCabe Maxsted1-2/+2
ruler after applying Qarl's align patch
2010-11-12Applied 8th batch of German translations from ErynMcCabe Maxsted12-143/+348
2010-11-09feature: add a tiny context menu to areasearch scroll list itemsArmin Weatherwax1-0/+16
rightclick one of the results and teleport or cam to the object or bring it in edit mode
2010-11-05Added three new resolutions:McCabe Maxsted1-2/+10
* 1280x720 (HDV720) * 1440x1080 (HDV1080) * 1920x1080 (HD1080)
2010-11-05Removed 640x480 resolution from preferences since the UI doesn't fit when ↵McCabe Maxsted1-3/+0
using it anymore
2010-11-05Set can_edit_text attribute to true for the radar distance slider, fixed the ↵McCabe Maxsted1-4/+4
layout and the default being too large (2048 isn't supported on SL. This problem needs a different solution)
2010-11-05Set can_edit_text attribute to true for draw distance, particle count, and ↵McCabe Maxsted2-36/+15
imposter count. Also increased the draw distance range to 1024 from 512 and changed the increments from 8 to 4 as better defaults
2010-11-05Fixed option in Prefs > General overlapping (all this layout still needs to ↵McCabe Maxsted1-3/+3
be redone and turned into bottom_deltas)
2010-11-05Removed unused 'remember password' option that snuck into the Prefs > ↵McCabe Maxsted1-10/+0
General tab. This will be handled by the login manager
2010-11-05Rebranded 'Help' button in preferences to 'Support' and made it point to the ↵McCabe Maxsted1-3/+3
Imprudence support page
2010-11-05Renamed several preferences panels:McCabe Maxsted4-4/+4
* Text Chat -> Chat * Voice Chat -> Voice * Communication -> IMs & Logging * Colors -> Chat Colors
2010-11-05Created new preferences panel to handle chat colors and name highlighting ↵McCabe Maxsted3-198/+214
(removes the 'Extras' panel from Prefs > Advanced and moves the color options from 'Text Chat')
2010-11-05IMP-592: Extend login screen menu bar till the top of the window.Aleric Inglewood1-1/+1
Basically, this Linden code is just horribly broken. I spend already too much time on this (two days) for dead code, so I settled for a minimal fix for this particular case that works, instead of fixing their code properly. The problem is that without specifying "bottom" the code adds 4 pixels (VPAD) between whatever widget that is added and it's parents top (in LLView::createRect). In order to be sure that bottom is exactly minus the height, I had to specify the height too; hopefully this value is the same for everyone cause theorectically it depends on the font size (4 + fontheight + 4). The default height of the Linden code is only 4 + fontheight (they leave off the VPAD).
2010-11-05Center the "loading..." text on the login page.Aleric Inglewood2-16/+21
The loading.html page is no longer used. Instead embedded html found in panel_login.xml is used. I couldn't get it to show an image, but at least the "loading..." text is now centralized and I changed the background color from black to imprudence-purple.
2010-11-05IMP-592: Extend login screen menu bar till the top of the window.Aleric Inglewood1-1/+1
Basically, this Linden code is just horribly broken. I spend already too much time on this (two days) for dead code, so I settled for a minimal fix for this particular case that works, instead of fixing their code properly. The problem is that without specifying "bottom" the code adds 4 pixels (VPAD) between whatever widget that is added and it's parents top (in LLView::createRect). In order to be sure that bottom is exactly minus the height, I had to specify the height too; hopefully this value is the same for everyone cause theorectically it depends on the font size (4 + fontheight + 4). The default height of the Linden code is only 4 + fontheight (they leave off the VPAD).
2010-11-03Center the "loading..." text on the login page.Aleric Inglewood2-16/+21
The loading.html page is no longer used. Instead embedded html found in panel_login.xml is used. I couldn't get it to show an image, but at least the "loading..." text is now centralized and I changed the background color from black to imprudence-purple.
2010-11-02Fixed streaming video on Windows by updating mime_types_window.xml to the ↵McCabe Maxsted1-6/+39
version used in Viewer 2
2010-11-01Adds missing .xml files.RevolutionSmythe2-0/+46
2010-11-01Fixes a missing help button, adds ability to edit trees like normal objects. ↵RevolutionSmythe1-0/+10
Adds more places to rebuild clouds so that they will not stick in the incorrect place.
2010-11-01Bug fixes for earlier commits. Adds cut to the inventory panel along with ↵RevolutionSmythe1-4/+8
copy and paste.
2010-11-01Merges the Message log and Message builder from Inertia in.RevolutionSmythe1-0/+9
2010-11-01Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵RevolutionSmythe19-547/+926
for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better.
2010-10-27Use quicktime instead of gstreamer on WindowsMcCabe Maxsted1-14/+14
2010-10-25Cleaned up the ugly Phoenix code for #637 and made it translatableMcCabe Maxsted1-0/+6
2010-10-25New Japanese UI translations from Hiroshi Kumaki.Jacek Antonelli16-60/+547
2010-10-25Added missing textures to artwork.Aleric Inglewood1-0/+1
Also fixed textures.xml by adding media_panel_scrollbg.png which is used in the MediaHUD as one of the media_*.png textures, but was lacking from textures.xml.
2010-10-23Fixed xml files from the German translation missing from the repoMcCabe Maxsted3-0/+106
2010-10-23Added the fifth and sixth batch of German translation updates from ErynMcCabe Maxsted18-58/+114
2010-10-23Updated the Align tool's label with info about PackMcCabe Maxsted1-2/+3
2010-10-23Prim alignment tool by Qarl, backported by Jacek.Jacek Antonelli1-0/+3
Qarl has given permission to use this code under the terms of the GPL v2 + FLOSS exception and/or the LGPL v2.1.
2010-10-23Changed several Preferences modal alerts to notifications.Jacek Antonelli1-10/+10
CacheWillClear, CacheWillBeMoved, ChangeConnectionPort, ChangeSkin, and ChangeFont. There are many other alerts that should be made non-modal in the future, but this should prevent a focus fight with the Vivox policy window.
2010-10-23IMP-663: WARNING: replaceSubstitutionStrings: replaceSubstituionStrings ↵Aleric Inglewood1-0/+1
FAILURE: value: ignoretext repl: Caused by missing ignoretext in notifications.xml. Also fixed typos in debug output messages.
2010-10-22Changed Small font size back to 8.5.Jacek Antonelli1-1/+1
If this causes blurry fonts for a user, they should enable "Force integer font sizes" in Preferences > Fonts.
2010-10-22Added FontSizeMultiplier and FontSizeRounding controls to Font prefs.Jacek Antonelli1-0/+10
2010-10-17Changed several spinners in the texture tab from 0.1 incremets to 0.05 for ↵McCabe Maxsted1-5/+5
better accuracy
2010-10-17Ported list link number in tools window from the Ascent Viewer and ↵McCabe Maxsted1-0/+6
Imprudenced it
2010-10-16Added 'Clear History' button to the Teleport History from PhoenixMcCabe Maxsted1-1/+5
2010-10-16Ported profile button in friendship requests from PhoenixMcCabe Maxsted1-2/+10
2010-10-16Fix windows mime types and gstreamer plugin name.Aleric Inglewood2-485/+7
2010-10-15RED-595: Manual merge with weekly-webkit.Aleric Inglewood1-9/+0
Plus some white space fixes (TABs --> spaces) in install.xml.
2010-10-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius2-62/+12
Viewer 2 texture system" This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d. Conflicts: linden/indra/newview/llsurface.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h