├── .gitattributes ├── .github └── workflows │ └── latest-tag.yml ├── .gitignore ├── DbusSettingsList ├── ExtTransferSwitch.py ├── FileSets ├── AlternateOriginals │ ├── OverviewFlowComplex.qml.ALT_ORIG │ ├── OverviewGeneratorEnhanced.qml.ALT_ORIG │ ├── OverviewHubEnhanced.qml.ALT_ORIG │ ├── OverviewMobileEnhanced.qml.ALT_ORIG │ ├── PageSettingsGuiMods.qml.ALT_ORIG │ └── PowerGauge.qml.ALT_ORIG ├── PatchSource │ ├── Battery.qml-v3.34 │ ├── Battery.qml-v3.34.orig │ ├── Battery.qml-v3.34.patch │ ├── Battery.qml-v3.40 │ ├── Battery.qml-v3.40.orig │ ├── Battery.qml-v3.40.patch │ ├── HubData.qml │ ├── HubData.qml.orig │ ├── HubData.qml.patch │ ├── MbEditBox.qml-v3.40 │ ├── MbEditBox.qml-v3.40.orig │ ├── MbEditBox.qml-v3.40.patch │ ├── MbEditBox.qml-v3.50 │ ├── MbEditBox.qml-v3.50.orig │ ├── MbEditBox.qml-v3.50.patch │ ├── MbEditBoxDateTime.qml │ ├── MbEditBoxDateTime.qml.orig │ ├── MbEditBoxDateTime.qml.patch │ ├── MbItem.qml-v3.40 │ ├── MbItem.qml-v3.40.orig │ ├── MbItem.qml-v3.40.patch │ ├── MbItem.qml-v3.50 │ ├── MbItem.qml-v3.50.orig │ ├── MbItem.qml-v3.50.patch │ ├── MbItem.qml.patch │ ├── MbItemDigitalInput.qml-v3.40 │ ├── MbItemDigitalInput.qml-v3.40.orig │ ├── MbItemDigitalInput.qml-v3.40.patch │ ├── MbSpinBox.qml-v3.40 │ ├── MbSpinBox.qml-v3.40.orig │ ├── MbSpinBox.qml-v3.40.patch │ ├── MbStyle.qml-v3.40 │ ├── MbStyle.qml-v3.40.orig │ ├── MbStyle.qml-v3.40.patch │ ├── MbSubMenu.qml │ ├── MbSubMenu.qml.orig │ ├── MbSubMenu.qml.patch │ ├── Multi.qml │ ├── Multi.qml.orig │ ├── Multi.qml.patch │ ├── ObjectAcConnection.qml │ ├── ObjectAcConnection.qml.orig │ ├── ObjectAcConnection.qml.patch │ ├── OverviewBox.qml │ ├── OverviewBox.qml.orig │ ├── OverviewBox.qml.patch │ ├── OverviewConnection.qml │ ├── OverviewConnection.qml.orig │ ├── OverviewConnection.qml.patch │ ├── OverviewConnectionEnd.qml │ ├── OverviewConnectionEnd.qml.orig │ ├── OverviewConnectionEnd.qml.patch │ ├── OverviewGridParallel.qml │ ├── OverviewGridParallel.qml.orig │ ├── OverviewGridParallel.qml.patch │ ├── OverviewHub.qml │ ├── OverviewHub.qml.orig │ ├── OverviewHub.qml.patch │ ├── OverviewSolarCharger.qml │ ├── OverviewSolarCharger.qml.orig │ ├── OverviewSolarCharger.qml.patch │ ├── OverviewSolarInverter.qml │ ├── OverviewSolarInverter.qml.orig │ ├── OverviewSolarInverter.qml.patch │ ├── OverviewTankDelegate.qml │ ├── OverviewTankDelegate.qml.orig │ ├── OverviewTankDelegate.qml.patch │ ├── OverviewTanks.qml │ ├── OverviewTanks.qml.orig │ ├── OverviewTanks.qml.patch │ ├── PageDigitalInput.qml │ ├── PageDigitalInput.qml.orig │ ├── PageDigitalInput.qml.patch │ ├── PageGeneratorConditions.qml │ ├── PageGeneratorConditions.qml.orig │ ├── PageGeneratorConditions.qml.patch │ ├── PageMain.qml-v3.22 │ ├── PageMain.qml-v3.22.orig │ ├── PageMain.qml-v3.22.patch │ ├── PageMain.qml-v3.34 │ ├── PageMain.qml-v3.34.orig │ ├── PageMain.qml-v3.34.patch │ ├── PageMain.qml-v3.40 │ ├── PageMain.qml-v3.40.orig │ ├── PageMain.qml-v3.40.patch │ ├── PageMain.qml-v3.60 │ ├── PageMain.qml-v3.60.orig │ ├── PageMain.qml-v3.60.patch │ ├── PageSettingsDisplay.qml-v3.14 │ ├── PageSettingsDisplay.qml-v3.14.orig │ ├── PageSettingsDisplay.qml-v3.14.patch │ ├── PageSettingsDisplay.qml-v3.22 │ ├── PageSettingsDisplay.qml-v3.22.orig │ ├── PageSettingsDisplay.qml-v3.22.patch │ ├── PageSettingsDisplay.qml-v3.34 │ ├── PageSettingsDisplay.qml-v3.34.orig │ ├── PageSettingsDisplay.qml-v3.34.patch │ ├── PageSettingsDisplay.qml-v3.40 │ ├── PageSettingsDisplay.qml-v3.40.orig │ ├── PageSettingsDisplay.qml-v3.40.patch │ ├── PageSettingsGenerator.qml │ ├── PageSettingsGenerator.qml.orig │ ├── PageSettingsGenerator.qml.patch │ ├── PageSettingsRelay.qml-v3.22 │ ├── PageSettingsRelay.qml-v3.22.orig │ ├── PageSettingsRelay.qml-v3.22.patch │ ├── PageSettingsRelay.qml-v3.55 │ ├── PageSettingsRelay.qml-v3.55.orig │ ├── PageSettingsRelay.qml-v3.55.patch │ ├── PageSettingsRelay.qml-v3.70~45 │ ├── PageSettingsRelay.qml-v3.70~45.orig │ ├── PageSettingsRelay.qml-v3.70~45.patch │ ├── PowerGauge.qml │ ├── PowerGauge.qml.orig │ ├── Tile.qml-v3.41 │ ├── Tile.qml-v3.41.orig │ ├── Tile.qml-v3.41.patch │ ├── Tile.qml-v3.60 │ ├── Tile.qml-v3.60.orig │ ├── Tile.qml-v3.60.patch │ ├── TileText.qml │ ├── TileText.qml.orig │ ├── TileText.qml.patch │ ├── attributes.csv-v3.40 │ ├── attributes.csv-v3.40.orig │ ├── attributes.csv-v3.40.patch │ ├── attributes.csv.patchOptions │ ├── dbus_digitalinputs.py-v3.41 │ ├── dbus_digitalinputs.py-v3.41.orig │ ├── dbus_digitalinputs.py-v3.41.patch │ ├── dbus_digitalinputs.py-v3.55 │ ├── dbus_digitalinputs.py-v3.55.orig │ ├── dbus_digitalinputs.py-v3.55.patch │ ├── dbus_generator.py-v3.41 │ ├── dbus_generator.py-v3.41.orig │ ├── dbus_generator.py-v3.41.patch │ ├── dbus_generator.py-v3.60 │ ├── dbus_generator.py-v3.60.orig │ ├── dbus_generator.py-v3.60.patch │ ├── dbus_systemcalc.py-v3.14 │ ├── dbus_systemcalc.py-v3.14.orig │ ├── dbus_systemcalc.py-v3.14.patch │ ├── dbus_systemcalc.py-v3.34 │ ├── dbus_systemcalc.py-v3.34.orig │ ├── dbus_systemcalc.py-v3.34.patch │ ├── dbus_systemcalc.py-v3.40 │ ├── dbus_systemcalc.py-v3.40.orig │ ├── dbus_systemcalc.py-v3.40.patch │ ├── dbus_systemcalc.py-v3.50 │ ├── dbus_systemcalc.py-v3.50.orig │ ├── dbus_systemcalc.py-v3.50.patch │ ├── dbus_systemcalc.py-v3.52 │ ├── dbus_systemcalc.py-v3.52.orig │ ├── dbus_systemcalc.py-v3.52.patch │ ├── dbus_systemcalc.py-v3.53 │ ├── dbus_systemcalc.py-v3.53.orig │ ├── dbus_systemcalc.py-v3.53.patch │ ├── dbus_systemcalc.py-v3.55 │ ├── dbus_systemcalc.py-v3.55.orig │ ├── dbus_systemcalc.py-v3.55.patch │ ├── dbus_systemcalc.py-v3.60 │ ├── dbus_systemcalc.py-v3.60.orig │ ├── dbus_systemcalc.py-v3.60.patch │ ├── dbus_systemcalc.py-v3.70~25 │ ├── dbus_systemcalc.py-v3.70~25.orig │ ├── dbus_systemcalc.py-v3.70~25.patch │ ├── main.qml-v3.22 │ ├── main.qml-v3.22.orig │ ├── main.qml-v3.22.patch │ ├── main.qml-v3.34 │ ├── main.qml-v3.34.orig │ ├── main.qml-v3.34.patch │ ├── main.qml-v3.40 │ ├── main.qml-v3.40.orig │ ├── main.qml-v3.40.patch │ ├── main.qml-v3.50 │ ├── main.qml-v3.50.orig │ ├── main.qml-v3.50.patch │ ├── main.qml-v3.51 │ ├── main.qml-v3.51.orig │ ├── main.qml-v3.51.patch │ ├── startstop.py-v3.14 │ ├── startstop.py-v3.14.orig │ ├── startstop.py-v3.14.patch │ ├── startstop.py-v3.31 │ ├── startstop.py-v3.31.orig │ ├── startstop.py-v3.31.patch │ ├── startstop.py-v3.41 │ ├── startstop.py-v3.41.orig │ ├── startstop.py-v3.41.patch │ ├── startstop.py-v3.53 │ ├── startstop.py-v3.53.orig │ ├── startstop.py-v3.53.patch │ ├── startstop.py-v3.60 │ ├── startstop.py-v3.60.orig │ ├── startstop.py-v3.60.patch │ ├── styles.css │ ├── styles.css.orig │ └── styles.css.patch ├── VersionIndependent │ ├── DcSystemRow.qml │ ├── DetailAcCharger.qml │ ├── DetailAcInput.qml │ ├── DetailAlternator.qml │ ├── DetailBattery.qml │ ├── DetailButton.qml │ ├── DetailDcSystem.qml │ ├── DetailFuelCell.qml │ ├── DetailInverter.qml │ ├── DetailLoadsCombined.qml │ ├── DetailLoadsOnInput.qml │ ├── DetailLoadsOnOutput.qml │ ├── DetailMotorDrive.qml │ ├── DetailPvCharger.qml │ ├── DetailPvInverter.qml │ ├── DetailTarget.qml │ ├── DetailWindGen.qml │ ├── LedText.qml │ ├── MarqueeEnhanced.qml │ ├── MultiEnhanced.qml │ ├── MultiEnhancedGP.qml │ ├── OverviewAcValuesEnhanced.qml │ ├── OverviewGeneratorRelayEnhanced.qml │ ├── OverviewRelays.qml │ ├── OverviewTanksTempsDigInputs.qml │ ├── PageSettingsGuiModsGauges.qml │ ├── PowerGaugeBattery.qml │ ├── PowerGaugeMulti.qml │ ├── PvChargerRow.qml │ ├── PvInverterRow.qml │ ├── SystemReasonMessage.qml │ ├── SystemStateShort.qml │ ├── TileAutoRunEnhanced.qml │ ├── TileDigIn.qml │ ├── TileManualStartEnhanced.qml │ ├── TileRelay.qml │ ├── TileTankEnhanced.qml │ ├── TileTemp.qml │ ├── enhancedFormat.js │ ├── overview-renewable-light.svg │ └── timeToGo.js ├── fileList ├── fileListPatched ├── fileListVersionIndependent ├── v3.10 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewGeneratorEnhanced.qml.orig │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageGenerator.qml.orig │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.11 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.12 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.13 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.14 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ ├── PageSettingsGuiMods.qml.orig │ └── PowerGauge.qml ├── v3.20 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.21 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.22 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ ├── PageSettingsGuiMods.qml.orig │ └── PowerGauge.qml ├── v3.30 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.31 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewGeneratorEnhanced.qml.orig │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageGenerator.qml.orig │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.33 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.34 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewFlowComplex.qml.orig │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewHubEnhanced.qml.orig │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ ├── PowerGauge.qml │ └── PowerGauge.qml.orig ├── v3.40 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.41 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewGeneratorEnhanced.qml.orig │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── OverviewMobileEnhanced.qml.orig │ ├── PageGenerator.qml │ ├── PageGenerator.qml.orig │ ├── PageSettingsGuiMods.qml │ ├── PageSettingsGuiMods.qml.orig │ └── PowerGauge.qml ├── v3.50 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.51 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.52 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.53 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.54 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.55 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewFlowComplex.qml.orig │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewGeneratorEnhanced.qml.orig │ ├── OverviewHubEnhanced.qml │ ├── OverviewHubEnhanced.qml.orig │ ├── OverviewMobileEnhanced.qml │ ├── OverviewMobileEnhanced.qml.orig │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageGenerator.qml.orig │ ├── PageSettingsGuiMods.qml │ ├── PageSettingsGuiMods.qml.orig │ ├── PowerGauge.qml │ └── PowerGauge.qml.orig ├── v3.60 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.62 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.63 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.64 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── OverviewMobileEnhanced.qml.orig │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.70~25 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.70~35 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── v3.70~45 │ ├── COMPLETE │ ├── OverviewFlowComplex.qml │ ├── OverviewFlowComplex.qml.orig │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewGeneratorEnhanced.qml.orig │ ├── OverviewHubEnhanced.qml │ ├── OverviewHubEnhanced.qml.orig │ ├── OverviewMobileEnhanced.qml │ ├── OverviewMobileEnhanced.qml.orig │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageGenerator.qml.orig │ ├── PageSettingsGuiMods.qml │ ├── PageSettingsGuiMods.qml.orig │ ├── PowerGauge.qml │ └── PowerGauge.qml.orig └── v3.70~9 │ ├── COMPLETE │ ├── LINKS_ONLY │ ├── OverviewFlowComplex.qml │ ├── OverviewGeneratorEnhanced.qml │ ├── OverviewHubEnhanced.qml │ ├── OverviewMobileEnhanced.qml │ ├── PageGenerator.qml.USE_ORIGINAL │ ├── PageSettingsGuiMods.qml │ └── PowerGauge.qml ├── ReadMe ├── changes ├── firstCompatibleVersion ├── gitHubInfo ├── packageDependencies ├── services └── ExtTransferSwitch │ ├── log │ └── run │ └── run ├── setup └── version /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/latest-tag.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/.github/workflows/latest-tag.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /DbusSettingsList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/DbusSettingsList -------------------------------------------------------------------------------- /ExtTransferSwitch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/ExtTransferSwitch.py -------------------------------------------------------------------------------- /FileSets/AlternateOriginals/OverviewFlowComplex.qml.ALT_ORIG: -------------------------------------------------------------------------------- 1 | /opt/victronenergy/gui/qml/OverviewGridParallel.qml 2 | -------------------------------------------------------------------------------- /FileSets/AlternateOriginals/OverviewGeneratorEnhanced.qml.ALT_ORIG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/AlternateOriginals/OverviewGeneratorEnhanced.qml.ALT_ORIG -------------------------------------------------------------------------------- /FileSets/AlternateOriginals/OverviewHubEnhanced.qml.ALT_ORIG: -------------------------------------------------------------------------------- 1 | /opt/victronenergy/gui/qml/OverviewHub.qml 2 | -------------------------------------------------------------------------------- /FileSets/AlternateOriginals/OverviewMobileEnhanced.qml.ALT_ORIG: -------------------------------------------------------------------------------- 1 | /opt/victronenergy/gui/qml/OverviewMobile.qml 2 | -------------------------------------------------------------------------------- /FileSets/AlternateOriginals/PageSettingsGuiMods.qml.ALT_ORIG: -------------------------------------------------------------------------------- 1 | /opt/victronenergy/gui/qml/PageSettingsHub4.qml 2 | -------------------------------------------------------------------------------- /FileSets/AlternateOriginals/PowerGauge.qml.ALT_ORIG: -------------------------------------------------------------------------------- 1 | /opt/victronenergy/gui/qml/HubData.qml 2 | -------------------------------------------------------------------------------- /FileSets/PatchSource/Battery.qml-v3.34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Battery.qml-v3.34 -------------------------------------------------------------------------------- /FileSets/PatchSource/Battery.qml-v3.34.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Battery.qml-v3.34.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/Battery.qml-v3.34.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Battery.qml-v3.34.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/Battery.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Battery.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/Battery.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Battery.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/Battery.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Battery.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/HubData.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/HubData.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/HubData.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/HubData.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/HubData.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/HubData.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBox.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBox.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBox.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBox.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBox.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBox.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBox.qml-v3.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBox.qml-v3.50 -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBox.qml-v3.50.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBox.qml-v3.50.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBox.qml-v3.50.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBox.qml-v3.50.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBoxDateTime.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBoxDateTime.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBoxDateTime.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBoxDateTime.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbEditBoxDateTime.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbEditBoxDateTime.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItem.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItem.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItem.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItem.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItem.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItem.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItem.qml-v3.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItem.qml-v3.50 -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItem.qml-v3.50.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItem.qml-v3.50.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItem.qml-v3.50.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItem.qml-v3.50.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItem.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItem.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItemDigitalInput.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItemDigitalInput.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItemDigitalInput.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItemDigitalInput.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbItemDigitalInput.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbItemDigitalInput.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbSpinBox.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbSpinBox.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/MbSpinBox.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbSpinBox.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbSpinBox.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbSpinBox.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbStyle.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbStyle.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/MbStyle.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbStyle.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbStyle.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbStyle.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/MbSubMenu.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbSubMenu.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/MbSubMenu.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbSubMenu.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/MbSubMenu.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/MbSubMenu.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/Multi.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Multi.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/Multi.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Multi.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/Multi.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Multi.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/ObjectAcConnection.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/ObjectAcConnection.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/ObjectAcConnection.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/ObjectAcConnection.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/ObjectAcConnection.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/ObjectAcConnection.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewBox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewBox.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewBox.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewBox.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewBox.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewBox.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewConnection.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewConnection.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewConnection.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewConnection.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewConnection.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewConnection.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewConnectionEnd.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewConnectionEnd.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewConnectionEnd.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewConnectionEnd.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewConnectionEnd.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewConnectionEnd.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewGridParallel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewGridParallel.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewGridParallel.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewGridParallel.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewGridParallel.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewGridParallel.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewHub.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewHub.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewHub.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewHub.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewHub.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewHub.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewSolarCharger.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewSolarCharger.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewSolarCharger.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewSolarCharger.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewSolarCharger.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewSolarCharger.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewSolarInverter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewSolarInverter.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewSolarInverter.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewSolarInverter.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewSolarInverter.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewSolarInverter.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewTankDelegate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewTankDelegate.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewTankDelegate.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewTankDelegate.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewTankDelegate.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewTankDelegate.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewTanks.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewTanks.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewTanks.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewTanks.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/OverviewTanks.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/OverviewTanks.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageDigitalInput.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageDigitalInput.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/PageDigitalInput.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageDigitalInput.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageDigitalInput.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageDigitalInput.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageGeneratorConditions.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageGeneratorConditions.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/PageGeneratorConditions.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageGeneratorConditions.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageGeneratorConditions.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageGeneratorConditions.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.22 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.22.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.22.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.22.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.34 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.34.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.34.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.34.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.34.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.60 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.60.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.60.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageMain.qml-v3.60.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageMain.qml-v3.60.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.14 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.14.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.14.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.14.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.14.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.22 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.22.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.22.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.22.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.34 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.34.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.34.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.34.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.34.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsDisplay.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsDisplay.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsGenerator.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsGenerator.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsGenerator.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsGenerator.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsGenerator.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsGenerator.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.22 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.22.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.22.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.22.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.55 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.55.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.55.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.55.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.55.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.70~45: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.70~45 -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.70~45.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.70~45.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/PageSettingsRelay.qml-v3.70~45.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PageSettingsRelay.qml-v3.70~45.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/PowerGauge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/PowerGauge.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/PowerGauge.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/Tile.qml-v3.41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Tile.qml-v3.41 -------------------------------------------------------------------------------- /FileSets/PatchSource/Tile.qml-v3.41.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Tile.qml-v3.41.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/Tile.qml-v3.41.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Tile.qml-v3.41.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/Tile.qml-v3.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Tile.qml-v3.60 -------------------------------------------------------------------------------- /FileSets/PatchSource/Tile.qml-v3.60.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Tile.qml-v3.60.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/Tile.qml-v3.60.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/Tile.qml-v3.60.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/TileText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/TileText.qml -------------------------------------------------------------------------------- /FileSets/PatchSource/TileText.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/TileText.qml.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/TileText.qml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/TileText.qml.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/attributes.csv-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/attributes.csv-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/attributes.csv-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/attributes.csv-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/attributes.csv-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/attributes.csv-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/attributes.csv.patchOptions: -------------------------------------------------------------------------------- 1 | -U 0 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_digitalinputs.py-v3.41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_digitalinputs.py-v3.41 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_digitalinputs.py-v3.41.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_digitalinputs.py-v3.41.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_digitalinputs.py-v3.41.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_digitalinputs.py-v3.41.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_digitalinputs.py-v3.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_digitalinputs.py-v3.55 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_digitalinputs.py-v3.55.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_digitalinputs.py-v3.55.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_digitalinputs.py-v3.55.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_digitalinputs.py-v3.55.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_generator.py-v3.41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_generator.py-v3.41 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_generator.py-v3.41.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_generator.py-v3.41.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_generator.py-v3.41.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_generator.py-v3.41.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_generator.py-v3.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_generator.py-v3.60 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_generator.py-v3.60.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_generator.py-v3.60.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_generator.py-v3.60.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_generator.py-v3.60.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.14 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.14.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.14.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.14.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.14.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.34 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.34.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.34.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.34.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.34.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.50 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.50.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.50.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.50.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.50.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.52 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.52.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.52.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.52.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.52.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.53: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.53 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.53.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.53.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.53.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.53.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.55 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.55.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.55.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.55.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.55.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.60 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.60.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.60.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.60.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.60.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.70~25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.70~25 -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.70~25.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.70~25.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/dbus_systemcalc.py-v3.70~25.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/dbus_systemcalc.py-v3.70~25.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.22 -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.22.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.22.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.22.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.34 -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.34.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.34.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.34.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.34.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.40 -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.40.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.40.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.40.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.50 -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.50.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.50.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.50.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.50.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.51 -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.51.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.51.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/main.qml-v3.51.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/main.qml-v3.51.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.14 -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.14.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.14.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.14.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.14.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.31 -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.31.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.31.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.31.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.31.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.41 -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.41.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.41.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.41.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.41.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.53: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.53 -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.53.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.53.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.53.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.53.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.60 -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.60.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.60.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/startstop.py-v3.60.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/startstop.py-v3.60.patch -------------------------------------------------------------------------------- /FileSets/PatchSource/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/styles.css -------------------------------------------------------------------------------- /FileSets/PatchSource/styles.css.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/styles.css.orig -------------------------------------------------------------------------------- /FileSets/PatchSource/styles.css.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/PatchSource/styles.css.patch -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DcSystemRow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DcSystemRow.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailAcCharger.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailAcCharger.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailAcInput.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailAcInput.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailAlternator.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailAlternator.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailBattery.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailBattery.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailButton.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailDcSystem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailDcSystem.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailFuelCell.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailFuelCell.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailInverter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailInverter.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailLoadsCombined.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailLoadsCombined.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailLoadsOnInput.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailLoadsOnInput.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailLoadsOnOutput.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailLoadsOnOutput.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailMotorDrive.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailMotorDrive.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailPvCharger.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailPvCharger.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailPvInverter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailPvInverter.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailTarget.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailTarget.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/DetailWindGen.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/DetailWindGen.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/LedText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/LedText.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/MarqueeEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/MarqueeEnhanced.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/MultiEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/MultiEnhanced.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/MultiEnhancedGP.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/MultiEnhancedGP.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/OverviewAcValuesEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/OverviewAcValuesEnhanced.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/OverviewGeneratorRelayEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/OverviewGeneratorRelayEnhanced.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/OverviewRelays.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/OverviewRelays.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/OverviewTanksTempsDigInputs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/OverviewTanksTempsDigInputs.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/PageSettingsGuiModsGauges.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/PageSettingsGuiModsGauges.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/PowerGaugeBattery.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/PowerGaugeBattery.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/PowerGaugeMulti.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/PowerGaugeMulti.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/PvChargerRow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/PvChargerRow.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/PvInverterRow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/PvInverterRow.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/SystemReasonMessage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/SystemReasonMessage.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/SystemStateShort.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/SystemStateShort.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/TileAutoRunEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/TileAutoRunEnhanced.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/TileDigIn.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/TileDigIn.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/TileManualStartEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/TileManualStartEnhanced.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/TileRelay.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/TileRelay.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/TileTankEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/TileTankEnhanced.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/TileTemp.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/TileTemp.qml -------------------------------------------------------------------------------- /FileSets/VersionIndependent/enhancedFormat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/enhancedFormat.js -------------------------------------------------------------------------------- /FileSets/VersionIndependent/overview-renewable-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/overview-renewable-light.svg -------------------------------------------------------------------------------- /FileSets/VersionIndependent/timeToGo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/VersionIndependent/timeToGo.js -------------------------------------------------------------------------------- /FileSets/fileList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/fileList -------------------------------------------------------------------------------- /FileSets/fileListPatched: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/fileListPatched -------------------------------------------------------------------------------- /FileSets/fileListVersionIndependent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/fileListVersionIndependent -------------------------------------------------------------------------------- /FileSets/v3.10/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.10/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.10/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.10/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.10/OverviewGeneratorEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.10/OverviewGeneratorEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.10/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.10/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.10/PageGenerator.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.10/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.10/PageGenerator.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.10/PageGenerator.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.10/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.14/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.10/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.11/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.11/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.11/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.11/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.11/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.11/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.11/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.11/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.14/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.11/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.12/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.12/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.12/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.12/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.12/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.12/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.12/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.12/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.14/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.12/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.13/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.13/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.13/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.13/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.13/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.13/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.13/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.13/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.14/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.13/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.14/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.14/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.14/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.14/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.14/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.14/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.14/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.14/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.14/PageSettingsGuiMods.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.14/PageSettingsGuiMods.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.14/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.20/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.20/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.20/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.20/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.20/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.20/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.20/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.20/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.22/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.20/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.21/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.21/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.21/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.21/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.21/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.21/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.21/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.21/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.22/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.21/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.22/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.22/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.22/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.22/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.22/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.22/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.22/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.22/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.22/PageSettingsGuiMods.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.22/PageSettingsGuiMods.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.22/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.30/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.30/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.30/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.30/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.30/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.30/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.30/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.30/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.30/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.31/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.31/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.31/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.31/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.31/OverviewGeneratorEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.31/OverviewGeneratorEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.31/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.31/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.31/PageGenerator.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.31/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.31/PageGenerator.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.31/PageGenerator.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.31/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.31/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.33/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.33/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.33/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.33/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.33/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.33/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.33/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.33/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.33/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.34/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.34/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.34/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.34/OverviewFlowComplex.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.34/OverviewFlowComplex.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.34/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.34/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.34/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.34/OverviewHubEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.34/OverviewHubEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.34/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.34/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.34/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.34/PowerGauge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.34/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.34/PowerGauge.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.34/PowerGauge.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.40/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.40/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.40/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.40/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.40/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.40/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.40/PageGenerator.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.40/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.41/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.40/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.41/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.41/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.41/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.41/OverviewGeneratorEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/OverviewGeneratorEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.41/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.41/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.41/OverviewMobileEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/OverviewMobileEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.41/PageGenerator.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/PageGenerator.qml -------------------------------------------------------------------------------- /FileSets/v3.41/PageGenerator.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/PageGenerator.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.41/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.41/PageSettingsGuiMods.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.41/PageSettingsGuiMods.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.41/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.50/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.50/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.50/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.50/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.50/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.50/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.50/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.50/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.50/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.51/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.51/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.51/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.51/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.51/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.51/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.51/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.51/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.51/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.52/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.52/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.52/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.52/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.52/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.52/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.52/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.52/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.52/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.53/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.53/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.53/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.53/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.53/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.53/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.53/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.53/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.53/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.54/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.54/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.54/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.54/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.54/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.54/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.54/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.54/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.54/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.55/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewFlowComplex.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewFlowComplex.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewGeneratorEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewGeneratorEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewHubEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewHubEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.55/OverviewMobileEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/OverviewMobileEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.55/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.55/PageGenerator.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/PageGenerator.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.55/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.55/PageSettingsGuiMods.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/PageSettingsGuiMods.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.55/PowerGauge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.55/PowerGauge.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.55/PowerGauge.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.60/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.60/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.60/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.60/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.60/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.60/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.64/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.60/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.60/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.60/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.62/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.62/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.62/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.62/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.62/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.62/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.64/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.62/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.62/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.62/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.63/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.63/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.63/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.63/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.63/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.63/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.64/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.63/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.63/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.63/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.64/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.64/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.64/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.64/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.64/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.64/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.64/OverviewMobileEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.64/OverviewMobileEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.64/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.64/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.64/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.70~25/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~25/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~25/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.70~25/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~25/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~25/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~25/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~25/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.70~25/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.70~35/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~35/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~35/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.70~35/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~35/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~35/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~35/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~35/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.70~35/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.70~45/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewFlowComplex.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewFlowComplex.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewGeneratorEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewGeneratorEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewHubEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewHubEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~45/OverviewMobileEnhanced.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/OverviewMobileEnhanced.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.70~45/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~45/PageGenerator.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/PageGenerator.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.70~45/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.70~45/PageSettingsGuiMods.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/PageSettingsGuiMods.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.70~45/PowerGauge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /FileSets/v3.70~45/PowerGauge.qml.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/FileSets/v3.70~45/PowerGauge.qml.orig -------------------------------------------------------------------------------- /FileSets/v3.70~9/COMPLETE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~9/LINKS_ONLY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~9/OverviewFlowComplex.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewFlowComplex.qml -------------------------------------------------------------------------------- /FileSets/v3.70~9/OverviewGeneratorEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewGeneratorEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~9/OverviewHubEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewHubEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~9/OverviewMobileEnhanced.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/OverviewMobileEnhanced.qml -------------------------------------------------------------------------------- /FileSets/v3.70~9/PageGenerator.qml.USE_ORIGINAL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileSets/v3.70~9/PageSettingsGuiMods.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PageSettingsGuiMods.qml -------------------------------------------------------------------------------- /FileSets/v3.70~9/PowerGauge.qml: -------------------------------------------------------------------------------- 1 | ../v3.70~45/PowerGauge.qml -------------------------------------------------------------------------------- /ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/ReadMe -------------------------------------------------------------------------------- /changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/changes -------------------------------------------------------------------------------- /firstCompatibleVersion: -------------------------------------------------------------------------------- 1 | v3.10 -------------------------------------------------------------------------------- /gitHubInfo: -------------------------------------------------------------------------------- 1 | kwindrem:latest 2 | -------------------------------------------------------------------------------- /packageDependencies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/packageDependencies -------------------------------------------------------------------------------- /services/ExtTransferSwitch/log/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec multilog t s25000 n4 /var/log/ExtTransferSwitch 3 | 4 | -------------------------------------------------------------------------------- /services/ExtTransferSwitch/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/services/ExtTransferSwitch/run -------------------------------------------------------------------------------- /setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kwindrem/GuiMods/HEAD/setup -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | v10.97 2 | --------------------------------------------------------------------------------