aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary xui files from silver skinMcCabe Maxsted2010-01-1411-2833/+16
|
* Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵McCabe Maxsted2010-01-143-24/+40
| | | | adds uncommitted suggestions to the line editor history
* Applied patch for VWR-14267 by Aimee Trescothick: Clicking send in an IM ↵McCabe Maxsted2010-01-142-0/+8
| | | | window does not add the sent text to the line editor history
* Applied patch for VWR-11172 by Alissa Sabre: A source coding mistake ↵McCabe Maxsted2010-01-142-1/+9
| | | | prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows
* Created drop-down Profile button in IM windowMcCabe Maxsted2010-01-1319-195/+278
|
* Fixed 'Cannot generate a safe linker search path' CMake warning on WindowsMcCabe Maxsted2010-01-122-6/+14
|
* Fixed remember password checkboxMcCabe Maxsted2010-01-112-1/+8
|
* Fixed missing dbghelp.dll fileMcCabe Maxsted2010-01-093-0/+146
|
* Always include VS2005 redist in copy_win_libsMcCabe Maxsted2010-01-092-85/+89
|
* Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵McCabe Maxsted2010-01-096-45/+120
| | | | install script only works manually)
* Fixed options missing from Text Chat and Input & Camera preferences (see ↵McCabe Maxsted2010-01-084-10/+42
| | | | VWR-13120)
* Applied SNOW-378: debug setting to compile inventory scripts in MonoMcCabe Maxsted2010-01-084-14/+27
|
* Fixed GStreamer missing libpng12-0.dll (TODO: update gstreamer)McCabe Maxsted2010-01-083-2/+25
|
* Merge branch '1.3.0-clienttags' into nextMcCabe Maxsted2010-01-0412-13/+591
|\
| * remove FIXME reminders from fixed issuesArmin Weatherwax2010-01-011-10/+3
| | | | | | | | modified: linden/indra/newview/llvoavatar.cpp
| * Merge commit '76dd2a2c2395e50fd31' into nextMcCabe Maxsted2010-01-0113-14/+612
| |\
| | * Merge branch 'mimikry' into nextArmin Weatherwax2009-12-2911-12/+598
| | |\
| | | * 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-022-14/+10
| | | | | | | | | | | | | | | | | | | | 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-0111-12/+602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * Fixed a little mistake in .gitignore.Jacek Antonelli2009-12-011-2/+2
| | | |
| | | * dynamically linked libpng for windows added to install.xml (from snowglobe) ↵Patrick Sapinski2009-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | which is required to build 1.23 and up. Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
| | | * 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
| | * | ignore (makes github happy)Armin Weatherwax2009-12-131-1/+0
| | | |
| | * | Merge branch 'next' of git://github.com/jacek/imprudence into nextArmin Weatherwax2009-12-1325-28/+198
| | |\ \
| | * | | 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
* | | | | ChangeLog entry: Several changes to work better on 64bit Linux.Jacek Antonelli2010-01-031-0/+15
| | | | |
* | | | | Tell the wrapper script where 64bit gstreamer plugins are.Armin Weatherwax2010-01-031-1/+3
| | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 560d3013)
* | | | | Use ${ARCH} instead of x86_64 in CMake.Armin Weatherwax2010-01-031-3/+1
| | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from f604a685)
* | | | | Update install.xml to newest 64bit libs.Armin Weatherwax2010-01-031-37/+44
| | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 0d47cb39)
* | | | | 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-032-1/+10
| | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 2e96ac24)
* | | | | Updating a few 64bit Linux libs.Armin Weatherwax2010-01-032-7/+7
| | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 95c834e7)
* | | | | Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax2010-01-036-39/+252
| | | | | | | | | | | | | | | | | | | | (Cherry picked by Jacek from 13412855)
* | | | | Merge test release.Jacek Antonelli2010-01-020-0/+0
| | | | |
* | | | | Fixed log spam about missing ParcelVoiceInfoRequest capability.Armin Weatherwax2010-01-022-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-024-6/+16
|/ / / / | | | | | | | | | | | | (newview/res/viewerRes.rc is already at 1.3.0.)
* | | | Fixed panel_radar.xml missing from newview\CMakeLists.txtMcCabe Maxsted2010-01-012-0/+6
| | | |
* | | | Added missing debug tags to logcontrol.xmlMcCabe Maxsted2010-01-012-0/+20
| | | |
* | | | 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-315-14/+23
| | | | |
* | | | | Added preferences option to use legacy pie menu layoutMcCabe Maxsted2009-12-3112-35/+387
| | | | |
* | | | | Removed old pre-1.23 alerts and notificationsMcCabe Maxsted2009-12-283-3896/+8
|/ / / /
* | | | Added script creation resource to the script editor's help menuMcCabe Maxsted2009-12-267-0/+68
| | | |
* | | | Use Liberation-Sans font sizesMcCabe Maxsted2009-12-262-5/+10
| | | |
* | | | Added copy key button to profile windowMcCabe Maxsted2009-12-264-2/+27
| | | |
* | | | Made drag and drop work across the entire profile windowMcCabe Maxsted2009-12-232-4/+9
| | | |