Activity
From 11/17/2012 to 12/16/2012
12/10/2012
- 10:47 AM Bug #5760: saving xml to existing file asks twice on mac
- I tested on Mac, and it's fixed.
I also tested on Linux, Java 1.6: the default dialog asks for confirmation once, b...
12/07/2012
- 12:35 PM Bug #5760: saving xml to existing file asks twice on mac
- Fixed in r65184 in ptolemy/actor/gui/TableauFrame.java
I updated Top.java as well, though that code is not called bec... - 10:39 AM Bug #5266: Two empty boxes inside Sinewave actor and other icon problems for attributes
- Fixed by Daniel!
12/05/2012
- 03:50 PM Bug #5722: Check for problems with sanitized RecordToken labels
- The problem here is that we made a poor design decision many years ago about
record keys. We decided that record key... - 02:46 PM Bug #5722: Check for problems with sanitized RecordToken labels
- I don't understand why this is an issue. Records are standard dictionary type data structures, and any string key va...
- 02:28 PM Bug #5722: Check for problems with sanitized RecordToken labels
- Labels beginning with digits will also change.
9Volt becomes _9Volt.
9 Volt becomes _9_Volt. - 02:08 PM Bug #5722: Check for problems with sanitized RecordToken labels
- I would hope that this continues to work.
- 12:56 PM Bug #5722: Check for problems with sanitized RecordToken labels
- So far I haven't been able to come up with a concrete realistic/common usecase where this causes problems. I looked a...
- 03:30 PM Bug #5760 (In Progress): saving xml to existing file asks twice on mac
- On Mac, when saving a workflow as XML to an existing file, there are two dialogs that ask to overwrite the existing f...
- 03:23 PM Bug #5759 (Resolved): MatrixViewer window does not reappear
- The MatrixViewer actor pops up a window displaying a matrix. If the window is closed, it does not reappear after runn...
- 01:10 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- Thanks. Verified, closing.
- 01:01 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- I folded the patch in.
To close this bug, someone should check that the crash no longer occurs
under Mac OS 10.8 and ...
12/04/2012
- 01:44 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- The println in the patch might get annoying, we could remove it.
- 01:34 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- In the last Kepler 2.4 call it was suggested I just use JFileChooser when OS X 10.8 and Java 1.6 is detected, since t...
- 01:33 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- Patch description: Unless ptolemy.ptII.useFileDialog is set true, useFileDialog will now return false if Mac OS X 10....
12/03/2012
- 01:45 PM Bug #5723: references to parameter are not always renamed
- I added some test cases for this to $PTII/ptolemy/data/expr/test/Parameter.tcl.
11/30/2012
- 04:10 PM Bug #5598: parameters appear as white boxes instead of dots
- I created a workflow with different types of attributes and uploaded the run to the repository using Kepler 2.3. I wa...
- 02:06 PM Bug #5754: unable to open TestSSHWithDisplay 2.3 run-kar from keplerRepository with WRM trunk
- Oops, duplicate.
- 01:47 PM Bug #5754 (Closed): unable to open TestSSHWithDisplay 2.3 run-kar from keplerRepository with WRM trunk
- Need to look into why trying to force open this run-kar to see the workflow does nothing.
11/29/2012
- 07:30 PM Bug #4903: Text in attributes not rendered properly
- The patch to ValueIcon was reverted.
See #5266 comment 18 for the fix. - 07:28 PM Bug #5266: Two empty boxes inside Sinewave actor and other icon problems for attributes
- The change to ValueIcon.java in r64716 was reverted, leaving ShowTypes and MonitorReceiverContents with titles. The d...
11/28/2012
- 03:15 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- I have been able to reproduce the error on 10.8 using Java 1.6. The issue appears be related to the AWT. Here is the ...
11/27/2012
- 06:04 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- I wasn't able to get the crash to occur with a simple test program (attached).
I now notice our crash doesn't always... - 05:53 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- test case does not cause crash
- 04:45 PM Bug #5732: EML 2.1.1 option should be added to metacat data sources in kepler
- .kepler has to be deleted because the service list gets serialized to a java object in the cache dir.
- 04:42 PM Bug #5732: EML 2.1.1 option should be added to metacat data sources in kepler
- Derik added eml 2.1.1 to the configuratin.xml in both ecogrid and reporting modules. However, we still can't see them...
11/26/2012
- 05:07 PM Bug #5725: Save dialog's folder drop-down menu crashes kepler in OS X 10.8 w/ 64-bit java 1.6.0_37-b06-434-11M3909
- I suggest creating a small test case and submitting a bug report to both Apple and Oracle. See http://www.java2s.com...
- 04:51 PM Bug #5727: saving workflow changes canvas center
- There are some similar issues in vergil, so I'll take this bug, fix vergil and
then reassign it to Derik after I fix... - 03:22 PM Bug #5625: create kepler documentation for 2.4
- user manual documentation is also checked into kepler trunk at common module. closing the bug.
- 03:15 PM Bug #5715: Actor Reference documentation
The actor reference manual is at https://code.kepler-project.org/code/kepler-docs/trunk/outreach/documentation/shipp...- 02:57 PM Bug #5397: "./kepler.sh -runwf -nogui workflow.xml" doestn't work if the user is logged out on Mac
- I did a little big further changes at version 31136. Now no exception stack trace will be displayed.
I still see a ... - 12:07 PM Bug #5397: "./kepler.sh -runwf -nogui workflow.xml" doestn't work if the user is logged out on Mac
- KeplerOSXExtension prints the error message, but still executes the workflow. I updated the error message to be more ...
- 02:47 PM Bug #5745: "./kepler.sh -runwf -nogui -nocache workflow.xml" has error message after execution.
- it works for me. closing it.
- 12:15 PM Bug #5745: "./kepler.sh -runwf -nogui -nocache workflow.xml" has error message after execution.
- Fixed, reassigning to Jianwu to verify.
- 01:39 PM Bug #4978: Create additional 'module' property for any menu entries that are inserted by non-core modules
- In the last 2.4 meeting, we decided to fix this in a later release.
11/20/2012
- 06:08 PM Bug #4995: ant installer fails under Linux
- build.xml lists an installer target that invokes make-mac-installer which
fails under linux:
[make-macosx-installer]... - 01:37 PM Bug #5745 (Resolved): "./kepler.sh -runwf -nogui -nocache workflow.xml" has error message after execution.
- I saw the same message at mac and linux:
rm -rf ~/.kepler; ./kepler.sh -runwf -nogui -nocache outreach/workflows/dem... - 01:33 PM Bug #5397: "./kepler.sh -runwf -nogui workflow.xml" doestn't work if the user is logged out on Mac
- I still see the similar error message at Kepler trunk. Re-opening...
./kepler.sh -runwf -nogui -nocache outreach/wor...
Also available in: Atom