Mercurial > fife-parpg
annotate clients/editor/gui/objectedit.xml @ 256:e893afb4963b
* Fixed HistoryManager to work with linear undo
* Set UndoManager to use branched mode by default
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 08 Jun 2009 16:57:39 +0000 |
parents | 51cc05d862f2 |
children | 22253b2c9b14 |
rev | line source |
---|---|
255
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
1 <Panel title="Object editor" position="10,700"> <!-- size="200,250" min_size="200,250" max_size="200,250" > --> |
212
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
2 |
255
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
3 <Label text=" Object" background_color="0,0,0" /> |
212
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
4 <Label text="Namespace:" min_size="85,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
5 <Label text="None" name="object_namespace" min_size="30,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
6 |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
7 <HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
8 <Label text="Object ID:" min_size="85,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
9 <Label text="None" name="object_id" min_size="30,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
10 </HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
11 <HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
12 <Label text="Blocking:" min_size="45,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
13 <TextBox text="0" name="object_blocking" min_size="20,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
14 |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
15 <Label text="Static:" min_size="45,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
16 <TextBox text="0" name="object_static" min_size="20,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
17 </HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
18 |
255
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
19 <Button name="change_data" text="Save object"/> |
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
20 |
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
21 <Label text=" Selected Instance" background_color="0,0,0" /> |
212
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
22 |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
23 <HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
24 <Label text="Select Rotation:" min_size="85,20" /> |
255
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
25 <DropDown min_size="80,0" name="select_rotations"/> |
212
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
26 </HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
27 |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
28 <HBox > |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
29 <Label text="Instance ID:" min_size="85,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
30 <TextBox text="None" name="instance_id" min_size="30,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
31 </HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
32 <HBox > |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
33 <Label text="Instance rot:" min_size="85,20"/> |
255
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
34 <TextBox text="0" name="instance_rotation" min_size="30,20" hexpand="1"/> |
212
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
35 </HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
36 |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
37 <VBox name="animation_panel_wrapper" max_size="150,50"> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
38 <Spacer /> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
39 <VBox name="animation_panel"> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
40 <Label text="Animation panel" min_size="85,20" /> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
41 <HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
42 <Button name="anim_start_pos" text="S" max_size="20,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
43 <Button name="anim_left" text="l1" max_size="20,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
44 <TextBox name="anim_current_frame" text="0" min_size="30,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
45 <Button name="anim_right" text="r1" max_size="20,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
46 <Button name="anim_end_pos" text="E" max_size="20,20"/> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
47 </HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
48 </VBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
49 </VBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
50 |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
51 <HBox> |
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
52 <Button name="use_data" text="Use"/> |
255
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
53 </HBox> |
212
bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
54 |
255
51cc05d862f2
Merged editor_rewrite branch to trunk.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
212
diff
changeset
|
55 </Panel> |