[go: up one dir, main page]

Menu

/trunk/RTClient Commit Log


Commit Date  
[r677] by bworrell

+ Fixed bug #2940449: Replaced FileReader objects with InputStreamReader objects. UTF8 encoding is now supported during file i/o.

2010-01-26 20:58:35 Tree
[r676] by bworrell

+ Fixed bug #2936622 : Spell check menu is disabled if the misspelled word is displayed within an uneditable field.
+ Made enhancements to spell check menu to cut down on construction/destruction of menu items.

2010-01-22 18:44:42 Tree
[r675] by bworrell

+ Refactored the New/Edit Application dialog to use a common GeneralPanel bean.
+ Moved the New and Edit Application Dialogs along with the General Panel into the applications package.

2010-01-21 22:25:27 Tree
[r674] by bworrell

+ Fixed bug #2936556 : OK button on add/edit rule window doesn't throw null pointer exception all the time

2010-01-21 19:58:17 Tree
[r673] by bworrell

+ Fixed bug #2877951: Added "edit role" capability to user roles panel in add/edit application window
+ Fixed bug #2935805: Can now sort user roles table.
- selecting attributes with xpaths from xml-fragments doesn't work when you have a namespace qualifier. I removed the wildcard namespace qualifier and it works fine now. I think this is an XMLBeans issue that has not been resolved.

2010-01-20 19:30:08 Tree
[r670] by jimwinston

ChecksPanel.java - commented out internal checks panel - fix for bug 2931587

AddEditGroupMainDialog.java and AddEditProfileMainDialog.java - set default status on new Group or Profile to be incomplete rather than deprecated.

GroupHelper.java - null check to prevent NPE in getMaxOrderNum()

2010-01-14 14:54:33 Tree
[r669] by jimwinston

There are now only 6 tabs, so attempting to set the current tab index to 6 throws an exception.

2010-01-06 18:37:01 Tree
[r668] by jimwinston

Speed up Refine Value tables, mostly by making a hash table of Rules keyed by Check Values
and passing it to the renderers. Also made the RefineValueTextRenderer cached.

fix for bug 2897455.

2010-01-04 19:29:55 Tree
[r667] by jimwinston

When replacing a file in a compiance check, if the existing file is shared with other checks, give
the user the option of replacing it locally or globally.

Code was added to clear the cache of the text renderer of the File column in the Compliance Check list view.
Since only one check would be edited, but multiple checks can be affected, the cache might not hold the right file name.

fix for bug 2869088.

2009-12-30 16:05:26 Tree
[r666] by jimwinston

Replaced use of CopyAndPasteMouseListener and SpellCheck.register() with new SpellCheckCopyAndPaste class
which adds to all JTextComponents a new popup menu with cut, copy, paste, and JOrtho spell check options.

2009-12-23 17:24:31 Tree
Older >