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

12 years agoinitial version of the translated french version
bdureau [Tue, 27 Dec 2011 06:37:15 +0000 (06:37 +0000)]
initial version of the translated french version

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

12 years agotour update
plaa [Sun, 25 Dec 2011 21:17:28 +0000 (21:17 +0000)]
tour update

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

12 years agointroduction tour
plaa [Sat, 24 Dec 2011 18:03:56 +0000 (18:03 +0000)]
introduction tour

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

12 years agoAdded android project baggage. Using svn:external on the android directory for pulli...
kruland2607 [Sat, 24 Dec 2011 00:38:22 +0000 (00:38 +0000)]
Added android project baggage.  Using svn:external on the android directory for pulling in the main source directory ../src

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

12 years agoFolder to contain android platform eclipse project.
kruland2607 [Sat, 24 Dec 2011 00:17:36 +0000 (00:17 +0000)]
Folder to contain android platform eclipse project.

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

12 years agoRepackage ProgressOutputStream to net.sf.openrocket.gui.util
kruland2607 [Thu, 22 Dec 2011 02:33:43 +0000 (02:33 +0000)]
Repackage ProgressOutputStream to net.sf.openrocket.gui.util

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

12 years agoFix "Fit" zoom level in the rocket view panel. This broke during the EventListener...
kruland2607 [Wed, 21 Dec 2011 18:22:08 +0000 (18:22 +0000)]
Fix "Fit" zoom level in the rocket view panel.  This broke during the EventListener refactoring from a little while ago.

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

12 years agoRefactor UndoRedoAction out of OpenRocketDocument and move into gui packages. Added...
kruland2607 [Wed, 21 Dec 2011 16:23:47 +0000 (16:23 +0000)]
Refactor UndoRedoAction out of OpenRocketDocument and move into gui packages.  Added interface UndoRedoListener so the OpenRocketDocument can send notification to the Undo/Redo buttons when the state of the undo stack changes.

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

12 years agoChange from fully qualified class name for ExceptionHandler to import statement.
kruland2607 [Wed, 21 Dec 2011 16:22:28 +0000 (16:22 +0000)]
Change from fully qualified class name for ExceptionHandler to import statement.

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

12 years agoForgot to change Application to use the interface ExceptionHandler instead of the...
kruland2607 [Mon, 19 Dec 2011 22:12:41 +0000 (22:12 +0000)]
Forgot to change Application to use the interface ExceptionHandler instead of the implementation SwingExceptionhandler.

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

12 years agoExtract and interface for ExceptionHelper in package net.sf.openrocket.startup. ...
kruland2607 [Mon, 19 Dec 2011 22:01:05 +0000 (22:01 +0000)]
Extract and interface for ExceptionHelper in package net.sf.openrocket.startup.  Register an instance implementing this interface in the Application object in Startup2.  Use the static locator functions in Application to retrieve reference to the ExceptionHandler in all the dependent classes.  Note: net.sf.openrocket.gui.main.ExceptionHandler was renamed to net.sf.openrocket.gui.main.SwingExceptionHandler and all its static methods were changed to instance methods.

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

12 years agotest tours
plaa [Mon, 19 Dec 2011 05:07:24 +0000 (05:07 +0000)]
test tours

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

12 years agoguided tours implementation
plaa [Mon, 19 Dec 2011 05:00:30 +0000 (05:00 +0000)]
guided tours implementation

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

12 years agoremoving superfluous files
plaa [Mon, 19 Dec 2011 04:55:45 +0000 (04:55 +0000)]
removing superfluous files

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

12 years agoBack out the incorrect i18n strings from Basswood from de, es & fr locales.
kruland2607 [Mon, 19 Dec 2011 02:42:19 +0000 (02:42 +0000)]
Back out the incorrect i18n strings from Basswood from de, es & fr locales.

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

12 years agoRemoved use of java.awt.Color from RocketComponent, OpenRocketLoader. The class...
kruland2607 [Sat, 17 Dec 2011 04:45:16 +0000 (04:45 +0000)]
Removed use of java.awt.Color from RocketComponent, OpenRocketLoader.  The class net.sf.openrocket.util.Color is used instead in these components, and the conversion to/from java.awt.Color is done in the gui code.  This is necessary to port RocketComponent to Android platform.

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

12 years agoAdded material basswood.
kruland2607 [Sat, 17 Dec 2011 04:42:20 +0000 (04:42 +0000)]
Added material basswood.

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

12 years agoMove net.sf.openrocket.util.Prefs to net.sf.openrocket.gui.util.SwingPreferences.
kruland2607 [Tue, 13 Dec 2011 19:40:54 +0000 (19:40 +0000)]
Move net.sf.openrocket.util.Prefs to net.sf.openrocket.gui.util.SwingPreferences.

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

12 years agoRemoved unused import for Prefs.
kruland2607 [Tue, 13 Dec 2011 19:31:03 +0000 (19:31 +0000)]
Removed unused import for Prefs.

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

12 years agoMove static function useSafetyChecks() to Application.
kruland2607 [Tue, 13 Dec 2011 19:20:59 +0000 (19:20 +0000)]
Move static function useSafetyChecks() to Application.

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

12 years agoAccess preference keys through the base class net.sf.openrocket.startup.Preferences...
kruland2607 [Tue, 13 Dec 2011 19:07:35 +0000 (19:07 +0000)]
Access preference keys through the base class net.sf.openrocket.startup.Preferences instead of Prefs.

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

12 years agoAccess preference keys through the base class net.sf.openrocket.startup.Preferences...
kruland2607 [Tue, 13 Dec 2011 19:03:31 +0000 (19:03 +0000)]
Access preference keys through the base class net.sf.openrocket.startup.Preferences instead of Prefs.

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

12 years agoRemoved unused import for Prefs.
kruland2607 [Tue, 13 Dec 2011 19:02:47 +0000 (19:02 +0000)]
Removed unused import for Prefs.

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

12 years agoAccess preference keys through the base class net.sf.openrocket.startup.Preferences...
kruland2607 [Tue, 13 Dec 2011 19:01:49 +0000 (19:01 +0000)]
Access preference keys through the base class net.sf.openrocket.startup.Preferences instead of Prefs.

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

12 years agoAccess preference keys through the base class net.sf.openrocket.startup.Preferences...
kruland2607 [Tue, 13 Dec 2011 18:57:51 +0000 (18:57 +0000)]
Access preference keys through the base class net.sf.openrocket.startup.Preferences instead of Prefs.

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

12 years agoAccess preference keys through the base class net.sf.openrocket.startup.Preferences...
kruland2607 [Tue, 13 Dec 2011 18:55:39 +0000 (18:55 +0000)]
Access preference keys through the base class net.sf.openrocket.startup.Preferences instead of Prefs.

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

12 years agoUpdate javadoc to refer to correct source file. Removed unused import.
kruland2607 [Tue, 13 Dec 2011 18:54:38 +0000 (18:54 +0000)]
Update javadoc to refer to correct source file.  Removed unused import.

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

12 years agoFairly substantial refactoring of preference system. Created abstract class net...
kruland2607 [Tue, 13 Dec 2011 05:52:09 +0000 (05:52 +0000)]
Fairly substantial refactoring of preference system.  Created abstract class net.sf.openrocket.startup.Preferences which defines abstract get/put primitive functions and some conversion utilities which are not dependent on swing/awt.  The class net.sf.openrocket.util.Prefs extends this to support execution in a swing application environment using Java system preferences (like it used to).  Prefs still contains some utility functions to convert to swing/awt types such as Dimension, Position, and java.awt.Color.

The net.sf.openrocket.util.Color class was added to facilitate making the core RocketComonent classes independent of swing/awt.  Conversion between net.sf.openrocket.util.Color and java.awt.Color is done by static methods in net.sf.openrocket.gui.util.ColorConversion.

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

12 years agoRemoved usage of deprecated Prefs.NODE public member variable. This is to prepare...
kruland2607 [Mon, 12 Dec 2011 21:54:32 +0000 (21:54 +0000)]
Removed usage of deprecated Prefs.NODE public member variable.  This is to prepare for Preference refactoring.

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

12 years agoMove getDPI to GUIUtil.
kruland2607 [Mon, 12 Dec 2011 21:24:01 +0000 (21:24 +0000)]
Move getDPI to GUIUtil.

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

12 years agoFixed the problems introduced with the change from ChangeListener to StateChangeListe...
kruland2607 [Fri, 9 Dec 2011 01:40:33 +0000 (01:40 +0000)]
Fixed the problems introduced with the change from ChangeListener to StateChangeListener introduced in previous commits.

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

12 years agoFixed numerous problems introduced in previous commit which reduced dependency on...
kruland2607 [Wed, 7 Dec 2011 03:27:39 +0000 (03:27 +0000)]
Fixed numerous problems introduced in previous commit which reduced dependency on swing classes ChangeListener and ChangeEvent.

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

12 years agoComment out noisy system.out.
kruland2607 [Wed, 7 Dec 2011 03:19:10 +0000 (03:19 +0000)]
Comment out noisy system.out.

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

12 years agoReduce dependency on swing ChangeListener and ChangeEvent classes. Changed the inter...
kruland2607 [Mon, 5 Dec 2011 18:49:49 +0000 (18:49 +0000)]
Reduce dependency on swing ChangeListener and ChangeEvent classes.  Changed the interface ChangeSource from using ChangeListener to using java.util.EventListener.  Changed from using ChangeEvent object instances to using EventObject.  Added marker interface StateChangeListener to declare a stateChanged method.

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

12 years agoRefactored some gui specific utility classes from net.sf.openrocket.util to net.sf...
kruland2607 [Thu, 1 Dec 2011 19:16:22 +0000 (19:16 +0000)]
Refactored some gui specific utility classes from net.sf.openrocket.util to net.sf.openrocket.gui.util.  The following classes were moved:  ConcurrentProgressMonitor, ConcurrentProgressMonitorInputStream, FileHelper, GUIUtil, Icons, OpenFileWorker, SaveCSVWorker, SaveFileWorker, SimpleFileFilter.

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

12 years agoDGP - print fin set name on marking guide, even if it's the only one
rodinia814 [Sat, 26 Nov 2011 02:24:28 +0000 (02:24 +0000)]
DGP - print fin set name on marking guide, even if it's the only one

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

12 years agoversion to 1.1.10pre
plaa [Thu, 24 Nov 2011 19:34:12 +0000 (19:34 +0000)]
version to 1.1.10pre

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

12 years agoversion 1.1.9
plaa [Thu, 24 Nov 2011 19:19:39 +0000 (19:19 +0000)]
version 1.1.9

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

12 years agoTranslation updates
bdureau [Wed, 23 Nov 2011 22:02:07 +0000 (22:02 +0000)]
Translation updates

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

12 years agoreordered pages
plaa [Mon, 21 Nov 2011 21:09:16 +0000 (21:09 +0000)]
reordered pages

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

12 years agoDGP - initial support for fin marking guides, transition templates, and nose cones
rodinia814 [Sat, 19 Nov 2011 03:37:54 +0000 (03:37 +0000)]
DGP - initial support for fin marking guides, transition templates, and nose cones

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

12 years agoDGP - changes to compute fin tab dimensions when the centering rings are children...
rodinia814 [Wed, 19 Oct 2011 18:53:03 +0000 (18:53 +0000)]
DGP - changes to compute fin tab dimensions when the centering rings are children of a subassembly such as a motor mount, rather than parented directly to the outer body tube; tweaks to algorithm for additional edge cases.

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

12 years agocomponent config refactoring, localization fixes
plaa [Tue, 11 Oct 2011 19:46:02 +0000 (19:46 +0000)]
component config refactoring, localization fixes

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

12 years agoFrench and Spanish translations corrections and updates
bdureau [Thu, 6 Oct 2011 13:56:54 +0000 (13:56 +0000)]
French and Spanish translations corrections and updates

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

12 years agoDGP - convenience computation of fin tab depth, length, and offset
rodinia814 [Wed, 5 Oct 2011 04:00:51 +0000 (04:00 +0000)]
DGP - convenience computation of fin tab depth, length, and offset

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

12 years agobug fixes
plaa [Thu, 29 Sep 2011 18:08:07 +0000 (18:08 +0000)]
bug fixes

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

12 years agoAdded latest French and Spanish translations
bdureau [Mon, 19 Sep 2011 13:08:37 +0000 (13:08 +0000)]
Added latest French and Spanish translations

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

12 years agomenu icons, window sizing, compass direction selector
plaa [Sun, 18 Sep 2011 18:38:34 +0000 (18:38 +0000)]
menu icons, window sizing, compass direction selector

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

12 years agoAdded string to translate
bdureau [Mon, 12 Sep 2011 22:07:06 +0000 (22:07 +0000)]
Added string to translate

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

12 years agoAdded new sting to be translated
bdureau [Mon, 12 Sep 2011 16:37:31 +0000 (16:37 +0000)]
Added new sting to be translated

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

12 years agoworld coordinate patch
plaa [Mon, 5 Sep 2011 17:19:49 +0000 (17:19 +0000)]
world coordinate patch

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

12 years agorenamed private method
plaa [Sun, 4 Sep 2011 17:54:10 +0000 (17:54 +0000)]
renamed private method

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

12 years agoremoved commented sysout lines
plaa [Sun, 4 Sep 2011 17:52:21 +0000 (17:52 +0000)]
removed commented sysout lines

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

12 years agonew frame positioning
plaa [Sun, 28 Aug 2011 15:14:24 +0000 (15:14 +0000)]
new frame positioning

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

12 years agogeodetic computation file storage
plaa [Sun, 28 Aug 2011 14:57:08 +0000 (14:57 +0000)]
geodetic computation file storage

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

12 years agogeodetic computations
plaa [Sun, 28 Aug 2011 13:14:27 +0000 (13:14 +0000)]
geodetic computations

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

12 years agoversion to 1.1.9pre
plaa [Thu, 25 Aug 2011 20:19:39 +0000 (20:19 +0000)]
version to 1.1.9pre

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

12 years agorelease 1.1.8
plaa [Thu, 25 Aug 2011 20:01:39 +0000 (20:01 +0000)]
release 1.1.8

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

12 years agobug fixes
plaa [Thu, 25 Aug 2011 19:29:50 +0000 (19:29 +0000)]
bug fixes

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

12 years agopreset component framework
plaa [Thu, 18 Aug 2011 05:28:08 +0000 (05:28 +0000)]
preset component framework

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

12 years agoAdded Blue tube to materials database
jmstrf [Wed, 17 Aug 2011 19:01:21 +0000 (19:01 +0000)]
Added Blue tube to materials database

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

12 years agoAdded Blue Tube as a material with a density of 1.30 g/cm3.
jmstrf [Wed, 17 Aug 2011 18:08:18 +0000 (18:08 +0000)]
Added Blue Tube as a material with a density of 1.30 g/cm3.

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

12 years agoweb updates
plaa [Mon, 15 Aug 2011 17:11:14 +0000 (17:11 +0000)]
web updates

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

12 years agoversion to 1.1.8pre
plaa [Sat, 13 Aug 2011 09:51:43 +0000 (09:51 +0000)]
version to 1.1.8pre

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

12 years agoversion 1.1.7
plaa [Fri, 12 Aug 2011 20:54:11 +0000 (20:54 +0000)]
version 1.1.7

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

12 years agooptimization bug fixes
plaa [Fri, 12 Aug 2011 19:53:00 +0000 (19:53 +0000)]
optimization bug fixes

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

12 years agooptimization updates
plaa [Fri, 12 Aug 2011 18:56:24 +0000 (18:56 +0000)]
optimization updates

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

12 years agooptimization updates
plaa [Wed, 10 Aug 2011 05:08:47 +0000 (05:08 +0000)]
optimization updates

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

12 years agooptimization updates
plaa [Tue, 9 Aug 2011 19:57:15 +0000 (19:57 +0000)]
optimization updates

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

12 years agomajor optimization updates
plaa [Sun, 7 Aug 2011 16:54:36 +0000 (16:54 +0000)]
major optimization updates

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

12 years agoUpdated French translations
bdureau [Thu, 28 Jul 2011 13:56:23 +0000 (13:56 +0000)]
Updated French translations

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

12 years ago1.1.7pre version
plaa [Fri, 22 Jul 2011 13:48:03 +0000 (13:48 +0000)]
1.1.7pre version

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