- 05 Jun, 2015 2 commits
-
-
Robert Smith authored
loading issue, and mouse wheel zooming for VisIt. The file viewer button now removes from ResourceComponent instead of a local arraylist. The CSV Editor's path has been repaired so that it can be properly loaded. The VisIt editors now receive focus properly, and can use the mouse wheel for zooming. Added error messages when user attempts to open a VisIt connection on a port that is already in use. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=469299 Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=469302 Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=469305 Signed-off-by:
Robert Smith <r8s@ornl.gov>
-
r8s authored
error messages to prevent the user from opening multiple VisIt sessions on the same port. Signed-off-by:
r8s <r8s@ornl.gov>
-
- 04 Jun, 2015 3 commits
-
-
r8s authored
Signed-off-by:
r8s <r8s@ornl.gov>
-
r8s authored
Signed-off-by:
r8s <r8s@ornl.gov>
-
r8s authored
and the CSV Plot Editor not being openable. Signed-off-by:
r8s <r8s@ornl.gov>
-
- 27 May, 2015 1 commit
-
-
Anna Wojtowicz authored
parameter passed in is null. It will now first check if the Entry type is Discrete, and if it is, sets the value to the first allowed value if there is one (if there is no allowed values at all, it does nothing, as there's nothing to be done). For all other Entry types, it sets the Entry's default value (which will always be at least an empty string). Fixes bug 468472. Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
- 22 May, 2015 4 commits
-
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
This completes bug 467901. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
referenced the wrong map when copying). Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Alex McCaskey authored
on the hashmap. Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 21 May, 2015 11 commits
-
-
Jordan Deyton authored
Javadoc. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
could be accessed from a subclass in the tester, but I just noticed that's not really necessary. I refactored the tester to test the exposed properties without access to the underlying map. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Method parameter names do not match docs. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
1 - invalid tags (@authors instead of @author), 2 - missing spaces with the {@literal ...} tag, or 3 - non-Javadoc comments made into Javadoc comments (non-Javadoc comments should not have two leading asterisks, or they'll get processed by the Javadoc utility). Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
how it handles VizResources depending on what IVizServices are available. This should finally address the concerns in bug 465052. Moved the FakePlot outside PlotGridCompositeTester so it can be re-used in the ICEResourcePageTester, too. Added the SWTBot screenshots folder to .gitignore. Imported the main viz service package into widgets.test to properly test the PlotGridComposite and ICEResourcePage. Fixed a couple of rare initialization-related bugs in ICEResourceView. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
- 20 May, 2015 6 commits
-
-
Jordan Deyton authored
completely misunderstood how the JUnit BeforeClass and Before tags work. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
-
Jordan Deyton authored
AbstractSWTTesters can be used simultaneously without affecting each other. Minor simplification of one line in PlotGridCompositeTester. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
an AbstractICEUITester class. Created AbstractWorkbenchTester, a new sub-class of AbstractICEUITester specifically for testing ICE views and editors. Updated PlotGridCompositeTester to conform with the changes to AbstractSWTTester. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Anna Wojtowicz authored
deleteOnExit() instead of just delete(). The Windows filesystem does not automatically release open handles on files when delete is called in the same way that *nix systems do. Fixes bug 458173. Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Jordan Deyton authored
thread. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
- 19 May, 2015 5 commits
-
-
Anna Wojtowicz authored
Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
and freeing test resources. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
SWTBot instance for SWT-only UI tests (not for plugin-UI tests). Removed the Java 1.6 compiler settings from org.eclipse.ice.client.widgets.tests's project settings. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
- 18 May, 2015 8 commits
-
-
Anna Wojtowicz authored
didn't. Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
https://github.com/eclipse/iceAnna Wojtowicz authored
Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Anna Wojtowicz authored
file in the workspace with empty blocks. Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Anna Wojtowicz authored
Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Anna Wojtowicz authored
Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Anna Wojtowicz authored
import a file on an EntryComposite. This fixes bug 467357 (see bug ticket for a longer explanation) Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <jordan.deyton@gmail.com>
-
Anna Wojtowicz authored
-