summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-16refactored notification template into own header fileRichard Linden
2010-09-16refactored notification template into own header fileRichard Linden
2010-09-15Reduce built variants to one, build seriallyChristian Goetze (CG)
2010-09-15STORM-181 : add featuretable_xp to the list of files to install for WindowsMerov Linden
2010-09-15Use CMAKE_VERBOSE_MAKEFILE:BOOL=TRUEChristian Goetze (CG)
2010-09-15Enable web popups to specify size and position of the Media Browser window ↵Monroe Linden
from javascript. This includes a Mac build of llqtwebkit from the following sources: revision aacdf69cbf5aa12d77c179296e31ef643ed1ef4a of http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch) revision 81ab5ae326f0 of http://hg.secondlife.com/llqtwebkit (currently head of the default branch) Reviewed by Callum.
2010-09-16STORM-149 FIXED Disabled 'Cut' in My Landmarks context menu when selected ↵Sergei Litovchuk
items contain a folder. Changed some of context menu actions availability checks to be applied to all selected items instead of only the last one.
2010-09-15STORM-157 FIXED A tab might be highlighted while SB was collapsed.Vadim Savchuk
Made sure that a tab can only be highlighted when sidebar is expanended.
2010-09-15STORM-130 : version agnostic libPNG : pulling Boroondas changeMerov Linden
2010-09-15Merge in lenny build fixes.Christian Goetze (CG)
2010-09-15Place test service messages into their own block.Christian Goetze (CG)
2010-09-15STORM-92 ADDITIONAL FIX Now state of the Place Profile panel isn't reset on ↵Vadim Savchuk
(un)docking. The accordion was reset whenever the panel visibility was changed. Now that's done only when the panel gets (re-)initialized with a place info.
2010-09-15pull fix for VWR-20694 / STORM-155Oz Linden
2010-09-15[STORM-176] Clean up handling of the maximum length of chat messagesOz Linden
2010-09-15[STORM-164] simplify sCurrent calculations for compatibility with gcc 4.4Oz Linden
2010-09-15STORM-148 FIXED Added updating Item Profile info upon changes of objects ↵Sergei Litovchuk
inventory items. The 'Item Profile' panel was observing changes in agent's inventory only, so when an item inside an object was renamed its name wasn't updated in 'Item Profile' panel.
2010-09-15merged STORM-130 (a.k.a. VWR-22769, SNOW-737 Version agnostic libPNG linking)Boroondas Gupte
2010-09-15STORM-121 MERGE Voice client shutdown cleanupAimee Linden
2010-09-15Trivial typo fixAimee Linden
2010-09-15STORM-86 MERGE Double-click TeleportAimee Linden
2010-09-14Merged lenny build system changesChristian Goetze (CG)
2010-09-14finished notifications param block parsing logicRichard Linden
2010-09-14removed garbage from notifications.xml fileRichard Linden
2010-09-14fixed full path not appearing in debug output for param block errors by ↵Richard Linden
using full path for LLDir::mAppRODataDir
2010-09-14implemented param block -> LLSD serializationRichard Linden
2010-09-14VWR-21356 FIX added missing translation for stringeli_linden
2010-09-14VWR-22372 fix widen width for partner edit link for all languageseli_linden
2010-09-14Swap out the order of detecting build failure and grepping for teamcity test ↵Christian Goetze (CG)
result errors
2010-09-14STORM-155 Fixed attempt to show an invisible sidebar tab.Vadim Savchuk
Reason: when you detach the bottommost sidebar tab, the fake open/close tab gets selected, which is invisible. Fix: select a normal, visible tab.
2010-09-14Automated merge with http://demeter.lindenlab.com:8000Richard Linden
2010-09-14converted notifications.xml to paramblock parsing for easier reuse and extensionRichard Nelson
2010-09-14EXP-29 WIP Added popup blocking notificationRichard Nelson
2010-09-14fixed text contents parsing for LLSimpleXUIParser...each contiguous range of ↵Richard Nelson
text is submitted as a new "value" element whenever an open/close tag is encountered
2010-09-14added non-const accessor to Multiple<T> containers, might need to revertRichard Nelson
2010-09-14STORM-112 FIXED Fixed EOLs display as "squares" in expandable textboxes ↵Andrew Dyukov
after resize. This problem reproduced not only on minimize of certain floaters from description, but for all expandable textboxes after resizes. It happened because of hideExpandText() call in LLTextBoxEx::reshape() that broke lineendings. - Removed it from there so text expands now only when clicking "More" link- it's the only time when it should be shown, and also doesn't have problem with breaking anything because of calling setTextBase() after it.
2010-09-14STORM-121 FIXED Unify clean up of objects on voice client shutdown so that ↵Aimee Linden
it happens consistently.
2010-09-13merge lenny build improvements.Christian Goetze (CG)
2010-09-13EXP-56 - Final piece of this task -refer to new LLQtWebKit in the viewer. ↵callum
(Windows version)
2010-09-13Add a CG BuildParams section for lenny build testing.Christian Goetze (CG)
2010-09-13EXP-56 - viewer side of support for file picker dialog requirement.callum
2010-09-13Include libexpat.so.1 in the list of libs to copy.Christian Goetze (CG)
2010-09-13mergeTofu Linden
2010-09-13Prepend passed in path arguments, except when they are system paths.Christian Goetze (CG)
2010-09-13Clean up the LD_LIBRARY_PATH list prior to re-assembling it into a string.Christian Goetze (CG)
2010-09-13Add debug output to "indra/cmake/run_build_test.py".Christian Goetze (CG)
2010-09-13mergeTofu Linden
2010-09-13VWR-22975 fix wrong "endonym" for Portuguese language nameeli_linden
2010-09-13STORM-108 FIXED Added scroll container to Item Profile panel.Sergei Litovchuk
Vertical scroll bar appears when reduced panel height becomes insufficient for displaying all controls.
2010-09-13Bunch of trivial typo fixes that were bothering me on another branch!Tofu Linden
2010-09-13VWR-22759 FIX missing pareneli_linden