diff options
author | Jacek Antonelli | 2010-01-26 14:26:07 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-01-26 14:26:07 -0600 |
commit | b2efe398cd2a506fe47a6143ea54e08b1f4cbbc7 (patch) | |
tree | 1e06670d8ef65db844ea3e96c6b5d3d8a89c1d5d /ChangeLog.txt | |
parent | Merged bug fixes by Mm Alder and Admiral Admiral. (diff) | |
download | meta-impy-b2efe398cd2a506fe47a6143ea54e08b1f4cbbc7.zip meta-impy-b2efe398cd2a506fe47a6143ea54e08b1f4cbbc7.tar.gz meta-impy-b2efe398cd2a506fe47a6143ea54e08b1f4cbbc7.tar.bz2 meta-impy-b2efe398cd2a506fe47a6143ea54e08b1f4cbbc7.tar.xz |
ChangeLog entries for bug fixes by Mm Alder and Admiral Admiral.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 64894ab..331c1b3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,85 @@ | |||
1 | 2010-01-03 Mm Alder <monkowsk@fishkill.ibm.com> | ||
2 | |||
3 | (With help from Admiral Admiral) | ||
4 | |||
5 | |||
6 | * SNOW-413 Potential null pointer exception in multi-slider control | ||
7 | |||
8 | modified: linden/indra/llui/llmultisliderctrl.cpp | ||
9 | |||
10 | |||
11 | * SNOW-376 Clean up handling of the maximum length of chat messages | ||
12 | |||
13 | modified: linden/indra/newview/llchatbar.cpp | ||
14 | modified: linden/indra/newview/llimpanel.cpp | ||
15 | modified: linden/indra/newview/llvoavatar.cpp | ||
16 | |||
17 | |||
18 | * VWR-4232 Some particles don't disappear when UI is hidden | ||
19 | |||
20 | modified: linden/indra/newview/llhudeffectbeam.cpp | ||
21 | modified: linden/indra/newview/llhudeffectbeam.h | ||
22 | modified: linden/indra/newview/llhudeffecttrail.cpp | ||
23 | modified: linden/indra/newview/llhudeffecttrail.h | ||
24 | modified: linden/indra/newview/llhudobject.cpp | ||
25 | modified: linden/indra/newview/llhudobject.h | ||
26 | modified: linden/indra/newview/pipeline.cpp | ||
27 | |||
28 | |||
29 | * VWR-15310 Save to XML doesn't set proper XML tags | ||
30 | |||
31 | modified: linden/indra/llui/llbutton.cpp | ||
32 | modified: linden/indra/llui/llcheckboxctrl.cpp | ||
33 | modified: linden/indra/llui/llcombobox.cpp | ||
34 | modified: linden/indra/llui/llcombobox.h | ||
35 | modified: linden/indra/llui/llfloater.cpp | ||
36 | modified: linden/indra/llui/llfloater.h | ||
37 | modified: linden/indra/llui/lliconctrl.cpp | ||
38 | modified: linden/indra/llui/lllineeditor.cpp | ||
39 | modified: linden/indra/llui/lllineeditor.h | ||
40 | modified: linden/indra/llui/llmenugl.cpp | ||
41 | modified: linden/indra/llui/llmenugl.h | ||
42 | modified: linden/indra/llui/llmultislider.cpp | ||
43 | modified: linden/indra/llui/llmultisliderctrl.cpp | ||
44 | modified: linden/indra/llui/llpanel.cpp | ||
45 | modified: linden/indra/llui/llprogressbar.cpp | ||
46 | modified: linden/indra/llui/llprogressbar.h | ||
47 | modified: linden/indra/llui/llradiogroup.cpp | ||
48 | modified: linden/indra/llui/llradiogroup.h | ||
49 | modified: linden/indra/llui/llscrollcontainer.cpp | ||
50 | modified: linden/indra/llui/llscrollingpanellist.cpp | ||
51 | modified: linden/indra/llui/llscrollingpanellist.h | ||
52 | modified: linden/indra/llui/llscrolllistctrl.cpp | ||
53 | modified: linden/indra/llui/llslider.cpp | ||
54 | modified: linden/indra/llui/llsliderctrl.cpp | ||
55 | modified: linden/indra/llui/llspinctrl.cpp | ||
56 | modified: linden/indra/llui/lltabcontainer.cpp | ||
57 | modified: linden/indra/llui/lltextbox.cpp | ||
58 | modified: linden/indra/llui/lltexteditor.cpp | ||
59 | modified: linden/indra/llui/lluictrlfactory.cpp | ||
60 | modified: linden/indra/llui/lluixmltags.h | ||
61 | modified: linden/indra/llui/llview.cpp | ||
62 | modified: linden/indra/llui/llviewborder.cpp | ||
63 | modified: linden/indra/llui/llviewborder.h | ||
64 | modified: linden/indra/newview/llcolorswatch.cpp | ||
65 | modified: linden/indra/newview/llinventoryview.cpp | ||
66 | modified: linden/indra/newview/lljoystickbutton.cpp | ||
67 | modified: linden/indra/newview/lljoystickbutton.h | ||
68 | modified: linden/indra/newview/llnameeditor.cpp | ||
69 | modified: linden/indra/newview/llnameeditor.h | ||
70 | modified: linden/indra/newview/llnamelistctrl.cpp | ||
71 | modified: linden/indra/newview/lltexturectrl.cpp | ||
72 | modified: linden/indra/newview/llviewertexteditor.cpp | ||
73 | modified: linden/indra/newview/llviewertexteditor.h | ||
74 | modified: linden/indra/newview/llwebbrowserctrl.cpp | ||
75 | modified: linden/indra/newview/llwebbrowserctrl.h | ||
76 | |||
77 | |||
78 | * VWR-14475 Load from XML is broken | ||
79 | |||
80 | modified: linden/indra/llui/lluictrlfactory.cpp | ||
81 | |||
82 | |||
1 | 2010-01-03 Armin Weatherwax <Armin.Weatherwax@gmail.com> | 83 | 2010-01-03 Armin Weatherwax <Armin.Weatherwax@gmail.com> |
2 | 84 | ||
3 | * Several changes to work better on 64bit Linux. | 85 | * Several changes to work better on 64bit Linux. |