aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt168
1 files changed, 168 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index a2c9027..16666ea 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,131 @@
12009-06-05 McCabe Maxsted <hakushakukun@gmail.com>
2
3 * linden/indra/newview/llfloatersnapshot.cpp:
4 Fixed high res checkbox not hiding.
5
6
7 * linden/indra/newview/llselectmgr.cpp:
8 Redid pie menus based on feedback from VWR-8080.
9 * linden/indra/newview/lltoolpie.cpp:
10 Ditto.
11 * linden/indra/newview/skins/default/xui/en-us/menu_pie_attachment.xml:
12 Ditto.
13 * linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml:
14 Ditto.
15 * linden/indra/newview/skins/default/xui/en-us/menu_pie_hud.xml:
16 Ditto.
17 * linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml:
18 Ditto.
19 * linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml:
20 Ditto.
21 * linden/indra/newview/skins/default/xui/en-us/menu_pie_self.xml:
22 Ditto.
23
24
25 Merged in Armin's gesture manager patch to compensate
26 for removing 'Gestures' from the pie.
27
28
29 * linden/indra/newview/llviewernetwork.cpp:
30 Menu bar now only changes color for Aditi.
31
32
332009-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
492009-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
582009-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
1012009-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
12009-05-18 Jacek Antonelli <jacek.antonelli@gmail.com> 1292009-05-18 Jacek Antonelli <jacek.antonelli@gmail.com>
2 130
3 * linden/indra/newview/viewer_manifest.py: 131 * linden/indra/newview/viewer_manifest.py:
@@ -19,12 +147,37 @@
19 libgstvideosignal.so 147 libgstvideosignal.so
20 148
21 149
1502009-05-16 Jacek Antonelli <jacek.antonelli@gmail.com>
151
152 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
153 Reverted Ctrl-D shortcut back to Edit > Duplicate.
154 No longer World > Create Landmark Here.
155
156
222009-05-02 Jacek Antonelli <jacek.antonelli@gmail.com> 1572009-05-02 Jacek Antonelli <jacek.antonelli@gmail.com>
23 158
24 * linden/indra/newview/viewer_manifest.py: 159 * linden/indra/newview/viewer_manifest.py:
25 Added libgstqtwrapper.so to Mac manifest. 160 Added libgstqtwrapper.so to Mac manifest.
26 161
27 162
1632009-04-28 McCabe Maxsted <hakushakukun@gmail.com>
164
165 * linden/install.xml:
166 Fixed gstreamer plugins windows library.
167
168
169 * linden/indra/cmake/CopyWinLibs.cmake:
170 Updated copy_win_libs for 1.1 RC3.
171
172
1732009-04-27 Armin Weatherwax <email@unknown.com>
174
175 * linden/indra/newview/llchatbar.cpp:
176 Applied Armin's gesture manager patch.
177 * linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml:
178 Ditto.
179
180
282009-04-20 Jacek Antonelli <jacek.antonelli@gmail.com> 1812009-04-20 Jacek Antonelli <jacek.antonelli@gmail.com>
29 182
30 * linden/indra/llaudio/audioengine_openal.cpp: 183 * linden/indra/llaudio/audioengine_openal.cpp:
@@ -62,6 +215,20 @@
62 Removed some useless code from LLMediaImplGStreamer::startPlay(). 215 Removed some useless code from LLMediaImplGStreamer::startPlay().
63 216
64 217
2182009-04-17 McCabe Maxsted <hakushakukun@gmail.com>
219
220 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
221 GST_PLUGIN_PATH should only search plugin directories for Windows.
222
223
224 * linden/install.xml:
225 Removed 'https' from install.xml.
226 Updated Windows GStreamer plugin url.
227 Updated Windows GLib url.
228 Updated Windows GStreamer url.
229 Updated Windows libpng url.
230
231
652009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com> 2322009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com>
66 233
67 * linden/indra/newview/viewer_manifest.py: 234 * linden/indra/newview/viewer_manifest.py:
@@ -81,6 +248,7 @@
81 Removed pango, commented out libopenal, added libxml2. 248 Removed pango, commented out libopenal, added libxml2.
82 249
83 250
251
842009-04-06 Jacek Antonelli <jacek.antonelli@gmail.com> 2522009-04-06 Jacek Antonelli <jacek.antonelli@gmail.com>
85 253
86 * linden/indra/llmedia/llmediaimplgstreamer.cpp: 254 * linden/indra/llmedia/llmediaimplgstreamer.cpp: