# HG changeset patch # User Felix Wolfsteller # Date 1344413604 0 # Node ID 9eba1e2d821d61052d2b0db420a1a3c9dd10e370 # Parent adf9c41610c71faf07933e5dc39f0a66d2e16b15 Set info attribute in datacage, to have tooltips in gui. flys-artifacts/trunk@5170 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r adf9c41610c7 -r 9eba1e2d821d flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Tue Aug 07 12:59:30 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Aug 08 08:13:24 2012 +0000 @@ -1,3 +1,8 @@ +2012-08-08 Felix Wolfsteller + + * doc/conf/meta-data.xml: Set info attribute (will evaluate as tooltip + in GUI. + 2012-08-07 Felix Wolfsteller * src/main/resources/messages.properties, diff -r adf9c41610c7 -r 9eba1e2d821d flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Tue Aug 07 12:59:30 2012 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Wed Aug 08 08:13:24 2012 +0000 @@ -27,7 +27,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -36,6 +37,7 @@ + @@ -60,7 +62,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -69,6 +72,7 @@ + @@ -94,7 +98,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -103,6 +108,7 @@ + @@ -128,7 +134,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -137,6 +144,7 @@ + @@ -162,7 +170,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -171,6 +180,7 @@ + @@ -195,7 +205,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + desciption AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -204,6 +215,7 @@ + @@ -228,7 +240,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -237,6 +250,7 @@ + @@ -261,7 +275,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -270,6 +285,7 @@ + @@ -295,7 +311,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -304,6 +321,7 @@ + @@ -328,7 +346,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -337,6 +356,7 @@ + @@ -361,7 +381,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -370,6 +391,7 @@ + @@ -394,7 +416,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -403,6 +426,7 @@ + @@ -431,7 +455,8 @@ SELECT id AS prot_column_id, name AS prot_column_name, - position AS prot_rel_pos + position AS prot_rel_pos, + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position @@ -440,6 +465,7 @@ + @@ -576,6 +602,7 @@ + @@ -725,6 +752,7 @@ + @@ -1204,6 +1232,7 @@ + SHOW W-DIFFERENCES