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.

about-dialog.ui-base 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0"?>
  2. <interface>
  3. <requires lib="gtk+" version="2.16"/>
  4. <!-- interface-naming-policy project-wide -->
  5. <object class="GtkAboutDialog" id="about">
  6. <property name="border_width">5</property>
  7. <property name="resizable">False</property>
  8. <property name="modal">True</property>
  9. <property name="type_hint">dialog</property>
  10. <property name="program_name">@BRAND_NAME@ @DESIGNER_NAME@</property>
  11. <property name="version">@OV_GLOBAL_VERSION_STRING@</property>
  12. <property name="comments" translatable="yes">Software technologies for the development of new research, diagnostic and therapeutic solutions leveraging real-time EEG and neurofeedback.
  13. Based on OpenViBE, a software from Inria.
  14. </property>
  15. <property name="license" translatable="yes">
  16. @LICENCE_TEXT@
  17. </property>
  18. <property name="authors">Inria &amp; Mensia Technologies SA
  19. ---
  20. Contributors :
  21. - Guillermo Andrade-Barroso / Inria
  22. - Quentin Barth&#xE9;l&#xE9;my / Mensia
  23. - Laurent Bonnet / Mensia
  24. - Alison Cellard / Inria
  25. - J&#xE9;r&#xF4;me Chabrol / Inria
  26. - Vincent Delannoy / Inria
  27. - Morgane Fauvet / Mensia
  28. - Charles Garraud / Inria
  29. - Thierry Gaugry / Inria
  30. - Esrevi Huynh / Mensia
  31. - Anatole Lecuyer / Inria
  32. - Jozef Leg&#xE9;ny / Mensia
  33. - Jussi T. Lindgren / Inria
  34. - Fabien Lotte / Inria
  35. - Lo&#xEF;c Mah&#xEB; / Inria
  36. - Benoit Perrin / Mensia
  37. - Alexis Placet / Mensia
  38. - Yann Renard / Mensia
  39. - C&#xE9;dric Riou / Inria
  40. - Guillaume Serri&#xE8;re / Inria
  41. Testers:
  42. - Marie Prat / Mensia
  43. - Agn&#xE8;s Dos Santos / Mensia
  44. </property>
  45. <property name="documenters">Inria &amp; Mensia Technologies SA
  46. ---
  47. Documenters :
  48. - Quentin Barth&#xE9;l&#xE9;my / Mensia
  49. - Laurent Bonnet / Mensia
  50. - J&#xE9;r&#xF4;me Chabrol / Inria
  51. - Morgane Fauvet / Mensia
  52. - Charles Garraud / Inria
  53. - Thierry Gaugry / Inria
  54. - Esrevi Huynh / Mensia
  55. - Jozef Leg&#xE9;ny / Mensia
  56. - Jussi T. Lindgren / Inria
  57. - Alexis Placet / Mensia
  58. - Marie Prat / Mensia
  59. - Yann Renard / Mensia
  60. - C&#xE9;dric Riou / Inria
  61. - Agn&#xE8;s Dos Santos / Mensia
  62. </property>
  63. <property name="logo">header_logo.png</property>
  64. <property name="wrap_license">True</property>
  65. <child internal-child="vbox">
  66. <object class="GtkVBox" id="dialog-vbox26">
  67. <property name="visible">True</property>
  68. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  69. <property name="spacing">2</property>
  70. <child internal-child="action_area">
  71. <object class="GtkHButtonBox" id="dialog-action_area26">
  72. <property name="visible">True</property>
  73. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  74. </object>
  75. <packing>
  76. <property name="expand">False</property>
  77. <property name="pack_type">end</property>
  78. <property name="position">0</property>
  79. </packing>
  80. </child>
  81. </object>
  82. </child>
  83. </object>
  84. </interface>