2758 Commits

Author SHA1 Message Date
kruland2607
2ff7a587d7 Tighten up FlightConfigurablePanel to allow for column or row
reordering.  However, just in case, the motor, recovery, and separation
panels explicitly disallow column reordering.
2013-11-14 16:25:04 -06:00
kruland2607
c311900570 Merge pull request #166 from kruland2607/master
Various fixes for 13.11 release
2013-11-12 07:41:56 -08:00
kruland2607
e46cdfabc1 Move the motor mount configuration back into it's own tab to make the
window slightly smaller.
2013-11-11 21:19:13 -06:00
kruland2607
ed3e9b04b3 This file "escaped" during the code reorganization. I have no clue what
I did wrong.  Anyway, now that it's back one can configure TubeCouplers
again.
2013-11-11 21:09:56 -06:00
kruland2607
73ad41c04b Update .classpath to use the new miglayout library. 2013-11-11 15:41:20 -06:00
kruland2607
8da9f275d7 Reuse the MotorChooserDialog in the MotorConfigurationPanel so previous
settings are remembered.
2013-11-11 15:40:22 -06:00
kruland2607
6aab06fbe2 Fix the layout in the Comments panel. 2013-11-11 15:37:34 -06:00
kruland2607
c40136e0f1 Update to MigLayout 4.0. 2013-11-11 09:51:53 -06:00
kruland2607
25c1ba2307 Protect against NPE when simulations are not properly set up. 2013-11-11 09:51:52 -06:00
kruland
d2965a72f0 Add eclipe project files for OpenRocket Test Libraries. 2013-11-10 20:34:06 -06:00
kruland
8f66c241fe Fix the .classpath to refer to the OpenRocket Test Libraries project. 2013-11-10 20:33:03 -06:00
kruland2607
88856b9145 Update release to 13.11dev 2013-11-07 21:41:29 -06:00
kruland2607
c51d776c52 Merge branch 'master' of https://github.com/openrocket/openrocket 2013-11-07 21:24:08 -06:00
kruland2607
05376e8861 Updated web pages for 13.11 release. release-13.11 release-android-13.11 2013-11-07 21:21:57 -06:00
kruland2607
0fbeb9ecb8 Update updates.php script for 13.11. 2013-11-07 21:13:38 -06:00
kruland2607
fbefcf65f1 Fix low limit on motor filter by impulse class to exclude motors at that limit.
This prevents, for example, full C motors with 10Ns impulse from showing up as Ds.
2013-11-07 21:04:46 -06:00
kruland2607
87d515971b Updated release information for 13.11. 2013-11-07 20:59:08 -06:00
kruland2607
932ba67dd2 Merge pull request #165 from kruland2607/master
Updated jogl to 2.1.2.
2013-11-05 13:11:31 -08:00
kruland2607
59f8f13b16 Update jogl to 2.1.2. 2013-11-05 14:52:57 -06:00
kruland2607
4449f824cc Move the gogl source from core to swing. 2013-11-05 10:03:30 -06:00
kruland2607
af2f3cbc07 Merge pull request #164 from kruland2607/master
jdk 1.7.0_45 drag & drop fix and simulation panel tool tip fix.
2013-11-04 12:55:19 -08:00
kruland2607
a1944b765f Added workaround for problem introduced in Java 1.7.0_45-b18 with
DataFlavor being loaded in a different classloader.  We cannot refer to
singletons in the RocketComponent class.
2013-11-04 14:49:20 -06:00
kruland2607
085445ab9c Fixed tool tip to accomodate sorting. 2013-11-04 14:45:48 -06:00
kruland2607
d1efbdf766 Merge pull request #163 from kruland2607/master
Added sorting to simulation list.
2013-11-04 11:40:46 -08:00
kruland
05da59e738 Added sorting to SimulationPanel. Extended the Column class to support
defining a collator and built a special row sorter implementation
(ColumnTableRowSorter) to make it easier.
2013-11-04 12:55:58 -06:00
kruland
7600efa7f3 Fix misspelling of Diameter. 2013-11-04 08:44:55 -06:00
kruland2607
abce7097cc Merge pull request #162 from kruland2607/master
Bug fixes.
2013-11-02 16:53:14 -07:00
kruland2607
0778f9117a Have the MotorMountTableModel listen to changes in the Rocket
configuration to automatically update when the rocket is modified.
2013-10-31 13:54:02 -05:00
kruland2607
8221dd7e06 Enable sorting in Simulation Table. 2013-10-31 13:53:12 -05:00
kruland2607
a8f124355a Merge pull request #161 from celeron533/master
Simplified Chinese Language Pack
2013-10-19 20:15:51 -07:00
celeron533
5159d24afe zh_CN implementation
update l10n properties, add logo
2013-10-19 12:16:00 +11:00
kruland2607
cb0846e67e Merge pull request #160 from UncleRus/master
Russian translation updated, typos fixed
2013-10-16 06:40:13 -07:00
rus
ff0538957f Russian translation updated, typos fixed 2013-10-16 16:32:56 +06:00
kruland2607
e98695bcf6 Merge pull request #159 from kruland2607/master
Remove dependency on SwingPreferences.
2013-10-11 13:35:32 -07:00
kruland2607
ec5dfbd4e6 Remove dependency on SwingPreferences. 2013-10-11 15:35:11 -05:00
kruland2607
6cd1bffc82 Merge pull request #158 from kruland2607/l10nReport
Added little l10n properties analysis tool, and fixed some obvious errors in cs & it localizations.
2013-10-11 13:25:55 -07:00
kruland2607
8bb76d72a2 Merge pull request #157 from kruland2607/master
When deleting a flight configuration, delete corresponding simulations
2013-10-11 12:43:20 -07:00
kruland2607
0e8adeaf1f When deleting a flight configuration, delete corresponding simulations
as well.
2013-10-11 14:40:15 -05:00
kruland2607
9f20889688 Merge pull request #156 from openrocket/13.09dev
Make 13.09dev master
2013-10-11 12:14:08 -07:00
kruland2607
29b1232650 Merge pull request #155 from kruland2607/feature-configtab
Feature configtab
2013-10-11 12:09:11 -07:00
kruland2607
e58a34040e Change alignment of lower buttons in configuration tab. 2013-10-11 14:07:12 -05:00
kruland2607
858291de7c Added limit diameter checkbox and preference. Refactored some code in
MotorFilterPanel to make it nicer.
2013-10-11 13:56:13 -05:00
kruland2607
42e70d3552 Added boolean preference to toggle if the motor filter automatically
limits the length to the motor mount length.
2013-10-10 20:53:48 -05:00
kruland2607
30b89a54cf Add a little fuzz to the motor diameter detection. 2013-10-10 19:30:54 -05:00
kruland2607
1d36ab5eaf Merge branch '13.09dev' into feature-configtab 2013-10-10 11:35:41 -05:00
kruland2607
86a273272b Rework the motor table entry. 2013-10-10 11:01:21 -05:00
kruland2607
6641f959c5 When deleting a flight configuration, first change the configuration to
a different one.
2013-10-09 16:06:30 -05:00
kruland2607
8813f02ba0 Merge pull request #154 from kruland2607/13.09dev
Fixed integer test value.  Thank goodness for unit tests.
2013-10-09 12:53:35 -07:00
kruland2607
a601788dcd Fixed integer test value. Thank goodness for unit tests. 2013-10-09 14:52:36 -05:00
kruland2607
0c2f4744ff Merge pull request #153 from kruland2607/13.09dev
Added in plain junit formatter to get output from travis.
2013-10-09 12:36:17 -07:00