Créé dans le cadre du projet de fin d'année de la promo 2018 de CIR2 de l'ISEN Brest/Rennes, le Burger Quizz est une adaptation numérique du jeu télévisé éponyme, plus précisément d'une épreuve spécifique de ce jeu : le "Sel ou Poivre".

workspace.xml 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ArtifactsWorkspaceSettings">
  4. <artifacts-to-build>
  5. <artifact name="java:jar" />
  6. </artifacts-to-build>
  7. </component>
  8. <component name="ChangeListManager">
  9. <list default="true" id="a647cb6a-4230-4101-a652-d7cfd0c21e24" name="Default" comment="">
  10. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/java.jar" />
  11. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/conf.xml" />
  12. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lisezmoi.txt" />
  13. <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/sonar-project.properties" />
  14. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  15. </list>
  16. <ignored path="java.iws" />
  17. <ignored path=".idea/workspace.xml" />
  18. <ignored path="$PROJECT_DIR$/out/" />
  19. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  20. <option name="TRACKING_ENABLED" value="true" />
  21. <option name="SHOW_DIALOG" value="false" />
  22. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  23. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  24. <option name="LAST_RESOLUTION" value="IGNORE" />
  25. </component>
  26. <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
  27. <component name="CreatePatchCommitExecutor">
  28. <option name="PATCH_PATH" value="" />
  29. </component>
  30. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  31. <component name="FavoritesManager">
  32. <favorites_list name="java" />
  33. </component>
  34. <component name="FileEditorManager">
  35. <leaf>
  36. <file leaf-file-name="lisezmoi.txt" pinned="false" current-in-tab="true">
  37. <entry file="file://$PROJECT_DIR$/lisezmoi.txt">
  38. <provider selected="true" editor-type-id="text-editor">
  39. <state vertical-scroll-proportion="0.0">
  40. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  41. <folding />
  42. </state>
  43. </provider>
  44. </entry>
  45. </file>
  46. </leaf>
  47. </component>
  48. <component name="FileTemplateManagerImpl">
  49. <option name="RECENT_TEMPLATES">
  50. <list>
  51. <option value="Class" />
  52. </list>
  53. </option>
  54. </component>
  55. <component name="Git.Settings">
  56. <option name="UPDATE_TYPE" value="MERGE" />
  57. <option name="PUSH_AUTO_UPDATE" value="true" />
  58. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  59. </component>
  60. <component name="GradleLocalSettings">
  61. <option name="externalProjectsViewState">
  62. <projects_view />
  63. </option>
  64. </component>
  65. <component name="IdeDocumentHistory">
  66. <option name="CHANGED_PATHS">
  67. <list>
  68. <option value="$PROJECT_DIR$/src/Main.java" />
  69. <option value="$PROJECT_DIR$/src/Interface.java" />
  70. <option value="$PROJECT_DIR$/src/ConnectDialog.java" />
  71. <option value="$PROJECT_DIR$/src/Bouton.java" />
  72. <option value="$PROJECT_DIR$/src/Categorie.java" />
  73. <option value="$PROJECT_DIR$/src/Reponses.java" />
  74. <option value="$PROJECT_DIR$/src/GestionCategories.java" />
  75. <option value="$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java" />
  76. <option value="$PROJECT_DIR$/src/Question.java" />
  77. <option value="$PROJECT_DIR$/src/GestionReponses.java" />
  78. <option value="$PROJECT_DIR$/src/ConnexionBDD.java" />
  79. <option value="$PROJECT_DIR$/src/GestionQuestions.java" />
  80. <option value="$PROJECT_DIR$/src/NouvelleQuestionDialog.java" />
  81. <option value="$PROJECT_DIR$/src/NouvelleReponseDialog.java" />
  82. <option value="$PROJECT_DIR$/src/ConnexionBddDialog.java" />
  83. <option value="$PROJECT_DIR$/src/InterfacePrincipale.java" />
  84. </list>
  85. </option>
  86. </component>
  87. <component name="MavenImportPreferences">
  88. <option name="generalSettings">
  89. <MavenGeneralSettings>
  90. <option name="mavenHome" value="Bundled (Maven 3)" />
  91. </MavenGeneralSettings>
  92. </option>
  93. </component>
  94. <component name="NamedScopeManager">
  95. <order />
  96. </component>
  97. <component name="ProjectFrameBounds">
  98. <option name="x" value="-1" />
  99. <option name="y" value="27" />
  100. <option name="width" value="1368" />
  101. <option name="height" value="712" />
  102. </component>
  103. <component name="ProjectInspectionProfilesVisibleTreeState">
  104. <entry key="Project Default">
  105. <profile-state>
  106. <expanded-state>
  107. <State>
  108. <id />
  109. </State>
  110. <State>
  111. <id>Android Lint</id>
  112. </State>
  113. <State>
  114. <id>Ant inspections</id>
  115. </State>
  116. <State>
  117. <id>Assignment issuesGroovy</id>
  118. </State>
  119. <State>
  120. <id>Assignment issuesJava</id>
  121. </State>
  122. <State>
  123. <id>Code style issuesJava</id>
  124. </State>
  125. <State>
  126. <id>Control flow issuesJava</id>
  127. </State>
  128. <State>
  129. <id>Encapsulation issuesJava</id>
  130. </State>
  131. <State>
  132. <id>Groovy</id>
  133. </State>
  134. <State>
  135. <id>Initialization issuesJava</id>
  136. </State>
  137. <State>
  138. <id>Internationalization issues</id>
  139. </State>
  140. <State>
  141. <id>Java</id>
  142. </State>
  143. <State>
  144. <id>Potentially confusing code constructsGroovy</id>
  145. </State>
  146. <State>
  147. <id>Probable bugsGroovy</id>
  148. </State>
  149. <State>
  150. <id>Probable bugsJava</id>
  151. </State>
  152. <State>
  153. <id>Spelling</id>
  154. </State>
  155. <State>
  156. <id>TestNG</id>
  157. </State>
  158. <State>
  159. <id>Threading issuesGroovy</id>
  160. </State>
  161. <State>
  162. <id>Threading issuesJava</id>
  163. </State>
  164. <State>
  165. <id>Visibility issuesJava</id>
  166. </State>
  167. <State>
  168. <id>XPath</id>
  169. </State>
  170. </expanded-state>
  171. <selected-state>
  172. <State>
  173. <id>Spelling</id>
  174. </State>
  175. </selected-state>
  176. </profile-state>
  177. </entry>
  178. </component>
  179. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  180. <OptionsSetting value="true" id="Add" />
  181. <OptionsSetting value="true" id="Remove" />
  182. <OptionsSetting value="true" id="Checkout" />
  183. <OptionsSetting value="true" id="Update" />
  184. <OptionsSetting value="true" id="Status" />
  185. <OptionsSetting value="true" id="Edit" />
  186. <ConfirmationsSetting value="0" id="Add" />
  187. <ConfirmationsSetting value="0" id="Remove" />
  188. </component>
  189. <component name="ProjectView">
  190. <navigator currentView="ProjectPane" proportions="" version="1">
  191. <flattenPackages />
  192. <showMembers />
  193. <showModules />
  194. <showLibraryContents />
  195. <hideEmptyPackages />
  196. <abbreviatePackageNames />
  197. <autoscrollToSource />
  198. <autoscrollFromSource />
  199. <sortByType />
  200. </navigator>
  201. <panes>
  202. <pane id="PackagesPane" />
  203. <pane id="ProjectPane">
  204. <subPane>
  205. <PATH>
  206. <PATH_ELEMENT>
  207. <option name="myItemId" value="java" />
  208. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  209. </PATH_ELEMENT>
  210. </PATH>
  211. <PATH>
  212. <PATH_ELEMENT>
  213. <option name="myItemId" value="java" />
  214. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  215. </PATH_ELEMENT>
  216. <PATH_ELEMENT>
  217. <option name="myItemId" value="java" />
  218. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  219. </PATH_ELEMENT>
  220. </PATH>
  221. <PATH>
  222. <PATH_ELEMENT>
  223. <option name="myItemId" value="java" />
  224. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  225. </PATH_ELEMENT>
  226. <PATH_ELEMENT>
  227. <option name="myItemId" value="java" />
  228. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  229. </PATH_ELEMENT>
  230. <PATH_ELEMENT>
  231. <option name="myItemId" value="src" />
  232. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  233. </PATH_ELEMENT>
  234. </PATH>
  235. </subPane>
  236. </pane>
  237. <pane id="Scope" />
  238. <pane id="Scratches" />
  239. </panes>
  240. </component>
  241. <component name="PropertiesComponent">
  242. <property name="recentsLimit" value="5" />
  243. <property name="FullScreen" value="false" />
  244. <property name="settings.editor.selected.configurable" value="reference.settingsdialog.IDE.editor.colors.Font" />
  245. <property name="settings.editor.splitter.proportion" value="0.2" />
  246. <property name="dynamic.classpath" value="false" />
  247. <property name="restartRequiresConfirmation" value="true" />
  248. <property name="OverrideImplement.combined" value="true" />
  249. <property name="OverrideImplement.overriding.sorted" value="false" />
  250. <property name="project.structure.last.edited" value="Artifacts" />
  251. <property name="project.structure.proportion" value="0.15" />
  252. <property name="project.structure.side.proportion" value="0.2" />
  253. <property name="GenerateAntBuildDialog.generateSingleFile" value="false" />
  254. <property name="GenerateAntBuildDialog.enableUiFormCompile" value="true" />
  255. <property name="GenerateAntBuildDialog.forceTargetJdk" value="true" />
  256. <property name="GenerateAntBuildDialog.backupFiles" value="true" />
  257. <property name="GenerateAntBuildDialog.inclineRuntiemClasspath" value="false" />
  258. <property name="GenerateAntBuildDialog.generateIdeaHomeProperty" value="false" />
  259. <property name="GenerateAntBuildDialog.outputFileNameProperty" value="java" />
  260. </component>
  261. <component name="RecentsManager">
  262. <key name="ExtractSuperBase.RECENT_KEYS">
  263. <recent name="" />
  264. </key>
  265. </component>
  266. <component name="RunManager" selected="Application.Main">
  267. <configuration default="false" name="Main" type="Application" factoryName="Application" temporary="true">
  268. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  269. <option name="MAIN_CLASS_NAME" value="MainAdminBddBurgerQuizz" />
  270. <option name="VM_PARAMETERS" value="" />
  271. <option name="PROGRAM_PARAMETERS" value="" />
  272. <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
  273. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  274. <option name="ALTERNATIVE_JRE_PATH" value="" />
  275. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  276. <option name="ENV_VARIABLES" />
  277. <option name="PASS_PARENT_ENVS" value="true" />
  278. <module name="java" />
  279. <envs />
  280. <RunnerSettings RunnerId="Run" />
  281. <ConfigurationWrapper RunnerId="Run" />
  282. <method />
  283. </configuration>
  284. <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android Application">
  285. <module name="" />
  286. <option name="ACTIVITY_CLASS" value="" />
  287. <option name="MODE" value="default_activity" />
  288. <option name="DEPLOY" value="true" />
  289. <option name="ARTIFACT_NAME" value="" />
  290. <option name="TARGET_SELECTION_MODE" value="EMULATOR" />
  291. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  292. <option name="PREFERRED_AVD" value="" />
  293. <option name="USE_COMMAND_LINE" value="true" />
  294. <option name="COMMAND_LINE" value="" />
  295. <option name="WIPE_USER_DATA" value="false" />
  296. <option name="DISABLE_BOOT_ANIMATION" value="false" />
  297. <option name="NETWORK_SPEED" value="full" />
  298. <option name="NETWORK_LATENCY" value="none" />
  299. <option name="CLEAR_LOGCAT" value="false" />
  300. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
  301. <option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" />
  302. <method />
  303. </configuration>
  304. <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
  305. <module name="" />
  306. <option name="TESTING_TYPE" value="0" />
  307. <option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
  308. <option name="METHOD_NAME" value="" />
  309. <option name="CLASS_NAME" value="" />
  310. <option name="PACKAGE_NAME" value="" />
  311. <option name="TARGET_SELECTION_MODE" value="EMULATOR" />
  312. <option name="USE_LAST_SELECTED_DEVICE" value="false" />
  313. <option name="PREFERRED_AVD" value="" />
  314. <option name="USE_COMMAND_LINE" value="true" />
  315. <option name="COMMAND_LINE" value="" />
  316. <option name="WIPE_USER_DATA" value="false" />
  317. <option name="DISABLE_BOOT_ANIMATION" value="false" />
  318. <option name="NETWORK_SPEED" value="full" />
  319. <option name="NETWORK_LATENCY" value="none" />
  320. <option name="CLEAR_LOGCAT" value="false" />
  321. <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
  322. <option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" />
  323. <method />
  324. </configuration>
  325. <configuration default="true" type="Application" factoryName="Application">
  326. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  327. <option name="MAIN_CLASS_NAME" />
  328. <option name="VM_PARAMETERS" />
  329. <option name="PROGRAM_PARAMETERS" />
  330. <option name="WORKING_DIRECTORY" />
  331. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  332. <option name="ALTERNATIVE_JRE_PATH" />
  333. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  334. <option name="ENV_VARIABLES" />
  335. <option name="PASS_PARENT_ENVS" value="true" />
  336. <module name="" />
  337. <envs />
  338. <method />
  339. </configuration>
  340. <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
  341. <ExternalSystemSettings>
  342. <option name="executionName" />
  343. <option name="externalProjectPath" />
  344. <option name="externalSystemIdString" value="GRADLE" />
  345. <option name="scriptParameters" />
  346. <option name="taskDescriptions">
  347. <list />
  348. </option>
  349. <option name="taskNames">
  350. <list />
  351. </option>
  352. <option name="vmOptions" />
  353. </ExternalSystemSettings>
  354. <method />
  355. </configuration>
  356. <configuration default="true" type="JUnit" factoryName="JUnit">
  357. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  358. <module name="" />
  359. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  360. <option name="ALTERNATIVE_JRE_PATH" />
  361. <option name="PACKAGE_NAME" />
  362. <option name="MAIN_CLASS_NAME" />
  363. <option name="METHOD_NAME" />
  364. <option name="TEST_OBJECT" value="class" />
  365. <option name="VM_PARAMETERS" />
  366. <option name="PARAMETERS" />
  367. <option name="WORKING_DIRECTORY" />
  368. <option name="ENV_VARIABLES" />
  369. <option name="PASS_PARENT_ENVS" value="true" />
  370. <option name="TEST_SEARCH_SCOPE">
  371. <value defaultName="singleModule" />
  372. </option>
  373. <envs />
  374. <patterns />
  375. <method />
  376. </configuration>
  377. <configuration default="true" type="JarApplication" factoryName="JAR Application">
  378. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  379. <option name="JAR_PATH" value="$PROJECT_DIR$/java.jar" />
  380. <envs />
  381. <method />
  382. </configuration>
  383. <configuration default="true" type="TestNG" factoryName="TestNG">
  384. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  385. <module name="" />
  386. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  387. <option name="ALTERNATIVE_JRE_PATH" />
  388. <option name="SUITE_NAME" />
  389. <option name="PACKAGE_NAME" />
  390. <option name="MAIN_CLASS_NAME" />
  391. <option name="METHOD_NAME" />
  392. <option name="GROUP_NAME" />
  393. <option name="TEST_OBJECT" value="CLASS" />
  394. <option name="VM_PARAMETERS" />
  395. <option name="PARAMETERS" />
  396. <option name="WORKING_DIRECTORY" />
  397. <option name="OUTPUT_DIRECTORY" />
  398. <option name="ANNOTATION_TYPE" />
  399. <option name="ENV_VARIABLES" />
  400. <option name="PASS_PARENT_ENVS" value="true" />
  401. <option name="TEST_SEARCH_SCOPE">
  402. <value defaultName="singleModule" />
  403. </option>
  404. <option name="USE_DEFAULT_REPORTERS" value="false" />
  405. <option name="PROPERTIES_FILE" />
  406. <envs />
  407. <properties />
  408. <listeners />
  409. <method />
  410. </configuration>
  411. <list size="1">
  412. <item index="0" class="java.lang.String" itemvalue="Application.Main" />
  413. </list>
  414. <recent_temporary>
  415. <list size="1">
  416. <item index="0" class="java.lang.String" itemvalue="Application.Main" />
  417. </list>
  418. </recent_temporary>
  419. </component>
  420. <component name="ShelveChangesManager" show_recycled="false" />
  421. <component name="SvnConfiguration">
  422. <configuration />
  423. </component>
  424. <component name="TaskManager">
  425. <task active="true" id="Default" summary="Default task">
  426. <changelist id="a647cb6a-4230-4101-a652-d7cfd0c21e24" name="Default" comment="" />
  427. <created>1432300849661</created>
  428. <option name="number" value="Default" />
  429. <updated>1432300849661</updated>
  430. </task>
  431. <task id="LOCAL-00001" summary="test">
  432. <created>1432301236966</created>
  433. <option name="number" value="00001" />
  434. <option name="project" value="LOCAL" />
  435. <updated>1432301236966</updated>
  436. </task>
  437. <task id="LOCAL-00002" summary="creation classe de base">
  438. <created>1432304057326</created>
  439. <option name="number" value="00002" />
  440. <option name="project" value="LOCAL" />
  441. <updated>1432304057326</updated>
  442. </task>
  443. <task id="LOCAL-00003" summary="evolution">
  444. <created>1432628811750</created>
  445. <option name="number" value="00003" />
  446. <option name="project" value="LOCAL" />
  447. <updated>1432628811750</updated>
  448. </task>
  449. <task id="LOCAL-00004" summary="evolution (pikachu evolue en raichu)">
  450. <created>1432635393109</created>
  451. <option name="number" value="00004" />
  452. <option name="project" value="LOCAL" />
  453. <updated>1432635393109</updated>
  454. </task>
  455. <task id="LOCAL-00005" summary="+mieux l'interface et easter egg ajouté">
  456. <created>1432645307191</created>
  457. <option name="number" value="00005" />
  458. <option name="project" value="LOCAL" />
  459. <updated>1432645307191</updated>
  460. </task>
  461. <task id="LOCAL-00006" summary="fin de journé">
  462. <created>1432654182880</created>
  463. <option name="number" value="00006" />
  464. <option name="project" value="LOCAL" />
  465. <updated>1432654182881</updated>
  466. </task>
  467. <task id="LOCAL-00007" summary="nyan cat operationel + look n felle susteme ajouté + chgm couleur">
  468. <created>1432660200378</created>
  469. <option name="number" value="00007" />
  470. <option name="project" value="LOCAL" />
  471. <updated>1432660200378</updated>
  472. </task>
  473. <task id="LOCAL-00008" summary="les boutons ecoutent">
  474. <created>1432717078772</created>
  475. <option name="number" value="00008" />
  476. <option name="project" value="LOCAL" />
  477. <updated>1432717078772</updated>
  478. </task>
  479. <task id="LOCAL-00009" summary="conexion bdd operationelle et avance classe de base">
  480. <created>1432737562939</created>
  481. <option name="number" value="00009" />
  482. <option name="project" value="LOCAL" />
  483. <updated>1432737562939</updated>
  484. </task>
  485. <task id="LOCAL-00010" summary="selection categorie fonctionelle">
  486. <created>1432749145047</created>
  487. <option name="number" value="00010" />
  488. <option name="project" value="LOCAL" />
  489. <updated>1432749145047</updated>
  490. </task>
  491. <task id="LOCAL-00011" summary="java: gestion categorie operationelle">
  492. <created>1432891735205</created>
  493. <option name="number" value="00011" />
  494. <option name="project" value="LOCAL" />
  495. <updated>1432891735205</updated>
  496. </task>
  497. <task id="LOCAL-00012" summary="java: gestion categorie operationelle et ergonomique">
  498. <created>1432894050823</created>
  499. <option name="number" value="00012" />
  500. <option name="project" value="LOCAL" />
  501. <updated>1432894050823</updated>
  502. </task>
  503. <task id="LOCAL-00013" summary="java: gestion categorie operationelle et ergonomique">
  504. <created>1432894061411</created>
  505. <option name="number" value="00013" />
  506. <option name="project" value="LOCAL" />
  507. <updated>1432894061411</updated>
  508. </task>
  509. <task id="LOCAL-00014" summary="++">
  510. <created>1432912975055</created>
  511. <option name="number" value="00014" />
  512. <option name="project" value="LOCAL" />
  513. <updated>1432912975055</updated>
  514. </task>
  515. <task id="LOCAL-00015" summary="correction de bug">
  516. <created>1432923249468</created>
  517. <option name="number" value="00015" />
  518. <option name="project" value="LOCAL" />
  519. <updated>1432923249468</updated>
  520. </task>
  521. <task id="LOCAL-00016" summary="++ gestion reponses">
  522. <created>1433172079872</created>
  523. <option name="number" value="00016" />
  524. <option name="project" value="LOCAL" />
  525. <updated>1433172079872</updated>
  526. </task>
  527. <task id="LOCAL-00017" summary="++ gestion reponsesV2">
  528. <created>1433236557607</created>
  529. <option name="number" value="00017" />
  530. <option name="project" value="LOCAL" />
  531. <updated>1433236557607</updated>
  532. </task>
  533. <task id="LOCAL-00018" summary="++ gestion reponsesV3">
  534. <created>1433247288224</created>
  535. <option name="number" value="00018" />
  536. <option name="project" value="LOCAL" />
  537. <updated>1433247288224</updated>
  538. </task>
  539. <task id="LOCAL-00019" summary="++ gestion reponsesV4">
  540. <created>1433253655646</created>
  541. <option name="number" value="00019" />
  542. <option name="project" value="LOCAL" />
  543. <updated>1433253655646</updated>
  544. </task>
  545. <task id="LOCAL-00020" summary="++ gestion reponsesV5">
  546. <created>1433256920732</created>
  547. <option name="number" value="00020" />
  548. <option name="project" value="LOCAL" />
  549. <updated>1433256920732</updated>
  550. </task>
  551. <task id="LOCAL-00021" summary="++ gestion reponsesV5">
  552. <created>1433258901442</created>
  553. <option name="number" value="00021" />
  554. <option name="project" value="LOCAL" />
  555. <updated>1433258901442</updated>
  556. </task>
  557. <task id="LOCAL-00022" summary="dialogu co bdd">
  558. <created>1433340153817</created>
  559. <option name="number" value="00022" />
  560. <option name="project" value="LOCAL" />
  561. <updated>1433340153817</updated>
  562. </task>
  563. <option name="localTasksCounter" value="23" />
  564. <servers />
  565. </component>
  566. <component name="TodoView">
  567. <todo-panel id="selected-file">
  568. <is-autoscroll-to-source value="true" />
  569. </todo-panel>
  570. <todo-panel id="all">
  571. <are-packages-shown value="true" />
  572. <is-autoscroll-to-source value="true" />
  573. </todo-panel>
  574. </component>
  575. <component name="ToolWindowManager">
  576. <frame x="-1" y="27" width="1368" height="712" extended-state="6" />
  577. <editor active="false" />
  578. <layout>
  579. <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  580. <window_info id="Palette&#9;" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  581. <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  582. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32864675" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  583. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32922536" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
  584. <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  585. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  586. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  587. <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  588. <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
  589. <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.16717325" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  590. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
  591. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32922536" sideWeight="0.5030441" order="9" side_tool="true" content_ui="tabs" />
  592. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32864675" sideWeight="0.49695587" order="10" side_tool="false" content_ui="tabs" />
  593. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  594. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  595. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32864675" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  596. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3996479" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  597. <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32864675" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  598. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  599. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.30579966" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  600. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  601. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
  602. </layout>
  603. </component>
  604. <component name="Vcs.Log.UiProperties">
  605. <option name="RECENTLY_FILTERED_USER_GROUPS">
  606. <collection />
  607. </option>
  608. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  609. <collection />
  610. </option>
  611. </component>
  612. <component name="VcsContentAnnotationSettings">
  613. <option name="myLimit" value="2678400000" />
  614. </component>
  615. <component name="VcsManagerConfiguration">
  616. <MESSAGE value="test" />
  617. <MESSAGE value="creation classe de base" />
  618. <MESSAGE value="evolution" />
  619. <MESSAGE value="evolution (pikachu evolue en raichu)" />
  620. <MESSAGE value="+mieux l'interface et easter egg ajouté" />
  621. <MESSAGE value="fin de journé" />
  622. <MESSAGE value="nyan cat operationel + look n felle susteme ajouté + chgm couleur" />
  623. <MESSAGE value="les boutons ecoutent" />
  624. <MESSAGE value="conexion bdd operationelle et avance classe de base" />
  625. <MESSAGE value="selection categorie fonctionelle" />
  626. <MESSAGE value="java: gestion categorie operationelle" />
  627. <MESSAGE value="java: gestion categorie operationelle et ergonomique" />
  628. <MESSAGE value="++" />
  629. <MESSAGE value="correction de bug" />
  630. <MESSAGE value="++ gestion reponses" />
  631. <MESSAGE value="++ gestion reponsesV2" />
  632. <MESSAGE value="++ gestion reponsesV3" />
  633. <MESSAGE value="++ gestion reponsesV4" />
  634. <MESSAGE value="++ gestion reponsesV5" />
  635. <MESSAGE value="dialogu co bdd" />
  636. <option name="LAST_COMMIT_MESSAGE" value="dialogu co bdd" />
  637. </component>
  638. <component name="XDebuggerManager">
  639. <breakpoint-manager>
  640. <option name="time" value="6" />
  641. </breakpoint-manager>
  642. <watches-manager />
  643. </component>
  644. <component name="antWorkspaceConfiguration">
  645. <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
  646. <option name="FILTER_TARGETS" value="false" />
  647. </component>
  648. <component name="editorHistoryManager">
  649. <entry file="file://$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java">
  650. <provider selected="true" editor-type-id="text-editor">
  651. <state vertical-scroll-proportion="0.0">
  652. <caret line="8" column="75" selection-start-line="8" selection-start-column="75" selection-end-line="8" selection-end-column="75" />
  653. </state>
  654. </provider>
  655. </entry>
  656. <entry file="file://$PROJECT_DIR$/mcd.png">
  657. <provider selected="true" editor-type-id="images">
  658. <state />
  659. </provider>
  660. </entry>
  661. <entry file="file://$PROJECT_DIR$/java.png">
  662. <provider selected="true" editor-type-id="images">
  663. <state />
  664. </provider>
  665. </entry>
  666. <entry file="file://$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java">
  667. <provider selected="true" editor-type-id="text-editor">
  668. <state vertical-scroll-proportion="0.0">
  669. <caret line="14" column="4" selection-start-line="14" selection-start-column="4" selection-end-line="14" selection-end-column="4" />
  670. </state>
  671. </provider>
  672. </entry>
  673. <entry file="file://$PROJECT_DIR$/mcd.png">
  674. <provider selected="true" editor-type-id="images">
  675. <state />
  676. </provider>
  677. </entry>
  678. <entry file="file://$PROJECT_DIR$/java.png">
  679. <provider selected="true" editor-type-id="images">
  680. <state />
  681. </provider>
  682. </entry>
  683. <entry file="file://$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java">
  684. <provider selected="true" editor-type-id="text-editor">
  685. <state vertical-scroll-proportion="0.0">
  686. <caret line="12" column="25" selection-start-line="12" selection-start-column="12" selection-end-line="12" selection-end-column="25" />
  687. </state>
  688. </provider>
  689. </entry>
  690. <entry file="file://$PROJECT_DIR$/mcd.png">
  691. <provider selected="true" editor-type-id="images">
  692. <state />
  693. </provider>
  694. </entry>
  695. <entry file="file://$PROJECT_DIR$/java.png">
  696. <provider selected="true" editor-type-id="images">
  697. <state />
  698. </provider>
  699. </entry>
  700. <entry file="file://$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java">
  701. <provider selected="true" editor-type-id="text-editor">
  702. <state vertical-scroll-proportion="0.0">
  703. <caret line="1" column="1" selection-start-line="1" selection-start-column="1" selection-end-line="1" selection-end-column="1" />
  704. </state>
  705. </provider>
  706. </entry>
  707. <entry file="file://$PROJECT_DIR$/mcd.png">
  708. <provider selected="true" editor-type-id="images">
  709. <state />
  710. </provider>
  711. </entry>
  712. <entry file="file://$PROJECT_DIR$/java.png">
  713. <provider selected="true" editor-type-id="images">
  714. <state />
  715. </provider>
  716. </entry>
  717. <entry file="file://$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java">
  718. <provider selected="true" editor-type-id="text-editor">
  719. <state vertical-scroll-proportion="0.0">
  720. <caret line="1" column="1" selection-start-line="1" selection-start-column="1" selection-end-line="1" selection-end-column="1" />
  721. </state>
  722. </provider>
  723. </entry>
  724. <entry file="file://$PROJECT_DIR$/mcd.png">
  725. <provider selected="true" editor-type-id="images">
  726. <state />
  727. </provider>
  728. </entry>
  729. <entry file="file://$PROJECT_DIR$/java.png">
  730. <provider selected="true" editor-type-id="images">
  731. <state />
  732. </provider>
  733. </entry>
  734. <entry file="file://$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java">
  735. <provider selected="true" editor-type-id="text-editor">
  736. <state vertical-scroll-proportion="0.0">
  737. <caret line="1" column="1" selection-start-line="1" selection-start-column="1" selection-end-line="1" selection-end-column="1" />
  738. </state>
  739. </provider>
  740. </entry>
  741. <entry file="file://$PROJECT_DIR$/mcd.png">
  742. <provider selected="true" editor-type-id="images">
  743. <state />
  744. </provider>
  745. </entry>
  746. <entry file="file://$PROJECT_DIR$/java.png">
  747. <provider selected="true" editor-type-id="images">
  748. <state />
  749. </provider>
  750. </entry>
  751. <entry file="file://$PROJECT_DIR$/java.png">
  752. <provider selected="true" editor-type-id="images">
  753. <state />
  754. </provider>
  755. </entry>
  756. <entry file="file://$PROJECT_DIR$/src/MainAdminBddBurgerQuizz.java">
  757. <provider selected="true" editor-type-id="text-editor">
  758. <state vertical-scroll-proportion="0.51657456">
  759. <caret line="11" column="44" selection-start-line="11" selection-start-column="44" selection-end-line="11" selection-end-column="44" />
  760. <folding />
  761. </state>
  762. </provider>
  763. </entry>
  764. <entry file="file://$PROJECT_DIR$/mcd.png">
  765. <provider selected="true" editor-type-id="images">
  766. <state />
  767. </provider>
  768. </entry>
  769. <entry file="file://$PROJECT_DIR$/lisezmoi.txt">
  770. <provider selected="true" editor-type-id="text-editor">
  771. <state vertical-scroll-proportion="0.0">
  772. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  773. <folding />
  774. </state>
  775. </provider>
  776. </entry>
  777. </component>
  778. <component name="masterDetails">
  779. <states>
  780. <state key="ArtifactsStructureConfigurable.UI">
  781. <settings>
  782. <artifact-editor />
  783. <last-edited>java:jar</last-edited>
  784. <splitter-proportions>
  785. <option name="proportions">
  786. <list>
  787. <option value="0.2" />
  788. <option value="0.5" />
  789. </list>
  790. </option>
  791. </splitter-proportions>
  792. </settings>
  793. </state>
  794. <state key="FacetStructureConfigurable.UI">
  795. <settings>
  796. <last-edited>No facets are configured</last-edited>
  797. <splitter-proportions>
  798. <option name="proportions">
  799. <list>
  800. <option value="0.2" />
  801. </list>
  802. </option>
  803. </splitter-proportions>
  804. </settings>
  805. </state>
  806. <state key="GlobalLibrariesConfigurable.UI">
  807. <settings>
  808. <splitter-proportions>
  809. <option name="proportions">
  810. <list>
  811. <option value="0.2" />
  812. </list>
  813. </option>
  814. </splitter-proportions>
  815. </settings>
  816. </state>
  817. <state key="JdkListConfigurable.UI">
  818. <settings>
  819. <last-edited>1.7</last-edited>
  820. <splitter-proportions>
  821. <option name="proportions">
  822. <list>
  823. <option value="0.2" />
  824. </list>
  825. </option>
  826. </splitter-proportions>
  827. </settings>
  828. </state>
  829. <state key="ModuleStructureConfigurable.UI">
  830. <settings>
  831. <last-edited>java</last-edited>
  832. <splitter-proportions>
  833. <option name="proportions">
  834. <list>
  835. <option value="0.2" />
  836. </list>
  837. </option>
  838. </splitter-proportions>
  839. </settings>
  840. </state>
  841. <state key="ProjectLibrariesConfigurable.UI">
  842. <settings>
  843. <last-edited>mysql-connector-java-5.1.35-bin</last-edited>
  844. <splitter-proportions>
  845. <option name="proportions">
  846. <list>
  847. <option value="0.2" />
  848. </list>
  849. </option>
  850. </splitter-proportions>
  851. </settings>
  852. </state>
  853. </states>
  854. </component>
  855. </project>