[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-30 Thread shenmux09
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636


User shenmux09 changed the following:

What|Old value |New value

  CC|'bmarcelly,brinzing,cd,han|'bmarcelly,brinzing,cd,han
|ya,mav,sb'|ya,mav,sb,shenmux09'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636





--- Additional comments from s...@openoffice.org Mon Aug  9 12:26:59 + 
2010 ---
@bmarcelly:  Yes, but the sorting needs to be done by the menu-specific code,
not by configmgr itself.  From the described workaround ("m1" -> "m01"), and the
claim that it worked fine in OOo 3.2, my understanding is that the menu-specific
code currently does not do any sorting; but we should wait for cd (who is
currently on vacation) to clarify this.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-09 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636





--- Additional comments from bmarce...@openoffice.org Mon Aug  9 12:04:59 
+ 2010 ---
-> sb
Developer's Guide

says for property oor:name :

The node name of menu items of a submenu must be unique only within their
submenu. A configuration set cannot guarantee the order of its entries, so you
should use a schema such as string + number, for example “m1”, as the name is
used to sort the entries. 

So the alphabetical sort is a documented feature, and should stay in future
designs for compatibility.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-09 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636


User sb changed the following:

What|Old value |New value

 Assigned to|sb|cd





--- Additional comments from s...@openoffice.org Mon Aug  9 08:30:00 + 
2010 ---
In what order configmgr reports set members to client code is unspecified.  (It
looks like old implementation reported in the order found in .xcu file.  New
implementation internally uses std::map, so happens to report lexicographically
sorted on Unicode values.)

Thus, while switching from "m1", ..., "m11" to "m01", ..., "m11" will appear to
solve the problem for now, it obviously does not really do so -- if internal
details of configmgr change in the future, the results may be garbled again.

So, what is really needed is to encode the entry order at a higher level
protocol than configmgr's API.  (For example, in the menu code, sort the
elements based on their names or on an additional property.)  Or am I missing
something?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-09 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636





--- Additional comments from corno...@openoffice.org Mon Aug  9 07:44:24 
+ 2010 ---
@cd. hanya,
Thanks, naming m01, m02 etc does work correct also in 330m2.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-05 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636


User cd changed the following:

What|Old value |New value

  CC|'bmarcelly,brinzing,cd,han|'bmarcelly,brinzing,cd,han
|ya,sb'|ya,mav,sb'





--- Additional comments from c...@openoffice.org Thu Aug  5 10:41:00 + 
2010 ---
cd: Set mav on CC.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-05 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636


User cd changed the following:

What|Old value |New value

  CC|'bmarcelly,brinzing,hanya'|'bmarcelly,brinzing,cd,han
|  |ya,sb'

 Assigned to|cd|sb





--- Additional comments from c...@openoffice.org Thu Aug  5 09:45:50 + 
2010 ---
cd->cornouws: Hanya is right that the sorting order is based on string compare
and not on numbers! If that worked before than that it was definitely an
implementation detail. Please use a string based numbering scheme, like m01,
m02, ..., m10, m11. Both would work for <= OOo 3.2.1 and >= OOo 3.3.

I will move this issue to sb, who wrote the new configuration manager
implementation. The problem is not related to the Addons.xcu but on the sorting
process in the configuration.

cd->sb: What's your opinion about this problem?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-05 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636


User hanya changed the following:

What|Old value |New value

  CC|'bmarcelly,brinzing'  |'bmarcelly,brinzing,hanya'





--- Additional comments from ha...@openoffice.org Thu Aug  5 09:30:43 + 
2010 ---
this is caused by the sorting order of the node name...

in the wrong image:

~Nieuw document (m1)
--- (m11 ?)
~Versie info (m12)
~Controle installatie (m13)
Document ~bewerken (m2)
--- (m3 ?)
~Afdrukken / mailen (m4 with submenu)

godd image is soreted in m1, m2, m3, m4, m11, m12, m13.

numbering entries like m001, m002 ... is a workaround before this issue

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-04 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636


User bmarcelly changed the following:

What|Old value |New value

  CC|'brinzing'|'bmarcelly,brinzing'





--- Additional comments from bmarce...@openoffice.org Thu Aug  5 06:38:59 
+ 2010 ---
Developer's Guide

says :
The node name of menu items of a submenu must be unique only within their 
submenu.

Your addons.xcu uses this facility, which may have been forgotten in 330m1.
There are two "m1" nodes, two "m2" nodes, two "m3" nodes, two "m4" nodes.

However I agree with brinzing, it is better to have unique node names.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-04 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636


User brinzing changed the following:

What|Old value |New value

  CC|''|'brinzing'





--- Additional comments from brinz...@openoffice.org Wed Aug  4 15:04:11 
+ 2010 ---
maybe a problem with the node names ?
i see m1,m2,m3,m4, m1-m7.. m11, m12, m13
i am used to name submenu entries with different names,
for example m41, m42 - m47 ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-04 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636





--- Additional comments from corno...@openoffice.org Wed Aug  4 07:23:34 
+ 2010 ---
Created an attachment (id=70946)
menu as it is in 330m1


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-04 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636





--- Additional comments from corno...@openoffice.org Wed Aug  4 07:23:05 
+ 2010 ---
Created an attachment (id=70945)
menu as it always was until OOO 3.2.1


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-04 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636





--- Additional comments from corno...@openoffice.org Wed Aug  4 07:22:24 
+ 2010 ---
Created an attachment (id=70944)
addons.xcu


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 113636] Addons.xcu generates wron g menu in 330m1

2010-08-04 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113636
 Issue #|113636
 Summary|Addons.xcu generates wrong menu in 330m1
   Component|framework
 Version|OOO330m1
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|cornouws





--- Additional comments from corno...@openoffice.org Wed Aug  4 07:21:21 
+ 2010 ---
I have an extension with a menu, described in an addons.xcu

In the 330m1, the resulting menu is wrong.
I'll attach the xcu and two screenshots.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org