Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-12-10 | Use NType to find inventory icon name (part 2 of 2). | Jacek Antonelli | 1 | -0/+142 | |
2008-12-10 | Use NType to find inventory icon name (part 1 of 2). | Jacek Antonelli | 2 | -114/+14 | |
2008-12-10 | Clearing search shouldn't clear filter type. | Jacek Antonelli | 1 | -7/+0 | |
2008-12-09 | Start fetching inventory when quick filter changes. | Jacek Antonelli | 1 | -0/+4 | |
2008-12-09 | Refresh filter text when quick filter changes. | Jacek Antonelli | 1 | -0/+2 | |
2008-12-09 | Refactored; added LLInventoryFilter::rebuildFilterText(). | Jacek Antonelli | 2 | -0/+6 | |
2008-12-09 | Updated Inventory window filter text generation. | Jacek Antonelli | 2 | -14/+26 | |
It was putting the wrong types in the title when filtering. [#25] | |||||
2008-12-08 | Hooked up Body Parts quickfilter and checkbox. | Jacek Antonelli | 1 | -7/+25 | |
2008-12-08 | Added Quick Filter item for Body Parts. | Jacek Antonelli | 1 | -2/+4 | |
2008-12-08 | Added Show Filters checkbox for Body Parts. | Jacek Antonelli | 1 | -3/+10 | |
2008-12-08 | Converted Show Filters window to relative positioning. | Jacek Antonelli | 1 | -28/+28 | |
2008-12-08 | Inventory filtering is now done by NType. | Jacek Antonelli | 1 | -1/+1 | |
2008-12-08 | LLInvFVBridge and derived classes have NTypes. | Jacek Antonelli | 3 | -1/+12 | |
2008-12-08 | Added LLFolderViewEventListener::getNInventoryType() | Jacek Antonelli | 1 | -0/+1 | |
Pure virtual method, overridden in derived classes. | |||||
2008-12-08 | LLInventoryView uses new inventory type. | Jacek Antonelli | 1 | -67/+55 | |
2008-12-08 | Recalculate ntype when changing type or flags. | Jacek Antonelli | 2 | -0/+10 | |
2008-12-08 | Added LLInventoryItem::recalcNInventoryType(). | Jacek Antonelli | 2 | -0/+9 | |
2008-12-08 | Added calc_ntype() function. | Jacek Antonelli | 2 | -0/+115 | |
2008-12-08 | Moved enum EWearableType to its own file. | Jacek Antonelli | 2 | -19/+55 | |
Was in newview/llwearable.h, now in llinventory/llwearabletype.h. This allows it to be used in llinventory code. | |||||
2008-12-08 | Added LLInventoryItem::mNInventoryType (new type) field. | Jacek Antonelli | 2 | -0/+16 | |
Will always by NIT_NONE so far. | |||||
2008-12-08 | New enumerator for inventory types. | Jacek Antonelli | 1 | -0/+86 | |
2008-12-06 | VWR-9400-patch2 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 1 | -4/+3 | |
Patch by Henri Beauchamp. | |||||
2008-12-06 | VWR-9400 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 1 | -4/+3 | |
Patch by Carjay McGinnis. | |||||
2008-12-06 | VWR-10837 (use delete [] in LLImageTGA) | Jacek Antonelli | 1 | -1/+1 | |
Patch by Aleric Inglewood. | |||||
2008-12-06 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | Jacek Antonelli | 1 | -1/+1 | |
Patch by Aleric Inglewood. | |||||
2008-12-05 | Read filter labels from XML, no hard-coding. | Jacek Antonelli | 1 | -26/+26 | |
2008-12-04 | Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2 | Jacek Antonelli | 1 | -1/+1 | |
2008-11-30 | Disable llmozlib-dependent code when not available. | Jacek Antonelli | 1 | -0/+2 | |
Patch by Stephen Zenith. [#12] | |||||
2008-11-30 | Fixed passing nonliteral strings to *printf functions. | Jacek Antonelli | 3 | -6/+6 | |
gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11] | |||||
2008-11-29 | Remove preprocessor condition for grid selector. | Jacek Antonelli | 1 | -5/+0 | |
The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD. | |||||
2008-11-29 | Fixed inworld browser crash in Windows. | McCabe Maxsted | 1 | -2/+2 | |
2008-11-29 | Stop console window from always showing up. | Jacek Antonelli | 1 | -5/+0 | |
2008-11-29 | Fixed search window not refreshing in RelWithDebInfo builds. | McCabe Maxsted | 1 | -4/+0 | |
2008-11-25 | Rearranged grid selectors so main grid is first. | Jacek Antonelli | 3 | -7/+7 | |
2008-11-25 | Added "code name" field for grid selections. | Jacek Antonelli | 3 | -6/+31 | |
The code name is used to fetch the proper splash page. This decouples the user-visible label from the name expected by the SL web server. | |||||
2008-11-25 | Changed the grid selector options at login. | Jacek Antonelli | 3 | -146/+11 | |
Renamed "Agni" to "SL Main Grid", etc. and removed private LL grids from the list. Also added "Local OpenSim" option. | |||||
2008-11-23 | Defined strings for filter types (to allow translation). | Jacek Antonelli | 1 | -48/+31 | |
2008-11-22 | Cleaned up Show Filters floater XML. | Jacek Antonelli | 1 | -98/+122 | |
2008-11-22 | Added separators to Quick Filter. | Jacek Antonelli | 1 | -1/+6 | |
2008-11-22 | Combobox widget now supports separators in XUI. | Jacek Antonelli | 1 | -0/+5 | |
2008-11-22 | Renamed "Clothing" filter to "Clothing / Body Parts". | Jacek Antonelli | 3 | -8/+12 | |
2008-11-22 | Renamed "Show All Items" filter to "All Types". | Jacek Antonelli | 2 | -3/+3 | |
2008-11-22 | Bogus quick filter strings should be ignored. | Jacek Antonelli | 1 | -1/+7 | |
2008-11-22 | Disabled testing output when changing quick filter. | Jacek Antonelli | 1 | -1/+1 | |
2008-11-22 | Quick Filter combo box refreshes properly. | Jacek Antonelli | 2 | -0/+129 | |
2008-11-21 | Likely fix for VWR-8920 (disappearing attachments). | Jacek Antonelli | 1 | -0/+4 | |
From http://svn.secondlife.com/trac/linden/changeset/1393 | |||||
2008-11-18 | Changed to Imprudence.exec_marker to match llappviewer.cpp. | Jacek Antonelli | 1 | -2/+2 | |
2008-11-18 | Changed app dir (for cache, etc.) to Imprudence. | Jacek Antonelli | 4 | -7/+7 | |
2008-11-18 | VWR-9007: Group UI uses "Person" instead of "Resident". | Jacek Antonelli | 2 | -3/+3 | |
2008-11-18 | Fix VWR-9507: bad typedef breaks build on gcc 4.3. | Jacek Antonelli | 1 | -1/+1 | |
Suggested by Alissa Sabre. |