Skip to content

Commit

Permalink
Merge branch 'remove-globalcache-ir-database'
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Jan 5, 2024
2 parents 8250c4b + 0721b14 commit 61a80a0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 645 deletions.
201 changes: 0 additions & 201 deletions src/main/java/org/harctoolbox/irscrutinizer/GuiMain.form
Original file line number Diff line number Diff line change
Expand Up @@ -3421,207 +3421,6 @@

<Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
<SubComponents>
<Container class="javax.swing.JPanel" name="gcdbPanel">
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
<JTabbedPaneConstraints tabName="GlobalCache DB (old)">
<Property name="tabTitle" type="java.lang.String" value="GlobalCache DB (old)"/>
</JTabbedPaneConstraints>
</Constraint>
</Constraints>

<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jLabel44" min="-2" max="-2" attributes="0"/>
<Component id="gcdbManufacturerComboBox" alignment="0" min="-2" pref="184" max="-2" attributes="0"/>
</Group>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="gcdbDeviceTypeComboBox" min="-2" pref="162" max="-2" attributes="0"/>
<Component id="jLabel47" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="gcdbCodeSetComboBox" max="32767" attributes="0"/>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Component id="gcdbImportButton" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="169" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Component id="jLabel48" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="461" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
<Group type="102" alignment="0" attributes="0">
<Component id="gcdbTreeImporter" pref="723" max="32767" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace pref="130" max="32767" attributes="0"/>
<Component id="importGlobalCacheHelpButton" linkSize="28" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<EmptySpace max="32767" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="apiKeyButton" linkSize="28" alignment="1" min="-2" max="-2" attributes="0"/>
<Component id="globalCacheDBBrowseButton" linkSize="28" alignment="1" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
<EmptySpace min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jLabel44" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jLabel47" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jLabel48" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="gcdbManufacturerComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="gcdbDeviceTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="gcdbCodeSetComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="gcdbImportButton" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="gcdbTreeImporter" pref="272" max="32767" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="12" max="-2" attributes="0"/>
<Component id="apiKeyButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="globalCacheDBBrowseButton" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="153" max="32767" attributes="0"/>
<Component id="importGlobalCacheHelpButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
</Group>
</Group>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JButton" name="gcdbImportButton">
<Properties>
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
<Image iconType="3" name="/icons/Crystal-Clear/22x22/actions/reload.png"/>
</Property>
<Property name="text" type="java.lang.String" value="Load"/>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="gcdbImportButtonActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JButton" name="globalCacheDBBrowseButton">
<Properties>
<Property name="text" type="java.lang.String" value="Web site"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="globalCacheDBBrowseButtonActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JButton" name="apiKeyButton">
<Properties>
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
<Image iconType="3" name="/icons/Crystal-Clear/22x22/apps/password.png"/>
</Property>
<Property name="text" type="java.lang.String" value="ApiKey..."/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="apiKeyButtonActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JComboBox" name="gcdbManufacturerComboBox">
<Properties>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="1">
<StringItem index="0" value="Select me to load"/>
</StringArray>
</Property>
<Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
<Connection code="properties.getGlobalCacheApiKey().isEmpty() ? &quot;API-Key not entered&quot; : null" type="code"/>
</Property>
<Property name="enabled" type="boolean" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
<Connection code="!properties.getGlobalCacheApiKey().isEmpty()" type="code"/>
</Property>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="gcdbManufacturerComboBoxActionPerformed"/>
</Events>
<AuxValues>
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
</AuxValues>
</Component>
<Component class="javax.swing.JComboBox" name="gcdbDeviceTypeComboBox">
<Properties>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="0"/>
</Property>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="gcdbDeviceTypeComboBoxActionPerformed"/>
</Events>
<AuxValues>
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
</AuxValues>
</Component>
<Component class="javax.swing.JComboBox" name="gcdbCodeSetComboBox">
<Properties>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="0"/>
</Property>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
</AuxValues>
</Component>
<Component class="javax.swing.JLabel" name="jLabel44">
<Properties>
<Property name="text" type="java.lang.String" value="Manufacturer"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel47">
<Properties>
<Property name="text" type="java.lang.String" value="Device Type"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel48">
<Properties>
<Property name="text" type="java.lang.String" value="Setup Code"/>
</Properties>
</Component>
<Component class="org.harctoolbox.irscrutinizer.importer.TreeImporter" name="gcdbTreeImporter">
<AuxValues>
<AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new org.harctoolbox.irscrutinizer.importer.TreeImporter(this.guiUtils)"/>
</AuxValues>
</Component>
<Component class="javax.swing.JButton" name="importGlobalCacheHelpButton">
<Properties>
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
<Image iconType="3" name="/icons/Crystal-Clear/22x22/actions/help.png"/>
</Property>
<Property name="text" type="java.lang.String" value="Help"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="importGlobalCacheHelpButtonActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Container>
<Container class="javax.swing.JPanel" name="controlTowerPanel">
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
Expand Down
Loading

0 comments on commit 61a80a0

Please sign in to comment.