You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 10KB

1 month ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="4d75e996-cee4-4ec6-b802-5b56d0c0eac4" name="Changes" comment="Funktionierender Puffer&#10;Bild wird nicht korrekt gespeichert&#10;16.12.2024 16:48">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/CamPuffer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/CamPuffer.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/GameLoop.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/GameLoop.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/GraphicsProgram.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/GraphicsProgram.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/ImgAnalyzer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/ImgAnalyzer.java" afterDir="false" />
  13. </list>
  14. <option name="SHOW_DIALOG" value="false" />
  15. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  16. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  17. <option name="LAST_RESOLUTION" value="IGNORE" />
  18. </component>
  19. <component name="FileTemplateManagerImpl">
  20. <option name="RECENT_TEMPLATES">
  21. <list>
  22. <option value="Class" />
  23. </list>
  24. </option>
  25. </component>
  26. <component name="Git.Settings">
  27. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  28. </component>
  29. <component name="ProjectColorInfo">{
  30. &quot;associatedIndex&quot;: 8
  31. }</component>
  32. <component name="ProjectId" id="2p7Eq8ZJM8BEjLybOnAdhzZ82uv" />
  33. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  34. <component name="ProjectViewState">
  35. <option name="hideEmptyMiddlePackages" value="true" />
  36. <option name="showLibraryContents" value="true" />
  37. </component>
  38. <component name="PropertiesComponent">{
  39. &quot;keyToString&quot;: {
  40. &quot;Application.GTCar.executor&quot;: &quot;Run&quot;,
  41. &quot;Application.GraphicsProgram.executor&quot;: &quot;Run&quot;,
  42. &quot;Application.Main.executor&quot;: &quot;Run&quot;,
  43. &quot;Application.Tracker.executor&quot;: &quot;Run&quot;,
  44. &quot;Downloaded.Files.Path.Enabled&quot;: &quot;false&quot;,
  45. &quot;Repository.Attach.Annotations&quot;: &quot;false&quot;,
  46. &quot;Repository.Attach.JavaDocs&quot;: &quot;false&quot;,
  47. &quot;Repository.Attach.Sources&quot;: &quot;false&quot;,
  48. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  49. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  50. &quot;com.codeium.enabled&quot;: &quot;true&quot;,
  51. &quot;git-widget-placeholder&quot;: &quot;master&quot;,
  52. &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
  53. &quot;last_opened_file_path&quot;: &quot;C:/Users/david/Documents/Uni/GTCar/opencv/build/java/opencv-4100.jar&quot;,
  54. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  55. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  56. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  57. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  58. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  59. &quot;project.structure.last.edited&quot;: &quot;Libraries&quot;,
  60. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  61. &quot;project.structure.side.proportion&quot;: &quot;0.24022989&quot;,
  62. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  63. }
  64. }</component>
  65. <component name="RunManager" selected="Application.Main">
  66. <configuration name="GTCar" type="Application" factoryName="Application">
  67. <option name="MAIN_CLASS_NAME" value="Tracker" />
  68. <module name="GTCar_V2_maven" />
  69. <option name="VM_PARAMETERS" value="-Djava.library.path=C:\Users\david\Documents\Uni\GTCar\opencv\build\java\x64" />
  70. <method v="2">
  71. <option name="Make" enabled="true" />
  72. </method>
  73. </configuration>
  74. <configuration name="GraphicsProgram" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  75. <option name="MAIN_CLASS_NAME" value="GraphicsProgram" />
  76. <module name="GTCar_V2_maven" />
  77. <method v="2">
  78. <option name="Make" enabled="true" />
  79. </method>
  80. </configuration>
  81. <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  82. <option name="MAIN_CLASS_NAME" value="Main" />
  83. <module name="GTCar_V2_maven" />
  84. <option name="VM_PARAMETERS" value="-Djava.library.path=&quot;C:\Users\paul3\OneDrive\Dokumente\Studium BME\Semester 3\Interaktion\opencv\build\java\x64&quot;" />
  85. <method v="2">
  86. <option name="Make" enabled="true" />
  87. </method>
  88. </configuration>
  89. <list>
  90. <item itemvalue="Application.GTCar" />
  91. <item itemvalue="Application.GraphicsProgram" />
  92. <item itemvalue="Application.Main" />
  93. </list>
  94. <recent_temporary>
  95. <list>
  96. <item itemvalue="Application.Main" />
  97. <item itemvalue="Application.GraphicsProgram" />
  98. </list>
  99. </recent_temporary>
  100. </component>
  101. <component name="SharedIndexes">
  102. <attachedChunks>
  103. <set>
  104. <option value="bundled-jdk-9823dce3aa75-28b599e66164-intellij.indexing.shared.core-IU-242.23726.103" />
  105. <option value="bundled-js-predefined-d6986cc7102b-5c90d61e3bab-JavaScript-IU-242.23726.103" />
  106. </set>
  107. </attachedChunks>
  108. </component>
  109. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  110. <component name="TaskManager">
  111. <task active="true" id="Default" summary="Default task">
  112. <changelist id="4d75e996-cee4-4ec6-b802-5b56d0c0eac4" name="Changes" comment="" />
  113. <created>1732108904989</created>
  114. <option name="number" value="Default" />
  115. <option name="presentableId" value="Default" />
  116. <updated>1732108904989</updated>
  117. <workItem from="1732108906083" duration="758000" />
  118. <workItem from="1732113837570" duration="20534000" />
  119. <workItem from="1733327375447" duration="951000" />
  120. <workItem from="1734091457440" duration="10746000" />
  121. <workItem from="1734364915397" duration="9202000" />
  122. </task>
  123. <task id="LOCAL-00001" summary="First Commit Test">
  124. <option name="closed" value="true" />
  125. <created>1732109548353</created>
  126. <option name="number" value="00001" />
  127. <option name="presentableId" value="LOCAL-00001" />
  128. <option name="project" value="LOCAL" />
  129. <updated>1732109548353</updated>
  130. </task>
  131. <task id="LOCAL-00002" summary="Version 20.11">
  132. <option name="closed" value="true" />
  133. <created>1732118799936</created>
  134. <option name="number" value="00002" />
  135. <option name="presentableId" value="LOCAL-00002" />
  136. <option name="project" value="LOCAL" />
  137. <updated>1732118799936</updated>
  138. </task>
  139. <task id="LOCAL-00003" summary="Version 23.11 (Grafics update)">
  140. <option name="closed" value="true" />
  141. <created>1732368525825</created>
  142. <option name="number" value="00003" />
  143. <option name="presentableId" value="LOCAL-00003" />
  144. <option name="project" value="LOCAL" />
  145. <updated>1732368525826</updated>
  146. </task>
  147. <task id="LOCAL-00004" summary="Version 27.11">
  148. <option name="closed" value="true" />
  149. <created>1732703104268</created>
  150. <option name="number" value="00004" />
  151. <option name="presentableId" value="LOCAL-00004" />
  152. <option name="project" value="LOCAL" />
  153. <updated>1732703104268</updated>
  154. </task>
  155. <task id="LOCAL-00005" summary="Version 27.11 (&quot;fertiger&quot; Tracker)">
  156. <option name="closed" value="true" />
  157. <created>1732706211714</created>
  158. <option name="number" value="00005" />
  159. <option name="presentableId" value="LOCAL-00005" />
  160. <option name="project" value="LOCAL" />
  161. <updated>1732706211714</updated>
  162. </task>
  163. <task id="LOCAL-00006" summary="Funktionierender Puffer&#10;16.12.2024 15.06&#10;Siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu">
  164. <option name="closed" value="true" />
  165. <created>1734358037207</created>
  166. <option name="number" value="00006" />
  167. <option name="presentableId" value="LOCAL-00006" />
  168. <option name="project" value="LOCAL" />
  169. <updated>1734358037207</updated>
  170. </task>
  171. <task id="LOCAL-00007" summary="Funktionierender Puffer&#10;Bild wird nicht korrekt gespeichert&#10;16.12.2024 16:48">
  172. <option name="closed" value="true" />
  173. <created>1734364131101</created>
  174. <option name="number" value="00007" />
  175. <option name="presentableId" value="LOCAL-00007" />
  176. <option name="project" value="LOCAL" />
  177. <updated>1734364131101</updated>
  178. </task>
  179. <option name="localTasksCounter" value="8" />
  180. <servers />
  181. </component>
  182. <component name="TypeScriptGeneratedFilesManager">
  183. <option name="version" value="3" />
  184. </component>
  185. <component name="Vcs.Log.Tabs.Properties">
  186. <option name="TAB_STATES">
  187. <map>
  188. <entry key="MAIN">
  189. <value>
  190. <State />
  191. </value>
  192. </entry>
  193. </map>
  194. </option>
  195. </component>
  196. <component name="VcsManagerConfiguration">
  197. <MESSAGE value="First Commit Test" />
  198. <MESSAGE value="Version 20.11" />
  199. <MESSAGE value="Version 23.11 (Grafics update)" />
  200. <MESSAGE value="Version 27.11" />
  201. <MESSAGE value="Version 27.11 (&quot;fertiger&quot; Tracker)" />
  202. <MESSAGE value="Funktionierender Puffer&#10;16.12.2024 15.06&#10;Siuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu" />
  203. <MESSAGE value="Funktionierender Puffer&#10;Bild wird nicht korrekt gespeichert&#10;16.12.2024 16:48" />
  204. <option name="LAST_COMMIT_MESSAGE" value="Funktionierender Puffer&#10;Bild wird nicht korrekt gespeichert&#10;16.12.2024 16:48" />
  205. </component>
  206. </project>