summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2014-04-18DD-19 : WIP : Add marketplace validation modal dialog to view the log (no ↵Merov Linden
validation text yet)
2014-04-18DD-68 : Simply unlist if active version folder moved out of listingMerov Linden
2014-04-18DD-58 : Implement associate listing UI and primitiveMerov Linden
2014-04-18Remove calls to now unused methodsCinder Biscuits
2014-04-18STORM-2023: Restore system color picker on OSXCinder Biscuits
2014-04-18Trivial typo fixCinder
2014-04-18Begin moving script editor portions of LLTextEditor to their own derived class.Cinder
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake
2014-04-18DD-11 : Suppress getListingName() method since we actually do not need that ↵Merov Linden
to get a listing URL
2014-04-17DD-54 : Prevent right click actions to destroy live listings or list things ↵Merov Linden
without version folders
2014-04-17DD-54 : WIP : Improved validation to wrap items and stock items within ↵Merov Linden
version folders if necessary. Also hooked up the audit button with the validation code though all printout happens in the log
2014-04-17DD-70 : Use List/Delist for listing folders and Activate/Deactivate for ↵Merov Linden
version folders. Also create test SLM ID when creating listing.
2014-04-16DD-63 : Suppress the filtering options in the marketplace option submenu. ↵Merov Linden
Redundants with tabs
2014-04-16DD-11 : Implement getListingURL() and parametrize it correctly. Change Show ↵Merov Linden
Listing to Edit Listing.
2014-04-16Undo of overzealous removal.Aura Linden
2014-04-16Orphaned definitionCinder
2014-04-16bool not U32Cinder
2014-04-15DD-66 : WIP : Added new icons for stock foldersMerov Linden
2014-04-15Linux/Win: Bad checksum on Windows package. Libz and libpng linking ↵Monty Brandenberg
changes to find newest code. Windows autobuild package had a bad checksum due to oddities in the build system. On Linux I've been fighting with getting libz 1.2.8 and libpng 1.6.8 to be the definitive version in the viewer. Problem is the *massive* library search tree we assemble. We find older shared library versions first and so those dominated. By using --whole-archive with static libraries, the packaged versions of these libraries are made definitive.
2014-04-15maint-5707 window should no longer be displayed.Aura Linden
2014-04-15DD-49 : Add FUI button for Marketplace ListingsMerov Linden
2014-04-15DD-65, DD-55: Treat activation/deactivation separately for listing and ↵Merov Linden
version folders. Also use max instead of stock for suffix for non stock folders.
2014-04-15Disabled 'Sending to server Try N' messages from crash reporting.Aura Linden
2014-04-15Merges in fix for Maint-5707Aura Linden
2014-04-14DD-20 : Prevent pasting incompatible items in stock foldersMerov Linden
2014-04-14DD-20 : Prevent dropping incompatible items in stock foldersMerov Linden
2014-04-14Fix for MAINT-5707 bad breakpad behavior with teleport linksAura Linden
2014-04-14All/Mac: Update libraries to new template builds. Package for static ↵Monty Brandenberg
libz/libpng/openssl. Update library dependencies to reference builds using new templates and modern build hosts for: SDL, c-ares, boost, curl, libpng, llqtwebkit2, openssl and zlib. Update manifest, library copying and 'test_apps' setup to reflect that zlib and openssl are now always static (on Mac and Linux). Viewer and test_apps now functional on 10.7 Mac.
2014-04-13DD-59 : Takes care of the case of a stock folder at the level of a listing ↵Merov Linden
folder
2014-04-13DD-59 : Modify the validation function to create stock folders for each ↵Merov Linden
types and create them at the right nesting depth
2014-04-12DD-64 : Add New Folder to right click menu on marketplaceMerov Linden
2014-04-11DD-59 : WIP : Fixed consistency check bugMerov Linden
2014-04-11Mac: Update llqtwebkit build, build and package dylib Qt4 pieces.Monty Brandenberg
Part of the switchover to dynamic Qt4. This mostly completes the Mac side. Webkit is functional on Mac, plugins work. The two test programs, llfbconnectest and llplugintest, need a little more work to run without manual fixup ('.' on PATH and maybe a symlink to libz.1.dylib and they run and function on Mac). Also need to address libz.dylib vs libz.a. Currently resolving against dylib which is not what I want.
2014-04-11DD-59 : WIP : Added marketplace consitency check and cleaning when updating ↵Merov Linden
a marketplace folder
2014-04-11DD-57 : Update stock folder count when item moved back to inventoryMerov Linden
2014-04-11DD-12, DD-19 : Add a button to create a new listing folder. Also added a ↵Merov Linden
validate button though it does nothing ATM
2014-04-11MAINT-3698 Typo is fixedmaxim@mnikolenko
2014-04-11MAINT-3698 Typo is fixedmaxim@mnikolenko
2014-04-10DD-16 : Implement sort by stock count in merketplaceMerov Linden
2014-04-10MAINT-4133 FIXED Import llpanelgroupinvite.cpp from viewer_lion to ↵andreylproductengine
voorhees_groupban: import of changes for MAINT-3846.
2014-06-10Import llpanelgroupinvite from viewer_lionmaksymsproductengine
2014-06-06MAINT-3389 FIXED [vwr] No visual feedback if you try to ban an already ↵maksymsproductengine
banned agent.
2014-06-04MAINT-3386 FIXED [vwr] Banned Agents list does not show newly-banned residentsandreykproductengine
2014-05-29MAINT-3351 FIXED Misleading failure message when user is successfully ↵maksymsproductengine
removed from a group's Owners role
2014-04-28MAINT-3957 FIXED Group owner issueMnikolenko ProductEngine
2014-04-09Merge downstream codesimon
2014-04-09MAINT-2034 : Terrain texture changes caused by changing texture elevationsimon
ranges or terraforming can not be seen until after relog or teleporting out and back to the region
2014-04-09DD-16 : WIP : Fix filtering on menu and tabs. Sort still not doneMerov Linden
2014-04-09DD-13 : Clean up Associate/Disassociate listing. Also clarify the update ↵Merov Linden
folder code in marketplace
2014-04-09All/Linux: Update llqtwebkit to latest all-shared lib build. Linux packageMonty Brandenberg
assembly updated to deal with Qt libraries and discrete codec and imageformat plugins (which live under bin/llplugin). Functioning Linux viewer with MoaP support with a few image problems (sRGB profile, zlib errors). Much of this expected to be due to the new 1.6.8/1.2.8 libpng/libz and we'll fix as needed.
2014-04-08DD-18 : Make the stock count take the listing status and version status into ↵Merov Linden
account so to be accurate and more resilient