aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floaterlocalassetbrowse.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-26Disabled the texture_picker in "Local Texture Properties". (IMP-476)Jacek Antonelli1-1/+1
Before, the texture_picker widget in the "Local Texture Properties" floater was interactive, even though using it had no effect. Now it is disabled (noninteractive), to avoid misleading or confusing the user.
2010-11-05Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-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.
2010-11-03Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-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.
2010-10-13Added support for upload and local usage of PSD (Photoshop, including layers ↵elektrahesse1-0/+4
and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines
2010-10-09Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse1-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.
2010-10-09Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse1-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.
2010-09-10Made the local asset texture boost change work on Windows as wellMcCabe Maxsted1-7/+8
2010-09-10Made the texture fix cross platform and removed boost::filesystem dep for ↵elektrahesse1-7/+18
loaterlocalassetbrowse.cpp
2010-09-07Made the texture fix cross platform and removed boost::filesystem dep for ↵elektrahesse1-23/+8
loaterlocalassetbrowse.cpp
2010-09-07Fixed local textures on macelektrahesse1-6/+23
2010-09-03Fixed several issues with the local asset browser.Jacek Antonelli1-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).
2010-08-29Added author info to local texture filesMcCabe Maxsted1-1/+1
2010-08-28Cleaned up UI of the local texture properties window (todo: fix the ↵McCabe Maxsted1-54/+9
texture_picker inside it being clickable)
2010-08-28Ported local textures from Emerald (requires boost filesystem and system ↵McCabe Maxsted1-0/+1028
libs to work)