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