Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refresh filter text when quick filter changes. | Jacek Antonelli | 2008-12-09 | 1 | -0/+2 |
| | |||||
* | Refactored; added LLInventoryFilter::rebuildFilterText(). | Jacek Antonelli | 2008-12-09 | 2 | -0/+6 |
| | |||||
* | Updated Inventory window filter text generation. | Jacek Antonelli | 2008-12-09 | 2 | -14/+26 |
| | | | | It was putting the wrong types in the title when filtering. [#25] | ||||
* | Hooked up Body Parts quickfilter and checkbox. | Jacek Antonelli | 2008-12-08 | 1 | -7/+25 |
| | |||||
* | Added Quick Filter item for Body Parts. | Jacek Antonelli | 2008-12-08 | 1 | -2/+4 |
| | |||||
* | Added Show Filters checkbox for Body Parts. | Jacek Antonelli | 2008-12-08 | 1 | -3/+10 |
| | |||||
* | Converted Show Filters window to relative positioning. | Jacek Antonelli | 2008-12-08 | 1 | -28/+28 |
| | |||||
* | Inventory filtering is now done by NType. | Jacek Antonelli | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | LLInvFVBridge and derived classes have NTypes. | Jacek Antonelli | 2008-12-08 | 3 | -1/+12 |
| | |||||
* | Added LLFolderViewEventListener::getNInventoryType() | Jacek Antonelli | 2008-12-08 | 1 | -0/+1 |
| | | | | Pure virtual method, overridden in derived classes. | ||||
* | LLInventoryView uses new inventory type. | Jacek Antonelli | 2008-12-08 | 1 | -67/+55 |
| | |||||
* | Moved enum EWearableType to its own file. | Jacek Antonelli | 2008-12-08 | 1 | -19/+1 |
| | | | | | Was in newview/llwearable.h, now in llinventory/llwearabletype.h. This allows it to be used in llinventory code. | ||||
* | Merge RC2 into quickfilter | Jacek Antonelli | 2008-12-06 | 10 | -1447/+52 |
|\ | |||||
| * | Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2 | Jacek Antonelli | 2008-12-04 | 1 | -1/+1 |
| | | |||||
| * | Remove preprocessor condition for grid selector. | Jacek Antonelli | 2008-11-29 | 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. | ||||
| * | Stop console window from always showing up. | Jacek Antonelli | 2008-11-29 | 1 | -5/+0 |
| | | |||||
| * | Fixed search window not refreshing in RelWithDebInfo builds. | McCabe Maxsted | 2008-11-29 | 1 | -4/+0 |
| | | |||||
| * | Rearranged grid selectors so main grid is first. | Jacek Antonelli | 2008-11-25 | 3 | -7/+7 |
| | | |||||
| * | Added "code name" field for grid selections. | Jacek Antonelli | 2008-11-25 | 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. | ||||
| * | Changed the grid selector options at login. | Jacek Antonelli | 2008-11-25 | 3 | -146/+11 |
| | | | | | | | | | | 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 | 1 | -0/+4 |
| | | | | | | | | From http://svn.secondlife.com/trac/linden/changeset/1393 | ||||
| * | Changed app dir (for cache, etc.) to Imprudence. | Jacek Antonelli | 2008-11-18 | 1 | -2/+2 |
| | | |||||
| * | VWR-9007: Group UI uses "Person" instead of "Resident". | Jacek Antonelli | 2008-11-18 | 2 | -3/+3 |
| | | |||||
| * | Removed floater_tools.xml from silver skin. | Jacek Antonelli | 2008-11-16 | 1 | -1275/+0 |
| | | | | | | | | | | | | 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. | ||||
* | | Read filter labels from XML, no hard-coding. | Jacek Antonelli | 2008-12-05 | 1 | -26/+26 |
| | | |||||
* | | Defined strings for filter types (to allow translation). | Jacek Antonelli | 2008-11-23 | 1 | -48/+31 |
| | | |||||
* | | Cleaned up Show Filters floater XML. | Jacek Antonelli | 2008-11-22 | 1 | -98/+122 |
| | | |||||
* | | Added separators to Quick Filter. | Jacek Antonelli | 2008-11-22 | 1 | -1/+6 |
| | | |||||
* | | Renamed "Clothing" filter to "Clothing / Body Parts". | Jacek Antonelli | 2008-11-22 | 3 | -8/+12 |
| | | |||||
* | | Renamed "Show All Items" filter to "All Types". | Jacek Antonelli | 2008-11-22 | 2 | -3/+3 |
| | | |||||
* | | Bogus quick filter strings should be ignored. | Jacek Antonelli | 2008-11-22 | 1 | -1/+7 |
| | | |||||
* | | Disabled testing output when changing quick filter. | Jacek Antonelli | 2008-11-22 | 1 | -1/+1 |
| | | |||||
* | | Quick Filter combo box refreshes properly. | Jacek Antonelli | 2008-11-22 | 2 | -0/+129 |
| | | |||||
* | | Show Filters window refreshes properly. | Jacek Antonelli | 2008-11-11 | 1 | -0/+9 |
| | | |||||
* | | Added 'Custom' filter option (opens filters window). | Jacek Antonelli | 2008-11-08 | 2 | -0/+13 |
| | | |||||
* | | Quick Filter works, but is a bit rough. | Jacek Antonelli | 2008-11-08 | 1 | -1/+76 |
| | | | | | | | | | | It doesn't refresh its display when you change tabs, and the Show Filters window doesn't refresh either. | ||||
* | | Added commit callback for Quick Filter. | Jacek Antonelli | 2008-11-08 | 2 | -0/+19 |
| | | |||||
* | | Added XUI for the Quick Filter combo box. | Jacek Antonelli | 2008-11-08 | 1 | -5/+54 |
|/ | |||||
* | Remove reference to nonexistent First Look Mac icon. | Jacek Antonelli | 2008-11-05 | 1 | -6/+1 |
| | |||||
* | Package up Imprudence icons. | Jacek Antonelli | 2008-11-01 | 2 | -2/+2 |
| | |||||
* | Imported Imprudence icon graphics. | Jacek Antonelli | 2008-11-01 | 2 | -0/+0 |
| | |||||
* | Merge branch 'rebranding' into next | Jacek Antonelli | 2008-11-01 | 22 | -1700/+1697 |
|\ | | | | | | | | | Conflicts: linden/indra/newview/viewer_manifest.py | ||||
| * | Merge commit 'mccabe/rebranding' into rebranding | Jacek Antonelli | 2008-10-17 | 6 | -372/+357 |
| |\ | |||||
| | * | windows compile fix and rebranded help menu | McCabe Maxsted | 2008-10-17 | 1 | -1/+1 |
| | | | |||||
| | * | windows compile fix and rebranded help menu | McCabe Maxsted | 2008-10-17 | 2 | -41/+26 |
| | | | |||||
| | * | rebranding with updated help menu | McCabe Maxsted | 2008-10-17 | 2 | -5/+5 |
| | | | |||||
| | * | rebranding compiled | McCabe Maxsted | 2008-10-17 | 3 | -328/+328 |
| | | | |||||
| * | | Merge branch 'merge-1.21.6' into rebranding | Jacek Antonelli | 2008-10-17 | 330 | -6678/+10615 |
| |\ \ | | |/ | |/| | | | | | | | | | | Conflicts: linden/indra/newview/installers/windows/installer_template.nsi linden/indra/newview/llappviewer.cpp | ||||
| * | | Rebranded Windows-specific installer/support files. | Jacek Antonelli | 2008-10-14 | 6 | -1495/+1495 |
| | | | | | | | | | | | | Replaced instances of "Second Life" with "Imprudence", etc. | ||||
| * | | Rebranded Mac-specific installer/support files. | Jacek Antonelli | 2008-10-14 | 3 | -304/+304 |
| | | | | | | | | | | | | Replaced instances of "Second Life" with "Imprudence", etc. |