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 | Rewrote LLWindowMacOSX::handleDragNDrop() to use pasteboard manager instead ↵ | Monroe Linden | |
of old, busted scrap manager to extract the data. Also fixed a mouse coordinate issue that caused drag tracking to be off. | |||
2009-12-03 | Fix Windows build based on API change to handleDragNDrop() | Rick Pasetto | |
2009-12-03 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
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 avatar-pipeline branch into viewer2 | Eric M. Tulla (BigPapi) | |
2009-12-03 | DEV-43463: swap visit_and_connect() overloads for Linux compiler | Nat Goodspeed | |
2009-12-03 | Fixed broken build | skolb | |
2009-12-03 | local merge | skolb | |
2009-12-03 | Merge with recent viewer-2-0 | Nat Goodspeed | |
2009-12-03 | Skip logging test that fails on Linux, no idea why | Nat Goodspeed | |
2009-12-03 | merge of viewer2 into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | Resync indra/test's LD_LIBRARY_PATH with ADD_INTEGRATION_TEST | Nat Goodspeed | |
2009-12-03 | Reconcile llsdutil_tut.cpp with Kent's LLSD API change | Nat Goodspeed | |
2009-12-03 | merge | bea@american.lindenlab.com | |
2009-12-03 | merge | bea@american.lindenlab.com | |
2009-12-03 | Add Doxygen comments | bea@american.lindenlab.com | |
2009-12-03 | fixing bad cast that was causing a compiler error. | Nyx (Neal Orman) | |
Code reviewed by Seraph --HG-- branch : avatar-pipeline | |||
2009-12-03 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-02 | local merge | skolb | |
2009-12-02 | removed the unused AutoPlayMedia flag. This is now governed by the ↵ | skolb | |
ParcelMediaAutoPlayEnable flag. | |||
2009-12-02 | unify the two media auto play preferences into one. The ↵ | skolb | |
ParcelMediaAutoPlayEnable flag now controls both (horribly named, but must be preserved for legacy purposes). | |||
2009-12-02 | Changed the behavior of LLViewerMediaImpl::setDisabled() to interact more ↵ | Monroe Linden | |
predictably with auto-play. Disabling and re-enabling media should work much more like teleporting away and teleporting back -- media will respect the auto-play flag when reloading, instead of returning to its previous load state. | |||
2009-12-02 | Cleaned up the conditional code a bit in llviewerkeyboard.cpp, start_gesture | skolb | |
2009-12-02 | DEV-42150 crash when using media on a HUD | skolb | |
2009-12-02 | EXT-3060 : Turn links into broken links immediately when baseobj is purged | Loren Shih | |
EXT-3067 : INFRASTRUCTURE : LLInventoryPanel::modelChanged cleanup Added REBUILD mask to inventory observer. Added new logic for rebuilding linked items when an item is purged. Took out atrocious expensive refresh that was being triggered on most LLInventoryPanel::modelChanged. --HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT-3060 : Turn links into broken links immediately when baseobj is purged | Loren Shih | |
EXT-3067 : INFRASTRUCTURE : LLInventoryPanel::modelChanged cleanup This first set of checkins is just llinventorypanel infrastructure cleanup, including comments and improved use of iterators. --HG-- branch : avatar-pipeline | |||
2009-12-02 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-02 | Minor changes from review feedback | Rick Pasetto | |
get rid of thunk function | |||
2009-12-02 | EXT-3050 : The Word "bar" Should be Removed from Section Headings on My ↵ | Loren Shih | |
Appearance Tab in Side Bar --HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT-3057 : Refine the context options that exist for broken links | Loren Shih | |
EXT-2950 : Trying to waer a link or to "Find Original" of a link silently fails when original is deleted Missing links are now handled correctly in the right-click context menu. --HG-- branch : avatar-pipeline | |||
2009-12-02 | Merge viewer 2.0 into media branch | skolb | |
2009-12-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-02 | EXT-2737 Fix for terrain/avatars/trees not showing up in water reflection. | Runitai | |
2009-12-02 | Automated merge avp->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵ | Loren Shih | |
llviewermessage More header file cleanup. --HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵ | Loren Shih | |
llviewermessage More header file cleanup. --HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵ | Loren Shih | |
llviewermessage Removed > 100 header includes from llviewermenu and llviewermessage. --HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT-3028 : "Find Original" does nothing if floater inventory isn't open | Loren Shih | |
InventorySP will open if no inventory floaters are open. --HG-- branch : avatar-pipeline | |||
2009-12-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-02 | merging in viewer-2 into avp | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-12-01 | Fix a signed/unsigned warning that breaks the Windows build. | callum | |
2009-12-01 | merge | bea@american.lindenlab.com | |
2009-12-01 | Add Doxygen comments | bea@american.lindenlab.com | |
2009-12-01 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-01 | Partial fix for EXT-2904/DEV-43584 (Space bar and Enter/Return key don't ↵ | Monroe Linden | |
work as input for checkboxes or buttons on MoaP). This change forces space characters to go through the keyEvent() path instead of the unicodeInput() path, which makes the space bar work for setting checkboxes. I still need to figure out what's going on with the enter key. | |||
2009-12-01 | EXT-3028 : "Find Original" does nothing if floater inventory isn't open | Loren Shih | |
Changed logic for getActiveInventory so that it considers InventorySP. Removed getActiveInventory and replaced with getActiveInventoryPanel since that follows its current usage. This currently contains a bug because the InventorySP always thinks it's open. --HG-- branch : avatar-pipeline | |||
2009-12-01 | Merge | skolb | |