andreykproductengine
fe49c1e8a5
MAINT-1139 Catch Windows crash on Saving snapshot
2017-05-26 15:11:37 +03:00
andreykproductengine
bb8609fa94
MAINT-5100 Fixed viewer not finding sky files at login
2017-05-25 18:09:52 +03:00
Mnikolenko Productengine
561cee12d8
MAINT-2585 Make permission request notifications permanent until action taken
2017-05-25 16:51:45 +03:00
Mnikolenko Productengine
7021f95b5b
MAINT-7436 FIXED [viewer-neko] Crash occurs when trying to highlight non-existent(or removed item) using SLURI
2017-05-24 17:28:30 +03:00
andreykproductengine
5db0af5327
MAINT-7419 Workaround for some purge and trash issues, stuck descendants count
2017-05-22 20:24:45 +03:00
Mnikolenko Productengine
b4e5435217
MAINT-7434 FIXED SLURL instead of username appears in "have said something new" text for some messages
2017-05-24 11:06:21 +03:00
Andrey Lihatskiy
a01b7fc281
Merged in andreyl_productengine/viewer-neko-marchcat (pull request #275 )
...
MAINT-7396 [JigglyPuff] Agent that is not estate owner or estate manager shouldn't be able to toggle estate access settings.
Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Approved-by: simon_linden <simon@lindenlab.com>
Approved-by: Rider Linden <rider@lindenlab.com>
2017-05-23 16:51:51 +00:00
AndreyL ProductEngine
c33fb844ab
MAINT-7396 [JigglyPuff] Agent that is not estate owner or estate manager shouldn't be able to toggle estate access settings.
2017-05-23 06:36:16 +03:00
AndreyL ProductEngine
aa5b15c940
Merged in lindenlab/viewer-bear
2017-05-22 22:04:24 +03:00
AndreyL ProductEngine
2c0dfcdf49
Merged in lindenlab/viewer-release
2017-05-22 22:03:09 +03:00
AndreyL ProductEngine
f0566985b8
Merged in lindenlab/viewer-bear
2017-05-22 21:25:09 +03:00
Oz Linden
48af8529a8
increment viewer version to 5.0.6
2017-05-22 14:21:49 -04:00
Oz Linden
fbd0032fdf
Added tag 5.0.5-release for changeset b4d76b5590fd
2017-05-22 14:21:48 -04:00
Mnikolenko Productengine
f34bee5966
MAINT-1094 FIXED after triggering a menu with control-F10, clicking in-world should move keyboard focus in-world
2017-05-22 16:45:33 +03:00
Mnikolenko Productengine
c102bcf0ad
build fix
2017-05-22 11:44:41 +03:00
AndreyL ProductEngine
f5e0a536c1
MAINT-7431 Fixed crash in LLAccordionCtrlTab::showAndFocusHeader()
2017-05-22 03:29:01 +03:00
username = daianakproductengine
c9f9e93889
MAINT-2060 Fixed Double Freeze when clicking on Help>About Second Life
2017-05-19 20:28:59 +03:00
andreykproductengine
c7dde30435
MAINT-7424 Fixed number of items in the Trash not calculating correctly
2017-05-19 18:47:20 +03:00
Mnikolenko Productengine
ed249c13af
MAINT-7383 Show correct number of items including folder descendants
2017-05-19 17:50:17 +03:00
Mnikolenko Productengine
c7d7728e4a
MAINT-7417 FIXED Confirmation is not shown when removing your own object inworld
2017-05-19 17:46:08 +03:00
AndreyL ProductEngine
4a90678cc7
Linux buildfix; this should be reverted after gcc update to 4.7+
2017-05-18 03:13:57 +03:00
andreykproductengine
e72c120e9e
MAINT-6805 Fixed Right-click menus in the right and left panes of the Conversations windows are different
2017-05-17 22:34:50 +03:00
nat_linden
6233797388
Merged in nat_linden/viewer-neko (pull request #262 )
...
Add LLEventBatch, LLEventThrottle, LLEventBatchThrottle classes.
Approved-by: Rider Linden <rider@lindenlab.com>
Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
2017-05-17 14:53:00 +00:00
Mnikolenko Productengine
03984764a7
MAINT-7274 Remove "identifier" arg from the message
2017-05-17 16:52:09 +03:00
Mnikolenko Productengine
424b30ee3e
MAINT-7414 FIXED Confirmation is not shown when removing multiple items at once when above InventoryTrashMaxCapacity limit
2017-05-16 18:03:25 +03:00
Mnikolenko Productengine
5bd00f8602
MAINT-7383 show notifications for Purge item action in all inventory panels
2017-05-15 16:47:18 +03:00
Mnikolenko Productengine
23af757686
MAINT-7413 Display confirmation dialog after clicking Empty Trash on Trash floater
2017-05-15 15:17:33 +03:00
Mnikolenko Productengine
8e6d54e7b9
MAINT-7403 Disallow emptying Trash while in the Recent tab of Inventory
2017-05-11 17:18:43 +03:00
Nat Goodspeed
4d87ded886
Add size limit to LLEventBatchThrottle like LLEventBatch.
...
The new behavior is that it will flush when either the pending batch has grown
to the specified size, or the time interval has expired.
2017-05-10 17:37:06 -04:00
Nat Goodspeed
51b0592093
Automated merge with ssh://bitbucket.org/lindenlab/viewer-neko
2017-05-10 15:37:11 -04:00
Nat Goodspeed
9c66072cac
Add LLEventThrottle tests; actually *all* lleventfilter.cpp tests.
...
For some reason there wasn't an entry in indra/llcommon/CMakeLists.txt to run
the tests in indra/llcommon/tests/lleventfilter_test.cpp. It seems likely that
at some point it existed, since all previous tests built and ran successfully.
In any case, (re-)add lleventfilter_test.cpp to the set of llcommon tests.
Also alphabetize them to make it easier to find a particular test invocation.
Also add new tests for LLEventThrottle.
To support this, refactor the concrete LLEventThrottle class into
LLEventThrottleBase containing all the tricky logic, with pure virtual
methods for access to LLTimer and LLEventTimeout, and an LLEventThrottle
subclass containing the LLTimer and LLEventTimeout instances and corresponding
implementations of the new pure virtual methods.
That permits us to introduce TestEventThrottle, an alternate subclass with
dummy implementations of the methods related to LLTimer and LLEventTimeout. In
particular, we can explicitly advance simulated realtime to simulate
particular LLTimer and LLEventTimeout behaviors.
Finally, introduce Concat, a test LLEventPump listener class whose function is
to concatenate received string event data into a composite string so we can
readily test for particular sequences of events.
2017-05-10 15:04:18 -04:00
Mnikolenko Productengine
bb3380b220
MAINT-7359 improve new Avatar Render Settings window
2017-05-10 15:41:16 +03:00
andreykproductengine
fb7be87beb
MAINT-7354 correction to misbehaving 'purge' and notification spam.
2017-05-08 18:05:10 +03:00
Nat Goodspeed
16e9e87d92
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
2017-05-04 17:36:53 -04:00
Oz Linden
f62b550328
increment viewer version to 5.0.5
2017-04-19 15:11:10 -04:00
Oz Linden
37c5150a3c
Added tag 5.0.4-release for changeset 022709ef76a3
2017-04-19 15:11:10 -04:00
AndreyL ProductEngine
d4d56f004a
MAINT-7074 Fixed ability to escape from skin directory with <icon>
2017-04-19 21:19:04 +03:00
andreykproductengine
1c5bdf4bdc
MAINT-6519 MAC build fix
2017-05-05 20:18:52 +03:00
Ansariel
b59ac959fc
MAINT-6519 Contribution, adds feature to replace inventory links
2017-04-27 19:19:11 +02:00
Mnikolenko Productengine
d65e6e8382
MAINT-7386 FIXED app/objectim slurl consumes the rest of the chat string
2017-05-05 17:47:36 +03:00
andreykproductengine
fa22ad457d
MAINT-7210 Improving notification for Image upload failures
2017-05-04 17:52:50 +03:00
Mnikolenko Productengine
00529b31b7
MAINT-7383 Revise notification for Empty Trash / Purge trash action to include number of items being deleted.
2017-05-04 15:00:33 +03:00
Mnikolenko Productengine
fd337f2c43
MAINT-7357 Disable delete function of the Backspace key on Windows
2017-05-04 10:55:03 +03:00
AndreyL ProductEngine
acb4ef1a94
Merged in rider_linden/jigglypuff
2017-05-04 00:51:20 +03:00
Rider Linden
bb0e2e6b95
Merged lindenlab/viewer-release into default
2017-05-01 09:04:14 -07:00
AndreyL ProductEngine
dca8d3b5f5
MAINT-7324 Region/Estate floater cosmetic improvement
2017-04-29 05:57:51 +03:00
AndreyL ProductEngine
07f913b062
MAINT-7324 Changes to Region/Estate and About Land floaters to clarify and add functionality
2017-04-29 00:45:12 +03:00
andreykproductengine
0dcb423cf3
MAINT-7145 Eliminate LLSingleton circular references
2017-04-25 17:48:34 +03:00
pavelkproductengine
288f93c7e0
MAINT-7351 New Default volume for Streaming Music & Media
2017-05-02 19:55:24 +03:00
Mnikolenko Productengine
7beb9381f6
MAINT-7367 Change "Linksets..." on Build menu to "Region Objects"
2017-05-03 11:52:04 +03:00