debian/openrocket
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

12 years agoAdded progress dialog when loading a file. Removed some default text from the view...
kruland2607 [Tue, 3 Jan 2012 18:58:10 +0000 (18:58 +0000)]
Added progress dialog when loading a file.  Removed some default text from the view.  Added safety net to launch the file browser when no file is specified.  This last piece of functionality might be replaced with a dialog and better error handling in the future.

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

12 years agoAdded some functionality to Main activity. Splash screen is displayed for a little...
kruland2607 [Tue, 3 Jan 2012 18:56:38 +0000 (18:56 +0000)]
Added some functionality to Main activity.  Splash screen is displayed for a little bit, then the user is presented with two buttons - one to open a file browser to find ork files, the other to start the motor browser.

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

12 years agoAdded custom launcher icon for application.
kruland2607 [Tue, 3 Jan 2012 18:44:48 +0000 (18:44 +0000)]
Added custom launcher icon for application.

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

12 years agoFix the relative link to l10n.
kruland2607 [Tue, 3 Jan 2012 02:48:35 +0000 (02:48 +0000)]
Fix the relative link to l10n.

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

12 years agoAdded external to ../l10n.
kruland2607 [Tue, 3 Jan 2012 02:28:50 +0000 (02:28 +0000)]
Added external to ../l10n.

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

12 years agoAdded locale directory. soon it will contain an extern to the l10n directory.
kruland2607 [Tue, 3 Jan 2012 02:27:16 +0000 (02:27 +0000)]
Added locale directory.  soon it will contain an extern to the l10n directory.

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

12 years agoCheckpoint commit of android functionality. Application currently consists of simple...
kruland2607 [Tue, 3 Jan 2012 02:20:10 +0000 (02:20 +0000)]
Checkpoint commit of android functionality.  Application currently consists of simple Main activity which does nothing but allows for bootstrapping of debugger.  In future Main activity will go away.  OpenRocketViewer activity which loads an ork file and displays a list of the simulations.  And Simulation activity which is used to plot simulation results.

Also included is a Motor sqlite database which is populated from thrustcurve downloads.  Includes primitive thrustcurve plotting system.  This will soon be wired into the openrocket application to supply motors for simulation execution.

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

12 years agoExclude the android src directory from normal project.
kruland2607 [Tue, 3 Jan 2012 01:39:32 +0000 (01:39 +0000)]
Exclude the android src directory from normal project.

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

12 years agoAdded package for android sources.
kruland2607 [Tue, 3 Jan 2012 01:25:07 +0000 (01:25 +0000)]
Added package for android sources.

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

12 years agoFor the short term put the user material functions in the base Preferences.
kruland2607 [Sun, 1 Jan 2012 19:27:33 +0000 (19:27 +0000)]
For the short term put the user material functions in the base Preferences.

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

12 years agoUse EventObject instead of swing's ChangeEvent for the base class.
kruland2607 [Sun, 1 Jan 2012 19:25:30 +0000 (19:25 +0000)]
Use EventObject instead of swing's ChangeEvent for the base class.

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

12 years agoversion initiale
bdureau [Sun, 1 Jan 2012 10:09:13 +0000 (10:09 +0000)]
version initiale

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

12 years agocreating design tour screen shots
plaa [Sat, 31 Dec 2011 17:52:40 +0000 (17:52 +0000)]
creating design tour screen shots

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

12 years agoadded G unit for acceleration
plaa [Sat, 31 Dec 2011 17:51:20 +0000 (17:51 +0000)]
added G unit for acceleration

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

12 years agorocksim file converter
plaa [Sat, 31 Dec 2011 17:35:06 +0000 (17:35 +0000)]
rocksim file converter

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

12 years agoDGP - Bug fix for simulation dialog layout issue on Mac OS X; Components were being...
rodinia814 [Thu, 29 Dec 2011 00:54:17 +0000 (00:54 +0000)]
DGP - Bug fix for simulation dialog layout issue on Mac OS X; Components were being occluded due to different gaps and insets

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

12 years agotour updates
plaa [Tue, 27 Dec 2011 20:09:25 +0000 (20:09 +0000)]
tour updates

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

12 years agoFrench logo
plaa [Tue, 27 Dec 2011 19:46:05 +0000 (19:46 +0000)]
French logo

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

12 years agoUpdated translation with tour window
bdureau [Tue, 27 Dec 2011 18:19:33 +0000 (18:19 +0000)]
Updated translation with tour window

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

12 years agoInitial version of the French Screenshot
bdureau [Tue, 27 Dec 2011 07:05:00 +0000 (07:05 +0000)]
Initial version of the French Screenshot

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