Kevin Ruland
2c4c45f727
Added Estes and Quest components from Bill Carpenter's rocksim csv files.
2012-07-13 04:38:38 +00:00
Kevin Ruland
92f40fec79
Added Estes and Quest components from Bill Carpenter's rocksim csv files.
2012-07-13 03:26:35 +00:00
Kevin Ruland
487a9238de
Added Estes E12 data file found on The Rocketry Forum.
2012-07-12 02:50:54 +00:00
Kevin Ruland
0eed52de50
Comment out a bunch of System.out.printlns.
2012-07-12 02:46:30 +00:00
Kevin Ruland
357f370096
Extract Transformation.main to junit test.
2012-07-12 02:44:32 +00:00
Doug Pedrick
960555c108
Added inference of Rocksim shock cords to try to be a little more predictive when a Rocksim file uses a buggy shock
...
cord from their component database.
2012-07-11 22:06:23 +00:00
Doug Pedrick
c8f7665177
Added an AttachedPartsHandler. This should automatically utilize future OR design functionality such as attaching
...
fins to a Transition with no changes required to the Rocksim parsing logic.
2012-07-11 19:49:32 +00:00
Boris du Reau
f3152ec411
updated French translations
2012-07-10 21:28:51 +00:00
Kevin Ruland
310e35293a
Extract Quaternion.main to junit test.
2012-07-10 18:52:13 +00:00
Kevin Ruland
f08ad83e5f
Extract PolyInterpolator.main into Junit test case.
2012-07-10 18:42:35 +00:00
Kevin Ruland
4bdada4aab
Removed unused import.
2012-07-10 17:54:21 +00:00
Kevin Ruland
44b1593955
Pull LinearInterpolator.main() into a JUnit test.
2012-07-10 17:53:34 +00:00
Kevin Ruland
f191e47f5b
Extract Base64.main() as a unit test.
2012-07-10 17:08:39 +00:00
Kevin Ruland
75ece3442f
Configured the Motor ignition at delay time, parachute and streamer deploy time fields 3 characters wide.
2012-07-10 14:37:37 +00:00
Kevin Ruland
8afe72eb1e
Bump out the timeouts on the Preset loader so it doesn't complain when running with debugging output enabled.
2012-07-10 03:41:58 +00:00
Kevin Ruland
bde3ea3701
Revised the notification mechanism for background processes (simulations) to use LocalBroadcastManager instead of the Handler tricks.
2012-07-10 03:40:44 +00:00
Kevin Ruland
568b7aeb5d
Fix behavior when cancelling a failure to open an Ork file. This had finished the activity when it was its own activity. Now it just cancels the dialog.
2012-07-10 03:08:03 +00:00
Kevin Ruland
d7d647d47d
Implement a primitive thread safety mechanism to prohibit saving a rocket while simulation execution is pending.
2012-07-09 02:51:15 +00:00
Boris du Reau
0ecd6110bf
updated Spanish translation
2012-07-08 21:39:16 +00:00
Kevin Ruland
3853e3e62d
Use unicode letter so it will compile under winders.
2012-07-04 18:10:27 +00:00
Boris du Reau
16d4378f94
Updated translations
2012-07-03 21:21:46 +00:00
Kevin Ruland
be947067d1
Removed unnecessary override.
2012-07-03 16:26:01 +00:00
Kevin Ruland
0691153b51
If the filename doesn't end in .ork, append .ork to indicate the saved file is ork format. This application doesn't attempt to save Rocsim files.
2012-07-03 02:55:46 +00:00
Kevin Ruland
dcb08b005b
If the simulation doesn't have data, open the edit dialog instead of issuing a warning.
2012-07-03 02:54:54 +00:00
Kevin Ruland
fed956e2b0
Implement autosave rockets. Controlled by preference. When preference is set, the rocket is automatically saved when simulation changed events are fired. This is really too often since addSimulation should not cause rocket to be saved.
2012-07-02 21:40:14 +00:00
Kevin Ruland
b835dd08b4
Added dialog to load new file when the current file is modified.
2012-07-02 02:15:34 +00:00
Kevin Ruland
cb601364d0
Some more renaming of menu options and strings so they are more consistent.
2012-07-01 02:06:32 +00:00
Kevin Ruland
c1d8598536
Bump to b6.
2012-06-30 19:28:20 +00:00
Kevin Ruland
a219eb0409
Removed unused import.
2012-06-30 19:27:48 +00:00
Kevin Ruland
75d6440892
Localize some strings.
2012-06-30 19:24:48 +00:00
Kevin Ruland
bb64a32d34
Refactor. Rename SimulationSeriesDialog to SimulationPlotConfigDialog. Change names of layouts accordingly.
2012-06-30 19:16:34 +00:00
Kevin Ruland
c5122ebef5
Show events and times on the chart. The achartengine needs some work to get the labels in a better place. Enhance the SimulationSeriesDialog to allow selection of events.
2012-06-30 19:08:13 +00:00
Kevin Ruland
3f957e56d3
Removed unnecessary override.
2012-06-30 19:03:04 +00:00
Kevin Ruland
99a6c13a2c
Added source code for achartengine 1.0.0 in order to apply patches to make it work better.
2012-06-28 13:32:57 +00:00
Kevin Ruland
8d07071006
Pulled in source for achartengine 1.0.0 because there are a number of bugs in it which are not being fixed. http://achartengine.googlecode.com/svn is original source.
2012-06-28 02:46:21 +00:00
Boris du Reau
f47a7b5b16
Added pl locale and credit
2012-06-27 20:18:47 +00:00
Boris du Reau
bc0897e30b
updated polish translations
2012-06-27 20:16:14 +00:00
Boris du Reau
f765d28804
add Polish translation file
2012-06-27 05:06:47 +00:00
Kevin Ruland
9eed1653fb
Added threaded loader to ComponentPresetDatabase following the pattern in ThrustCurveMotorDatabase. Moved the wait into the background thread so the UI starts much faster. Changed the ConcurrentLoadingThrustCurveMotorSetDataBase implementation to have longer timeouts and wait in the background thread.
2012-06-27 02:58:53 +00:00
Kevin Ruland
5aa691c2ab
Refactored by moving the Simulations fragment and SimulationEditFragment from net.sf.openrocket.android.rocket to net.sf.openrocket.android.simulation.
2012-06-26 18:30:06 +00:00
Kevin Ruland
588dea6bb5
Exclude the OSXStartup java source from android build.
2012-06-26 18:27:05 +00:00
Kevin Ruland
5ae62a2db2
Implement color indicators (green, yellow, red) for the Simulation Status in the Simulations list. This makes the list more like that on OR desktop.
2012-06-26 18:26:06 +00:00
Kevin Ruland
45838387bc
After saving, invalidate the menu so the save icon disappears.
2012-06-26 18:11:43 +00:00
Kevin Ruland
294aa177c4
Various fixes which should probably be broken into multiple commits:)
...
- Changed the way the ProgressDialog is dismissed from using some non-functional reflection code, to using a FragmentTransaction (which works)
- Added code which shows the save button only when the CurrentRocket is modified.
- Broke the save functionality into a Fragment with background Task so it is more reliable.
2012-06-25 18:30:41 +00:00
Kevin Ruland
bbec3f7dbd
2012-06-25 02:28:05 +00:00
Kevin Ruland
3390179658
Use a drop down resource so the items are a little easier to select.
2012-06-24 22:48:09 +00:00
Kevin Ruland
98674f5917
Mark all stages active in the default configuration so the length gets computed correctly.
2012-06-24 22:47:33 +00:00
Bill Kuker
ddc60c8855
Retroactively add 3d view to the changelog
2012-06-24 19:41:32 +00:00
Bill Kuker
26329cedec
Include OSX UI elements.
...
"OrangeExtensions" jar provides stubs for compilation and linking on other OSs.
2012-06-24 19:22:07 +00:00
Bill Kuker
51433fac5f
Add JOGL to the About Dialog's libraries list
2012-06-23 02:08:28 +00:00