Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | Build fix: add missing #include | Rick Pasetto | |
2010-01-05 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2009-12-31 | EXT-3778 Fixed handling of url passed in on cmd line. | Mark Palange (Mani) | |
The url from the cmd line was being overridden by the LoginLocation setting. (my bad!) Removed unnecessary llurlsimstring.h includes. | |||
2009-12-18 | Fix slurl crashing, fix slurls highlighting objects, fix overlapping objects ↵ | Rick Pasetto | |
not "unhighlighting" | |||
2009-12-18 | Fix crash when DnD onto an item with media but no impl | Rick Pasetto | |
2009-12-18 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-16 | Don't allow drag if the cap URL is empty or if the whitelist does not pass | Rick Pasetto | |
2009-12-16 | Merge | James Cook | |
2009-12-15 | EXT-2649 Replace 'Advanced > Set Away After 30 Minutes' with Away time options | Leyla Farazha | |
EXT-2649 [BSI] Confirm on Drop EXT-3416 Can't name a new gesture on creation (and renaming is HARD) reviewed by James | |||
2009-12-15 | merge | Rick Pasetto | |
2009-12-15 | Merge from default branch. | Vadim Savchuk | |
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine | |||
2009-12-14 | Final merge of precompiled header dependency cleanup work. | brad kittenbrink | |
2009-12-13 | Fix Mac build | James Cook | |
2009-12-11 | Fixed normal bug EXT-2724 (Mini map mimimizes underneath Nav bar when ↵ | Andrew Dyukov | |
Favorites bar has been hidden) and partially fixed EXT-2742 (Invalid menu appearance after hiding navigation bar and/or favorites bar). Problem in fixed part of EXT-2742 was the same as the one which caused EXT-2724. --HG-- branch : product-engine | |||
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | EXT-1994 - Entering text into the Chat Bar sometimes slows to about 2 cps | richard | |
EXT-2176 - Avatar movements seem to be transmitted after the release of a movement control reviewed by James | |||
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-03 | Merge of include dependency cleanup work with viewer-2-0 | brad kittenbrink | |
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 | Refactoring of llviewerprecompiledheaders.h to hopefully increase stability | brad 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. |