summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-10DEV-35118 Converted voice volume feedback icon on bottom tray to use real ↵James Cook
artwork. Converted LLOutputMonitorCtrl to use ParamBlocks to specify art. Added output_monitor.xml to specify art. Bottom bar gives volume feedback even when triggering voice with middle-mouse or keyboard binding. Reviewed with Richard.
2009-07-09merge fix for bottom tray history buttonLeyla Farazha
2009-07-09Oops, commented out lines slipped through my commit.Austin Doupnik
2009-07-09DEV-35167 Reference counted selection objects were being kept around by ↵Austin Doupnik
floaters that were being constructed, but weren't visible. Reviewed by Richard.
2009-07-09DEV-34804 right click object more>attach HUD, hover and a black bar appearsRichard Nelson
reviewed by Austni
2009-07-09svn merge -r126726:126727 ↵Leyla Farazha
svn+ssh://svn.lindenlab.com/linden/branches/skinning/skinning-15/ DEV-35109 Nav bar does not record teleports taken by any method other than typing into nav bar DEV-35117 Hard to open local chat, needs bottom bar widget for now hiding test IM floaters
2009-07-09DEV-35127 Text placement in an input box is uncomfortably low. Changed ↵James Cook
UILineEditorVPad default, pushed up the bottom of selection highlight by 1 pixel. Initialized a couple of variables in constructor. Trivial, not reviewed.
2009-07-09Don't show camera and movement control floaters on first-run to meet ↵James Cook
Movement/Camera spec. Trivial, not reviewed.
2009-07-09Fixed typos, "delite" for "delete". Trivial, not reviewed.James Cook
2009-07-09DEV-35140 Time zone in menu bar is truncated. Simple layout issue, trivial, ↵James Cook
not reviewed.
2009-07-09DEV-35114 - Changed IMToast notification to type "notifytoast" so it doesn't ↵Steven Bennetts
show up as a standard notification.
2009-07-09Cleaned up LLFloaterWorldMap a little to track down a crash... which appears ↵Steven Bennetts
to have gone away with the cleanup.
2009-07-091. created prototype stand up button ins LLBottomTrayJiao Li
2. re-arranged LLFloaterReg::add alphabetically to be reviewed
2009-07-09Missed a fileSteven Bennetts
2009-07-09Fixed LLPanel visible and enabled settings.Steven Bennetts
Set the side panel width to 280. Changed the code to use the initial width of the side tray instead of the max of the panels.
2009-07-09DEV-35153 - fix for ui scale breaking picking (pie menu etc) by normalizing ↵Richard Nelson
world rect dimensions against ui scale DEV-35154 - switching to fullscreen fails with bad resolution reviewed by Brad
2009-07-09EXT-126 - Grayed empty field appears after minimize the 'Search Second Life' dlgRichard Nelson
EXT-124 - Empty local chat window appears after the viewer was resized reviewed by Austin
2009-07-09DEV-35121 when taking a snapshot without UI, use full window to render ↵Richard Nelson
world. This solves black bars while logging in problem merge -r 126570 skinning-15 viewer-2.0.0-3 reviewed by Austin
2009-07-09DEV-35112 Renamed colors_def.xml to colors.xml. Reviewed by Richard.Austin Doupnik
2009-07-08DEV-34748 Moved logic for setting inspection tools from construction to ↵Austin Doupnik
onOpen for LLFloaterInspect. Reviewed by Richard.
2009-07-08Gave width attributes to ZoomDirect, Cursor3D, and AutoLeveling options in ↵Austin Doupnik
the joystick setup floater.
2009-07-08merge -r 889-936 https://svn.aws.productengine.com/secondlife/pe/stable/ -> ↵Steven Bennetts
viewer-2-0 Also: * Moved media remote shortcut to Communicate menu * Changed mini map menu to toggle instead of show
2009-07-08EXT-133 Crash when teleporting from "About Landmark" dialog. If the dialog ↵James Cook
was closed before the simulator returned information about the land parcel, LLRemoteParcelRequestResponder would dereference a null observer/panel pointer. Introduced into viewer-2.0.0-2 revision 124991 from Product Engine merge, see https://svn.lindenlab.com/viewvc/viewvc.cgi/linden/branches/viewer/viewer-2.0.0-2-pe/indra/newview/llremoteparcelrequest.cpp?r1=124880&r2=124881&pathrev=124881&limit_changes=100 Reviewed with Richard.
2009-07-07About Second Life now works from the login screen, floater name was ↵James Cook
incorrectly specified. Not reviewed.
2009-07-07DEV-34433 Put "About Second Life" back directly under "Help" to make it more ↵James Cook
discoverable. Not reviewed.
2009-07-07DEV-34720 Mute allJiao Li
DEV-34721 "Streaming Media" checkbox DEV-34723 Mouse sensitivity slider Reviewed by James
2009-07-07cherrypicking the fix for linux startup issue DEV-33209 - the bug has percolatedAdam Moss
around for so long without the fix that I can't stand it any longer. svn merge -c123659 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-viewer/maint-viewer-15-sandbox-3
2009-07-07make right-side ^^ chevron button and mail icon button spawn a dialog saying ↵Jiao Li
"not implement yet" or some such Reviewed by James
2009-07-07Fix Linux build - failing due to warning about S32/float conversionJames Cook
2009-07-07Merge skinning-14 to viewer-2, including refactoring many floaters to ↵James Cook
register them with LLFloaterReg, support for introspection of ParamBlock based UI widgets to dump XML schema, splitting llfolderview.cpp into three separate files to unravel dependencies and skeleton for for LLListView widget. Resolved conflicts in these files: lldraghandle.h, lluictrl.h, llchiclet.cpp, llfolderview.h/cpp, lliinventorybridge.cpp, llpanelpicks.cpp, llviewermenu.cpp, floater_mute.xml, floater_preferences.xml, notifications.xml, panel_preferences_audio.xml, panel_preferences_graphics1.xml, panel_region_general.xml svn merge -r124961:126284 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-14
2009-07-06fix for DEV-34094: texture console stats are obscured by the loading texturesXiaohong Bao
2009-07-06Merge xui-army-5 to viewer-2, includes layout, art, and color changes, also ↵James Cook
UI color refactoring and new FreeType font library on Linux. svn merge -r126038:126164 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army-5
2009-07-02merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@873 https://svn.aws.productengine.com/secondlife/pe/stable@888 -> viewer-2.0.0-pe-4
2009-06-30[EXT-68] Fixed dynamic_cast on partially destroyed object bug that was ↵Austin Doupnik
breaking menu branching.
2009-06-27fix for DEV-27483/SEC-283: Viewer crash: LLXform::setParent Creating loop ↵Xiaohong Bao
when setting parent
2009-06-26Fix broken Linux server build.Kyle Ambroff
llwindow refactoring in skinning-7 r117641 added dependency on LLWindowCallbacks in llwindowheadless, which was not being built for server only builds. * Include llwindowcallbacks.cpp in all llwindow builds. * Do not link with libatk and libsdl for server linux builds, since they are not needed and only packaged for the viewer. Reviewed with James.
2009-06-26DEV-34569Palmer Truelson
new --nonotifications command line option for automated testing Reviewed by Q
2009-06-25DEV-34488 Can not save script to a prim. Underlying issue was LLPreview ↵James Cook
holding two member variables mObjectUUID and mObjectID. mObjectID was null for scripts. It appears to be used only for notecards (?), so I converted it to mNotecardObjectID and switched references to point to mObjectUUID. Renamed one other variable to mSaveObjectID for clarity. Removed unnecessary include files and de-inlined a couple functions because I was there. Reviewed with Steve.
2009-06-24merge -r125267:125272 ↵Loren Shih
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-links__merge__viewer2.0.0-3-r125202 to svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3
2009-06-23Set correct svn:eol-style native on XML files, converted several files to ↵James Cook
use consistent line feeds (had ^M after first header line). Not reviewed.
2009-06-23Merge build patch for Linux server builds from xui-army. I believe this ↵James Cook
fixes the "llui_libtest -lllui not found" build error. Merging revisions 123378-123379 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army into G:\viewer-2-0-link\latest, respecting ancestry
2009-06-23Fixed a bunch of missing includes and forward declares. I was trying to ↵James Cook
benchmark with precompiled headers off, but we'll have to do a bunch more cleanup before it's possible to disable that feature cleanly. Not reviewed.
2009-06-22QAR-1383: convert new uses of Boost.Signals (arriving from other branches) toNat Goodspeed
Boost.Signals2 like the rest of the event-system-n code.
2009-06-22trivial comment fixes for typos that were bugging me...Adam Moss
2009-06-21Modified RecordToChatConsole to not construct LLFloaterChat if it doesn't ↵Steven Bennetts
already exist to avoid recursive floater construction.
2009-06-21Fixed a shutdown crash.Steven Bennetts
2009-06-21merge -r 124105-124625 skinning-13 -> viewer-2.0.0-3Steven Bennetts
2009-06-21merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3Steven Bennetts
ignore-dead-branch
2009-06-19result of "svn merge -r123757:124890 ↵Paul Oppenheim
svn+ssh://svn.lindenlab.com/svn/linden/branches/improve-unit-testing/iface-04" for QAR-1496
2009-06-04Fix one more license, add indra/newview/tests to exported treeChristian Goetze