Skip to content


Closed Add information in preference page and move some menu item too
chorem / bow #43 · created by Eric Chatellier
Move from menu to preference: * Bookmark add link (session) * Bookmark add link (permanent) * Import/export Add information: * permanent token * session token * current server url * current alias ser...
updated
Closed [Binder] Open some api in BinderModel
nuiton / nuiton-utils #235 · created by Tony Chemit
there is some protected method in BinderModel which annoyes me when I want to write a new Binder (*containsSourcePropertyXXX* methods). The can be public with no side-effect at all. *(from redmine i...
updated
Closed Can't use collection parameter in TopiaContext find() (as findAll does)
nuiton / topia #347 · created by Tony Chemit
The @findAll@ method manage this case:
else if (value instanceof Collection>) {
   query.setParameterList(name, (Collection>) value);
but @find@ don't. *(from redmine issue 2719 created on 2013-06...
updated
Closed Synchronize data access in filterableComboBox model
nuiton / jaxx #1623 · created by Tony Chemit
*(from redmine issue 2717 created on 2013-06-04, closed on 2013-06-04)*
updated
Closed [SwingSession] enable to replace a component if its path already exists
nuiton / jaxx #1622 · created by Tony Chemit
in the 'add' method, we only check if the registered components contain the new component to add. But if a component with the same name already exists but not the same reference, it is added. We shoul...
updated
Closed [Swing session] create a state for the BeanDoubleList
nuiton / jaxx #1621 · created by Tony Chemit
*(from redmine issue 2711 created on 2013-05-30, closed on 2013-05-30)*
updated
Closed Should be able to specify the file where to save
nuiton / jaxx #1620 · created by Tony Chemit
By default was hardcoded to user config file, but not desired in some context. Best solution is to be able to give the target config file. *(from redmine issue 2710 created on 2013-05-30, closed on ...
updated