diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 31bfe4a..943e588 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,36 @@ | |||
1 | 2008-09-21 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
4 | Reindented and cleaned up menu XML for code readability. | ||
5 | |||
6 | 2008-09-20 Michelle2 Zenovka <robin.cornelius@gmail.com> | ||
7 | |||
8 | * linden/indra/newview/llfloaterbulkpermission.h: | ||
9 | VWR-5082: 'Set permissions on selected task inventory' feature. | ||
10 | * linden/indra/newview/llfloaterbulkpermission.cpp: | ||
11 | Ditto. | ||
12 | * linden/indra/newview/llviewermenu.cpp: | ||
13 | Ditto. | ||
14 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
15 | Ditto. | ||
16 | * linden/indra/newview/skins/default/xui/en-us/floater_bulk_perms.xml: | ||
17 | Ditto. | ||
18 | |||
19 | 2008-09-19 McCabe Maxsted <hakushakukun@gmail.com> | ||
20 | |||
21 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
22 | VWR-1363: Add "Return Object" to the Tools menu. | ||
23 | |||
1 | 2008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com> | 24 | 2008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 25 | ||
26 | * linden/indra/newview/llviewermenu.cpp: | ||
27 | VWR-2947: Create event callbacks for Advanced menu functions. | ||
28 | Part of VWR-2896: Convert "Advanced" menu to XUI. | ||
29 | |||
30 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
31 | VWR-2948: Create XUI-based Advanced menu. | ||
32 | Part of VWR-2896: Convert "Advanced" menu to XUI. | ||
33 | |||
3 | * linden/indra/SConstruct: | 34 | * linden/indra/SConstruct: |
4 | New optional SConstruct flag to specify an exact path to build | 35 | New optional SConstruct flag to specify an exact path to build |
5 | directory: BUILD_DIR. For convenience until we switch to CMake. | 36 | directory: BUILD_DIR. For convenience until we switch to CMake. |
@@ -9,3 +40,8 @@ | |||
9 | For convenience until we switch to CMake. | 40 | For convenience until we switch to CMake. |
10 | * linden/indra/newview/viewer_manifest.py: | 41 | * linden/indra/newview/viewer_manifest.py: |
11 | Ditto. | 42 | Ditto. |
43 | |||
44 | 2008-09-07 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
45 | |||
46 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
47 | VWR-8056: Clean up menu_viewer.xml (main menu XUI). | ||