- 26 Jun, 2015 19 commits
-
-
-
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 4 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jordan Deyton authored
folder includes only files generated by SonarQube builds. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 23 Jun, 2015 6 commits
-
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
Jay Jay Billings authored
bundle. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Conflicts: src/org.eclipse.ice.materials.ui/src/org/eclipse/ice/materials/ui/AddMaterialWizardPage.java src/org.eclipse.ice.materials.ui/src/org/eclipse/ice/materials/ui/MaterialsDatabaseMasterDetailsBlock.java Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
https://github.com/eclipse/iceJay Jay Billings authored
Conflicts: src/org.eclipse.ice.materials.ui/src/org/eclipse/ice/materials/ui/AddMaterialWizardPage.java src/org.eclipse.ice.materials.ui/src/org/eclipse/ice/materials/ui/MaterialsDatabaseContentProvider.java src/org.eclipse.ice.materials.ui/src/org/eclipse/ice/materials/ui/MaterialsDatabaseMasterDetailsBlock.java Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Alex McCaskey authored
org.eclipse.remote interfaces. It checks for existing connections, which are saved to preferences, or creates a new connection if none are available. The new remote stuff also pops up a secure storage password dialog, so that's something we'll have to look at. This implementation also grabs the actual Service reference, we need to investigate grabbing it from DS if possible. Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 22 Jun, 2015 6 commits
-
-
Jordan Deyton authored
fixes build failures that occur only while running the maven build. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jay Jay Billings authored
Also made minor changes to the ReflectivityModel on the way to having all the parameters added. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
https://github.com/eclipse/iceJay Jay Billings authored
jay/reflectivity Conflicts: src/org.eclipse.ice.reflectivity/src/org/eclipse/ice/reflectivity/ReflectivityModel.java Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
JobLauncherForm where an Entry was improperly overriding setup(). Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
Implemented Stoichiometry calculations. Finished up Materials Database.
-