summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.cpp
AgeCommit message (Collapse)Author
2009-11-30mergeRick Pasetto
2009-11-25created container for LLFloaterView for future z-swapping with sidetrayrichard
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-25merge in changes from viewer-2-0, manually fixed conflict in ↵James Cook
llviewermessages.cpp
2009-11-25mergeRick Pasetto
2009-11-25mergeRick Pasetto
2009-11-25Change drag highlighting to use LLSelectMgr::{un}highlightObjectOnly() ↵Rick Pasetto
instead of gPipeline.setHighlightObject(). The latter seems a little buggy.
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24MergeDave Parks
2009-11-24Fix for stalls when resizing screen texture.Dave Parks
2009-11-24Added support for dropping SURLs onto viewercallum
Does right thing when logged in - needs some work at login page Removed (commented out) WM_DROPFILES code for now
2009-11-24Merge from product-engineSteve Bennetts
2009-11-24fixed EXT-2684 "Notification toasts position is incorrect"Alexei Arabadji
--HG-- branch : product-engine
2009-11-23Highlight the object if it is being dragged over and can be dropped uponRick Pasetto
2009-11-23EXT-2460 - mouselook mode - remove unused UI elementsrichard
EXT-2504 - black bars present at top and bottom when in mouselook reviewed by Leyla
2009-11-19Merge from remote repoRick Pasetto
2009-11-18mergeJames Cook
2009-11-17mergeSteve Bennetts
2009-11-17mergerichard
2009-11-17Merge from product-engineSteve Bennetts
2009-11-16Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0James Cook
2009-11-16EXT-2110 - Help -> Abuse Report produces noticeable 3-10 second hangSteve 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-16mergerichard
2009-11-16fix for UI scale != 1.0 breaking edit tools, web browser, world view rect, etc.richard
2009-11-16EXT-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-16Fixed 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-13Refactoring of llviewerprecompiledheaders.h to hopefully increase stabilitybrad kittenbrink
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve.
2009-11-13EXT-2477 minimizing while in appearance editing mode leaves a bad stateNyx (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-12Change 'handleDrop()' API to 'handleDragNDrop', which now takes a "drop" BOOLRick Pasetto
2009-11-12mergeRick Pasetto
2009-11-11mergerichard
2009-11-11added stylized text to tooltips for showxuinamesrichard
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat 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-10mergeJames Cook
2009-11-10Sanitize 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-10Don't allocate memory for debugging strings every mouse click.James Cook
2009-11-09mergerichard
2009-11-09renamed LLLayoutStack::idle to LLLayoutStack::updateClassrichard
converted mWorldViewPlaceholder to a LLHandle<LLView> improved layout of panel_bottomtray reviewed by James
2009-11-09data driven layout of top-level UI elementsrichard
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James
2009-11-06Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-11-06merge from texture-pipelineSteve Bennetts
2009-11-06merge QAR-1829: texture pipeline branch in viewer-2.0.0.3Xiaohong Bao
2009-11-05refactored top level ui into main_view.xmlrichard
2009-11-05make drop add media if not there, navigate if already thereRick Pasetto
2009-11-05merge from remote repoRick Pasetto
2009-11-05Only use ctrl-up/down for recently typed chat lines if chat field is empty.James Cook
Otherwise it discards a typed line in progress.
2009-11-05EXT-2262 Arrow keys should move cursor in chat entry field.James Cook
See Communications Spec for design. Arrow keys still move you if text chat field is empty. Also fixed ctrl-up/ctrl-down for recently chatted lines. Reviewed with Richard.
2009-11-02Merge from remote repoRick Pasetto
2009-10-30EXT-1980 - Bottom bar buttons retain highlightrichard
EXT-1936 - [BSI] Reversion - clicking on avatar name in group chat should bring up profile also fixed buttons not working on avatar list in IM window reviewed by Leyla
2009-10-29merge from remote repoRick Pasetto
2009-10-29Merge with remote repoRick Pasetto