workspace.xml (11821B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <project version="4"> 3 <component name="CargoProjects"> 4 <cargoProject FILE="$PROJECT_DIR$/Cargo.toml" /> 5 <cargoProject FILE="$PROJECT_DIR$/lsc_example_plugin/Cargo.toml" /> 6 </component> 7 <component name="ChangeListManager"> 8 <list default="true" id="cfc5721f-cc06-4df2-8555-3745919e4c56" name="Default Changelist" comment=""> 9 <change afterPath="$PROJECT_DIR$/launchpad_sway_controler_macros/Cargo.toml" afterDir="false" /> 10 <change afterPath="$PROJECT_DIR$/launchpad_sway_controler_macros/src/lib.rs" afterDir="false" /> 11 <change beforePath="$PROJECT_DIR$/.idea/LaunchpadSwayControler.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/LaunchpadSwayControler.iml" afterDir="false" /> 12 <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> 13 <change beforePath="$PROJECT_DIR$/Cargo.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.lock" afterDir="false" /> 14 <change beforePath="$PROJECT_DIR$/Cargo.toml" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.toml" afterDir="false" /> 15 <change beforePath="$PROJECT_DIR$/launchpad_sway_controler/src/main.rs" beforeDir="false" afterPath="$PROJECT_DIR$/launchpad_sway_controler/src/main.rs" afterDir="false" /> 16 <change beforePath="$PROJECT_DIR$/launchpad_sway_controler/src/mappings/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/launchpad_sway_controler/src/mappings/mod.rs" afterDir="false" /> 17 <change beforePath="$PROJECT_DIR$/launchpad_sway_controler/src/utils/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/launchpad_sway_controler/src/utils/mod.rs" afterDir="false" /> 18 </list> 19 <option name="SHOW_DIALOG" value="false" /> 20 <option name="HIGHLIGHT_CONFLICTS" value="true" /> 21 <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> 22 <option name="LAST_RESOLUTION" value="IGNORE" /> 23 </component> 24 <component name="DarkyenusTimeTracker"> 25 <option name="totalTimeSeconds" value="24522" /> 26 <option name="idleThresholdMs" value="60000" /> 27 <option name="autoCountIdleSeconds" value="0" /> 28 <option name="stopWhenIdleRatherThanPausing" value="true" /> 29 <option name="pauseOtherTrackerInstances" value="false" /> 30 <option name="gitIntegration" value="true" /> 31 <option name="naggedAbout" value="1" /> 32 </component> 33 <component name="Git.Settings"> 34 <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> 35 </component> 36 <component name="KotlinMultiplatform"> 37 <allAvailableExecutables /> 38 </component> 39 <component name="MacroExpansionManager"> 40 <option name="directoryName" value="ho9ja37x" /> 41 </component> 42 <component name="ProjectId" id="1lFAMettmogwp3he1jrYeQkqtz8" /> 43 <component name="ProjectLevelVcsManager"> 44 <ConfirmationsSetting value="2" id="Add" /> 45 </component> 46 <component name="ProjectViewState"> 47 <option name="hideEmptyMiddlePackages" value="true" /> 48 <option name="showLibraryContents" value="true" /> 49 </component> 50 <component name="PropertiesComponent"> 51 <property name="ASKED_ADD_EXTERNAL_FILES" value="true" /> 52 <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> 53 <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> 54 <property name="WebServerToolWindowFactoryState" value="false" /> 55 <property name="last_opened_file_path" value="$PROJECT_DIR$/launchpad_sway_controler/src" /> 56 <property name="org.rust.cargo.project.model.PROJECT_DISCOVERY" value="true" /> 57 <property name="project.structure.last.edited" value="Modules" /> 58 <property name="project.structure.proportion" value="0.0" /> 59 <property name="project.structure.side.proportion" value="0.2" /> 60 <property name="settings.editor.selected.configurable" value="language.rust.rustfmt" /> 61 </component> 62 <component name="RecentsManager"> 63 <key name="CopyFile.RECENT_KEYS"> 64 <recent name="$PROJECT_DIR$/launchpad_sway_controler/src" /> 65 <recent name="$PROJECT_DIR$/lsc_example_plugin/src" /> 66 <recent name="$PROJECT_DIR$" /> 67 </key> 68 <key name="MoveFile.RECENT_KEYS"> 69 <recent name="$PROJECT_DIR$/lsc_matrix_presets/src" /> 70 <recent name="$PROJECT_DIR$/launchpad_sway_controler/src/sway" /> 71 <recent name="$PROJECT_DIR$/launchpad_sway_controler/src/utils" /> 72 </key> 73 </component> 74 <component name="RunManager" selected="Cargo.Run"> 75 <configuration name="Run lsc_example_plugin" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true"> 76 <option name="command" value="run --package lsc_example_plugin --bin lsc_example_plugin" /> 77 <option name="workingDirectory" value="file://$PROJECT_DIR$/lsc_example_plugin" /> 78 <option name="channel" value="DEFAULT" /> 79 <option name="allFeatures" value="false" /> 80 <option name="emulateTerminal" value="false" /> 81 <option name="backtrace" value="SHORT" /> 82 <envs /> 83 <option name="isRedirectInput" value="false" /> 84 <option name="redirectInputPath" value="" /> 85 <method v="2"> 86 <option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" /> 87 </method> 88 </configuration> 89 <configuration name="Run" type="CargoCommandRunConfiguration" factoryName="Cargo Command" nameIsGenerated="true"> 90 <option name="command" value="run -p launchpad_sway_controler --release" /> 91 <option name="workingDirectory" value="file://$PROJECT_DIR$" /> 92 <option name="channel" value="DEFAULT" /> 93 <option name="allFeatures" value="false" /> 94 <option name="emulateTerminal" value="false" /> 95 <option name="backtrace" value="SHORT" /> 96 <envs /> 97 <option name="isRedirectInput" value="false" /> 98 <option name="redirectInputPath" value="" /> 99 <method v="2"> 100 <option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" /> 101 </method> 102 </configuration> 103 <list> 104 <item itemvalue="Cargo.Run" /> 105 <item itemvalue="Cargo.Run lsc_example_plugin" /> 106 </list> 107 <recent_temporary> 108 <list> 109 <item itemvalue="Cargo.Run lsc_example_plugin" /> 110 </list> 111 </recent_temporary> 112 </component> 113 <component name="RustProjectSettings"> 114 <option name="runRustfmtOnSave" value="true" /> 115 <option name="toolchainHomeDirectory" value="/usr/bin" /> 116 <option name="useRustfmt" value="true" /> 117 <option name="version" value="2" /> 118 </component> 119 <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> 120 <component name="TaskManager"> 121 <task active="true" id="Default" summary="Default task"> 122 <changelist id="cfc5721f-cc06-4df2-8555-3745919e4c56" name="Default Changelist" comment="" /> 123 <created>1607182424184</created> 124 <option name="number" value="Default" /> 125 <option name="presentableId" value="Default" /> 126 <updated>1607182424184</updated> 127 <workItem from="1607182426972" duration="523000" /> 128 <workItem from="1607182962786" duration="7425000" /> 129 <workItem from="1607203029545" duration="5407000" /> 130 <workItem from="1607288434655" duration="1399000" /> 131 <workItem from="1607705539184" duration="14000" /> 132 <workItem from="1607710292802" duration="1356000" /> 133 <workItem from="1607711840578" duration="461000" /> 134 <workItem from="1607712988488" duration="799000" /> 135 <workItem from="1607714679105" duration="1299000" /> 136 <workItem from="1607716945713" duration="4563000" /> 137 <workItem from="1607936162789" duration="15000" /> 138 <workItem from="1608061205255" duration="763000" /> 139 <workItem from="1608229569199" duration="23592000" /> 140 <workItem from="1608549168444" duration="10000" /> 141 <workItem from="1608556330627" duration="91000" /> 142 <workItem from="1608573275369" duration="4354000" /> 143 </task> 144 <task id="LOCAL-00001" summary="refactor: Use Workspace setup"> 145 <created>1607182699156</created> 146 <option name="number" value="00001" /> 147 <option name="presentableId" value="LOCAL-00001" /> 148 <option name="project" value="LOCAL" /> 149 <updated>1607182699156</updated> 150 </task> 151 <task id="LOCAL-00002" summary="feat: Add ability to have multiple actions beyond workspace managment"> 152 <created>1607188349376</created> 153 <option name="number" value="00002" /> 154 <option name="presentableId" value="LOCAL-00002" /> 155 <option name="project" value="LOCAL" /> 156 <updated>1607188349376</updated> 157 </task> 158 <task id="LOCAL-00003" summary="fix: on reset also disable LEDs again"> 159 <created>1607188704601</created> 160 <option name="number" value="00003" /> 161 <option name="presentableId" value="LOCAL-00003" /> 162 <option name="project" value="LOCAL" /> 163 <updated>1607188704601</updated> 164 </task> 165 <task id="LOCAL-00004" summary="fix: reset colors when moving away from known workspaces"> 166 <created>1607209625887</created> 167 <option name="number" value="00004" /> 168 <option name="presentableId" value="LOCAL-00004" /> 169 <option name="project" value="LOCAL" /> 170 <updated>1607209625887</updated> 171 </task> 172 <task id="LOCAL-00005" summary="feat: Prepare Matrix and Layers"> 173 <created>1608242090649</created> 174 <option name="number" value="00005" /> 175 <option name="presentableId" value="LOCAL-00005" /> 176 <option name="project" value="LOCAL" /> 177 <updated>1608242090649</updated> 178 </task> 179 <task id="LOCAL-00006" summary="refactor: Move layer action keys out of layer"> 180 <created>1608242637813</created> 181 <option name="number" value="00006" /> 182 <option name="presentableId" value="LOCAL-00006" /> 183 <option name="project" value="LOCAL" /> 184 <updated>1608242637813</updated> 185 </task> 186 <task id="LOCAL-00007" summary="feat: Implement layers fully"> 187 <created>1608250883243</created> 188 <option name="number" value="00007" /> 189 <option name="presentableId" value="LOCAL-00007" /> 190 <option name="project" value="LOCAL" /> 191 <updated>1608250883243</updated> 192 </task> 193 <task id="LOCAL-00008" summary="feat: Add alphaish matrix integration"> 194 <created>1608308389146</created> 195 <option name="number" value="00008" /> 196 <option name="presentableId" value="LOCAL-00008" /> 197 <option name="project" value="LOCAL" /> 198 <updated>1608308389146</updated> 199 </task> 200 <task id="LOCAL-00009" summary="feat: Add Spotify and Mumble handling"> 201 <created>1608579315670</created> 202 <option name="number" value="00009" /> 203 <option name="presentableId" value="LOCAL-00009" /> 204 <option name="project" value="LOCAL" /> 205 <updated>1608579315670</updated> 206 </task> 207 <option name="localTasksCounter" value="10" /> 208 <servers /> 209 </component> 210 <component name="VcsManagerConfiguration"> 211 <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" /> 212 <MESSAGE value="refactor: Use Workspace setup" /> 213 <MESSAGE value="feat: Add ability to have multiple actions beyond workspace managment" /> 214 <MESSAGE value="fix: on reset also disable LEDs again" /> 215 <MESSAGE value="fix: reset colors when moving away from known workspaces" /> 216 <MESSAGE value="feat: Prepare Matrix and Layers" /> 217 <MESSAGE value="refactor: Move layer action keys out of layer" /> 218 <MESSAGE value="feat: Implement layers fully" /> 219 <MESSAGE value="feat: Add alphaish matrix integration" /> 220 <MESSAGE value="feat: Add Spotify and Mumble handling" /> 221 <option name="LAST_COMMIT_MESSAGE" value="feat: Add Spotify and Mumble handling" /> 222 </component> 223 <component name="XSLT-Support.FileAssociations.UIState"> 224 <expand /> 225 <select /> 226 </component> 227 </project>