aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floaterlocalassetbrowse.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood2010-11-051-1/+1
| | | | | | | | | | | There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
* Added support for upload and local usage of PSD (Photoshop, including layers ↵elektrahesse2010-10-131-0/+4
| | | | and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines
* Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse2010-10-091-0/+11
| | | | uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding.
* Fixed merge conflicts, propagated the _stat usage for windows in ↵elektrahesse2010-09-111-4/+16
|\ | | | | | | floaterlocalassetbrowse.cpp
| * Made the local asset texture boost change work on Windows as wellMcCabe Maxsted2010-09-101-7/+8
| |
| * Made the texture fix cross platform and removed boost::filesystem dep for ↵elektrahesse2010-09-101-7/+18
| | | | | | | | loaterlocalassetbrowse.cpp
* | Made the texture fix cross platform and removed boost::filesystem dep for ↵elektrahesse2010-09-071-23/+8
| | | | | | | | loaterlocalassetbrowse.cpp
* | Fixed local textures on macelektrahesse2010-09-071-6/+23
|/
* Fixed several issues with the local asset browser.Jacek Antonelli2010-09-031-6/+4
| | | | | | * Enable "Keep Updating" by default. * Fixed the "Keep Updating" checkbox not toggling correctly. * Fixed the upload fee label (it was showing currency symbol).
* Added author info to local texture filesMcCabe Maxsted2010-08-291-1/+1
|
* Cleaned up UI of the local texture properties window (todo: fix the ↵McCabe Maxsted2010-08-281-54/+9
| | | | texture_picker inside it being clickable)
* Ported local textures from Emerald (requires boost filesystem and system ↵McCabe Maxsted2010-08-281-0/+1028
libs to work)