Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-03 | Added the LLWindowCallbacks::DragNDropAction enum, and made the mac ↵ | Monroe Linden | |
implementation and the cross-platform window callbacks use it (instead of 'bool drop'). This will break the windows impl until someone fixes it to match. | |||
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallum | Rick Pasetto | |
2009-12-03 | Change API to no longer include slurl argument (its a platform-agnostic ↵ | Rick Pasetto | |
policy), add some code (not working yet) to implement DND on the mac | |||
2009-12-01 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-01 | DEV-42989: Adjust media priority based on app minimization and focus | Rick Pasetto | |
Review #49 This change adjusts each media's priority based on whether the viewer is minimized (media priority becomes HIDDEN) or unfocused (media priority becomes LOW). However, due to the fact that updateMedia() was no longer being called when minimized, I moved its call out of LLViewerTextureList::updateImages() (a seemingly odd place anyway) and into its own idle callback. | |||
2009-11-30 | Add support for dropping a region SLURL on login page and populating the UI | callum | |
2009-11-30 | merge | Rick Pasetto | |
2009-11-25 | created container for LLFloaterView for future z-swapping with sidetray | richard | |
floaters can now overlap sidetray fixed text selection background color to be inverse of text fg color EXT-2713 Script editor automatically scrolls to the top of script text when text is longer than the window. reviewed by James | |||
2009-11-25 | merge in changes from viewer-2-0, manually fixed conflict in ↵ | James Cook | |
llviewermessages.cpp | |||
2009-11-25 | merge | Rick Pasetto | |
2009-11-25 | merge | Rick Pasetto | |
2009-11-25 | Change drag highlighting to use LLSelectMgr::{un}highlightObjectOnly() ↵ | Rick Pasetto | |
instead of gPipeline.setHighlightObject(). The latter seems a little buggy. | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Merge | Dave Parks | |
2009-11-24 | Fix for stalls when resizing screen texture. | Dave Parks | |
2009-11-24 | Added support for dropping SURLs onto viewer | callum | |
Does right thing when logged in - needs some work at login page Removed (commented out) WM_DROPFILES code for now | |||
2009-11-24 | Merge from product-engine | Steve Bennetts | |
2009-11-24 | fixed EXT-2684 "Notification toasts position is incorrect" | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-23 | Highlight the object if it is being dragged over and can be dropped upon | Rick Pasetto | |
2009-11-23 | EXT-2460 - mouselook mode - remove unused UI elements | richard | |
EXT-2504 - black bars present at top and bottom when in mouselook reviewed by Leyla | |||
2009-11-19 | Merge from remote repo | Rick Pasetto | |
2009-11-18 | merge | James Cook | |
2009-11-17 | merge | Steve Bennetts | |
2009-11-17 | merge | richard | |
2009-11-17 | Merge from product-engine | Steve Bennetts | |
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | James Cook | |
2009-11-16 | EXT-2110 - Help -> Abuse Report produces noticeable 3-10 second hang | Steve Bennetts | |
Only happens with small windows because of some code that does font resizing on high res. Changed the scale factor threshold to cover vast majority of cases. | |||
2009-11-16 | merge | richard | |
2009-11-16 | fix for UI scale != 1.0 breaking edit tools, web browser, world view rect, etc. | richard | |
2009-11-16 | EXT-1478 Tool-tip background and border colors are being ignored - ↵ | Leyla Farazha | |
hooked up xml EXT-2237 Preferences > Alerts shows "$ignoretext" in the list EXT-1582 The current edit coordinates are displaced from their background EXT-1466 Change Mouselook text "Press ESC to return to World View" to match stylesheet reviewed by James | |||
2009-11-16 | Fixed Stand / Stop flying buttons (EXT-2408, EXT-2467, EXT-2513). | Vadim Savchuk | |
The buttons are now attached to the movement controls floater while it's visible (EXT-984). --HG-- branch : product-engine | |||
2009-11-13 | EXT-2477 minimizing while in appearance editing mode leaves a bad state | Nyx (Neal Orman) | |
when minimizing the viewer while in appearance editing mode with unsaved changes kicks you out of appearance editing mode and leaves you unable to recover as the editor always starts itself on the shape tab. Fixed this in two ways: 1) if a wearable is dirty when the editor is opened, that is the tab that is selected. 2) the camera mode is not forcibly changed away from appearance editing mode on minimize. This only needs to happen if we are in mouselook. Code reviewed by Vir. --HG-- branch : avatar-pipeline | |||
2009-11-12 | Change 'handleDrop()' API to 'handleDragNDrop', which now takes a "drop" BOOL | Rick Pasetto | |
2009-11-12 | merge | Rick Pasetto | |
2009-11-11 | merge | richard | |
2009-11-11 | added stylized text to tooltips for showxuinames | richard | |
2009-11-11 | Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API | Nat Goodspeed | |
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations. | |||
2009-11-10 | merge | James Cook | |
2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. | |||
2009-11-10 | Don't allocate memory for debugging strings every mouse click. | James Cook | |
2009-11-09 | merge | richard | |
2009-11-09 | renamed LLLayoutStack::idle to LLLayoutStack::updateClass | richard | |
converted mWorldViewPlaceholder to a LLHandle<LLView> improved layout of panel_bottomtray reviewed by James | |||
2009-11-09 | data driven layout of top-level UI elements | richard | |
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James | |||
2009-11-06 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-05 | refactored top level ui into main_view.xml | richard | |
2009-11-05 | make drop add media if not there, navigate if already there | Rick Pasetto | |
2009-11-05 | merge from remote repo | Rick Pasetto | |