diff options
author | McCabe Maxsted | 2009-06-05 18:30:09 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-05 18:30:09 -0700 |
commit | ab324d7f6a9672d1f27481d9c38f9e7dae95be5e (patch) | |
tree | cfd49a8b5cbc4b5628a9f3bc25cc2ee51916d09b /ChangeLog.txt | |
parent | Menu bar now only changes color for Aditi (diff) | |
parent | Merge branch 'mccabe/next' into next-1.1 (diff) | |
download | meta-impy-ab324d7f6a9672d1f27481d9c38f9e7dae95be5e.zip meta-impy-ab324d7f6a9672d1f27481d9c38f9e7dae95be5e.tar.gz meta-impy-ab324d7f6a9672d1f27481d9c38f9e7dae95be5e.tar.bz2 meta-impy-ab324d7f6a9672d1f27481d9c38f9e7dae95be5e.tar.xz |
Merged in jacek/next
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 162 |
1 files changed, 160 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 07d6dc5..fe4b0a5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -30,14 +30,115 @@ | |||
30 | Menu bar now only changes color for Aditi. | 30 | Menu bar now only changes color for Aditi. |
31 | 31 | ||
32 | 32 | ||
33 | 2009-06-01 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
34 | |||
35 | * Mute in Profile window triggers confirmation dialog too. | ||
36 | |||
37 | modified: linden/indra/newview/llpanelavatar.cpp | ||
38 | |||
39 | |||
40 | * Added confirmation dialogs for Mute from pie menu. | ||
41 | Dialog is for muting avatars and objects from the pie menu only. | ||
42 | |||
43 | modified: linden/indra/newview/llmutelist.cpp | ||
44 | modified: linden/indra/newview/llmutelist.h | ||
45 | modified: linden/indra/newview/llviewermenu.cpp | ||
46 | modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
47 | |||
48 | |||
49 | 2009-05-31 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
50 | |||
51 | * Added a confirmation dialog for Take Off All Clothes. | ||
52 | |||
53 | modified: linden/indra/newview/llagent.cpp | ||
54 | modified: linden/indra/newview/llagent.h | ||
55 | modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml | ||
56 | |||
57 | |||
58 | 2009-05-25 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
59 | |||
60 | * linden/indra/newview/llinventorybridge.cpp (buildContextMenu): | ||
61 | Added a separator between Wear and Restore to Last Position. | ||
62 | * linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml: | ||
63 | Ditto. | ||
64 | |||
65 | |||
66 | * linden/indra/newview/llinventorybridge.cpp: | ||
67 | Restore to Last Position has a confirmation dialog now. | ||
68 | |||
69 | |||
70 | * linden/indra/newview/llinventorybridge.cpp: | ||
71 | Added Restore to Last Position confirmation and callback methods. | ||
72 | LLItemBridge::restoreToWorldConfirm() | ||
73 | LLItemBridge::restoreToWorldCallback() | ||
74 | * linden/indra/newview/llinventorybridge.h: | ||
75 | Ditto. | ||
76 | |||
77 | |||
78 | * linden/indra/newview/skins/default/xui/en-us/alerts.xml: | ||
79 | Added ConfirmRestoreToWorld alert text. | ||
80 | |||
81 | |||
82 | * linden/indra/newview/llpanellogin.cpp: | ||
83 | User-initiated Toggle Fullscreen has a confirmation dialog now. | ||
84 | That's in the View menu and also Alt+Enter at login screen. | ||
85 | * linden/indra/newview/llviewermenu.cpp: | ||
86 | Ditto. | ||
87 | |||
88 | |||
89 | * linden/indra/newview/llviewerwindow.cpp: | ||
90 | Added Toggle Fullscreen confirmation and callback methods. | ||
91 | LLViewerWindow::toggleFullscreenConfirm() | ||
92 | LLViewerWindow::toggleFullscreenCallback() | ||
93 | * linden/indra/newview/llviewerwindow.h (LLWindowCallbacks): | ||
94 | Ditto. | ||
95 | |||
96 | |||
97 | * linden/indra/newview/skins/default/xui/en-us/alerts.xml: | ||
98 | Added ConfirmToggleFullscreen alert text. | ||
99 | |||
100 | |||
101 | 2009-05-24 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
102 | |||
103 | * linden/indra/newview/llfloaterworldmap.cpp: | ||
104 | User-initiated Teleport Home has confirmation dialog. | ||
105 | That's in the World menu and on the world map. | ||
106 | * linden/indra/newview/llviewermenu.cpp: | ||
107 | Ditto. | ||
108 | |||
109 | |||
110 | * linden/indra/newview/llagent.cpp: | ||
111 | Added Teleport Home confirmation and callback methods. | ||
112 | LLAgent::teleportHomeConfirm() | ||
113 | LLAgent::teleportHomeCallback() | ||
114 | * linden/indra/newview/llagent.h: | ||
115 | Ditto. | ||
116 | |||
117 | |||
118 | * linden/indra/newview/llagent.cpp: | ||
119 | Moved LLAgent::teleportHome() definition. | ||
120 | Was in llagent.h for no good reason, now in llagent.cpp. | ||
121 | * linden/indra/newview/llagent.h: | ||
122 | Ditto. | ||
123 | |||
124 | |||
125 | * linden/indra/newview/skins/default/xui/en-us/alerts.xml: | ||
126 | Added ConfirmTeleportHome alert text. | ||
127 | |||
128 | |||
129 | 2009-05-16 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
130 | |||
131 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
132 | Reverted Ctrl-D shortcut back to Edit > Duplicate. | ||
133 | No longer World > Create Landmark Here. | ||
134 | |||
135 | |||
33 | 2009-04-28 McCabe Maxsted <hakushakukun@gmail.com> | 136 | 2009-04-28 McCabe Maxsted <hakushakukun@gmail.com> |
34 | 137 | ||
35 | * linden/install.xml: | 138 | * linden/install.xml: |
36 | Fixed gstreamer plugins windows library. | 139 | Fixed gstreamer plugins windows library. |
37 | 140 | ||
38 | 141 | ||
39 | 2009-04-28 McCabe Maxsted <hakushakukun@gmail.com> | ||
40 | |||
41 | * linden/indra/cmake/CopyWinLibs.cmake: | 142 | * linden/indra/cmake/CopyWinLibs.cmake: |
42 | Updated copy_win_libs for 1.1 RC3. | 143 | Updated copy_win_libs for 1.1 RC3. |
43 | 144 | ||
@@ -50,6 +151,43 @@ | |||
50 | Ditto. | 151 | Ditto. |
51 | 152 | ||
52 | 153 | ||
154 | 2009-04-20 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
155 | |||
156 | * linden/indra/llaudio/audioengine_openal.cpp: | ||
157 | Imported GreenLife Emerald Viewer's OpenAL code. It works! | ||
158 | * linden/indra/llaudio/audioengine_openal.h: | ||
159 | Ditto. | ||
160 | |||
161 | |||
162 | * linden/indra/newview/viewer_manifest.py: | ||
163 | We'll use libopenal.1.dylib after all (yet again). | ||
164 | |||
165 | |||
166 | * linden/indra/cmake/OPENAL.cmake: | ||
167 | Help (force) Mac find the right OpenAL lib and header dir. | ||
168 | |||
169 | |||
170 | * linden/install.xml: | ||
171 | Mac viewer uses Thomas Shikami's OpenAL libs. | ||
172 | |||
173 | |||
174 | 2009-04-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
175 | |||
176 | * linden/indra/llmedia/llmediaimplgstreamer.h: | ||
177 | LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend. | ||
178 | |||
179 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
180 | Removed redundant play() from LLMediaImplGStreamer::navigateTo(). | ||
181 | |||
182 | |||
183 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
184 | LLMediaImplGStreamer::play() is no-op if already playing. | ||
185 | |||
186 | |||
187 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
188 | Removed some useless code from LLMediaImplGStreamer::startPlay(). | ||
189 | |||
190 | |||
53 | 2009-04-17 McCabe Maxsted <hakushakukun@gmail.com> | 191 | 2009-04-17 McCabe Maxsted <hakushakukun@gmail.com> |
54 | 192 | ||
55 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 193 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: |
@@ -64,6 +202,26 @@ | |||
64 | Updated Windows libpng url. | 202 | Updated Windows libpng url. |
65 | 203 | ||
66 | 204 | ||
205 | 2009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
206 | |||
207 | * linden/indra/newview/viewer_manifest.py: | ||
208 | Added libneon to Mac manifest. | ||
209 | |||
210 | |||
211 | * linden/indra/cmake/OPENAL.cmake: | ||
212 | Help Mac find the right libalut.0.dylib. | ||
213 | |||
214 | |||
215 | * linden/indra/cmake/GStreamer.cmake: | ||
216 | Help Mac find the right libxml2.2.dylib. | ||
217 | |||
218 | |||
219 | * linden/indra/newview/viewer_manifest.py: | ||
220 | Tweaked Mac lib manifest. | ||
221 | Removed pango, commented out libopenal, added libxml2. | ||
222 | |||
223 | |||
224 | |||
67 | 2009-04-06 Jacek Antonelli <jacek.antonelli@gmail.com> | 225 | 2009-04-06 Jacek Antonelli <jacek.antonelli@gmail.com> |
68 | 226 | ||
69 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 227 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: |