Commit Graph

  • 056f28e21f Sort on the group query. Kevin Ruland 2012-07-18 17:56:48 +00:00
  • 5ace9f29c6 Fix form layout when the user selects a long manufacturer name. Kevin Ruland 2012-07-18 15:49:19 +00:00
  • 5c854fd4c1 Fix url problems - bad host name, and bad servlet path - introduced by froyo merge. Kevin Ruland 2012-07-18 15:48:51 +00:00
  • 19b33d1583 Added a comment about Froyo's troubles. Kevin Ruland 2012-07-18 14:59:24 +00:00
  • c6a9f17179 Merge branches/froyo_12.03 to head. Kevin Ruland 2012-07-18 14:42:27 +00:00
  • 530ed1d4c5 Some french strings from Boris. Kevin Ruland 2012-07-18 13:15:31 +00:00
  • ef771d412b Bump to b7. Kevin Ruland 2012-07-13 14:05:35 +00:00
  • ae8e9c9d13 Only auto save when saving is enabled (to prevent the possible race condition). Kevin Ruland 2012-07-13 14:04:46 +00:00
  • 18851005a1 Bump up target api to 15. Kevin Ruland 2012-07-13 14:03:29 +00:00
  • 2f49d1f891 Bump up target api to 15. Kevin Ruland 2012-07-13 14:03:10 +00:00
  • 2c4c45f727 Added Estes and Quest components from Bill Carpenter's rocksim csv files. Kevin Ruland 2012-07-13 04:38:38 +00:00
  • 92f40fec79 Added Estes and Quest components from Bill Carpenter's rocksim csv files. Kevin Ruland 2012-07-13 03:26:35 +00:00
  • 487a9238de Added Estes E12 data file found on The Rocketry Forum. Kevin Ruland 2012-07-12 02:50:54 +00:00
  • 0eed52de50 Comment out a bunch of System.out.printlns. Kevin Ruland 2012-07-12 02:46:30 +00:00
  • 357f370096 Extract Transformation.main to junit test. Kevin Ruland 2012-07-12 02:44:32 +00:00
  • 960555c108 Added inference of Rocksim shock cords to try to be a little more predictive when a Rocksim file uses a buggy shock cord from their component database. Doug Pedrick 2012-07-11 22:06:23 +00:00
  • c8f7665177 Added an AttachedPartsHandler. This should automatically utilize future OR design functionality such as attaching fins to a Transition with no changes required to the Rocksim parsing logic. Doug Pedrick 2012-07-11 19:49:32 +00:00
  • f3152ec411 updated French translations Boris du Reau 2012-07-10 21:28:51 +00:00
  • 310e35293a Extract Quaternion.main to junit test. Kevin Ruland 2012-07-10 18:52:13 +00:00
  • f08ad83e5f Extract PolyInterpolator.main into Junit test case. Kevin Ruland 2012-07-10 18:42:35 +00:00
  • 4bdada4aab Removed unused import. Kevin Ruland 2012-07-10 17:54:21 +00:00
  • 44b1593955 Pull LinearInterpolator.main() into a JUnit test. Kevin Ruland 2012-07-10 17:53:34 +00:00
  • f191e47f5b Extract Base64.main() as a unit test. Kevin Ruland 2012-07-10 17:08:39 +00:00
  • 75ece3442f Configured the Motor ignition at delay time, parachute and streamer deploy time fields 3 characters wide. Kevin Ruland 2012-07-10 14:37:37 +00:00
  • 8afe72eb1e Bump out the timeouts on the Preset loader so it doesn't complain when running with debugging output enabled. Kevin Ruland 2012-07-10 03:41:58 +00:00
  • bde3ea3701 Revised the notification mechanism for background processes (simulations) to use LocalBroadcastManager instead of the Handler tricks. Kevin Ruland 2012-07-10 03:40:44 +00:00
  • 568b7aeb5d Fix behavior when cancelling a failure to open an Ork file. This had finished the activity when it was its own activity. Now it just cancels the dialog. Kevin Ruland 2012-07-10 03:08:03 +00:00
  • d7d647d47d Implement a primitive thread safety mechanism to prohibit saving a rocket while simulation execution is pending. Kevin Ruland 2012-07-09 02:51:15 +00:00
  • 0ecd6110bf updated Spanish translation Boris du Reau 2012-07-08 21:39:16 +00:00
  • 3853e3e62d Use unicode letter so it will compile under winders. Kevin Ruland 2012-07-04 18:10:27 +00:00
  • 16d4378f94 Updated translations Boris du Reau 2012-07-03 21:21:46 +00:00
  • be947067d1 Removed unnecessary override. Kevin Ruland 2012-07-03 16:26:01 +00:00
  • 0691153b51 If the filename doesn't end in .ork, append .ork to indicate the saved file is ork format. This application doesn't attempt to save Rocsim files. Kevin Ruland 2012-07-03 02:55:46 +00:00
  • dcb08b005b If the simulation doesn't have data, open the edit dialog instead of issuing a warning. Kevin Ruland 2012-07-03 02:54:54 +00:00
  • fed956e2b0 Implement autosave rockets. Controlled by preference. When preference is set, the rocket is automatically saved when simulation changed events are fired. This is really too often since addSimulation should not cause rocket to be saved. Kevin Ruland 2012-07-02 21:40:14 +00:00
  • b835dd08b4 Added dialog to load new file when the current file is modified. Kevin Ruland 2012-07-02 02:15:34 +00:00
  • cb601364d0 Some more renaming of menu options and strings so they are more consistent. Kevin Ruland 2012-07-01 02:06:32 +00:00
  • c1d8598536 Bump to b6. Kevin Ruland 2012-06-30 19:28:20 +00:00
  • a219eb0409 Removed unused import. Kevin Ruland 2012-06-30 19:27:48 +00:00
  • 75d6440892 Localize some strings. Kevin Ruland 2012-06-30 19:24:48 +00:00
  • bb64a32d34 Refactor. Rename SimulationSeriesDialog to SimulationPlotConfigDialog. Change names of layouts accordingly. Kevin Ruland 2012-06-30 19:16:34 +00:00
  • c5122ebef5 Show events and times on the chart. The achartengine needs some work to get the labels in a better place. Enhance the SimulationSeriesDialog to allow selection of events. Kevin Ruland 2012-06-30 19:08:13 +00:00
  • 3f957e56d3 Removed unnecessary override. Kevin Ruland 2012-06-30 19:03:04 +00:00
  • 99a6c13a2c Added source code for achartengine 1.0.0 in order to apply patches to make it work better. Kevin Ruland 2012-06-28 13:32:57 +00:00
  • 8d07071006 Pulled in source for achartengine 1.0.0 because there are a number of bugs in it which are not being fixed. http://achartengine.googlecode.com/svn is original source. Kevin Ruland 2012-06-28 02:46:21 +00:00
  • f47a7b5b16 Added pl locale and credit Boris du Reau 2012-06-27 20:18:47 +00:00
  • bc0897e30b updated polish translations Boris du Reau 2012-06-27 20:16:14 +00:00
  • f765d28804 add Polish translation file Boris du Reau 2012-06-27 05:06:47 +00:00
  • 9eed1653fb Added threaded loader to ComponentPresetDatabase following the pattern in ThrustCurveMotorDatabase. Moved the wait into the background thread so the UI starts much faster. Changed the ConcurrentLoadingThrustCurveMotorSetDataBase implementation to have longer timeouts and wait in the background thread. Kevin Ruland 2012-06-27 02:58:53 +00:00
  • 5aa691c2ab Refactored by moving the Simulations fragment and SimulationEditFragment from net.sf.openrocket.android.rocket to net.sf.openrocket.android.simulation. Kevin Ruland 2012-06-26 18:30:06 +00:00
  • 588dea6bb5 Exclude the OSXStartup java source from android build. Kevin Ruland 2012-06-26 18:27:05 +00:00
  • 5ae62a2db2 Implement color indicators (green, yellow, red) for the Simulation Status in the Simulations list. This makes the list more like that on OR desktop. Kevin Ruland 2012-06-26 18:26:06 +00:00
  • 45838387bc After saving, invalidate the menu so the save icon disappears. Kevin Ruland 2012-06-26 18:11:43 +00:00
  • 294aa177c4 Various fixes which should probably be broken into multiple commits:) - Changed the way the ProgressDialog is dismissed from using some non-functional reflection code, to using a FragmentTransaction (which works) - Added code which shows the save button only when the CurrentRocket is modified. - Broke the save functionality into a Fragment with background Task so it is more reliable. Kevin Ruland 2012-06-25 18:30:41 +00:00
  • bbec3f7dbd Kevin Ruland 2012-06-25 02:28:05 +00:00
  • 3390179658 Use a drop down resource so the items are a little easier to select. Kevin Ruland 2012-06-24 22:48:09 +00:00
  • 98674f5917 Mark all stages active in the default configuration so the length gets computed correctly. Kevin Ruland 2012-06-24 22:47:33 +00:00
  • ddc60c8855 Retroactively add 3d view to the changelog Bill Kuker 2012-06-24 19:41:32 +00:00
  • 26329cedec Include OSX UI elements. "OrangeExtensions" jar provides stubs for compilation and linking on other OSs. Bill Kuker 2012-06-24 19:22:07 +00:00
  • 51433fac5f Add JOGL to the About Dialog's libraries list Bill Kuker 2012-06-23 02:08:28 +00:00
  • 3f47bda9e4 Bump version number. Kevin Ruland 2012-06-22 02:14:20 +00:00
  • b72e425d6d Use the new conversion utilities for delays. This fixes the problems with Plugged delays showing up as large numbers. Kevin Ruland 2012-06-22 02:12:48 +00:00
  • 513e5ed9d1 Add some additional utilities for working with delays. Kevin Ruland 2012-06-22 02:11:37 +00:00
  • 1b9f514dc7 Don't allow editing the "no motor" configuration since it cannot be editied. Kevin Ruland 2012-06-22 02:09:38 +00:00
  • 077147d5d1 Use a different approach to prevent ForceClose after the application has been put to sleep for a long period of time. Each of the fragments in the Viewer will do their setup in onResume instead of in onCreateView. Further, the ProgressDialogFragment used in the OpenRocketLoaderFragment now exposes a dismissAllowStateLoss method so the dialog can be dismissed if the application is put in the background while loading. Kevin Ruland 2012-06-21 19:10:06 +00:00
  • f6e841ef94 Update achartengine to 1.0.0 from 0.7.0. Kevin Ruland 2012-06-21 13:22:54 +00:00
  • a2ad986a2f Print the manufacturer and part number of the preset component in the bill of materials. Kevin Ruland 2012-06-20 18:09:45 +00:00
  • 8babd54f4f Update to the latest 2.0 release candidate of JOGL (Build 57). Move JOGL Libraries from lib/native to lib/jogl, which is less misleading. Update .classpath and build.xml with new directory name. Bill Kuker 2012-06-20 00:34:02 +00:00
  • 79d1fe38e3 Bump beta version to b4. Kevin Ruland 2012-06-18 21:11:09 +00:00
  • 641e1c2791 Added new icons from android-15 sdk. Made load and save action bar items show up if there is room for them. Kevin Ruland 2012-06-18 21:04:35 +00:00
  • 4d7d6455c9 Mark the OpenRocketViewer activity as finishOnTaskLaunch so when the application is restarted from the launcher, it goes to the Main activity which can test if the application has been unloaded from memory. Kevin Ruland 2012-06-18 21:02:31 +00:00
  • eb1c257ab5 When saving the ork file, save all the simulation data. Kevin Ruland 2012-06-18 20:59:34 +00:00
  • 660a53ec28 Potential plugin structure Sampo Niskanen 2012-06-18 19:58:58 +00:00
  • 723539619c Component preset updates Sampo Niskanen 2012-06-18 19:48:57 +00:00
  • 64cb6b3040 Fire the simulation changed message when resumed so any background simulation execution results are displayed. Kevin Ruland 2012-06-18 02:51:04 +00:00
  • d9b637f02a Don't show the ime until one of the text fields are selected. Kevin Ruland 2012-06-18 02:50:19 +00:00
  • bdb8298979 Change around the handling for navigation from the action bar. Kevin Ruland 2012-06-18 01:48:17 +00:00
  • cfac7dcc81 Fix the delay entry handling. Kevin Ruland 2012-06-18 01:47:21 +00:00
  • dc5c1c070c Tweak the main layout for Honeycomb and ICS devices. Added custom layout for these devices running on non-xlarge screens which pushes the title text down below the action bar. Fixed the style for ICS and Honeycomb to properly hide the actionbar but leave the overflow menu button. Kevin Ruland 2012-06-15 14:13:04 +00:00
  • 0b6810946c moveOnToViewer() actually calls finish(). So just return here. Kevin Ruland 2012-06-15 14:10:39 +00:00
  • a896c5a87c Register the handler object in onResume so the application can restart correctly. Kevin Ruland 2012-06-15 14:09:55 +00:00
  • 61a78f49a7 Bumped beta version. Kevin Ruland 2012-06-14 13:28:30 +00:00
  • 0461ea5ced Rework the loader activity base class so it is compatible with ICS. Kevin Ruland 2012-06-14 13:17:55 +00:00
  • 90c2bdb7d8 Generate new launcher icons which have a bigger globe. This makes the icon more prominent on the destktop. Kevin Ruland 2012-06-14 13:12:33 +00:00
  • db55191f2d Update to ActionBarSherlock 4.1.0. Kevin Ruland 2012-06-14 13:03:36 +00:00
  • 8b66af7441 Changed due to Simulation api change. Kevin Ruland 2012-06-13 16:41:02 +00:00
  • 1f0bcf6730 Change the initial screen handling and add file load to OpenRocketViewer activity. The OpenRocketLoaderActivity is now used as a base class for the OpenRocketViewer and Main activities. These activities now share the code used for loading ork files. The OpenRocketLoaderActivity no longer is registered in the manifest because it is not a real activity any more. The OpenRocketViewer activity now has a menu item for "load" to load a new model. The Main activity uses finish() when it transfers control to the OpenRocketViewer thus removing it from the back stack. Further, if the Main activity detects that the Application contains a rocket, it will automatically forward to the OpenRocketViewer. Kevin Ruland 2012-06-13 16:37:18 +00:00
  • 72ce4f8468 Make some usability improvements to the internal file browser. Don't cd when changing the preferred base directory (touching star). Don't put star on root & .. directories. Kevin Ruland 2012-06-13 16:28:03 +00:00
  • a21b3cedf5 Added credit for Czech translations Boris du Reau 2012-06-12 18:14:25 +00:00
  • 6695f92ab1 JOGL Based support for a 3D view of the rocket. Change to RocketPanel to add 3D option. Change to build process to use a Jar-in-Jar technique, not Fat Jar, using the Eclipse projects jar-in-jar loader. (Does not require eclipse!) Bill Kuker 2012-06-11 20:25:41 +00:00
  • 71b36bc481 - Implemented copying of custom expressions to other simulations in expression builder dialog. Note the small changes to various files are to allow simulations access to parent document. - Switched to unicode char escapes - Removed dynamic setting of flightdatatype priority - Now hiding up down arrows in custom expression pane when unusable - Localized custom expression operator discriptions. Richard Graham 2012-06-11 04:47:49 +00:00
  • 225d502896 Bump version number in prep for a round of testing. Kevin Ruland 2012-06-10 01:39:13 +00:00
  • 1fcf661ff3 Added fliskits component catalog. Collected by hand entry from web and submitted by bill carpenter. Kevin Ruland 2012-06-06 20:19:20 +00:00
  • 909aa211d0 Change OpenRocketComponentSaver unmarshal function to return the whole OpenRocketComponentDTO instead of just the contained components. This gives the ComponentPresetEditor a change to grab the Materials in the file for use in the ui. Kevin Ruland 2012-06-06 18:03:43 +00:00
  • 00dfe40706 Change MaterialDTO.asMaterial() to convert the current object into a Material object. It no longer attempts to look it up in the database. Kevin Ruland 2012-06-06 18:02:01 +00:00
  • 1c0f70806d When validating the xml we don't need the returned value so don't bother assigning it to anything. Kevin Ruland 2012-06-06 18:00:57 +00:00
  • 90afd989f3 Add method to extract the List<Materials> from the parsed file. Kevin Ruland 2012-06-06 17:58:49 +00:00
  • e49c6a1481 Added conversion constructor from List<Material>. Kevin Ruland 2012-06-06 17:56:32 +00:00
  • 5667442265 Populate the Materials section of the output file with those materials referenced from the presets being saved. Kevin Ruland 2012-06-06 12:10:38 +00:00
  • 1a6b3e471b Change the semantics of MaterialHolder.getXXXMaterial( Material ), instead of returning the material used as the argument if the material is not in the map, it returns null. This make the methods more similar to standard hash collections. Kevin Ruland 2012-06-06 12:09:39 +00:00