aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge RC2 into quickfilterJacek Antonelli2008-12-0622-1472/+77
|\
| * VWR-9400-patch2 (memleak whenever an LSL script is uploaded)Jacek Antonelli2008-12-061-4/+3
| | | | | | | | Patch by Henri Beauchamp.
| * VWR-9400 (memleak whenever an LSL script is uploaded)Jacek Antonelli2008-12-061-4/+3
| | | | | | | | Patch by Carjay McGinnis.
| * VWR-10837 (use delete [] in LLImageTGA)Jacek Antonelli2008-12-061-1/+1
| | | | | | | | Patch by Aleric Inglewood.
| * VWR-10759 (use delete [] in LLMediaImplGStreamer)Jacek Antonelli2008-12-061-1/+1
| | | | | | | | Patch by Aleric Inglewood.
| * Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2Jacek Antonelli2008-12-041-1/+1
| |
| * Disable llmozlib-dependent code when not available.Jacek Antonelli2008-11-301-0/+2
| | | | | | | | Patch by Stephen Zenith. [#12]
| * Fixed passing nonliteral strings to *printf functions.Jacek Antonelli2008-11-303-6/+6
| | | | | | | | | | gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11]
| * Remove preprocessor condition for grid selector.Jacek Antonelli2008-11-291-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 Antonelli2008-11-291-5/+0
| |
| * Fixed search window not refreshing in RelWithDebInfo builds.McCabe Maxsted2008-11-291-4/+0
| |
| * Rearranged grid selectors so main grid is first.Jacek Antonelli2008-11-253-7/+7
| |
| * Added "code name" field for grid selections.Jacek Antonelli2008-11-253-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 Antonelli2008-11-253-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 Antonelli2008-11-211-0/+4
| | | | | | | | From http://svn.secondlife.com/trac/linden/changeset/1393
| * Changed to Imprudence.exec_marker to match llappviewer.cpp.Jacek Antonelli2008-11-181-2/+2
| |
| * Changed app dir (for cache, etc.) to Imprudence.Jacek Antonelli2008-11-184-7/+7
| |
| * VWR-9007: Group UI uses "Person" instead of "Resident".Jacek Antonelli2008-11-182-3/+3
| |
| * Fix VWR-9507: bad typedef breaks build on gcc 4.3.Jacek Antonelli2008-11-181-1/+1
| | | | | | | | Suggested by Alissa Sabre.
| * Likely fix for VWR-9358 (palletized textures).Jacek Antonelli2008-11-181-1/+1
| | | | | | | | Suggested by Angus Boyd.
| * Removed floater_tools.xml from silver skin.Jacek Antonelli2008-11-161-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 Antonelli2008-12-051-26/+26
| |
* | Defined strings for filter types (to allow translation).Jacek Antonelli2008-11-231-48/+31
| |
* | Cleaned up Show Filters floater XML.Jacek Antonelli2008-11-221-98/+122
| |
* | Added separators to Quick Filter.Jacek Antonelli2008-11-221-1/+6
| |
* | Combobox widget now supports separators in XUI.Jacek Antonelli2008-11-221-0/+5
| |
* | Renamed "Clothing" filter to "Clothing / Body Parts".Jacek Antonelli2008-11-223-8/+12
| |
* | Renamed "Show All Items" filter to "All Types".Jacek Antonelli2008-11-222-3/+3
| |
* | Bogus quick filter strings should be ignored.Jacek Antonelli2008-11-221-1/+7
| |
* | Disabled testing output when changing quick filter.Jacek Antonelli2008-11-221-1/+1
| |
* | Quick Filter combo box refreshes properly.Jacek Antonelli2008-11-222-0/+129
| |
* | Show Filters window refreshes properly.Jacek Antonelli2008-11-111-0/+9
| |
* | Added 'Custom' filter option (opens filters window).Jacek Antonelli2008-11-082-0/+13
| |
* | Quick Filter works, but is a bit rough.Jacek Antonelli2008-11-081-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 Antonelli2008-11-082-0/+19
| |
* | Added XUI for the Quick Filter combo box.Jacek Antonelli2008-11-081-5/+54
|/
* Remove reference to nonexistent First Look Mac icon.Jacek Antonelli2008-11-051-6/+1
|
* Fix Mac crash logger & updater missing Info.plist.Jacek Antonelli2008-11-042-2/+2
| | | | Suggested by Aimee Trescothick (Aimee Walton).
* Script finds Imprudence version numbers for packaging.Jacek Antonelli2008-11-021-7/+4
|
* Use Imprudence icon on Linux.Jacek Antonelli2008-11-011-1/+1
|
* Package up Imprudence icons.Jacek Antonelli2008-11-012-2/+2
|
* Imported Imprudence icon graphics.Jacek Antonelli2008-11-012-0/+0
|
* Merge branch 'rebranding' into nextJacek Antonelli2008-11-0133-1728/+1732
|\ | | | | | | | | Conflicts: linden/indra/newview/viewer_manifest.py
| * Merge commit 'mccabe/rebranding' into rebrandingJacek Antonelli2008-10-176-372/+357
| |\
| | * windows compile fix and rebranded help menuMcCabe Maxsted2008-10-171-1/+1
| | |
| | * windows compile fix and rebranded help menuMcCabe Maxsted2008-10-172-41/+26
| | |
| | * rebranding with updated help menuMcCabe Maxsted2008-10-172-5/+5
| | |
| | * rebranding compiledMcCabe Maxsted2008-10-173-328/+328
| | |
| * | Merge branch 'merge-1.21.6' into rebrandingJacek Antonelli2008-10-17369-6778/+11164
| |\ \ | | |/ | |/| | | | | | | | | | Conflicts: linden/indra/newview/installers/windows/installer_template.nsi linden/indra/newview/llappviewer.cpp
| * | Rebranded Windows-specific installer/support files.Jacek Antonelli2008-10-148-1501/+1501
| | | | | | | | | | | | Replaced instances of "Second Life" with "Imprudence", etc.