summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-11CT-575 WIP FR translation for set18, new fileEli Linden
2010-10-11CT-575 WIP FR translation for set18Eli Linden
2010-10-11EXP-172 FIXED Property lines flash on and off when right clicking on land in ↵Richard Nelson
Skylight viewer
2010-10-11fix for linux buildRichard Nelson
2010-10-11CT-575 WIP PL and DA translation for set18, new filesEli Linden
2010-10-11CT-575 WIP PL and DA translation for set18; ES correctionEli Linden
2010-10-11Another merge from http://hg.secondlife.com/viewer-developmentAndrew Meadows
2010-10-11STORM-298 FIXED Don't scroll the My Landmarks panel down when favorites get ↵Vadim ProductEngine
changed. I'm not sure what the root cause of the problem was (maybe invalid initial selection in folder view), but what seems to be definitely wrong is passing "scroll to rect" event from *invisible* folder views up to accordion control, which is what I've fixed.
2010-10-11STORM-301 FIXED Fixed behaviour of camera on undocked 'My Appearance' tab ↵Andrew Productengine
minimizing. - Added signal to LLFloater that is emitted on minimize. - Set minimize callback for appearance tab floater in LLSideTrayTab::undock. Method from LLSidePanelAppearance that handles camera issues is called on minimization of floater.
2010-10-11merge fix for STORM-275 (class Linux_x86_64Manifest missing from ↵Oz Linden
viewer_manifest.py)
2010-10-11merged fix for STORM-222Oz Linden
2010-10-10VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.Tofu Linden
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
2010-10-08mergeRichard Linden
2010-10-08added "FastQuit" option for forceful termination, default is offRichard Linden
2010-10-08Fixed issue where non-visible hint wasn't allowing mouse events to pass throughLeyla Farazha
2010-10-08Created a floater for setting display nameLeyla Farazha
2010-10-08Fix for Reopened EXP-167 Add option to quit instead of going back to login ↵callum
screen.
2010-10-08EXP-170 Able to buy objects in Skylight viewer (viewer code and default ↵callum
settings changes) Note: this also adds a setting to turn off 'Pay' too.
2010-10-08made progressbar derive from lluictrl and take percentage as llsd valueRichard Linden
2010-10-08Pull update from viewer-developmentMerov Linden
2010-10-08STORM-137: Fix windows packaging issue, namely, do not require a manifest to ↵Merov Linden
move the fmod.dll
2010-10-08EXP-137 FIXED Nametag text and borders do not align in Skylight ViewerRichard Linden
fix for prim media and hud text incorrect positioning when destination guide is open
2010-10-09STORM-289 FIXED browser navigation bar layout to make it resize properly ↵Seth ProductEngine
after minimize/restore. When floater media browser is minimized its button bars are shrunk to zero height and their height is not restored upon unminimizing because they have auto_resize disabled. Setting min_height for the button bars makes them restored with this height upon uminimizing the floater.
2010-10-08Have build.sh print out info usable by open source devs. Have it check for a ↵Christian Goetze (CG)
README and use that if needed.
2010-10-08potential fix for linux buildRichard Linden
2010-10-08Merge fixes for VWR-23047, VWR-20911, and SNOW-748Oz Linden
2010-10-08Fix for bad labels on physics shape in importer.Dave Parks
Fix for crash due to race condition when uploading meshes.
2010-10-07mergeDave Parks
2010-10-07Prep loves to type static const intDave Parks
2010-10-07SH-64 WIP update GLOD on macNyx Linden
Trying again, this time adding SDK versions to GLOD's linker commands as well as its compile command. Ugh.
2010-10-07Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx Linden
2010-10-07SH-64 WIP update GLOD on macNyx Linden
Trying this again, attempting one more update to fix the issues of not being able to run with GLOD on 10.5.
2010-10-07STORM-137 : Points install.xml to the newly built fmod libsMerov Linden
2010-10-07CT-575 WIP Add list of 11 Spanish Residents who volunteer translation of ViewerEli Linden
2010-10-08merged VWR-23239 (fixed memory leak in LLUIString)Boroondas Gupte
2010-10-07CT-575 WIP ES translation for Set18, new fileEli Linden
2010-10-07CT-575 WIP ES translation for Set18Eli Linden
2010-10-07mergeDave Parks
2010-10-07Fix for crash when convex decomposition fails.Dave Parks
2010-10-07Pull update from viewer-developmentMerov Linden
2010-10-08fixed indentation in lluistring.hBoroondas Gupte
2010-10-08VWR-23239 FIXED memory leak in LLUIStringBoroondas Gupte
2010-10-07Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx Linden
2010-10-07BUILDFIX: viewer-mesh mac buildNyx Linden
xcode didn't like the way we were defining inner classes and assuming that if the outer class was a friend that the inner class would be too. Couldn't forward-declare the inner class so had to re-arrange the order of class declaration. Between re-ordering the class declarations, and explicitly making the inner class a friend, this un-sticks the mac build, and makes it happy. Code reviewed by davep.
2010-10-07Fixed a problem that prevented notification tags from being parsed.Monroe Linden
Added some lldebugs to the LLNotificationTemplate constructor and LLNotifications::isVisibleByRules() that may be useful in debugging notification issues in the future.
2010-10-07EXP-156 FIXED custom Skylight hintsRichard Linden
moved move hint down to bottom of screen made destination hint go away on teleport
2010-10-07removed word "below" from View HintRichard Linden
2010-10-07mergeRichard Linden
2010-10-07enabled alternate move hint in skylight skin onlyRichard Linden
2010-10-07Fix for crash when attempting to render single hull rep when no such rep is ↵Dave Parks
available.