[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r226] by jonathanobaker

Removed unused class ApplicationDetails.java
Added ImageIcons to all dialogs

2008-11-02 23:53:10 Tree
[r225] by jonathanobaker

Added an edit button and hover test to tell users how to edit and stop editing. Now whent he user is editing a step and hits enter the step will switch out of edit mode.

2008-11-02 22:25:16 Tree
[r224] by jonathanobaker

Set Last Modified column widths to 100 throughout the app
Made the remove button on the How-to panel work.

2008-11-02 16:50:26 Tree
[r223] by jonathanobaker

when adding a row the new row should be selected

2008-10-31 18:27:45 Tree
[r222] by bworrell

Fixed an issue where Move Up/Down buttons didn't track the moved row.

2008-10-31 17:47:30 Tree
[r221] by bworrell

Reference Tables:
++ Edited row remains highlighted after edit is complete (OK button pressed)
-- Removed unnecessary code
== Changed "data_changed" property to return a boolean isNew value and a corresponding Edited/New Reference Type upon firing so evt.getOldValue() returns the boolean and evt.getNewValue() returns the actual ReferenceType object.
++ Added a method to determine the type of ReferenceType based off of its parent to the ReferenceHelper

2008-10-31 17:41:23 Tree
[r220] by bworrell

++ Recommendation table now allows anybody to add comments to a Rule
== Fixed some bugs with the Check Languages table
== Check Languages are now synced properly

2008-10-30 21:25:23 Tree
[r219] by jonathanobaker

Added logo to the login screem
cleaned up the select app dialog a bit
cleaned up a logging message in the sync manager

2008-10-30 19:46:10 Tree
[r218] by bworrell

Sync Process Updates:
== Merging now appears to work properly
== Fixed issue where components weren't updating in the proper order
-- Removed unnecessary LinkedList<AbsUpdateTransaction> declarations where just a single instance of AbsUpdateTransaction was needed
-- Removed unecessary parameters to Workers and UpdateTransaction classes

2008-10-30 01:42:58 Tree
[r217] by bworrell

Sync Process Update:
== Added a fix for merging recommendations that fixes this issue:

1. User A deletes a comment ref
2. User B added/changed something to the same rule
3. User B syncs
4. User A updates/syncs: Because User B still had a reference to User A's deleted ref, an invalid reference is inserted into User A's reference list.

2008-10-29 19:31:09 Tree
Older >