Ansariel
48fc17d6e1
Merge LL V3.7.16
2015-01-14 17:36:30 +01:00
Ansariel
a1fd8230bf
Merge LL V3.7.12
2015-01-12 17:56:50 +01:00
Ansariel
f4bfb1aadf
Merge LL V3.7.9 (AIS3 + SSA)
2014-10-22 02:02:08 +02:00
simon
d760a6889d
Merge downstream code
2014-06-18 19:02:25 -07:00
simon
592024b580
Merge viewer-release and become version 3.7.9
2014-06-17 10:40:42 -07:00
Stinson Linden
8392fde6f6
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-drtvwr-365.
2014-06-02 22:32:16 +01:00
Brad Payne (Vir Linden)
67051b26ba
merge
2014-05-19 18:10:45 -04:00
Stinson Linden
babd89b770
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
2014-05-19 22:19:55 +01:00
andreykproductengine
ef26fdca3d
MAINT-4072 FIXED Searching object content by typing letters no longer works for non-capitalised names.
2014-05-27 18:56:15 +03:00
Brad Payne (Vir Linden)
7b9708a2e3
sunshine-external merge WIP
2014-05-13 10:02:26 -04:00
Stinson Linden
b34cdbaa69
MAINT-4009: Patching a minor leak for when the status text box for the folder view has not been reparented.
2014-05-12 23:43:36 +01:00
simon
dc4c184696
Merge downstream version 3.7.8 code
2014-05-07 13:19:05 -07:00
simon
250db74bf9
Pull and merge viewer-release as version 3.7.8
2014-05-07 10:56:41 -07:00
Stinson Linden
001621dfc2
MAINT-4009: Patching a small memory leak for when menu items were being created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null.
2014-05-05 23:24:34 +01:00
Xiaohong Bao
ae564140c0
Merge
2014-04-22 12:19:28 -06:00
Brad Payne (Vir Linden)
d0eb9658f2
merge
2014-04-22 11:19:58 -04:00
simon
a5a0a0b136
Merge downstream code
2014-04-21 12:48:50 -07:00
simon
0b9a777bfd
Merge downstream code updating version to 3.7.7
2014-04-21 12:36:35 -07:00
Tank_Master
dc353c205a
Merge
2014-06-10 20:27:31 -07:00
Tank_Master
6babf8abd2
Merge LL 3.7.7
2014-06-09 11:29:57 -07:00
Tank_Master
e3ea0378b6
Merge LL 3.7.6
2014-05-17 11:18:52 -07:00
Mnikolenko ProductEngine
6585027996
fix build problem
2014-03-05 12:25:52 +02:00
andreykproductengine
7a45e6fd77
MAINT-358 FIXED [PUBLIC]Verbs buttons are available for landmarks folder if it was selected via keyboard
2014-02-28 15:33:09 +02:00
Kitty Barnett
03319c629b
[BUG-4617] Renaming an inventory folder can result in a different folder being moved inside another folder
...
-> after renaming folder 3 it will actually sort at the top, moving folder 2 to the bottom position
-> when processing the left-click (onMouseDown) the items will be in their original order and the position saved is in local coordinates
-> when processing the hover (onMouseHover) the items will have rearranged and even though the mouse hasn't moved, the item has moved
=> result is that since the item moved (relative to the stationary mouse) the viewer interprets it as a drag-and-drop operation
2014-02-04 23:19:36 +01:00
Mnikolenko ProductEngine
c243578337
MAINT-3520 FIXED Сall arrange(NULL, NULL) to avoid occasional drag'n'drop folders after renaming.
2014-01-08 12:34:35 +02:00
Richard Linden
813bc232e7
MAINT-3017 FIX Inventory filter for Recent tab does not persist between sessions as it used to.
...
added names back to inventory filters, so they can be deserialized
2013-12-09 15:42:51 -08:00
Brad Payne (Vir Linden)
8f4c4db90f
SH-4611 FIX - use an observer to scroll after category rename completes
2013-11-23 09:37:09 -05:00
merov
c16de4df18
ACME-1219 : Fix crash on exit on Windows 7
2013-11-22 20:16:03 +00:00
Merov Linden
ce5baf14ac
Pull merge from lindenlab/viewer-release
2013-11-18 16:07:55 -08:00
Merov Linden
6ec99570cd
MAINT-3320 : Fixed! Inventory panels are not resistant to folder root deletion, using handle instead of pointer and cleaning things consistently
2013-11-15 15:12:11 -08:00
Merov Linden
e6b4b89bf1
MAINT-3320 : WIP : Use handle for elements that'll get deleted under us, quite a bit of debug spam to clean later
2013-11-11 18:39:02 -08:00
Richard Linden
fe518bde8e
merge with release
2013-11-06 17:22:04 -08:00
Richard Linden
697d2e720b
renamed TimeBlock to BlockTimerStatHandle
2013-10-15 20:24:42 -07:00
Richard Linden
053d97db1b
better memory usage for LLTrace (tighter packing of recording arrays)
...
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway)
improved MemTrackable API, better separation of shadow and footprint
added memory usage stats to floater_stats.xml
2013-09-25 19:12:35 -07:00
Richard Linden
ab8f64a967
converted memory tracking units to KB from B
...
added more memory tracking to LLFolderView and kin
2013-09-24 00:05:43 -07:00
Richard Linden
52da9f5f49
merge with viewer-release
2013-09-09 18:58:41 -07:00
Richard Linden
cbe397ad13
changed fast timer over to using macro
...
another attempt to move mem stat into base class
2013-09-05 14:04:13 -07:00
Gilbert Gonzales
c767354a20
merging viewer release
2013-08-28 18:30:38 -07:00
Richard Linden
a2e22732f1
Summer cleaning - removed a lot of llcommon dependencies to speed up build times
...
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
2013-07-30 19:13:45 -07:00
Merov Linden
1c740dfb51
Pull merge from viewer-release
2013-05-22 14:21:49 -07:00
Merov Linden
2113bb8159
Pull merge from viewer-release
2013-05-22 11:23:51 -07:00
Gilbert Gonzales
fb27eae155
ACME-342 Format the PersonView so that it shows the avatar icon, SL name, FB icon, and FB name: Found a couple bugs that were causing the positioning of text to be incorrect in the 'Peope you may want to friend' tab.
2013-05-09 17:36:04 -07:00
Merov Linden
00275301fc
ACME-275 : Fixed! Filtering on FB list works (tested with simulated data only so far)
2013-05-06 18:31:27 -07:00
Merov Linden
ad12517329
ACME-275 : WIP : Filtering
2013-05-03 17:03:37 -07:00
Merov Linden
043f2e0bfd
Pull from viewer-release
2013-05-02 14:09:40 -07:00
Merov Linden
2cc1fb250f
CHUI-849 : Use a time limit for filtering instead of number limit, use a different limit for visible and unvisible lists
2013-04-19 16:51:44 -07:00
Oz Linden
ddd5659f81
merge changes for DRTVWR-294
2013-04-19 10:11:29 -04:00
Merov Linden
03ad10d258
CHUI-849 : WIP : Filter limit on time instead of number of items
2013-04-18 19:46:08 -07:00
Merov Linden
e84c97e86d
CHUI-912, CHUI-849 : Propagate arrange request correctly, limit sort, improve filter perf, clear traces, add comments.
2013-04-16 19:24:47 -07:00
Merov Linden
0ecbbe9571
CHUI-912 : WIP : Try to change the return value of filter() so to trigger arrange on the fly.
2013-04-15 11:16:57 -07:00