Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-10 | Eliminate ManifestError for wildcards matching 0 files. | Nat Goodspeed | |
Turns out that some (many?) wildcard LLManifest.path(wildcard) calls are "just in case": sweep up any (e.g.) "*.tga" files there may be, but no problem if there are none. Change path() logic so it tries the next tree (source, artwork, build) if either a specific (non-wildcard) filename doesn't exist, as now, OR if a wildcard matches 0 files in the current tree. This continues to support "just in case" wildcards, while permitting wildcards to work in the artwork and build trees as well as the source tree. Use a more specific exception than ManifestError for missing file. Only in that case should we try the next tree. Any other ManifestError should propagate. | |||
2012-02-10 | STORM-1793 Supply missing new artwork | Jonathan Yap | |
2012-02-10 | Resized the Merchant Outbox spinner to its native size | Leslie Linden | |
2012-02-10 | SH-2963 Fix for highlight transparent not highlighting 100% transparent objects. | Dave Parks | |
2012-02-10 | SH-2963 Fix for highlight transparent not highlighting 100% transparent objects. | Dave Parks | |
2012-02-10 | * Added timers to track the http transactions, visible through the same | Leslie Linden | |
"InventoryOutboxLogging" debug flag. | |||
2012-02-10 | EXP-1885 FIXED the crash when receiving multiple inventory offer notifications. | Seth ProductEngine | |
Fixed erasing the iterator which was becoming invalid on recursive calls. | |||
2012-02-10 | Try using Log's new APR packages for Windows, Mac, Linux. | Nat Goodspeed | |
This APR merges work from Huseby, Log, Leslie, Nat. | |||
2012-02-10 | Merge daggy fix in rev a05866ebfea2 (Linux lib wildcards) | Nat Goodspeed | |
2012-02-10 | Use wildcards instead of many version-specific lib names on Linux. | Nat Goodspeed | |
viewer_manifest.py's Linux_i686Manifest class has contained directives to copy library files with names like (e.g.) "libapr-1.so.0.4.2", which means that every update to any such library requires messing with viewer_manifest.py. But LLManifest.path() claims to support wildcards, and it's more robust to specify "libapr-1.so*" instead. Unfortunately LLManifest.path()'s wildcard support only used to work for files in the source tree (vs. the artwork tree or the build tree). The logic in path() tries each tree in turn, relying on an exception to make it try the next tree. This exception was raised for a nonexistent specific filename -- but it never used to raise that exception for a wildcard matching 0 files. Instead it would simply report "0 files" and proceed, producing an invalid viewer install. Raise that exception for a wildcard matching nothing. This forces path() to consider the artwork tree and the build tree, permitting us to use wildcards in library names. Define an exception specific to LLManifest: ManifestException rather than the generic Python RuntimeException. Make it a subclass of RuntimeException so any existing callers expecting to catch RuntimeException will continue to work. | |||
2012-02-10 | - fixed : Hunspell linking issues | Kitty Barnett | |
2012-04-11 | add hunspell libraries in unit test build | Oz Linden | |
2012-04-11 | fix ordering problem in libraries? | Oz Linden | |
2012-04-10 | add hunspell libs | Oz Linden | |
2012-04-10 | correct autobuild configuration for dictionaries package | Oz Linden | |
2012-03-30 | add oz to mail notices | Oz Linden | |
2012-03-30 | add dictionaries package dependency (TBD: replace with one from the ↵ | Oz Linden | |
lindenlab account once it is tested) | |||
2012-03-30 | move all dictionaries to the prebuilt package, and install from there | Oz Linden | |
2012-03-30 | convert line endings on sl.dic for coding standards compliance | Oz Linden | |
2012-03-30 | merge changes for latest core and updates from Kitty | Oz Linden | |
2012-03-30 | merge updates | Oz Linden | |
2012-03-30 | remove "license_file" element that generates spurious errors | Oz Linden | |
2012-03-29 | STORM-276 Added dictionaries.xml and the Second Life glossary dictionary ↵ | Kitty Barnett | |
(enabled by default) | |||
2012-03-29 | Minor fix for GCC | Kitty Barnett | |
2012-03-25 | Minor fix for GCC | Kitty Barnett | |
2012-03-25 | Updated libhunspell packages | Kitty Barnett | |
2012-03-25 | Merge with viewer-release | Kitty Barnett | |
2012-02-24 | Merge with viewer-development | Kitty Barnett | |
2012-02-09 | EXP-1863 : Implemented cut, copy, paste for folders. Issues with folder ↵ | Merov Linden | |
filtering though. | |||
2012-02-09 | EXP-1883 FIX Toolbar button tooltips display off screen for right hand tool ↵ | Richard Linden | |
bar, bottom tool bar, and tooltips on top bar items show off screen | |||
2012-02-09 | EXP-1877 FIX Scroll list listings in group roles tab and other areas shows ↵ | Richard Linden | |
vertical scroll bar before needed | |||
2012-02-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-02-09 | EXP-1874 FIX Unexpected scrollbar in text notification | Richard Linden | |
2012-02-10 | EXP-1876 FIXED Landmark notes editor height increased to accommodate 5 lines ↵ | Seth ProductEngine | |
of new font height. | |||
2012-02-10 | MAINT-784 FIXED the inventory filter to be restarted when switching from ↵ | Seth ProductEngine | |
'Since Logoff' to 'Hours Ago' or 'Days Ago'. Fix: checking for !isSinceLogoff() ensures that the time filter increases from zero and becomes more restrictive. This happens because setting 'Since Logoff' resets the 'Hours Ago' and 'Days Ago' to zero. | |||
2012-02-09 | EXP-1335 FIXED Disabled dragging the items from notecards and objects into ↵ | Seth ProductEngine | |
Recent tab. Disabled DnD from Recent to Received Items. Fixed updating FILTERTYPE_DATE flag of LLInventoryFilter when time limits are applied. | |||
2012-02-09 | EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to 200 ↵ | paulgproductengine | |
px on left and 150 px on right. ) - Allowed dragging to the left to shrink location to no less than 410 pixels, and to the right to shrink favorites to 185 pixels | |||
2012-02-09 | EXP-1546 FIXED (received items - purchasing some bodyparts and clothing from ↵ | paulgproductengine | |
a prim marked for sale show wrong inventory icons) - In buy floater, for multiple WEARABLES inventory items show corresponding wearable icon | |||
2012-02-09 | EXP-1822 FIXED (After deleting an item from inventory and confirming "ok" to ↵ | paulgproductengine | |
delete, focus leaves inventory) - Return focus to the previously focused root view | |||
2012-02-09 | STORM-276 Differentiate between primary and secondary dictionaries | Kitty Barnett | |
2012-02-14 | STORM-276 FIXED Misspellings that span multiple lines don't have their ↵ | Kitty Barnett | |
squiggly lines drawn correctly | |||
2012-02-14 | STORM-276 FIXED Typing in an LLTextEditor freezes the viewer | Kitty Barnett | |
2012-02-14 | STORM-276 Reworked the spell check preferences to be more robust and less ↵ | Kitty Barnett | |
error-prone | |||
2012-02-09 | EXP-1844 FIX Selecting a large number of inventory items can block the ↵ | Richard Linden | |
viewer for a long time. only show hourglass and fetching text when downloading folders, not item metadata | |||
2012-02-09 | Remove LLJob class: apr_procattr_autokill_set() should now handle. | Nat Goodspeed | |
LLJob was vestigial code from before migrating Job Object support into APR. Also add APR signal-name string to getStatusString() output. | |||
2012-02-09 | Added tag DRTVWR-117_3.2.9-beta1, 3.2.9-beta1 for changeset e9c82fca5ae6 | Debi King (Dessie) | |
2012-02-09 | Use newer (Linden extension) TC APR builds for Windows, Mac. | Nat Goodspeed | |
2012-02-09 | fix for cached controls in media sorting | Richard Linden | |
2012-02-09 | EXP-1880 WIP Update Media affects framerate even when Media is disabled. | Richard Linden | |
2012-02-09 | Enabled the 'Merchant Outbox' menu item and context menu | Leslie Linden | |