Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-07 | STORM-710 FIXED Don't show search history dropdown if the history is empty. | Vadim ProductEngine | |
2010-12-07 | STORM-735 FIXED Group icons in People -> Groups now follow floater opacity ↵ | Vadim ProductEngine | |
settings. | |||
2010-12-07 | STORM-733 FIXED Build Tools floater now has inactive floater transparency ↵ | Vadim ProductEngine | |
when opened (because it's not focused by default). | |||
2010-12-07 | STORM-732 FIXED Voice Morphing floater was opaque on first open. | Vadim ProductEngine | |
2010-12-06 | Pull viewer-beta in | Merov Linden | |
2010-12-06 | STORM-678 : pull into viewer-beta | Merov Linden | |
2010-12-06 | SOCIAL-342 FIX Rename Web Browser Test option in debug menus to reflect the ↵ | callum | |
fact it opens the Media browser | |||
2010-12-06 | Pull viewer-beta in | Merov Linden | |
2010-12-06 | STORM-378 : pull into viewer-beta | Merov Linden | |
2010-12-06 | STORM-579 : pull into viewer-beta | Merov Linden | |
2010-12-06 | STORM-730, STORM-717, STORM-690 : pull into viewer-beta | Merov Linden | |
2010-12-06 | STORM-730 FIXED Made Movement Controls, Camera Controls and Nearby Voice ↵ | Vadim ProductEngine | |
floaters use active floater transparency. | |||
2010-12-06 | STORM-690 ADDITIONAL FIX Hide "Loading..." text that can be seen under ↵ | Vadim ProductEngine | |
transparent Avatar Picks accordion. | |||
2010-12-06 | STORM-690 FIXED Underlying panels were visible in undocked sidepanels. | Vadim ProductEngine | |
By the way, fixed losing focus when switching between panels in Me and Places SP (which made the floater semi-transparent). | |||
2010-12-05 | Moved 2.4.0-beta1 tag to the correct changeset | Dessie Linden | |
2010-12-05 | Added tag 2.4.0-beta1 for changeset 3bc1f50a72e1 | Dessie Linden | |
2010-12-04 | STORM-717 FIXED Made nearby chat toasts respect transparency settings: | Vadim ProductEngine | |
* Normally toasts are as opaque as specified by "inactive floater opacity" setting. * When mouse is hovering a toast, the toast uses "active floater opacity" setting. * Fading toasts have 1/2 of "inactive floater opacity". | |||
2010-12-04 | STORM-717 WIP Cleanup: removed unused on_mouse_enter callback from LLToast. | Vadim ProductEngine | |
2010-12-03 | Merge | callum | |
2010-12-03 | SOCIAL-229 FIX (2nd trY) (Windows) Fix file uploads (Content-Type header bug) | callum | |
Updates Windows version of LLQtWebKit | |||
2010-12-03 | SOCIAL-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-03 | SOCIAL-229 FIX (Windows) Fix file uploads (Content-Type header bug | callum | |
Updates Windows version of LLQtWebKit | |||
2010-12-03 | SOCIAL-248 FIX Remove HEAD requests from WebKit | Monroe 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-03 | Merge | callum | |
2010-12-03 | SOCIAL-334 FIX Remove link color and action from status bar text in web ↵ | callum | |
content window | |||
2010-12-03 | ESC-210 Non-active regions were getting extra duration time. | Monty Brandenberg | |
Metrics were crediting inactive regions (those not current but contributing to the sample) with additional time at the end of the sample interval. Corrected. | |||
2010-12-03 | Fix build break on the mac. | Monroe Linden | |
2010-12-03 | SOCIAL-333 FIX Order of buttons on Web content floater is wrong | callum | |
2010-12-03 | Silly whitespace issue - no code change. | callum | |
2010-12-03 | merging beta fixes after 2.4.0-beta1 | Oz Linden | |
2010-12-03 | Added tag 2.4.0-beta1 for changeset dc6483491b4a | Oz Linden | |
2010-12-03 | STORM-378 ADDITIONAL FIX Fixed playing snapshot animation and sound when a ↵ | Seth ProductEngine | |
snapshot is refreshed. | |||
2010-12-03 | ESC-211 ESC-222 Viewer/Sim comms and outbound data throttle | Monty Brandenberg | |
Cleaned up some of the messaging code that sends the LLSD stats report off to the viewer. Added WARNS-level messages when there's a problem with delivery that will result in a data break. Users probably won't care. Added an outbound data throttle that limits stats to the 10 regions of longest occupancy. Should be a reasonable first cut. | |||
2010-12-03 | Merge after pull from viewer-development | callum | |
2010-12-03 | STORM-579 FIXED SLURLs color for residents and objects names in plain text ↵ | Seth ProductEngine | |
chat match the user setting for "URLs" in the Color tab in Prefs. Avatar names SLURLs now use the user color setting for "URLs" everywhere across the viewer. | |||
2010-12-03 | SOCIAL-318 FIX Example plugin doesn't render anything | callum | |
2010-12-03 | merge change to default transparency | Oz Linden | |
2010-12-03 | pull latest fixes back from viewer-beta | Oz Linden | |
2010-12-03 | Tiny change to panel_login.xml so Start Location preferences work under all ↵ | Jonathan Yap | |
circumstances | |||
2010-12-03 | merge up to new beta 1 candidate | Oz Linden | |
2010-12-03 | STORM-544 ADDITIONAL FIX Set default transparency for inactive floaters to 65%. | Vadim ProductEngine | |
2010-12-02 | STORM-151 : First shot at compression, not optimzed yet | Merov Linden | |
2010-12-02 | SOCIAL-317 FIX LLWebContentFloater opens popups in the media browser | callum | |
2010-12-02 | ESC-211 Metrics data sink - fix delivery by viewer | Monty Brandenberg | |
The TextureFetch thread was still stalling out due to a different path that determines whether there is work or not in the thread (uses getPending()) and that had to be harmonized with the changes to runCondition(). I'm not happy with this solution but a refactor of the LLThread tree isn't in the cards right now. | |||
2010-12-02 | merge | Monroe Linden | |
2010-12-02 | SOCIAL-315 FIX Update Qt/LLQtWebKit version number in the viewer to 4.7.1 ↵ | callum | |
from 4.6 | |||
2010-12-02 | merge | Monroe Linden | |
2010-12-02 | SOCIAL-311 FIX Media browser has too many oddities to be useful for viewer ↵ | callum | |
web apps Completes MVP | |||
2010-12-02 | merge | Monroe Linden | |
2010-12-02 | STORM-151 : Remove files we have no use of | Merov Linden | |