|
From: Eitan A. <no...@gi...> - 2019-05-31 16:17:52
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 4ae45da51ee4523b23b656225f6860cff614880b https://github.com/PCGen/pcgen/commit/4ae45da51ee4523b23b656225f6860cff614880b Author: Eitan Adler <gri...@us...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M code/src/java/pcgen/cdom/enumeration/Status.java M code/src/java/pcgen/gui2/UIPropertyContext.java M code/src/java/pcgen/gui2/dialog/PreferencesDialog.java M code/src/java/pcgen/gui2/equip/EquipQualifiedTreeCellRenderer.java M code/src/java/pcgen/gui2/facade/Gui2CampaignInfoFactory.java R code/src/java/pcgen/gui2/prefs/ColorsPanel.java M code/src/java/pcgen/gui2/sources/AdvancedSourceSelectionPanel.java M code/src/java/pcgen/gui2/sources/SourceSelectionDialog.java M code/src/java/pcgen/gui2/tabs/AbilityChooserTab.java M code/src/java/pcgen/gui2/tabs/DomainInfoTab.java M code/src/java/pcgen/gui2/tabs/EquipInfoTab.java M code/src/java/pcgen/gui2/tabs/PurchaseInfoTab.java M code/src/java/pcgen/gui2/tabs/SummaryInfoTab.java M code/src/java/pcgen/gui2/tabs/TempBonusInfoTab.java M code/src/java/pcgen/gui2/tabs/equip/EquipmentModel.java M code/src/java/pcgen/gui2/tabs/models/CharacterTreeCellRenderer.java M code/src/java/pcgen/gui2/tabs/models/QualifiedTreeCellRenderer.java M code/src/java/pcgen/gui2/tabs/spells/QualifiedSpellTreeCellRenderer.java M code/src/java/pcgen/gui2/tabs/summary/LanguageTableModel.java M code/src/java/pcgen/gui3/dialog/TipOfTheDayController.java A code/src/java/pcgen/gui3/preferences/ColorsPreferencesPanelController.java A code/src/java/pcgen/gui3/utilty/ColorUtilty.java A code/src/resources/pcgen/gui3/preferences/ColorsPreferencesPanel.fxml Log Message: ----------- ColorsPanel: convert to JavaFX (#5819) - this also switches the core "Color" in settings to JavaFX - as a result also switch many callers to expect JavaFX (and convert to AWT color) - Since the format for the color has changed switch to a new config file. This avoids the need to migrate from the integer format to the new string format. |