Richard Linden
7cea645ba2
added some logging to help track down crash in EXT-5849
2010-03-05 17:38:21 -08:00
Richard Linden
27919e106a
fix for merge
2010-03-05 15:41:15 -08:00
Richard Linden
931ff555bd
merge
2010-03-05 14:46:00 -08:00
Richard Nelson
485711e179
removed extraneous updateBoundingRect() calls
...
remove the login progress panel as a popup only after it has finished fading out
popupview manages it's own registering and unregistering of popup callbacks
2010-03-04 16:35:52 -08:00
Richard Linden
69f9c0bcf9
WIP - replace top ctrl with LLPopupView
2010-03-03 19:37:41 -08:00
Denis Serdjuk
2281b187d3
fixed Normal Bug EXT-5603 Rightclick on link in long description cause following this link
...
Cause:
LLViewerWindow called handleMouseUp() instead handleAnyMouseClick(). It caused commit action in LLExpandableTextEditor even after right mouse up event.
Solution:
handleMouseUp() replaced by handleAnyMouseClick()
--HG--
branch : product-engine
2010-03-03 12:07:51 +02:00
Richard Nelson
41a30a59fb
initial work changing topctrl to popup layer
2010-03-02 14:21:58 -08:00
Palmer Truelson
54a95f706f
merge
2010-02-23 17:19:58 -08:00
Palmer Truelson
7885748497
Turning back on Davep's ui optimizations. Backed out changeset 6c161782dba3
2010-02-23 17:08:06 -08:00
Palmer Truelson
0980df1e0c
merge
2010-02-23 17:07:18 -08:00
Palmer Truelson
da79eb5545
Turning on Davep optimizations again. Backed out changeset d89b00b44ab6
2010-02-23 16:48:49 -08:00
Andrew Dyukov
79b6eea163
No ticket. Removed unnecessary string which was occasionally left in 5e7ce89a4c9e.
...
--HG--
branch : product-engine
2010-02-22 20:01:44 +02:00
Andrew Dyukov
16b284971e
Fixed normal bug EXT-4964 (Invalid SLURL detection does not detect invalid slurls).
...
- Added new static method LLSLURL::isValidSLURL() whic uses LLUrlRegistry::isUrl() to validate SLURLs and not just chek prefixes as LLSLURL::isSLURL() does.
- Used it in slurl DnD check in LLViewerWindow.
- LLUrlEntrySLURL regexp was changed not to pass non-valid SLURLS (such as one from the bug description).
--HG--
branch : product-engine
2010-02-22 19:22:43 +02:00
Alexei Arabadji
a7d716c35e
fixed EXT-5418 “When UI scale is set to 1.40 I see notices off the edge of the screen.”,
...
corrected emitting of world view update signal;
replaced getWorldViewRectRaw with getWorldViewRectScaled LLIMFloater::getAllowedRect;
--HG--
branch : product-engine
2010-02-22 18:23:04 +02:00
Rick Pasetto
4dfed6e353
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0
2010-02-16 15:43:11 -08:00
Palmer Truelson
3b8463f0fd
merge
2010-02-12 21:06:25 -08:00
Palmer Truelson
1f672990e7
Backed out davep's optimization pass. changeset 3c3685de430a
2010-02-12 21:06:02 -08:00
Palmer Truelson
660c3b182c
merge
2010-02-12 21:05:09 -08:00
Palmer Truelson
651b14fcae
Backed out davep's UI optimization. changeset 3134cb7bb181
2010-02-12 21:04:51 -08:00
Palmer Truelson
6499aee37c
merge
2010-02-12 21:04:01 -08:00
Palmer Truelson
b392e1c3bd
Backed out dave's FSAA/FBO change changeset 89f62bede16f
2010-02-12 21:03:43 -08:00
Richard Linden
e159873eec
added popup panel to hold nearby media popup and stopped using top view
2010-02-12 16:54:47 -08:00
Palmer
9aae3a31c8
merge
2010-02-12 15:56:25 -08:00
Callum Prentice
c0f2f151b2
"Fix for EXT-4968 - Media DnD cannot navigate prims owned by other people"
...
Reviewed by Rick via CodeCollab (http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=110 )
2010-02-12 15:24:53 -08:00
Palmer
418504207b
merge
2010-02-12 15:16:19 -08:00
richard
8bc4dcc855
EXT-5321 - llinfos from non ui threads is not thread safe
...
reviewed by Mani
2010-02-10 18:13:02 -08:00
richard
e75a4ffb6a
EXT-5026 - Crash when exiting from login screen
...
reviewed by Mani
2010-02-05 14:20:27 -08:00
Dave Parks
92e07a0c5e
EXT-4060 Fix for FSAA not taking effect until relog. Biggest change is that FSAA now relies on framebuffer objects and framebuffer objects are enabled by default)
2010-02-05 00:32:31 -06:00
Dave Parks
ff0271d632
merge
2010-02-04 23:43:13 -06:00
Dave Parks
979ddb2ec9
No more matrix ops in UI code.
2010-02-04 23:41:54 -06:00
Soft Linden
da19bed9a8
EXT-1560 VWR-11118 DEV-27362 Ctrl+Alt+Shift+H doesn't say hippos! anymore
2010-02-03 17:04:44 -06:00
Dave Parks
8e67ecf3dc
Optimization pass.
...
-- Further instrumentation of idle update
-- Removed mActiveQ from LLPipeline, instead making calm objects static during LLVOVolume::idleUpdate
-- Further instrumentation of flexible object update
-- Converted LLDynamicArray and LLMap members of LLViewerObjectList to stl counterparts
-- Increased number of update bins in LLViewerObjectList from 16 to 128 (objects will be processed every 128 frames instead of every 16, or ~ 90% fewer objects processed per frame)
-- Removed unused "renderObjectsForSelect" code.
-- Reenabled LOD updates for objects further than 24m from camera
2010-02-03 12:33:32 -06:00
Rick Pasetto
f44ee460c5
Fix regression where SLURL DND when logged in didn't work (line got dropped)
...
Reviewed by callum
2010-02-01 15:12:57 -08:00
Rick Pasetto
e23b55c4a8
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
2010-02-01 11:38:21 -08:00
Vadim Savchuk
db4e46e93d
Mere from default branch
...
--HG--
branch : product-engine
2010-01-29 16:46:06 +02:00
Igor Borovkov
f8bde94b9f
completely got rid of Communicate floater and stuff
...
--HG--
branch : product-engine
2010-01-29 15:41:41 +02:00
Igor Borovkov
ac0fb461f6
got rid of lloverlaybar, llmediaremotectrl, llvoiceremotectrl dependencies, updated cmake list
...
--HG--
branch : product-engine
2010-01-29 14:42:57 +02:00
Igor Borovkov
56d0654437
got rid from lltoolbar.h includes
...
--HG--
branch : product-engine
2010-01-29 14:18:56 +02:00
Lynx Linden
540752ff2d
DEV-41686: Added a DisableMouseWarp debug option.
...
Turning this option on makes alt-zooming and mouselook actually work
when using Synergy. I believe this will also make it work for certain
input devices, and Parallels, that control your cursor by setting its
position in absolute coordinates.
2010-01-29 10:27:15 +00:00
Tofu Linden
73d92f0847
CID-374
...
Checker: UNINIT_CTOR
Function: LLPickInfo::LLPickInfo(const LLCoordGL &, unsigned int, int, int, void (*)(const LLPickInfo&))
File: /indra/newview/llviewerwindow.cpp
remove some fat, dead members.
2010-01-27 16:38:02 -08:00
Tofu Linden
a0bc58aac4
CID-26
...
Checker: CTOR_DTOR_LEAK
Function: LLViewerWindow::LLViewerWindow(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int, int, int, int, int, int)
File: /indra/newview/llviewerwindow.cpp
2010-01-27 12:07:05 -08:00
Rick Pasetto
d451a515c8
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
2010-01-25 09:13:34 -08:00
Rick Pasetto
927b8da7e9
Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallum
2010-01-20 09:57:19 -08:00
Rick Pasetto
ae079af48d
Add another setting controlling whether SLURL drag-and-drop performs a teleport
2010-01-20 09:55:36 -08:00
Callum Prentice
228d37a8d7
Fix for EXT-4191 - Drag and Drop viewer resolves some slurls to "//"
2010-01-19 11:52:41 -08:00
Ychebotarev ProductEngine
82de841c52
merge
...
--HG--
branch : product-engine
2010-01-19 17:13:21 +02:00
Tofu Linden
c3ee66d60a
Some trivial comment/logging typos that were bothering me more than they needed to.
2010-01-18 14:52:55 -08:00
Rick Pasetto
313ef1a0f6
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
2010-01-18 11:51:13 -08:00
Ychebotarev ProductEngine
f28778b8b8
work on EXT-4322 Remove the Communicate floater
...
leave some LLFloaterChat usages commented for later review...
--HG--
branch : product-engine
2010-01-18 17:50:19 +02:00
Callum Prentice
77565ce0c3
Merge with tip
2010-01-11 17:27:45 -08:00