Commit Graph

68 Commits (405f5c879c44f32635dcb94de2c7dfb9e4a8673a)

Author SHA1 Message Date
maxim_productengine 1a014427a2 MAINT-8727 FIXED Saving snapshot will cause disconnect if you do not choose path in File picker quickly 2018-06-12 17:45:55 +03:00
Mnikolenko Productengine 5e905cf80d MAINT-7477 FIXED [viewer-neko] Viewer crashes when saving snapshot to disk and closing file picker window 2017-06-09 18:16:58 +03:00
daianakproductengine f82785a9b2 MAINT-4375 Viewer saves an empty snapshots if disk is full 2017-05-24 16:33:39 +03:00
AndreyL ProductEngine 7fceb3a63f Merged in lindenlab/viewer-cleanup 2016-11-14 22:04:37 +02:00
andreykproductengine a471a8e400 MAINT-6580 Snapshot becomes blank after changing the size of Second Life window 2016-11-03 16:49:08 +02:00
Nat Goodspeed 099e3b4166 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2016-09-16 11:04:12 -04:00
Nat Goodspeed c92eb7e591 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2016-08-30 11:36:06 -04:00
pavelkproductengine 9f789ddfba MAINT-5194 Visual Outfit browser
Made refactoring of LLFloaterOutfitSnapshot and LLFloaterSnapshot
2016-06-02 20:23:46 +03:00
Mnikolenko Productengine b601b92e1f build fix 2016-05-10 18:05:23 +03:00
Mnikolenko Productengine b1243c55e5 Merged in oz_linden/maint-5974 2016-05-10 16:09:25 +03:00
Mnikolenko Productengine 042930b59a linux build fix 2016-05-06 12:43:48 +03:00
pavelkproductengine 4125bebce7 MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flow
Initial version, further refactoring pending
2016-04-29 20:28:11 +03:00
Rider Linden e7eaa94dfa Merge VR 2016-01-15 13:36:38 -08:00
Nat Goodspeed 11c428759e Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2015-11-02 14:09:43 -05:00
Rider Linden 53b947e039 Merge from viewer release. 2015-10-19 12:03:08 -07:00
Mnikolenko ProductEngine 0735380c60 MAINT-5548 FIXED Don't update snapshot when resizing Viewer if snapshot floater is closed. 2015-08-28 11:26:39 +03:00
Rider Linden 62e83193c5 MAINT-5357: Added yield between prepare and post in upload.
Removed some commented out code I had missed earlier
Moved costing to virtual function in uploadinfo.
2015-07-22 14:56:49 -07:00
Rider Linden 1a6a6c786d LSL Script upload from inventory. 2015-07-15 14:35:53 -07:00
Rider Linden f8a7eda55b Adjusting uploadinfo object for expansion.
Commit is prelim to allow merge from selfless.
2015-07-02 09:17:48 -07:00
Rider Linden ddb63e7fb7 Initial checkin for uploading via coroutine. 2015-06-30 17:11:10 -07:00
Nat Goodspeed 6a82ff08d9 MAINT-5232: Normalize LLGlobalEconomy's use of LLSingleton.
LLSingleton currently presents two different usage styles: deriving MyClass
from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy
is the ONLY class using the typedef style -- and the apologetic comment talks
about a potential maintenance that hasn't actually happened.
Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
2015-05-28 16:52:09 -04:00
AndreyL ProductEngine 5c7b29920e MAINT-5096 FIXED Camming is broken in freeze frame mode once snapshot is refreshed...
Fix for freezing by ticking the "Freeze frame" checkbox
2015-05-26 07:27:36 +03:00
AndreyL ProductEngine 496139fe56 MAINT-5096 FIXED Camming is broken in freeze frame mode once snapshot is refreshed... 2015-05-15 06:56:05 +03:00
Mnikolenko ProductEngine 91304d3477 MAINT-4812 Restore sending snapshot as email from the viewer. 2015-05-07 16:22:44 +03:00
Mnikolenko ProductEngine bb87365c37 Merge viewer-release, become version 3.7.29 2015-04-28 13:36:35 +03:00
Mnikolenko ProductEngine dd4f3c9079 MAINT-5072 FIXED snapshot window in snapshot 2015-04-15 13:29:13 +03:00
Oz Linden a8ef252571 merge changes for 3.7.27-release 2015-04-13 16:23:36 -04:00
Mnikolenko ProductEngine 60af7c826c MAINT-4812 FIXED Remove sending snapshot as email from the viewer. 2015-02-03 13:16:26 +02:00
Mnikolenko ProductEngine 04a5080b67 MAINT-4726 FIXED Strange camera roll when using freeze frame in snapshot floater 2014-12-18 12:10:40 +02:00
callum_linden 23711c9275 Rename llround(..) to ll_round(..) because of a collision with MS llround (long long round) in VS2013 2014-12-10 08:44:08 -08:00
Monty Brandenberg ac62e322ce Merge. Refresh from viewer-drano-http-4 after 3.7.15 release. 2014-09-08 15:46:29 -04:00
Monty Brandenberg 85cba58ad4 Add an HTTP policy class for inventory operations using four (4)
connections.  Convert background and foreground fetches, both
items and folders/inventory and library, to use new HTTP.
Non-fetch inventory operations continue to use LLHTTPClient
(at least for now).  Error handling and retry on fetches wasn't
100% previously and that's still the case.  I'll rip through
this again to clean that up.  Cleaned up logging in much of
the inventory code with consistent labels on logging events
and correct macros (removed deprecation warnings).

This started as an attempt to get libcurl to do pipelining
on POSTs and PUTs.  Discovered that this is going to be
very difficult to support in general in libcurl.  May
look at that again in the future.
2014-08-22 18:04:27 -04:00
NiranV c8e9083320 BUG-6958: Fixed: Snapshot position is always <0,0,0>.
onIdle isn't called as much as they thought it is, it's only called when "Auto refresh" is on but not on normal manual snapshot refreshes.
2014-08-14 03:21:58 +02:00
NiranV 9a8bd2f146 Fixed: Last pack of outdated llwarns/lldebugs/llendl. 2014-07-29 18:56:16 +02:00
NiranV 47a493df60 BUG-6839: Fixed:Snapshot filters do not work when saving snapshot to inventory.
I think filters actually weren't intended to be used for inventory snapshots...but anyway, now we do have filters for inventory snaps.
2014-07-29 18:44:39 +02:00
Oz Linden 498a0e36e5 merge changes for 3.7.10-release 2014-06-23 14:03:12 -04:00
Ricky Curtice 98720c3cec Merge 2014-06-05 06:31:30 -07:00
Merov Linden 51865f4e94 Pull merge from lindenlab/viewer-release 2014-05-19 21:43:42 -07:00
Jonathan Yap 83c0b54e1a STORM-68 Apply default upload permission settings for ONLY Share with Group and
Allow anyone to Copy to snapshot upload.  The Next owner values will stay at full perms.
2014-05-13 17:49:51 -04:00
simon 250db74bf9 Pull and merge viewer-release as version 3.7.8 2014-05-07 10:56:41 -07:00
Merov Linden 8dae4bc222 Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile errors 2014-05-06 18:21:04 -07:00
Merov Linden 3441d3403f ACME-1343 : Reset the siz eof the preview texture to be the same as the saved snapshot 2014-03-04 14:01:47 -08:00
Merov Linden 8fb94a96b1 ACME-1327 : WIP : Update the big preview with size and refresh as well 2014-02-26 06:33:15 -08:00
Merov Linden 6dfcd7fc2b ACME-1327 : WIP : Added computation of the big preview, allow big preview to be resizable 2014-02-25 23:01:52 -08:00
Merov Linden 51844473c0 ACME-1315 : Fix anisotropy in filters applied to thumbnail. Deleted some unused code 2014-02-07 18:35:46 -08:00
Merov Linden 9099cddb55 ACME-1295 : Implement an mAllowFullScreenPreview flag in snapshot 2014-02-03 14:57:56 -08:00
Merov Linden e970fa7f1c ACME-1293 : Use notification to signal from the snapshot panel to its container rather than grabbing global instances, use unique control_name for widgets, fix Post button visibility on Twitter 2014-01-30 18:53:05 -08:00
Merov Linden b4405c5388 ACME-1282 : Prevent rendering of UI in SL Share snapshots 2014-01-28 19:35:39 -08:00
Merov Linden b35889a651 ACME-1195 : Complete perf improvements. Also we do not regrab/refresh when we don't have to (e.g. change format) in particular when changing filter. Better control that way and faster UI. 2014-01-28 17:45:48 -08:00
Merov Linden 6dfba5829e ACME-1195 : Make SL Share snapshot use faster thumbnail computation and display 2014-01-28 13:38:12 -08:00