Project

General

Profile

Activity

From 11/17/2005 to 12/16/2005

12/16/2005

08:40 PM Bug #2246: TOOLBAR: status on opening workflows and blank frames
In kepler-docs/dev/usability/graphics/svg, we already have new svg figures for
the port and relation icons (see in*.s...
Matthew Brooke
04:42 PM Bug #2246: TOOLBAR: status on opening workflows and blank frames
Hi Matthew,
Thanks for the intel on the background color. Since there is a separate
bug open, I'm not going to addre...
Christopher Brooks
02:51 PM Bug #2246: TOOLBAR: status on opening workflows and blank frames
Christopher -
> Are we sure we want a new background color?
for some background info (no pun intended ;o), see my ...
Matthew Brooke
02:07 PM Bug #2246: TOOLBAR: status on opening workflows and blank frames
I have the new icons for the zoom*, run, pause and stop buttons working.
I'll check it in once I'm sure alpha8 is tag...
Christopher Brooks
04:49 PM Bug #2271: Changing the Color Scheme
My two cents on the UI are that we should not modify the background color.
$0.01: I'm not that fond of apps that hav...
Christopher Brooks
04:33 PM Bug #2324 (In Progress): SVG - old-style icon still displayed for certain actors
For certain actors, described below, the old-style icon is still displayed when
an actor is dragged to the canvas:
...
Matthew Brooke
01:36 PM Bug #2323 (Resolved): Remove text added with "Attribute" actor from older workflows
When using Batik rendering:
In existing workflows that use the ptolemy.kernel.util.Attribute for
annotations, the...
Matthew Brooke
11:09 AM Bug #2322 (Resolved): SVG - Assigning Icons to the Correct Actors in Properties Files
(This is a continuation of part of bug #2266, which included other stuff, so i
have closed that and opened this one ...
Matthew Brooke
09:14 AM Bug #2315: Unable to run multiple Kepler instances simultaneously
*** Bug 2320 has been marked as a duplicate of this bug. *** Dan Higgins
09:13 AM Bug #2315: Unable to run multiple Kepler instances simultaneously
Because of the internal database (hsqldb), one cannot run two instances of
kepler simultaneously. The second instanc...
Dan Higgins
09:14 AM Bug #2320: Cannot run multiple instances of Kepler simultaneously.
duplicate of bug 2315; comments from here have been moved to that bug
*** This bug has been marked as a duplicate of...
Dan Higgins
08:57 AM Bug #2320 (Resolved): Cannot run multiple instances of Kepler simultaneously.
Because of the internal database (hsqldb), one cannot run two instances of
kepler simultaneously. The second instan...
Kevin Ruland
09:14 AM Bug #2321 (Resolved): merge exp files into ptolemy CVS
The exp directory in Kepler contains overridden classes from ptolemy that we
have not yet merged with the Ptolemy tr...
Matt Jones
08:56 AM Bug #2319: Ptolemy build problems
The current Kepler installers don't use ptolemy.jar. Instead, the build process
under the "run" target builds a "kep...
Matt Jones

12/15/2005

11:31 PM Bug #2319: Ptolemy build problems
I added $PTII/ptolemy/configs/ptinyKepler/intro.htm as the Ptolemy Introduction,
it does not have links to GR, Colt o...
Christopher Brooks
10:14 PM Bug #2319: Ptolemy build problems
I took a look at this.
* I updated build-ptolemy.jar so that we now don't include things of little
use to Kepler. Ba...
Christopher Brooks
03:18 PM Bug #2319 (Resolved): Ptolemy build problems
Currently kepler uses 'ant ptolemy' to compile PtolemyII source code. Some
source code is just ignored (skipped) if ...
Dan Higgins
09:53 PM Bug #2267: SVG - Memory Usage
OutOfMemoryError doing a
search for a very common term that returns many actors (eg "a")) - this is now
fixed by chan...
Matthew Brooke
09:51 PM Bug #2266: SVG - Assigning Icons
With reference to item #s in previous comment:
1) recent changes to object manager/cache have circumvented this beha...
Matthew Brooke
05:55 PM Bug #2110: Rename "Look Inside" to "Open Actor"
I'm closing this bug because I updated the framemaker files.
The images on the files need to be updated as well, but ...
Christopher Brooks
06:48 AM Bug #2300: migrate to new web services-only ecogrid client in Kepler
The ecogrid-axis-branch was merged into trunk on 12/13/05. The following
services have been tested: Quick Search fo...
Kevin Ruland

12/14/2005

03:10 PM Bug #2246: TOOLBAR: status on opening workflows and blank frames
Actually, it was a method in AbstractButton, not an attribute in Action,
although I'm still not 100% clear on which (...
Matthew Brooke
09:11 AM Bug #2246: TOOLBAR: status on opening workflows and blank frames

Christopher -
do you *ever* sleep??? ;o) That would be wonderful. The icons are in the
relatively-newly-created "...
Matthew Brooke
02:07 PM Bug #1883: Add LSID to Cache Manager
The cache manager is now fully lsid compliant. There are no longer any
localhost lsids, instead they are kepler-proj...
Chad Berkley
02:05 PM Bug #2314: composites show up as classes not instances
i fixed this thanks to edward's comments about using the instantiate() method. Chad Berkley
02:04 PM Bug #2234: creating KAR file loses port semantic annotations
this won't be fixed until alpha 9. Chad Berkley
02:04 PM Bug #1851: save atomic and composite actors in the new actor library
composite actors can now be added like any other actors. This all seems to be
working now.
Chad Berkley
01:41 PM Bug #1340: define and implement kepler archive file format (kar)
changing the milestone to A9. The kar file loading is working but i'm not going
to be able to have the kar file crea...
Chad Berkley
11:14 AM Bug #2035: use checkboxes and radio buttons correctly
As I redesign various dialogs, I'm using checkboxes and radio buttons in the
standard fashion. However, there are p...
Laura Downey
09:30 AM Bug #2035: use checkboxes and radio buttons correctly
Reassigning to downey so she can verify the change in the current dialogs. The
new dialogs will of course also use c...
Matt Jones
09:24 AM Bug #2318: Copyrights and licenses of subpackages need to be handled
Targeting copyright work at alpha9 (feature freeze). Matt Jones
09:20 AM Bug #2247: TRACKING: Popup Dialog Changes
order of importance for doing dialogs - actor, director, workflow (per matt) Matthew Brooke

12/13/2005

11:43 PM Bug #2246: TOOLBAR: status on opening workflows and blank frames
Hi Matthew,
If you want, I can take this bug over and work on getting the icons
updated in the Ptolemy tree.
I'd need...
Christopher Brooks
07:03 PM Bug #2035: use checkboxes and radio buttons correctly
I think this problem is fixed and the bug can be closed.
Maybe the bug should be assigned to Laura so she can verify ...
Christopher Brooks
06:48 PM Bug #1334: need installer for kepler
Hi Dan,
I no longer recommend InstallAnywhere.
Macrovision bought both InstallShield and InstallAnywhere.
I suspect ...
Christopher Brooks
06:43 PM Bug #2240: add support for null values to data passing among ports
Ok, I hacked up the following:
* Token.java now has nil() and isNil() methods
I went with nil because null is a Ja...
Christopher Brooks
09:32 AM Bug #2240: add support for null values to data passing among ports
I've modified Token to have isMissing() and missing() methods.
If a model drops missing tokens, then it is probably ...
Christopher Brooks
06:41 PM Bug #2318 (Resolved): Copyrights and licenses of subpackages need to be handled
Just so we don't forget, I'm submitting the copyright issue as a bug.
As a proposed feature, I modified the Kepler...
Christopher Brooks
09:36 AM Bug #2110: Rename "Look Inside" to "Open Actor"
We are back to Control-L
This bug needs to have the docs updated before closing.
James Yeh suggests using F11, which...
Christopher Brooks

12/12/2005

07:19 PM Bug #2110: Rename "Look Inside" to "Open Actor"
I went ahead and made this change to
ptolemy/vergil/actor/ActorController.java
in both the Kepler and Ptoelmy trees...
Christopher Brooks
06:11 PM Bug #2240: add support for null values to data passing among ports
Hi Edward,
[I'm posting this as a comment to the bug report so as to keep a log of the
bug, and will forward it on t...
Christopher Brooks
02:57 PM Bug #2316 (Resolved): Conflicting jars and classpath reduction
The current collection of jars in the lib/ directory includes many jars which
may not be used, many duplicated jars,...
Kevin Ruland

12/09/2005

03:14 PM Bug #2315 (Resolved): Unable to run multiple Kepler instances simultaneously
On a Windows machine, I have been unable to launch a second instance of Kepler
(using a batch file which should run ...
Dan Higgins
10:54 AM Bug #2314 (Resolved): composites show up as classes not instances
when you drag a composite to the canvas, a purple box shows up surrounding the
actor indicating that the actor is a ...
Chad Berkley
10:52 AM Bug #2255: Simple Composite Actor cannot be dragged onto display
TypedCompositeActor can now be dragged onto the canvas. In doing this, dan and
I found another problem with composit...
Chad Berkley

12/08/2005

02:30 PM Bug #1843: unexpected workflow components tree behavior
i think this may be fixed with the new rendering scheme - was possibly linked to
re-painting the icons. When we switc...
Matthew Brooke
02:28 PM Bug #2269: SVG - Small Icon (Actor Library Thumbnail)
fixed - thumbnails now rendered from thumbnail-sized raster icons Matthew Brooke
02:27 PM Bug #2268: SVG - Backward Compatibility
fixed translation issue by reverting to diva renderign for old-style icons, and
using batik only if batik switch is a...
Matthew Brooke
12:19 PM Bug #2266: SVG - Assigning Icons
implemented assignment by LSID. if none found, assigns by classname. Finally, if
none found there, uses default blank...
Matthew Brooke

12/06/2005

10:15 AM Bug #2277: Simplify Kar loading
In Trunk, I have implemented a revised kar build system which does not utilize
the actorList.moml or directorList.mom...
Kevin Ruland

12/05/2005

10:41 AM Bug #2304: RExpression accepts only limited input size.
Some further examination indicates that the problem indicate that the problem is
in 'R' rather than the RExpression c...
Dan Higgins

12/02/2005

08:59 AM Bug #2307 (In Progress): Mac OSX code missing for several JNI actors
We have compiled libraries (in CVS) for GARP and some GIS tools (e.g. GDAL) for
Windows and Linux OSs, but we do not...
Dan Higgins

12/01/2005

09:26 AM Bug #2109: make double-click open composite actor
yes, my professional assessment is that double-clicking to open a composite
actor is still preferred over the altern...
Laura Downey
09:16 AM Bug #2109: make double-click open composite actor
My feeling is that it is far better to have double click on composites open the
composite, and double click on atomic...
Matt Jones
08:51 AM Bug #2109: make double-click open composite actor
The natural inclination when "drilling down" in graphical heirarchical systems
is to double click on the object you ...
Laura Downey
09:24 AM Bug #2273: Problem with Hydro1K Flow Accumulation data
This looks like a GDAL problem - see comments below from Dave Vieglais
Hi Dan,
from gdal-1.3.1/frmts/raw/ehdrdatase...
Dan Higgins

11/30/2005

08:02 PM Bug #2304: RExpression accepts only limited input size.
I think I may have limited the size of the string used to pass data from Kepler
to R. (I will check the code.)
It may...
Dan Higgins
03:13 PM Bug #2304 (Resolved): RExpression accepts only limited input size.
The R expression actor accepts only a very limited size of input. For example,
a vector x <- 1:20000 with 20000 elem...
Lareo Lareo
02:44 PM Bug #2109: make double-click open composite actor
I have to take issue with the goal of this 'bug'. On atomic actors, a
double-click just displays the 'Edit parameters...
Dan Higgins
10:09 AM Bug #2273: Problem with Hydro1K Flow Accumulation data
This appears to be a GDAL problem. GDAL tries to read the data in a 32 bit bil
file as a 32 bit float when it is (app...
Dan Higgins

11/29/2005

01:58 PM Bug #2302 (In Progress): Problem unzipping hierarchical data
When EML Datasources point to zipped data files, the data is supposed to be
automatically unzipped when downloaded. ...
Dan Higgins
12:37 PM Bug #2300 (Resolved): migrate to new web services-only ecogrid client in Kepler
Kepler currently uses the version of the EcoGrid client based on Grid service
APIs. THat client will be changed to ...
Matt Jones
08:56 AM Bug #2290: EML2 Data Source problem with higgins.5087.3 - 'BaselineLayers'
This was really not a bug, but rather a mistake in my understanding. Read access
has to be given to TESTUSER for obje...
Dan Higgins

11/28/2005

01:09 PM Bug #2290 (Resolved): EML2 Data Source problem with higgins.5087.3 - 'BaselineLayers'
To reproduce this bug, do a datasearch for 'BaselineLayers'. This shold give the
knb package 'higgins.5087.3'. The d...
Dan Higgins

11/23/2005

06:30 AM Bug #2266: SVG - Assigning Icons
per my IRC conversation with matt, mappings should use LSIDs as keys instead of
(or perhaps in addition to?) classnam...
Matthew Brooke

11/22/2005

04:12 PM Bug #2266: SVG - Assigning Icons
added code to:
kepler/src/exp/ptolemy/actor/Director.java and
kepler/src/exp/ptolemy/kernel/ComponentEntity.java
t...
Matthew Brooke
04:11 PM Bug #2286 (Resolved): SVG - reduce svg file size
SVG icons in kepler-docs/dev/usability/graphics/svg are mostly ~500MB in size.
Most of this is unneeded stuff that I...
Matthew Brooke

11/17/2005

03:40 PM Bug #2281 (Resolved): Duplicated and incorrect search results in actor searching
The three actors "ENM PCP","ESRI Shapefile Displayer" and "GML Displayer" are
desinged to be GISOutputActor in the ...
jianting zhang
12:34 PM Bug #2246: TOOLBAR: status on opening workflows and blank frames
There are four icons for each toolbar button. Per Laura, these represent the
four states:
Normal (unpressed)
Rollove...
Matthew Brooke
 

Also available in: Atom