Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refresh filter text when quick filter changes. | Jacek Antonelli | 2008-12-09 | 2 | -0/+6 |
| | |||||
* | Refactored; added LLInventoryFilter::rebuildFilterText(). | Jacek Antonelli | 2008-12-09 | 3 | -0/+12 |
| | |||||
* | Updated Inventory window filter text generation. | Jacek Antonelli | 2008-12-09 | 3 | -14/+34 |
| | | | | It was putting the wrong types in the title when filtering. [#25] | ||||
* | Hooked up Body Parts quickfilter and checkbox. | Jacek Antonelli | 2008-12-08 | 2 | -7/+29 |
| | |||||
* | Added Quick Filter item for Body Parts. | Jacek Antonelli | 2008-12-08 | 2 | -2/+8 |
| | |||||
* | Added Show Filters checkbox for Body Parts. | Jacek Antonelli | 2008-12-08 | 2 | -3/+14 |
| | |||||
* | Converted Show Filters window to relative positioning. | Jacek Antonelli | 2008-12-08 | 2 | -28/+32 |
| | |||||
* | Inventory filtering is now done by NType. | Jacek Antonelli | 2008-12-08 | 2 | -1/+5 |
| | |||||
* | LLInvFVBridge and derived classes have NTypes. | Jacek Antonelli | 2008-12-08 | 4 | -1/+20 |
| | |||||
* | Added LLFolderViewEventListener::getNInventoryType() | Jacek Antonelli | 2008-12-08 | 2 | -0/+6 |
| | | | | Pure virtual method, overridden in derived classes. | ||||
* | LLInventoryView uses new inventory type. | Jacek Antonelli | 2008-12-08 | 2 | -67/+59 |
| | |||||
* | Recalculate ntype when changing type or flags. | Jacek Antonelli | 2008-12-08 | 3 | -0/+14 |
| | |||||
* | Added LLInventoryItem::recalcNInventoryType(). | Jacek Antonelli | 2008-12-08 | 3 | -0/+15 |
| | |||||
* | Added calc_ntype() function. | Jacek Antonelli | 2008-12-08 | 3 | -0/+121 |
| | |||||
* | Moved enum EWearableType to its own file. | Jacek Antonelli | 2008-12-08 | 3 | -19/+65 |
| | | | | | Was in newview/llwearable.h, now in llinventory/llwearabletype.h. This allows it to be used in llinventory code. | ||||
* | Added LLInventoryItem::mNInventoryType (new type) field. | Jacek Antonelli | 2008-12-08 | 3 | -0/+23 |
| | | | | Will always by NIT_NONE so far. | ||||
* | New enumerator for inventory types. | Jacek Antonelli | 2008-12-08 | 2 | -0/+92 |
| | |||||
* | Merge RC2 into quickfilter | Jacek Antonelli | 2008-12-06 | 24 | -1474/+266 |
|\ | |||||
| * | Added banners in ChangeLog to set versions apart. | Jacek Antonelli | 2008-12-06 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | Entries should be placed in the section for the version into which they were merged. Entries within a section should be sorted chronologically. This is important for keeping track of changes which weren't merged until a later release than they were written. (Mixing them in chronologically would cause confusion about which changes were included in a release.) | ||||
| * | VWR-9400-patch2 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 2008-12-06 | 2 | -4/+8 |
| | | | | | | | | Patch by Henri Beauchamp. | ||||
| * | VWR-9400 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 2008-12-06 | 2 | -4/+8 |
| | | | | | | | | Patch by Carjay McGinnis. | ||||
| * | VWR-10837 (use delete [] in LLImageTGA) | Jacek Antonelli | 2008-12-06 | 2 | -1/+6 |
| | | | | | | | | Patch by Aleric Inglewood. | ||||
| * | VWR-10759 (use delete [] in LLMediaImplGStreamer) | Jacek Antonelli | 2008-12-06 | 2 | -1/+8 |
| | | | | | | | | Patch by Aleric Inglewood. | ||||
| * | Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2 | Jacek Antonelli | 2008-12-04 | 2 | -1/+5 |
| | | |||||
| * | Imprudence 1.0.0 RC2 released.v1.0.0-RC2 | Jacek Antonelli | 2008-12-04 | 1 | -0/+5 |
| | | |||||
| * | Disable llmozlib-dependent code when not available. | Jacek Antonelli | 2008-11-30 | 2 | -0/+7 |
| | | | | | | | | Patch by Stephen Zenith. [#12] | ||||
| * | Fixed passing nonliteral strings to *printf functions. | Jacek Antonelli | 2008-11-30 | 4 | -6/+18 |
| | | | | | | | | | | gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11] | ||||
| * | Remove preprocessor condition for grid selector. | Jacek Antonelli | 2008-11-29 | 2 | -5/+7 |
| | | | | | | | | | | | | The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD. | ||||
| * | Fixed inworld browser crash in Windows. | McCabe Maxsted | 2008-11-29 | 2 | -2/+8 |
| | | |||||
| * | Stop console window from always showing up. | Jacek Antonelli | 2008-11-29 | 2 | -5/+6 |
| | | |||||
| * | Fixed search window not refreshing in RelWithDebInfo builds. | McCabe Maxsted | 2008-11-29 | 2 | -4/+6 |
| | | |||||
| * | Rearranged grid selectors so main grid is first. | Jacek Antonelli | 2008-11-25 | 4 | -7/+15 |
| | | |||||
| * | Added "code name" field for grid selections. | Jacek Antonelli | 2008-11-25 | 4 | -6/+44 |
| | | | | | | | | | | | | 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. | ||||
| * | Changed the grid selector options at login. | Jacek Antonelli | 2008-11-25 | 4 | -146/+23 |
| | | | | | | | | | | Renamed "Agni" to "SL Main Grid", etc. and removed private LL grids from the list. Also added "Local OpenSim" option. | ||||
| * | Likely fix for VWR-8920 (disappearing attachments). | Jacek Antonelli | 2008-11-21 | 2 | -0/+11 |
| | | | | | | | | From http://svn.secondlife.com/trac/linden/changeset/1393 | ||||
| * | Changed to Imprudence.exec_marker to match llappviewer.cpp. | Jacek Antonelli | 2008-11-18 | 2 | -2/+6 |
| | | |||||
| * | Changed app dir (for cache, etc.) to Imprudence. | Jacek Antonelli | 2008-11-18 | 5 | -7/+19 |
| | | |||||
| * | VWR-9007: Group UI uses "Person" instead of "Resident". | Jacek Antonelli | 2008-11-18 | 3 | -3/+11 |
| | | |||||
| * | Fix VWR-9507: bad typedef breaks build on gcc 4.3. | Jacek Antonelli | 2008-11-18 | 2 | -1/+6 |
| | | | | | | | | Suggested by Alissa Sabre. | ||||
| * | Likely fix for VWR-9358 (palletized textures). | Jacek Antonelli | 2008-11-18 | 2 | -1/+8 |
| | | | | | | | | Suggested by Angus Boyd. | ||||
| * | Removed floater_tools.xml from silver skin. | Jacek Antonelli | 2008-11-16 | 2 | -1275/+9 |
| | | | | | | | | | | | | It was out of sync with the default version, and the only changes that LL had made to it were tiny tweaks to button size and position. It will now correctly inherit from default skin. | ||||
| * | Imprudence 1.0.0 RC1 released.v1.0.0-RC1imprudence-1.0.0-RC1 | Jacek Antonelli | 2008-11-15 | 1 | -0/+5 |
| | | |||||
* | | Read filter labels from XML, no hard-coding. | Jacek Antonelli | 2008-12-05 | 2 | -26/+30 |
| | | |||||
* | | Defined strings for filter types (to allow translation). | Jacek Antonelli | 2008-11-23 | 2 | -48/+37 |
| | | |||||
* | | Cleaned up Show Filters floater XML. | Jacek Antonelli | 2008-11-22 | 2 | -98/+126 |
| | | |||||
* | | Added separators to Quick Filter. | Jacek Antonelli | 2008-11-22 | 2 | -2/+11 |
| | | |||||
* | | Combobox widget now supports separators in XUI. | Jacek Antonelli | 2008-11-22 | 2 | -0/+9 |
| | | |||||
* | | Renamed "Clothing" filter to "Clothing / Body Parts". | Jacek Antonelli | 2008-11-22 | 4 | -8/+26 |
| | | |||||
* | | Renamed "Show All Items" filter to "All Types". | Jacek Antonelli | 2008-11-22 | 3 | -3/+9 |
| | | |||||
* | | Bogus quick filter strings should be ignored. | Jacek Antonelli | 2008-11-22 | 2 | -1/+11 |
| | |