diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 76 |
1 files changed, 75 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 00470c3..b80bd79 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -2,7 +2,50 @@ | |||
2 | =- 1.1.0 -= | 2 | =- 1.1.0 -= |
3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
4 | 4 | ||
5 | 2009-01-16 McCabe Maxsted <hakushakukun@gmail.com> | 5 | 2009-01-18 Jacek Antonelli <jacek.antonelli@gmail.com> |
6 | |||
7 | * linden/indra/newview/llpanelinventory.cpp: | ||
8 | LLFolderViewEventListener has type NIT_FOLDER. | ||
9 | This fixes folders always showing when filtering. | ||
10 | |||
11 | |||
12 | 2009-01-17 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
13 | |||
14 | * linden/indra/newview/llfolderview.cpp: | ||
15 | Replaced some 0xffffffff's with NIT_ALL. | ||
16 | |||
17 | |||
18 | 2009-01-16 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
19 | |||
20 | * linden/indra/newview/llgroupnotify.cpp: | ||
21 | Fixed group notice popup showing wrong item type. | ||
22 | Attachment was showing texture icon regardless of type. | ||
23 | |||
24 | * linden/indra/newview/llfloateravatarpicker.cpp: | ||
25 | Fixed Resident chooser not showing calling cards. | ||
26 | |||
27 | * linden/indra/newview/lltexturectrl.cpp: | ||
28 | Fixed texture picker not showing textures. | ||
29 | |||
30 | * linden/indra/newview/llinventoryview.cpp: | ||
31 | Cosmetic code cleanup in LLInventoryViewFinder. | ||
32 | |||
33 | * linden/indra/newview/llinventoryview.cpp: | ||
34 | Removed some dead code in LLInventoryViewFinder. | ||
35 | |||
36 | * linden/indra/newview/llinventoryview.cpp: | ||
37 | Removed now-useless LLInventoryViewFinder::draw(). | ||
38 | * linden/indra/newview/llinventoryview.h: | ||
39 | Ditto. | ||
40 | |||
41 | * linden/indra/newview/llinventoryview.cpp: | ||
42 | Use UI callbacks to initiate rebuilding filter. | ||
43 | Instead of rebuilding from draw() every frame. | ||
44 | * linden/indra/newview/llinventoryview.h: | ||
45 | Ditto. | ||
46 | |||
47 | |||
48 | McCabe Maxsted <hakushakukun@gmail.com> | ||
6 | 49 | ||
7 | * linden/indra/newview/llviewermenu.cpp: | 50 | * linden/indra/newview/llviewermenu.cpp: |
8 | Removed Toolbar and Show HUD options. | 51 | Removed Toolbar and Show HUD options. |
@@ -34,6 +77,25 @@ | |||
34 | Ditto. | 77 | Ditto. |
35 | 78 | ||
36 | 79 | ||
80 | Jacek Antonelli <jacek.antonelli@gmail.com> | ||
81 | |||
82 | * linden/indra/newview/llvoavatar.cpp: | ||
83 | VWR-8012: Avatars rendered too dark. | ||
84 | Patch posted by CG Linden. | ||
85 | |||
86 | * linden/indra/newview/llfolderview.cpp: | ||
87 | Fixed folders expanding when Show Filters is opened. | ||
88 | |||
89 | * linden/indra/newview/llinventoryview.cpp: | ||
90 | Simplified rebuildFilter() a bit. | ||
91 | |||
92 | * linden/indra/newview/llinventoryview.cpp: | ||
93 | LLInventoryViewFinder::rebuildFilter(). | ||
94 | Refactored from draw(). | ||
95 | * linden/indra/newview/llinventoryview.h: | ||
96 | Ditto. | ||
97 | |||
98 | |||
37 | 2009-01-14 McCabe Maxsted <hakushakukun@gmail.com> | 99 | 2009-01-14 McCabe Maxsted <hakushakukun@gmail.com> |
38 | 100 | ||
39 | * linden/indra/llmath/llmodularmath.h: | 101 | * linden/indra/llmath/llmodularmath.h: |
@@ -93,6 +155,18 @@ | |||
93 | Ditto. | 155 | Ditto. |
94 | 156 | ||
95 | 157 | ||
158 | Jacek Antonelli <jacek.antonelli@gmail.com> | ||
159 | |||
160 | * linden/indra/newview/llinventoryview.cpp: | ||
161 | Don't show empty folders when using filter. | ||
162 | This is the old behavior, but I had broken it. | ||
163 | |||
164 | * linden/indra/llinventory/llinventorytype.h: | ||
165 | Added inventory ntype for folders. | ||
166 | * linden/indra/llinventory/llinventory.cpp: | ||
167 | Ditto. | ||
168 | |||
169 | |||
96 | 2009-01-13 McCabe Maxsted <hakushakukun@gmail.com> | 170 | 2009-01-13 McCabe Maxsted <hakushakukun@gmail.com> |
97 | 171 | ||
98 | * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | 172 | * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml |