summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-16SOCIAL-392 FIX Web Content Panel does not save location history between sessionscallum
2010-12-15SOCIAL-389 FIX Stop button in Web Content panel does not stop page content ↵callum
from loading or progress bar So many things wrong here it wasn't funny - button not enabled, button not connected to function, wrong call to stop browser etc.
2010-12-15Mergecallum
2010-12-15SOCIAL-387 FIX Clicking on links in TOS during account activation in the ↵callum
viewer do not launch browser in Webkit 4.7 Mis-assumption about floaters that spawn web-content
2010-12-15SOCIAL-376 FIX Tooltips with unicode characters show ???????? in Webkit 4.7Monroe Linden
Rebuild of Mac llqtwebkit library from revision 7a78d43fe8d2 in hg.secondlife.com/llqtwebkit.
2010-12-14SOCIAL-388 FIX There is no error message when you navigate to an invalid or ↵callum
non-existent site in the WebKit browser in SL (LLQtWebKit Windows push to pick up fix for this task)
2010-12-14SOCIAL-369 FIX Hitting reload on the media browser removes entries from ↵Monroe Linden
location history for that session in Webkit 4.7
2010-12-14SOCIAL-383 FIX Sites with no titles do not show web address in title bar in ↵callum
Web Content Browser
2010-12-14SOCIAL-384 FIX Menu bar images do not have tooltips in Web Content Browsercallum
2010-12-14SOCIAL-381 FIX WEB CONTENT shown in title bar of Web Content Browser when ↵callum
opening a popup window
2010-12-14SOCIAL-376 FIX Tooltips with unicode characters show ???????? in Webkit 4.7callum
(Point to Windows version of LLQtWebKit)
2010-12-14SOCIAL-366 FIX UI Issues with HTTP Dialogs in Webkit 4.7callum
2010-12-14SOCIAL-373 FIX Media browser does not show https secure icon in address bar ↵callum
when a site is loaded over https
2010-12-14SOCIAL-365 FIX (via LLQtWebKit push) Text aliasing issue in Home side panel ↵callum
headings on Windows viewer
2010-12-13SOCIAL-364 FIX(2) Viewer Crash when selecting Browse Linden Homes button ↵callum
from side panel Changed default floater that opens if no parent found as per comments in task
2010-12-13SOCIAL-367 FIX HTTP Auth dialog does not indicate what server a user is ↵callum
entering a user name and password for in Webkit 4.7
2010-12-10mergeRichard Linden
2010-12-10SOCIAL-364 FIX Viewer Crash when selecting Browse Linden Homes button from ↵callum
side panel
2010-12-10WIP XUI HTTP Auth dialogRichard Linden
refactored LLWindowShade into seperate file improved layout of dialog improved dialog resizing logic Tab and Enter keys now work as expected in windowshade form added "modal" capability to window shade added HTTP Auth notifications to MOAP
2010-12-08SOCIAL-358 FIX Add button to Web Content floater to open current URL in ↵callum
system browser
2010-12-06SOCIAL-342 FIX Rename Web Browser Test option in debug menus to reflect the ↵callum
fact it opens the Media browser
2010-12-03Mergecallum
2010-12-03SOCIAL-229 FIX (2nd trY) (Windows) Fix file uploads (Content-Type header bug)callum
Updates Windows version of LLQtWebKit
2010-12-03SOCIAL-229 FIX Fix file uploads (Content-Type header bug)Monroe Linden
This was fixed in the llqtwebkit library, by stripping the Content-Type header out of GET requests in LLNetworkAccessManager::createRequest(). This fix is in changeset b9ec6135a395 in the main llqtwebkit repository. This commit updates the Mac build of llqtwebkit.
2010-12-03SOCIAL-229 FIX (Windows) Fix file uploads (Content-Type header bugcallum
Updates Windows version of LLQtWebKit
2010-12-03SOCIAL-248 FIX Remove HEAD requests from WebKitMonroe Linden
This change makes LLFloaterWebContent always specify a MIME type of "text/html" when navigating to an URL. This tells the plugin system to skip the MIME type probe (which is what does the HEAD request) and just use the WebKit plugin. This means non-web content (such as QuickTime movies) may not work properly in the web content floater. Hopefully this won't be a problem...
2010-12-03Mergecallum
2010-12-03SOCIAL-334 FIX Remove link color and action from status bar text in web ↵callum
content window
2010-12-03Fix build break on the mac.Monroe Linden
2010-12-03SOCIAL-333 FIX Order of buttons on Web content floater is wrongcallum
2010-12-03Silly whitespace issue - no code change.callum
2010-12-03Merge after pull from viewer-developmentcallum
2010-12-03SOCIAL-318 FIX Example plugin doesn't render anythingcallum
2010-12-03pull latest fixes back from viewer-betaOz Linden
2010-12-02SOCIAL-317 FIX LLWebContentFloater opens popups in the media browsercallum
2010-12-02mergeMonroe Linden
2010-12-02SOCIAL-315 FIX Update Qt/LLQtWebKit version number in the viewer to 4.7.1 ↵callum
from 4.6
2010-12-02mergeMonroe Linden
2010-12-02SOCIAL-311 FIX Media browser has too many oddities to be useful for viewer ↵callum
web apps Completes MVP
2010-12-02merge fixes for STORM-432Oz Linden
2010-12-02CHOP-240 Fix for incorrect use of std:multimap iterators. Rev. by Alain.Mark Palange (Mani)
2010-12-02merge fix for STORM-679Oz Linden
2010-12-02merge fix for STORM-596Oz Linden
2010-12-02merge fix for STORM-557Oz Linden
2010-12-02STORM-432 ADDITIONAL FIX Disabled manual resizing of the bottom panel in ↵Vadim ProductEngine
the Places SP.
2010-12-01SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵callum
viewer web apps Added support for graphic browser buttons and laid them out differently
2010-12-01SOCIAL-311 PARTIAL FIX (2) Media browser has too many oddities to be useful ↵callum
for viewer web apps Latest traunch of fixes to new Web only content floater Also removed line in test app that fails to build - have a note to fix later
2010-12-01SOCIAL-231 FIX Enable tooltips (for links and images)Monroe Linden
New build of mac llqtwebkit library from revision 1799a899e06d in http://hg.secondlife.com/llqtwebkit .
2010-12-01OCIAL-231 FIX Enable tooltips (for links and images)Monroe Linden
Added the necessary plumbing to get link_hovered events from the webkit plugin through to the viewer UI. This requires a llqtwebkit library built from revision 1799a899e06d or later in http://hg.secondlife.com/llqtwebkit to function. The viewer source changes are backwards-compatible with earlier versions of llqtwebkit, it just won't see any link_hovered events with previous revisions. Reviewed by Callum.
2010-12-01SOCIAL-249 FIX pressing any of the Alt keys and 0-9 will output the number ↵Monroe Linden
and symbol instead of just symbol The issue seems to be Mac-only, so I've put the fix inside #if LL_DARWIN. Windows' handling of ALT is very different, so the fix might not be appropriate there.