aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed remember password checkboxMcCabe Maxsted2010-01-111-1/+1
| | |
| * | Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵McCabe Maxsted2010-01-093-38/+98
| | | | | | | | | | | | install script only works manually)
| * | Fixed options missing from Text Chat and Input & Camera preferences (see ↵McCabe Maxsted2010-01-083-10/+33
| | | | | | | | | | | | VWR-13120)
| * | Applied SNOW-378: debug setting to compile inventory scripts in MonoMcCabe Maxsted2010-01-082-1/+19
| | |
| * | Merge branch '1.3.0-clienttags' into nextMcCabe Maxsted2010-01-049-5/+377
| |\ \ | | |/ | |/|
| | * remove FIXME reminders from fixed issuesArmin Weatherwax2010-01-011-10/+3
| | | | | | | | | | | | modified: linden/indra/newview/llvoavatar.cpp
| | * Merge commit '76dd2a2c2395e50fd31' into nextMcCabe Maxsted2010-01-0110-6/+398
| | |\
| | | * Merge branch 'mimikry' into nextArmin Weatherwax2009-12-299-5/+384
| | | |\
| | | | * added our own website to fetch the client listArmin Weatherwax2009-12-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
| | | | * added our uuidArmin Weatherwax2009-12-021-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/newview/llvoavatar.cpp
| | | | * Emeralds client name tag and clothing layer protection. Needs decision about ↵Armin Weatherwax2009-12-019-5/+388
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there. modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
| | | | * commented out some cmake code that completely breaks distributed builds on ↵Patrick Sapinski2009-12-011-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows, doesn't affect other builds, seems to do nothing, and was commented out on MK years ago :) Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
| | | | * don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax2009-11-301-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
| | | * | Merge branch 'next' of git://github.com/jacek/imprudence into nextArmin Weatherwax2009-12-1315-5/+45
| | | |\ \
| | | * | | don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax2009-12-131-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
* | | | | | Improved how opacity is displayed in color swatches.Kakurady2010-01-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | | | | | Merged bug fixes by Mm Alder and Admiral Admiral.Jacek Antonelli2010-01-2622-16/+123
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SNOW-376 Clean up handling of the maximum length of chat messagesMm Alder2010-01-033-4/+8
| | | | | |
| * | | | | VWR-4232 Some particles don't disappear when UI is hiddenMm Alder2010-01-037-5/+53
| | | | | |
| * | | | | VWR-15310 Save to XML doesn't set proper XML tagsMm Alder2010-01-0312-7/+62
| | | | | |
* | | | | | Tell the wrapper script where 64bit gstreamer plugins are.Armin Weatherwax2010-01-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 560d3013)
* | | | | | Several changes to the 64bit build.Armin Weatherwax2010-01-032-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - lib folder becomes lib64, - lib32 folder prepared (for voice libs), - pango removed - gdk_pixbuf removed (Cherry picked by Jacek from da4c5189)
* | | | | | Fix filepicker not working in 64bit build.Armin Weatherwax2010-01-031-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 08cc8bc2)
* | | | | | Fix just another hardcoded path to Linux-i686.Armin Weatherwax2010-01-031-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 2e96ac24)
* | | | | | Updating a few 64bit Linux libs.Armin Weatherwax2010-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 95c834e7)
* | | | | | Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax2010-01-033-22/+133
| | | | | | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 13412855)
* | | | | | Fixed log spam about missing ParcelVoiceInfoRequest capability.Armin Weatherwax2010-01-021-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SNOW-66 fix by Armin. SNOW-250 fix by Pixel Gausman and Aleric Inglewood. (Cherry picked by Jacek from 3a84d801)
* | | | | | Updated version to 1.3.0 "merge test".Jacek Antonelli2010-01-022-3/+3
| |/ / / / |/| | | | | | | | | | | | | | (newview/res/viewerRes.rc is already at 1.3.0.)
* | | | | Fixed panel_radar.xml missing from newview\CMakeLists.txtMcCabe Maxsted2010-01-011-0/+1
| | | | |
* | | | | Added missing debug tags to logcontrol.xmlMcCabe Maxsted2010-01-011-0/+13
| | | | |
* | | | | Merge commit 'jacek/next' into nextMcCabe Maxsted2009-12-311-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | Disabled sending viewer stats.Patrick Sapinski2009-12-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is useless to the viewer and also transmits some sensitive information about the user's computer to LL. Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | | | | Moved notify when L$ spent from Preferences > General to Preferences > PopupsMcCabe Maxsted2009-12-314-14/+15
| | | | |
* | | | | Added preferences option to use legacy pie menu layoutMcCabe Maxsted2009-12-3111-35/+370
| | | | |
* | | | | Removed old pre-1.23 alerts and notificationsMcCabe Maxsted2009-12-282-3896/+0
|/ / / /
* | | | Added script creation resource to the script editor's help menuMcCabe Maxsted2009-12-266-0/+58
| | | |
* | | | Use Liberation-Sans font sizesMcCabe Maxsted2009-12-261-5/+5
| | | |
* | | | Added copy key button to profile windowMcCabe Maxsted2009-12-263-2/+18
| | | |
* | | | Made drag and drop work across the entire profile windowMcCabe Maxsted2009-12-231-4/+4
| | | |
* | | | Fixed info not being displayed in About Imprudence floaterMcCabe Maxsted2009-12-231-3/+1
| | | |
* | | | Fixed login panel not showing viewer channelMcCabe Maxsted2009-12-231-2/+2
| | | |
* | | | Fixed default fontsMcCabe Maxsted2009-12-231-3/+3
| | | |
* | | | Fixed the Advanced menu togglingMcCabe Maxsted2009-12-231-0/+1
| |/ / |/| |
* | | Added Imprudence VC80 .config files to the repoMcCabe Maxsted2009-12-062-0/+40
| | |
* | | Moved the viewer artwork to its own CMake fileMcCabe Maxsted2009-12-061-0/+1
| | |
* | | Added Imprudence viewer artwork to install.xmlMcCabe Maxsted2009-12-0613-2/+1
| | |
* | | Make sure windows always uses the Imprudence iconMcCabe Maxsted2009-12-062-3/+3
|/ /
* | commented out some cmake code that completely breaks distributed builds on ↵Patrick Sapinski2009-11-281-7/+7
|/ | | | | | Windows, doesn't affect other builds, seems to do nothing, and was commented out on MK years ago :) Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* Merged SL 1.23.5 into Imprudence.Jacek Antonelli2009-11-285-8/+105
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/CopyWinLibs.cmake linden/indra/lib/python/indra/util/llversion.py linden/indra/llcommon/llversionviewer.h linden/indra/newview/English.lproj/InfoPlist.strings linden/indra/newview/Info-Imprudence.plist linden/indra/newview/llassetuploadresponders.cpp linden/indra/newview/llpreview.cpp linden/indra/newview/res/viewerRes.rc linden/indra/newview/viewer_manifest.py
| * Second Life viewer sources 1.23.5Jacek Antonelli2009-11-0310-32/+157
| |