blob: 309eb86a26b52b26ff5175213f5bc0bf86abcd96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
2008-09-22 Jacek Antonelli <jacek.antonelli@gmail.com>
* linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
Increased maximum settable transparency from 90% to 100%.
* linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
Changed "Select Texture" to "Select Faces to Texture".
2008-09-22 Aimee Trescothick <aimee@ama-zing.co.uk>
* linden/indra/newview/app_settings/settings.xml:
VWR-8430: Usability improvements to the land tools floater.
* linden/indra/newview/llfloatertools.cpp:
Ditto.
* linden/indra/newview/llfloatertools.h:
Ditto.
* linden/indra/newview/llpanelland.cpp:
Ditto.
* linden/indra/newview/llpanelland.h:
Ditto.
* linden/indra/newview/lltoolbrush.cpp:
Ditto.
* linden/indra/newview/skins/default/xui/en-us/alerts.xml:
Ditto.
* linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
Ditto.
2008-09-21 Jacek Antonelli <jacek.antonelli@gmail.com>
* linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
Reindented and cleaned up menu XML for code readability.
2008-09-20 Michelle2 Zenovka <robin.cornelius@gmail.com>
* linden/indra/newview/llfloaterbulkpermission.h:
VWR-5082: 'Set permissions on selected task inventory' feature.
* linden/indra/newview/llfloaterbulkpermission.cpp:
Ditto.
* linden/indra/newview/llviewermenu.cpp:
Ditto.
* linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
Ditto.
* linden/indra/newview/skins/default/xui/en-us/floater_bulk_perms.xml:
Ditto.
2008-09-20 Paul Churchill <pnolan@dsl.pipex.com>
* linden/indra/newview/llimpanel.cpp:
VWR-2072: New Feature -> UI -> IM -> Teleport (other person) Button.
* linden/indra/newview/llimpanel.h:
Ditto.
* linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml:
Ditto.
2008-09-19 Gigs Taggart <gigstaggart@gmail.com>
* linden/indra/newview/app_settings/settings.xml:
VWR-2331: Terraform tool variable "strength".
Contributing authors: Gigs Taggart, Aimee Trescothick, Which Linden.
* linden/indra/newview/llfloatertools.cpp:
Ditto.
* linden/indra/newview/llfloatertools.h:
Ditto.
* linden/indra/newview/lltoolbrush.cpp:
Ditto.
* linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
Ditto.
2008-09-19 McCabe Maxsted <hakushakukun@gmail.com>
* linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
VWR-1363: Add "Return Object" to the Tools menu.
* linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
VWR-7877: Change the default cut increment from 0.05 to 0.025.
2008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com>
* linden/indra/newview/llviewermenu.cpp:
VWR-2947: Create event callbacks for Advanced menu functions.
Part of VWR-2896: Convert "Advanced" menu to XUI.
* linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
VWR-2948: Create XUI-based Advanced menu.
Part of VWR-2896: Convert "Advanced" menu to XUI.
* linden/indra/SConstruct:
New optional SConstruct flag to specify an exact path to build
directory: BUILD_DIR. For convenience until we switch to CMake.
* linden/indra/SConstruct:
VWR-2865: New SConstruct flag to (not) make tarball after compiling.
For convenience until we switch to CMake.
* linden/indra/newview/viewer_manifest.py:
Ditto.
2008-09-07 McCabe Maxsted <hakushakukun@gmail.com>
* linden/indra/newview/llpanelobject.cpp:
VWR-7827: Allow Dimple/Profile Cut for boxes and box-based prims
in the UI.
* linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
Ditto.
2008-09-07 Jacek Antonelli <jacek.antonelli@gmail.com>
* linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
VWR-8056: Clean up menu_viewer.xml (main menu XUI).
|