- 30 Jun, 2015 3 commits
-
-
Jordan Deyton authored
These provide access to things like the current FPS as well as the ability to set the timestep programmatically (akin to calling setText(String) on a Text widget). I also updated the test code to both test this new functionality and improve existing tests to not break so easily. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
can figure out a reliable way to test real context Menus with SWTBot. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
- 29 Jun, 2015 6 commits
-
-
Jordan Deyton authored
-
Jordan Deyton authored
-
Jordan Deyton authored
They are not yet tested in TimeSliderCompositeTester, but they appear to work after manual tests. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
ComboViewer. This will be used to set a custom playback rate for the TimeSliderComposite. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Giving the build a little more lenience when dealing with some of the SWT tests (there are notifications). Fixed an import where the viz.service.visit.test bundle would not compile due to requirements from a dependency. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
arbennett authored
-
- 26 Jun, 2015 24 commits
-
-
Jordan Deyton authored
-
Jordan Deyton authored
the maven build would pass. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
jordan/bug468388-visit-time-slider Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
changes to the tested UI pieces. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Relocated the widgets to the left and cleaned up a lot of the code inside the TimeSliderComposite. Added icons to the previous, play/pause, and next buttons. Added test code. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
Jay Jay Billings authored
-
Jay Jay Billings authored
This reverts commit 17c16776.
-
Jay Jay Billings authored
This reverts commit 17c16776.
-
Jay Jay Billings authored
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
that prevented the bundle from loading and blocked the ICE perspective. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
[470844]MeshAppState floating point equality checking repaired
-
Jay Billings authored
470915]Applied Short Circuit Logic MasterDetailsComponent
-
Jay Billings authored
[470838]Correcting NekWriter to generic linebreaks
-
Jay Billings authored
[470835]Applied Short Circuit Logic in ToolItemMenuListener
-
Jay Billings authored
[470833]Cleaning up needless code
-
Robert Smith authored
MasterDetailsComponent now uses short circuit comparisions instead of eager ones. Thus, it will now only evaulate expressions in an AND until one evaluates to false, instead of evaluating all of them. Bug: 470915 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470915 Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
MeshAppState no longer directly tests for the equality of two floating point numbers. It instead properly takes the absolute value of their difference and compares it to a small delta value. Bug: 470844 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470844 Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
NewWriter has been changed to utilize system-agnostic linebreak characters instead of hardcoded values for. Files created this way have been confirmed to be formatted correctly under both Linux and Windows. Bug: 470838 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470838 Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
An instance of ToolItemMenuListener using eager logic instead of short circuit logic in comparision has been changed. The conditional statement will now only evaulate the secondary statement if the first returned false. Bug: 470835 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470835 Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
Robert Smith authored
CoreConnectDialog's createDialogArea method contianed unneccesary code taking the logical OR of a value with itself. This has been removed. Bug: 470833 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470833 Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
arbennett authored
master in. Signed-off-by:
arbennett <bennettar@ornl.gov>
-
- 25 Jun, 2015 5 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jordan Deyton authored
many overridden methods with non-javadoc comments (in cases where the override changes behavior, I left the existing documentation, but things like equals or hashcode don't need duplicate documentation). Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
- 24 Jun, 2015 2 commits
-
-
Jordan Deyton authored
It has not yet been decorated, so it is a regular button with text on it. It will halt playback either when the play/pause button is pressed or when another time widget is selected. It will currently loop back to the first timestep, and it plays in 1 second increments. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-