diff options
author | Jacek Antonelli | 2009-01-18 15:32:25 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-18 15:32:25 -0600 |
commit | 465734d62004af638a7d4225cf68a25877c943af (patch) | |
tree | 31e8d7947d5e035227a0a8c07c3fe3aeeb02369b /ChangeLog.txt | |
parent | Replaced some 0xffffffff's with NIT_ALL. (diff) | |
parent | LLFolderViewEventListener has type NIT_FOLDER. (diff) | |
download | meta-impy-465734d62004af638a7d4225cf68a25877c943af.zip meta-impy-465734d62004af638a7d4225cf68a25877c943af.tar.gz meta-impy-465734d62004af638a7d4225cf68a25877c943af.tar.bz2 meta-impy-465734d62004af638a7d4225cf68a25877c943af.tar.xz |
Merge branch 'filter-fixes' into next
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 9cb5453..4e74ac3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,10 @@ | |||
1 | 2009-01-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/newview/llpanelinventory.cpp: | ||
4 | LLFolderViewEventListener has type NIT_FOLDER. | ||
5 | This fixes folders always showing when filtering. | ||
6 | |||
7 | |||
1 | 2009-01-17 Jacek Antonelli <jacek.antonelli@gmail.com> | 8 | 2009-01-17 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 9 | ||
3 | * linden/indra/newview/llfolderview.cpp: | 10 | * linden/indra/newview/llfolderview.cpp: |
@@ -19,6 +26,27 @@ | |||
19 | Fixed texture picker not showing textures. | 26 | Fixed texture picker not showing textures. |
20 | 27 | ||
21 | 28 | ||
29 | * linden/indra/newview/llinventoryview.cpp: | ||
30 | Cosmetic code cleanup in LLInventoryViewFinder. | ||
31 | |||
32 | |||
33 | * linden/indra/newview/llinventoryview.cpp: | ||
34 | Removed some dead code in LLInventoryViewFinder. | ||
35 | |||
36 | |||
37 | * linden/indra/newview/llinventoryview.cpp: | ||
38 | Removed now-useless LLInventoryViewFinder::draw(). | ||
39 | * linden/indra/newview/llinventoryview.h: | ||
40 | Ditto. | ||
41 | |||
42 | |||
43 | * linden/indra/newview/llinventoryview.cpp: | ||
44 | Use UI callbacks to initiate rebuilding filter. | ||
45 | Instead of rebuilding from draw() every frame. | ||
46 | * linden/indra/newview/llinventoryview.h: | ||
47 | Ditto. | ||
48 | |||
49 | |||
22 | 2009-01-15 Jacek Antonelli <jacek.antonelli@gmail.com> | 50 | 2009-01-15 Jacek Antonelli <jacek.antonelli@gmail.com> |
23 | 51 | ||
24 | * linden/indra/newview/llvoavatar.cpp: | 52 | * linden/indra/newview/llvoavatar.cpp: |
@@ -26,6 +54,35 @@ | |||
26 | Patch posted by CG Linden. | 54 | Patch posted by CG Linden. |
27 | 55 | ||
28 | 56 | ||
57 | * linden/indra/newview/llfolderview.cpp: | ||
58 | Fixed folders expanding when Show Filters is opened. | ||
59 | |||
60 | |||
61 | * linden/indra/newview/llinventoryview.cpp: | ||
62 | Simplified rebuildFilter() a bit. | ||
63 | |||
64 | |||
65 | * linden/indra/newview/llinventoryview.cpp: | ||
66 | LLInventoryViewFinder::rebuildFilter(). | ||
67 | Refactored from draw(). | ||
68 | |||
69 | * linden/indra/newview/llinventoryview.h: | ||
70 | Ditto. | ||
71 | |||
72 | |||
73 | 2009-01-14 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
74 | |||
75 | * linden/indra/newview/llinventoryview.cpp: | ||
76 | Don't show empty folders when using filter. | ||
77 | This is the old behavior, but I had broken it. | ||
78 | |||
79 | |||
80 | * linden/indra/llinventory/llinventorytype.h: | ||
81 | Added inventory ntype for folders. | ||
82 | * linden/indra/llinventory/llinventory.cpp: | ||
83 | Ditto. | ||
84 | |||
85 | |||
29 | 2009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com> | 86 | 2009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com> |
30 | 87 | ||
31 | * linden/indra/cmake/GStreamer.cmake: | 88 | * linden/indra/cmake/GStreamer.cmake: |