debian/openrocket
12 years agomotor updates
plaa [Mon, 23 Jan 2012 19:07:36 +0000 (19:07 +0000)]
motor updates

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@368 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomotor updates
plaa [Mon, 23 Jan 2012 19:03:24 +0000 (19:03 +0000)]
motor updates

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@367 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - bug fix for MassObject/Shock Cord
rodinia814 [Mon, 23 Jan 2012 03:39:47 +0000 (03:39 +0000)]
DGP - bug fix for MassObject/Shock Cord

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@366 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded special Warning object for when the system does not have motors for the ork...
kruland2607 [Mon, 23 Jan 2012 01:01:38 +0000 (01:01 +0000)]
Added special Warning object for when the system does not have motors for the ork file.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@365 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - minor refactorings and added JavaDoc
rodinia814 [Sun, 22 Jan 2012 22:58:08 +0000 (22:58 +0000)]
DGP - minor refactorings and added JavaDoc

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@364 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoVarious changes to android application. Separate the loading of an ork file into...
kruland2607 [Sun, 22 Jan 2012 02:44:17 +0000 (02:44 +0000)]
Various changes to android application.  Separate the loading of an ork file into the OpenRocketLoader activity.  Changed OpenRocketViewer to use Fragments for each of the tab contents.  Added Component, Overview and Simulations fragments for the tabs in OpenRocketViewer.  Modified the graphics on the UI.  Have the PreferencesActivity pack the changed preferences into the application onStop().

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@363 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoItalian Translation of the Tour
bdureau [Thu, 19 Jan 2012 22:12:36 +0000 (22:12 +0000)]
Italian Translation of the Tour

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@362 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded Italian locale
bdureau [Tue, 17 Jan 2012 22:16:58 +0000 (22:16 +0000)]
Added Italian locale

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@361 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoInitial version of the Italian translations
bdureau [Tue, 17 Jan 2012 22:02:18 +0000 (22:02 +0000)]
Initial version of the Italian translations

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@360 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoRemoved TODO comment for launchRodVelocity.
kruland2607 [Tue, 17 Jan 2012 02:58:42 +0000 (02:58 +0000)]
Removed TODO comment for launchRodVelocity.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@359 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoPersist the Velocity at launch rod clearance in ork file. Added to column in Simulat...
kruland2607 [Tue, 17 Jan 2012 02:46:49 +0000 (02:46 +0000)]
Persist the Velocity at launch rod clearance in ork file.  Added to column in SimulationPanel.  Added computation of Velocity at deployment in FlightData.  Persist Velocity at deployment in ork file and added to SimulationPanel and DesignReport.

Added l10n message keys for new column in SimulationPanel.

Added function MathUtil.interpolate which does linear interpolation of intermediate values.  This is used in FlightData for computing Velocity at deployment and Velocity at launch rod clearance.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@358 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded exclusions of the .svn directories in the linked source from OpenRocket core.
kruland2607 [Sun, 15 Jan 2012 03:33:15 +0000 (03:33 +0000)]
Added exclusions of the .svn directories in the linked source from OpenRocket core.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@357 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoChange handling of Motor Digests. The computed digest value is now stored as a membe...
kruland2607 [Sun, 15 Jan 2012 02:46:13 +0000 (02:46 +0000)]
Change handling of Motor Digests.  The computed digest value is now stored as a member variable in the ThrustCurveMotor and avaliable through the getDigest() method.  getDigest() was added to the Motor interface.  All references to MotorDigest.digestMotor() were removed from the application.

The android db now stores the digest.  Also changed persistance mechanism for delays to store as comma delimited string.

The TestMotorLoader is now failing because the digests have changed.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@356 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoFix unit test setup which has probably been broken since the ExceptionHandler was...
kruland2607 [Sun, 15 Jan 2012 02:29:34 +0000 (02:29 +0000)]
Fix unit test setup which has probably been broken since the ExceptionHandler was refactored to a static object stored in the Applicaiton.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@355 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - updated Rocksim export to support clusters
rodinia814 [Sat, 14 Jan 2012 05:33:15 +0000 (05:33 +0000)]
DGP - updated Rocksim export to support clusters

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@354 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - updated Rocksim export to support clusters
rodinia814 [Sat, 14 Jan 2012 04:29:24 +0000 (04:29 +0000)]
DGP - updated Rocksim export to support clusters

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@353 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoFix NPE caused when the FlightEvent List was made non-selectable.
kruland2607 [Sat, 14 Jan 2012 02:44:13 +0000 (02:44 +0000)]
Fix NPE caused when the FlightEvent List was made non-selectable.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@352 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoConvert apogee and simulation plot values to configured units.
kruland2607 [Sat, 14 Jan 2012 02:43:21 +0000 (02:43 +0000)]
Convert apogee and simulation plot values to configured units.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@351 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdd preference selection for Distance and Velocity.
kruland2607 [Sat, 14 Jan 2012 02:42:21 +0000 (02:42 +0000)]
Add preference selection for Distance and Velocity.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@350 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded simple file browser functionality used when there are no applications installed...
kruland2607 [Fri, 13 Jan 2012 21:02:12 +0000 (21:02 +0000)]
Added simple file browser functionality used when there are no applications installed to handle this task.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@349 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoUpdated Spanish translations
bdureau [Fri, 13 Jan 2012 18:37:30 +0000 (18:37 +0000)]
Updated Spanish  translations

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@348 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoWired up computation of CP, CG, liftoff weight and stability to the configuration...
kruland2607 [Fri, 13 Jan 2012 18:30:46 +0000 (18:30 +0000)]
Wired up computation of CP, CG, liftoff weight and stability to the configuration spinner.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@347 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoShow the simulation name as the chart title. Made some UI concessions because drawin...
kruland2607 [Fri, 13 Jan 2012 18:29:16 +0000 (18:29 +0000)]
Show the simulation name as the chart title.  Made some UI concessions because drawing the events in the graph is not currently available:  Moved "draw" button to series tab, changed the list entry for the events to non-selectable simple text items.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@346 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoUpdated French translations
bdureau [Thu, 12 Jan 2012 22:35:58 +0000 (22:35 +0000)]
Updated French translations

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@345 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoReimplement motor handling so the android application relies more heavily on the...
kruland2607 [Thu, 12 Jan 2012 19:51:28 +0000 (19:51 +0000)]
Reimplement motor handling so the android application relies more heavily on the OR core ThrustCurveMotor class.  This involved changing the database schema and querying mechanisms.  Rewriting the thrust curve download logic in net.sf.openrocket.android.thrustcurve.  Fixing the motor browser, motor details, and burn plot activities.  The file parsing now uses the RSE and RSP parsers from OR core.

ExtendedThrustCurveMotor class was created to hold the additional data required by the db ( the id in particular) along with the data which is useful to the browser (case info and impulse class).

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@344 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoSwitch minimum sdk to 9 since OR core uses ArrayDeque which is only available in...
kruland2607 [Thu, 12 Jan 2012 19:41:16 +0000 (19:41 +0000)]
Switch minimum sdk to 9 since OR core uses ArrayDeque which is only available in Android API 9.  Note API 9 is Android 2.3 / Gingerbread,  but there are no emulators available for this api version.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@343 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoCreated static function Motor.Type.fromName( String ) to Motor.Type based on the...
kruland2607 [Thu, 12 Jan 2012 19:32:23 +0000 (19:32 +0000)]
Created static function Motor.Type.fromName( String ) to Motor.Type based on the logic in RockSimMotorLoader.   Use this new lookup method in RockSimMotorLoader.  This method was moved because it is useful to have it in Android project motor database.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@342 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded Spanish tour files
bdureau [Wed, 11 Jan 2012 22:43:00 +0000 (22:43 +0000)]
Added Spanish tour files

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@341 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoModified RocketUtils.getCG to take a MassCalcType parameter. In the OpenRocketViewer...
kruland2607 [Wed, 11 Jan 2012 14:56:40 +0000 (14:56 +0000)]
Modified RocketUtils.getCG to take a MassCalcType parameter.  In the OpenRocketViewer, calculate mass empty.  Changed the order of the fields in the openrocketviewer layout.  Added a spinner for the configurations stored in the ork file - though this still needs to have motors wired in.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@340 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded couple of comments and executed eclipse's autoformat.
kruland2607 [Wed, 11 Jan 2012 14:54:00 +0000 (14:54 +0000)]
Added couple of comments and executed eclipse's autoformat.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@339 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - Changes to file filtering, extensions, etc. for Save and Save As.
rodinia814 [Wed, 11 Jan 2012 04:50:37 +0000 (04:50 +0000)]
DGP - Changes to file filtering, extensions, etc. for Save and Save As.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@338 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoRemove the old locale directory with svn:external. Now l10n/ files
kruland2607 [Wed, 11 Jan 2012 03:37:59 +0000 (03:37 +0000)]
Remove the old locale directory with svn:external.  Now l10n/ files
are included using Eclipse source link.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@337 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoUse Eclipse source link to WORKSPACE/OpenRocket/resources to include core-resources...
kruland2607 [Wed, 11 Jan 2012 03:36:49 +0000 (03:36 +0000)]
Use Eclipse source link to WORKSPACE/OpenRocket/resources to include core-resources/ in project.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@336 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMove build.properties in to resources/
kruland2607 [Wed, 11 Jan 2012 03:27:46 +0000 (03:27 +0000)]
Move build.properties in to resources/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@335 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMove l10n/ in to resources/.
kruland2607 [Wed, 11 Jan 2012 03:26:17 +0000 (03:26 +0000)]
Move l10n/ in to resources/.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@334 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMove datafiles/ into resources/.
kruland2607 [Wed, 11 Jan 2012 03:24:59 +0000 (03:24 +0000)]
Move datafiles/ into resources/.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@333 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMoving pix/ into resources/.
kruland2607 [Wed, 11 Jan 2012 03:23:49 +0000 (03:23 +0000)]
Moving pix/ into resources/.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@332 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoCreating resources/ source directory to hold l10n, pix, and datafiles. Changes to...
kruland2607 [Wed, 11 Jan 2012 03:15:10 +0000 (03:15 +0000)]
Creating resources/ source directory to hold l10n, pix, and datafiles.  Changes to build.xml to support it.  The directory moves will be done in separate svn move operations.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@331 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoUsing pl.polidea.treeview for the component tree list. This code is under 2-clause...
kruland2607 [Tue, 10 Jan 2012 15:48:19 +0000 (15:48 +0000)]
Using pl.polidea.treeview for the component tree list.  This code is under 2-clause BSD and available from code.google.com/p/tree-view-list-android.  Unfortunately, the only way to effectively use this code is to include the source within the project (instead of jar) because it was poorly written and depends on a bunch of resources.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@330 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - Stage overrides for CG and CP in Rocksim export
rodinia814 [Tue, 10 Jan 2012 05:36:53 +0000 (05:36 +0000)]
DGP - Stage overrides for CG and CP in Rocksim export

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@329 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - MassObject tweak
rodinia814 [Tue, 10 Jan 2012 03:35:18 +0000 (03:35 +0000)]
DGP - MassObject tweak

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@328 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - support for clusters(import and export); added thickness to tube coupler; clean...
rodinia814 [Tue, 10 Jan 2012 02:13:18 +0000 (02:13 +0000)]
DGP - support for clusters(import and export); added thickness to tube coupler; cleanup and refactoring

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@327 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - support for clusters(import and export); added thickness to tube coupler; clean...
rodinia814 [Tue, 10 Jan 2012 02:04:57 +0000 (02:04 +0000)]
DGP - support for clusters(import and export); added thickness to tube coupler; cleanup and refactoring

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@326 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoRemoved the splashscreen.png since we no longer have a splash.
kruland2607 [Mon, 9 Jan 2012 19:10:25 +0000 (19:10 +0000)]
Removed the splashscreen.png since we no longer have a splash.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@325 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMove the or_launcher icon to drawable since it is the only one we have.
kruland2607 [Mon, 9 Jan 2012 19:08:54 +0000 (19:08 +0000)]
Move the or_launcher icon to drawable since it is the only one we have.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@324 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoGet rid of timed splash and display a better welcome screen.
kruland2607 [Mon, 9 Jan 2012 19:00:19 +0000 (19:00 +0000)]
Get rid of timed splash and display a better welcome screen.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@323 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - cleanup
rodinia814 [Mon, 9 Jan 2012 04:29:43 +0000 (04:29 +0000)]
DGP - cleanup

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@322 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - cleanup
rodinia814 [Mon, 9 Jan 2012 04:18:59 +0000 (04:18 +0000)]
DGP - cleanup

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@321 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - changes to relative position; custom fin set points
rodinia814 [Mon, 9 Jan 2012 03:36:14 +0000 (03:36 +0000)]
DGP - changes to relative position; custom fin set points

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@320 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoSet up Eclipse source links to have access to core/src in android project.
kruland2607 [Sun, 8 Jan 2012 22:26:19 +0000 (22:26 +0000)]
Set up Eclipse source links to have access to core/src in android project.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@319 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoReestablish svn:external to core/l10n.
kruland2607 [Sun, 8 Jan 2012 22:17:33 +0000 (22:17 +0000)]
Reestablish svn:external to core/l10n.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@318 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdding tour screen shot for French and Spanish
bdureau [Sun, 8 Jan 2012 20:41:08 +0000 (20:41 +0000)]
Adding tour screen shot for French and Spanish

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@317 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoFrench and Spanish screen shot of the tour
bdureau [Sun, 8 Jan 2012 16:56:39 +0000 (16:56 +0000)]
French and Spanish screen shot of the tour

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@316 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded svn:ignore for bin/ directory.
kruland2607 [Sun, 8 Jan 2012 02:58:12 +0000 (02:58 +0000)]
Added svn:ignore for bin/ directory.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@315 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:49:21 +0000 (02:49 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@314 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:48:46 +0000 (02:48 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@313 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:48:14 +0000 (02:48 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@312 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:47:45 +0000 (02:47 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@311 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:47:12 +0000 (02:47 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@310 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:46:36 +0000 (02:46 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@309 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:45:53 +0000 (02:45 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@308 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:45:00 +0000 (02:45 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@307 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:44:09 +0000 (02:44 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@306 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:43:20 +0000 (02:43 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@305 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:41:49 +0000 (02:41 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@304 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:40:48 +0000 (02:40 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@303 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoRemoved the svn:external.
kruland2607 [Sun, 8 Jan 2012 02:38:40 +0000 (02:38 +0000)]
Removed the svn:external.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@302 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:26:54 +0000 (02:26 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@301 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:25:52 +0000 (02:25 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@300 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:25:22 +0000 (02:25 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@299 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:24:44 +0000 (02:24 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@298 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:23:06 +0000 (02:23 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@297 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:22:19 +0000 (02:22 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@296 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:21:20 +0000 (02:21 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@295 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:20:40 +0000 (02:20 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@294 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:19:56 +0000 (02:19 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@293 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:19:32 +0000 (02:19 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@292 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:18:52 +0000 (02:18 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@291 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:17:22 +0000 (02:17 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@290 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:16:47 +0000 (02:16 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@289 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving to core/
kruland2607 [Sun, 8 Jan 2012 02:15:22 +0000 (02:15 +0000)]
moving to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@288 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agomoving .settings/ to core/
kruland2607 [Sun, 8 Jan 2012 02:13:36 +0000 (02:13 +0000)]
moving .settings/ to core/

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@287 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMoving doc/ to core/ directory.
kruland2607 [Sun, 8 Jan 2012 02:12:53 +0000 (02:12 +0000)]
Moving doc/ to core/ directory.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@286 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMake the new core directory to contain the main library sources and swing ui.
kruland2607 [Sun, 8 Jan 2012 02:04:21 +0000 (02:04 +0000)]
Make the new core directory to contain the main library sources and swing ui.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@285 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoBack out previous change excluding android sources from core build after moving the...
kruland2607 [Sun, 8 Jan 2012 02:01:43 +0000 (02:01 +0000)]
Back out previous change excluding android sources from core build after moving the android sources out of the way.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@284 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoMove the android package from the main trunk/src directory to trunk/android/src.
kruland2607 [Sun, 8 Jan 2012 01:51:02 +0000 (01:51 +0000)]
Move the android package from the main trunk/src directory to trunk/android/src.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@283 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded source directories to contain the android sources.
kruland2607 [Sun, 8 Jan 2012 01:49:18 +0000 (01:49 +0000)]
Added source directories to contain the android sources.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@282 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoRemoved svn:external to ../src
kruland2607 [Sun, 8 Jan 2012 01:46:38 +0000 (01:46 +0000)]
Removed svn:external to ../src

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@281 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - First pass at Rocksim export
rodinia814 [Sun, 8 Jan 2012 01:43:37 +0000 (01:43 +0000)]
DGP - First pass at Rocksim export

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@280 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoChange OpenRocketViewer to tab layout with three tabs: overview, components, and...
kruland2607 [Sun, 8 Jan 2012 00:53:35 +0000 (00:53 +0000)]
Change OpenRocketViewer to tab layout with three tabs: overview, components, and simulations.  Overview is populated with some high level data about the rocket - length, mass, cg, etc.  Components will be populated with the tree of rocket components.  Simulations contains the list of stored simulations.

Added length and mass preferences and wired into the application object initialization of the OpenRocket UnitGroup statics.

There is currently an issue in the Simulation list in that the motors are not being displayed.  This is because currently the motor dao is not wired into the application.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@278 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoAdded class with couple of helper methods to compute information about a rocket....
kruland2607 [Sun, 8 Jan 2012 00:47:37 +0000 (00:47 +0000)]
Added class with couple of helper methods to compute information about a rocket.  Includes getCG and getLength.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@277 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoEnabled pan and zoom. Once the y axis were pinned so their origins are the same...
kruland2607 [Fri, 6 Jan 2012 03:31:27 +0000 (03:31 +0000)]
Enabled pan and zoom.  Once the y axis were pinned so their origins are the same location, the pan and zoom feels better.  Though there are still some bugs in there.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@276 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoChange Simulation plotting functionality to use AChartEngine instead of AndroidPlot...
kruland2607 [Fri, 6 Jan 2012 03:12:27 +0000 (03:12 +0000)]
Change Simulation plotting functionality to use AChartEngine instead of AndroidPlot.  AChartEngine has built in zoom and pan though they are currently not used (because they are a little buggy).  AChartEngine supports mulitple series plotted on same graph.  However, it does not support the plotting of events.

Removed the sliding drawer from the configuration.  Instead a new activity is launched containing the plot.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@275 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoFixup problems I introduced during previous commit of MotorDatabase refactoring....
kruland2607 [Wed, 4 Jan 2012 17:57:54 +0000 (17:57 +0000)]
Fixup problems I introduced during previous commit of MotorDatabase refactoring.  The ThrustCurveMotorSet class needs to be public.  The classes MotorDatabaseLoadingDialog and ThrustCurveMotorSelectionPanel need to blind cast the MotorDatabase retrieved from the Application to ThrustCurveMotorSetDatabase in order to have access to functions specific to that implementation.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@274 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoExclude android sources from ant build.
kruland2607 [Wed, 4 Jan 2012 17:55:59 +0000 (17:55 +0000)]
Exclude android sources from ant build.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@273 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoDGP - Modified Rocksim import to discriminate between centering ring, tube coupler...
rodinia814 [Wed, 4 Jan 2012 14:18:24 +0000 (14:18 +0000)]
DGP - Modified Rocksim import to discriminate between centering ring, tube coupler, bulkhead, and engine block.  Refactored Junits to use Junit 4.0 annotations.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@272 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoUse a nice pretty icon for the launcher pulled from the pix/icons/ directory.
kruland2607 [Wed, 4 Jan 2012 05:31:40 +0000 (05:31 +0000)]
Use a nice pretty icon for the launcher pulled from the pix/icons/ directory.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@271 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoFixup the intent filters for the OpenRocketViewer activity. It's not pretty but...
kruland2607 [Wed, 4 Jan 2012 05:30:50 +0000 (05:30 +0000)]
Fixup the intent filters for the OpenRocketViewer activity.  It's not pretty but it was the only way I could find which would convince the file browser to show the OR icon with the file and be able to launch the activity correctly.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@270 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoClean up the labels on the graph.
kruland2607 [Tue, 3 Jan 2012 19:01:41 +0000 (19:01 +0000)]
Clean up the labels on the graph.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@269 180e2498-e6e9-4542-8430-84ac67f01cd8

12 years agoRemoved the menu which came over when this code was copied from the motor browser.
kruland2607 [Tue, 3 Jan 2012 19:00:26 +0000 (19:00 +0000)]
Removed the menu which came over when this code was copied from the motor browser.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@268 180e2498-e6e9-4542-8430-84ac67f01cd8