Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-09 | Fixed typos, "delite" for "delete". Trivial, not reviewed. | James Cook | |
2009-07-09 | DEV-35140 Time zone in menu bar is truncated. Simple layout issue, trivial, ↵ | James Cook | |
not reviewed. | |||
2009-07-09 | DEV-35114 - Changed IMToast notification to type "notifytoast" so it doesn't ↵ | Steven Bennetts | |
show up as a standard notification. | |||
2009-07-09 | Cleaned up LLFloaterWorldMap a little to track down a crash... which appears ↵ | Steven Bennetts | |
to have gone away with the cleanup. | |||
2009-07-09 | 1. created prototype stand up button ins LLBottomTray | Jiao Li | |
2. re-arranged LLFloaterReg::add alphabetically to be reviewed | |||
2009-07-09 | Missed a file | Steven Bennetts | |
2009-07-09 | Fixed 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-09 | DEV-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-09 | EXT-126 - Grayed empty field appears after minimize the 'Search Second Life' dlg | Richard Nelson | |
EXT-124 - Empty local chat window appears after the viewer was resized reviewed by Austin | |||
2009-07-09 | DEV-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-09 | DEV-35112 Renamed colors_def.xml to colors.xml. Reviewed by Richard. | Austin Doupnik | |
2009-07-08 | Fix for errors intializing the locale on unrecognized versions of windows ↵ | brad kittenbrink | |
(like windows 7) | |||
2009-07-08 | DEV-34748 Moved logic for setting inspection tools from construction to ↵ | Austin Doupnik | |
onOpen for LLFloaterInspect. Reviewed by Richard. | |||
2009-07-08 | Gave width attributes to ZoomDirect, Cursor3D, and AutoLeveling options in ↵ | Austin Doupnik | |
the joystick setup floater. | |||
2009-07-08 | Added LLNotificationsListener to hook LLNotifications to the event system ↵ | brad kittenbrink | |
according to https://wiki.lindenlab.com/wiki/Incremental_Viewer_Automation/Event_API reviewed by palmer. | |||
2009-07-08 | merge -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-07 | Fix for crash when quitting due to mAppViewer being NULL. | brad kittenbrink | |
2009-07-07 | Oops, forgot to update the plugin loading code when I switched ↵ | brad kittenbrink | |
ll_plugin_start to take LLSD arguments. | |||
2009-07-08 | EXT-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-07 | Added copying and packaging of apr dlls and llcommon.dll. | brad kittenbrink | |
2009-07-07 | Fixed loading the wrong eventhost dll name on windows. | brad kittenbrink | |
2009-07-07 | About Second Life now works from the login screen, floater name was ↵ | James Cook | |
incorrectly specified. Not reviewed. | |||
2009-07-07 | DEV-34433 Put "About Second Life" back directly under "Help" to make it more ↵ | James Cook | |
discoverable. Not reviewed. | |||
2009-07-07 | DEV-34720 Mute all | Jiao Li | |
DEV-34721 "Streaming Media" checkbox DEV-34723 Mouse sensitivity slider Reviewed by James | |||
2009-07-07 | cherrypicking the fix for linux startup issue DEV-33209 - the bug has percolated | Adam 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-07 | make 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-07 | Fix Linux build - failing due to warning about S32/float conversion | James Cook | |
2009-07-07 | Merge 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-06 | fix for DEV-34094: texture console stats are obscured by the loading textures | Xiaohong Bao | |
2009-07-06 | Merge 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-02 | Reconcile Brad's changes | Nat@Hothead.lindenlab.com | |
2009-07-02 | Fix disabling this-in-init-list warning | Nat@Hothead.lindenlab.com | |
2009-07-02 | Windows now links to shared apr when LLCOMMON_LINK_SHARED is on. | brad kittenbrink | |
2009-07-02 | Updated apr_suite library package to include dll versions of apr as well. | brad kittenbrink | |
2009-07-02 | merge ↵ | 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-07-01 | Merged in windows LL_COMMON_API dll linkage fixes. | brad kittenbrink | |
2009-07-01 | Fixups for windows llcommon dll linkage errors that got dropped in the merge ↵ | brad kittenbrink | |
up to viewer-2.0.0-3 | |||
2009-07-01 | Merged in backout of setSetting listener. | brad kittenbrink | |
2009-07-01 | Merged in backout of setSetting listener. | brad kittenbrink | |
2009-07-01 | Backed out setSetting listener: changeset 3c9127748425 | brad kittenbrink | |
2009-07-01 | Reconcile with Brad's changes before push | Nat Goodspeed | |
2009-07-01 | DEV-31980: Wrap LLViewerWindow::saveSnapshot() with an event API. | Nat Goodspeed | |
Add LLViewerWindowListener per Incremental_Viewer_Automation/Event_API. Add LLViewerWindowListener pointer to LLViewerWindow, and initialize in ctor. Add llviewerwindowlistener.{h,cpp} to newview/CMakeLists.txt. | |||
2009-07-01 | DEV-31980: provide a way to retrieve LLDispatchListener's tweaked ↵ | Nat Goodspeed | |
LLEventPump name | |||
2009-06-30 | Added hack for fetching eventlet in place of svn:externals. | brad kittenbrink | |
2009-06-30 | [EXT-68] Fixed dynamic_cast on partially destroyed object bug that was ↵ | Austin Doupnik | |
breaking menu branching. | |||
2009-06-30 | Added loading of evenhost module to viewer. | brad kittenbrink | |
2009-06-30 | Added a new setSetting listener. | brad kittenbrink | |
2009-06-30 | Fixes to let llcommon build as a .dylib. It depends on PTH library. | brad kittenbrink | |
2009-06-29 | Fix for mismatched cmake if/endif pairs in llwindow/CMakeLists.txt | brad kittenbrink | |
2009-06-29 | Merged my latest eventhost changes with tip/latest viewer-2.0.0-3. | brad kittenbrink | |