diff options
author | Jacek Antonelli | 2010-01-26 15:20:01 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-01-26 15:20:01 -0600 |
commit | 97cd5a30b9b98c8b620d96763577ec509cc2c16a (patch) | |
tree | 47da3e6065589b56148a7f7e70e4093808d511e5 /ChangeLog.txt | |
parent | Improved how opacity is displayed in color swatches. (diff) | |
parent | Fixed crash due to missing FloaterHtmlRect setting (diff) | |
download | meta-impy-97cd5a30b9b98c8b620d96763577ec509cc2c16a.zip meta-impy-97cd5a30b9b98c8b620d96763577ec509cc2c16a.tar.gz meta-impy-97cd5a30b9b98c8b620d96763577ec509cc2c16a.tar.bz2 meta-impy-97cd5a30b9b98c8b620d96763577ec509cc2c16a.tar.xz |
Merge remote branch 'mccabe/next' into next
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 8d50ace..940f139 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,130 @@ | |||
1 | 2010-01-20 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * Fixed crash due to missing FloaterHtmlRect setting. | ||
4 | |||
5 | modified: linden/indra/newview/app_settings/settings.xml | ||
6 | |||
7 | |||
8 | 2010-01-14 McCabe Maxsted <hakushakukun@gmail.com> | ||
9 | |||
10 | * Removed unnecessary xui files from silver skin. | ||
11 | |||
12 | modified: linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml | ||
13 | modified: linden/indra/newview/skins/default/xui/en-us/floater_env_settings.xml | ||
14 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml | ||
15 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_directory.xml | ||
16 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_env_settings.xml | ||
17 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml | ||
18 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_water.xml | ||
19 | deleted: linden/indra/newview/skins/silver/xui/en-us/floater_windlight_options.xml | ||
20 | deleted: linden/indra/newview/skins/silver/xui/en-us/panel_status_bar.xml | ||
21 | deleted: linden/indra/newview/skins/silver/xui/en-us/panel_voice_controls.xml | ||
22 | |||
23 | |||
24 | * Applied patch for VWR-14278 by Aimee Trescothick: | ||
25 | Gesture auto-completion adds uncommitted suggestions to the line editor history. | ||
26 | |||
27 | modified: linden/indra/llui/lllineeditor.cpp | ||
28 | modified: linden/indra/llui/lllineeditor.h | ||
29 | |||
30 | |||
31 | * Applied patch for VWR-14267 by Aimee Trescothick: | ||
32 | Clicking send in an IM window does not add the sent text to the line editor history. | ||
33 | |||
34 | modified: linden/indra/newview/llimpanel.cpp | ||
35 | |||
36 | |||
37 | * Applied patch for VWR-11172 by Alissa Sabre: | ||
38 | A source coding mistake prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows. | ||
39 | |||
40 | modified: linden/indra/llwindow/llkeyboardwin32.cpp | ||
41 | |||
42 | |||
43 | 2010-01-13 McCabe Maxsted <hakushakukun@gmail.com> | ||
44 | |||
45 | * Created drop-down Profile button in IM window. | ||
46 | |||
47 | modified: linden/indra/newview/llimpanel.cpp | ||
48 | modified: linden/indra/newview/llimpanel.h | ||
49 | modified: linden/indra/newview/skins/default/xui/da/floater_instant_message.xml | ||
50 | modified: linden/indra/newview/skins/default/xui/de/floater_instant_message.xml | ||
51 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | ||
52 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | ||
53 | modified: linden/indra/newview/skins/default/xui/es/floater_instant_message.xml | ||
54 | modified: linden/indra/newview/skins/default/xui/fr/floater_instant_message.xml | ||
55 | modified: linden/indra/newview/skins/default/xui/hu/floater_instant_message.xml | ||
56 | modified: linden/indra/newview/skins/default/xui/it/floater_instant_message.xml | ||
57 | modified: linden/indra/newview/skins/default/xui/ja/floater_instant_message.xml | ||
58 | modified: linden/indra/newview/skins/default/xui/ko/floater_instant_message.xml | ||
59 | modified: linden/indra/newview/skins/default/xui/pl/floater_instant_message.xml | ||
60 | modified: linden/indra/newview/skins/default/xui/pt/floater_instant_message.xml | ||
61 | modified: linden/indra/newview/skins/default/xui/ru/floater_instant_message.xml | ||
62 | modified: linden/indra/newview/skins/default/xui/tr/floater_instant_message.xml | ||
63 | modified: linden/indra/newview/skins/default/xui/uk/floater_instant_message.xml | ||
64 | modified: linden/indra/newview/skins/default/xui/zh/floater_instant_message.xml | ||
65 | |||
66 | |||
67 | 2010-01-12 McCabe Maxsted <hakushakukun@gmail.com> | ||
68 | |||
69 | * Fixed 'Cannot generate a safe linker search path' CMake warning on Windows. | ||
70 | |||
71 | modified: linden/indra/cmake/OPENAL.cmake | ||
72 | |||
73 | |||
74 | 2010-01-11 McCabe Maxsted <hakushakukun@gmail.com> | ||
75 | |||
76 | * Fixed remember password checkbox. | ||
77 | |||
78 | modified: linden/indra/newview/skins/default/xui/en-us/panel_login.xml | ||
79 | |||
80 | |||
81 | 2010-01-09 McCabe Maxsted <hakushakukun@gmail.com> | ||
82 | |||
83 | * Fixed missing dbghelp.dll file. | ||
84 | |||
85 | modified: linden/indra/cmake/ViewerMiscLibs.cmake | ||
86 | modified: linden/install.xml | ||
87 | |||
88 | |||
89 | * Always include VS2005 redist in copy_win_libs. | ||
90 | |||
91 | modified: linden/indra/cmake/CopyWinLibs.cmake | ||
92 | |||
93 | |||
94 | * Fixed viewer_manifest.py and default packaging system for Windows | ||
95 | NSIS install script only works manually. | ||
96 | |||
97 | modified: linden/indra/develop.py | ||
98 | modified: linden/indra/lib/python/indra/util/llmanifest.py | ||
99 | modified: linden/indra/newview/CMakeLists.txt | ||
100 | modified: linden/indra/newview/installers/windows/installer_template.nsi | ||
101 | modified: linden/indra/newview/viewer_manifest.py | ||
102 | |||
103 | |||
104 | 2010-01-08 McCabe Maxsted <hakushakukun@gmail.com> | ||
105 | |||
106 | * Fixed options missing from Text Chat and Input & Camera preferences (see VWR-13120). | ||
107 | |||
108 | modified: linden/indra/newview/llpanelinput.cpp | ||
109 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml | ||
110 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml | ||
111 | |||
112 | |||
113 | 2010-01-07 McCabe Maxsted <hakushakukun@gmail.com> | ||
114 | |||
115 | * Applied SNOW-378: debug setting to compile inventory scripts in Mono. | ||
116 | |||
117 | modified: linden/doc/contributions.txt | ||
118 | modified: linden/indra/newview/app_settings/settings.xml | ||
119 | modified: linden/indra/newview/llpreviewscript.cpp | ||
120 | |||
121 | |||
122 | * Fixed GStreamer missing libpng12-0.dll (TODO: update gstreamer). | ||
123 | |||
124 | modified: linden/indra/cmake/CopyWinLibs.cmake | ||
125 | modified: linden/install.xml | ||
126 | |||
127 | |||
1 | 2010-01-03 Mm Alder <monkowsk@fishkill.ibm.com> | 128 | 2010-01-03 Mm Alder <monkowsk@fishkill.ibm.com> |
2 | 129 | ||
3 | (With help from Admiral Admiral) | 130 | (With help from Admiral Admiral) |