Revision 8e63f82d5ba48a2a451fa2b1ce7098d6087b876a authored by johannes hanika on 21 November 2010, 10:04:31 UTC, committed by johannes hanika on 21 November 2010, 10:04:31 UTC
1 parent df36fda
Raw File
darktable.glade
<?xml version="1.0" encoding="UTF-8"?>
<glade-interface>
  <!-- interface-requires gtk+ 2.16 -->
  <!-- interface-naming-policy toplevel-contextual -->
  <widget class="GtkWindow" id="main_window">
    <property name="default_width">900</property>
    <property name="default_height">500</property>
    <child>
      <widget class="GtkVBox" id="vbox1">
        <property name="visible">True</property>
        <child>
          <widget class="GtkDrawingArea" id="topborder">
            <property name="height_request">10</property>
            <property name="visible">True</property>
            <property name="app_paintable">True</property>
            <property name="events">GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property>
          </widget>
          <packing>
            <property name="expand">False</property>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <widget class="GtkTable" id="table1">
            <property name="visible">True</property>
            <property name="n_rows">2</property>
            <property name="n_columns">5</property>
            <child>
              <widget class="GtkVBox" id="center_vbox">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkDrawingArea" id="center">
                    <property name="height_request">500</property>
                    <property name="visible">True</property>
                    <property name="app_paintable">True</property>
                    <property name="can_focus">True</property>
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK</property>
                  </widget>
                  <packing>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkHBox" id="bottom">
                    <property name="visible">True</property>
                    <child>
                      <widget class="GtkHBox" id="bottom_left_toolbox">
                        <property name="visible">True</property>
                        <child>
                          <placeholder/>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">0</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkVBox" id="vbox2">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkHBox" id="bottom_darkroom_box">
                            <property name="no_show_all">True</property>
                            <property name="spacing">5</property>
                            <child>
                              <widget class="GtkToggleButton" id="colorpicker_togglebutton">
                                <property name="label" translatable="yes">pick</property>
                                <property name="visible">True</property>
                                <property name="can_focus">True</property>
                                <property name="receives_default">True</property>
                              </widget>
                              <packing>
                                <property name="position">0</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkComboBox" id="colorpicker_mean_combobox">
                                <property name="visible">True</property>
                                <property name="items" translatable="yes">mean
min
max</property>
                              </widget>
                              <packing>
                                <property name="position">1</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="colorpicker_Lab_label">
                                <property name="visible">True</property>
                                <property name="xalign">1</property>
                                <property name="xpad">2</property>
                                <property name="label" translatable="yes">( --- )</property>
                                <property name="selectable">True</property>
                              </widget>
                              <packing>
                                <property name="position">2</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="position">0</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="bottom_lighttable_box">
                            <property name="visible">True</property>
                            <property name="spacing">5</property>
                            <child>
                              <widget class="GtkComboBox" id="lighttable_layout_combobox">
                                <property name="visible">True</property>
                                <property name="active">0</property>
                                <property name="items" translatable="yes">zoomable light table
file manager</property>
                              </widget>
                              <packing>
                                <property name="position">0</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkSpinButton" id="lighttable_zoom_spinbutton">
                                <property name="visible">True</property>
                                <property name="can_focus">True</property>
                                <property name="invisible_char">●</property>
                                <property name="adjustment">7 1 26 1 3 0</property>
                                <property name="snap_to_ticks">True</property>
                                <property name="numeric">True</property>
                              </widget>
                              <packing>
                                <property name="position">1</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="position">2</property>
                          </packing>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="position">1</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkHBox" id="bottom_right_toolbox">
                        <property name="visible">True</property>
                        <child>
                          <placeholder/>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">2</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="position">1</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="left_attach">2</property>
                <property name="right_attach">3</property>
                <property name="top_attach">1</property>
                <property name="bottom_attach">2</property>
              </packing>
            </child>
            <child>
              <widget class="GtkDrawingArea" id="leftborder">
                <property name="width_request">10</property>
                <property name="visible">True</property>
                <property name="app_paintable">True</property>
                <property name="events">GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property>
              </widget>
              <packing>
                <property name="bottom_attach">2</property>
                <property name="x_options">GTK_FILL</property>
                <property name="y_options">GTK_FILL</property>
              </packing>
            </child>
            <child>
              <widget class="GtkDrawingArea" id="rightborder">
                <property name="width_request">10</property>
                <property name="visible">True</property>
                <property name="app_paintable">True</property>
                <property name="events">GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property>
              </widget>
              <packing>
                <property name="left_attach">4</property>
                <property name="right_attach">5</property>
                <property name="bottom_attach">2</property>
                <property name="x_options">GTK_FILL</property>
                <property name="y_options">GTK_FILL</property>
              </packing>
            </child>
            <child>
              <widget class="GtkAlignment" id="left">
                <property name="visible">True</property>
                <property name="left_padding">5</property>
                <child>
                  <widget class="GtkVBox" id="left_vbox">
                    <property name="width_request">0</property>
                    <property name="visible">True</property>
                    <property name="spacing">10</property>
                    <child>
                      <widget class="GtkEventBox" id="navigation_eventbox">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkExpander" id="navigation_expander">
                            <property name="can_focus">True</property>
                            <property name="no_show_all">True</property>
                            <property name="expanded">True</property>
                            <child>
                              <widget class="GtkDrawingArea" id="navigation">
                                <property name="visible">True</property>
                                <property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label6">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">navigation</property>
                              </widget>
                              <packing>
                                <property name="type">label_item</property>
                              </packing>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">0</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkScrolledWindow" id="left_scrolledwindow">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="hscrollbar_policy">never</property>
                        <property name="window_placement">top-right</property>
                        <property name="window_placement_set">True</property>
                        <child>
                          <widget class="GtkViewport" id="viewport2">
                            <property name="visible">True</property>
                            <property name="resize_mode">queue</property>
                            <property name="shadow_type">none</property>
                            <child>
                              <widget class="GtkVBox" id="left_scrolled">
                                <property name="width_request">0</property>
                                <property name="visible">True</property>
                                <property name="spacing">10</property>
                                <child>
                                  <widget class="GtkEventBox" id="devices_eventbox">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkExpander" id="devices_expander">
                                        <property name="visible">True</property>
                                        <property name="can_focus">True</property>
                                        <property name="spacing">10</property>
                                        <child>
                                          <widget class="GtkAlignment" id="devices_alignment">
                                            <property name="visible">True</property>
                                            <property name="bottom_padding">10</property>
                                            <property name="left_padding">5</property>
                                            <property name="right_padding">10</property>
                                            <child>
                                              <widget class="GtkVBox" id="devices_expander_body">
                                                <property name="visible">True</property>
                                                <property name="events">GDK_EXPOSURE_MASK | GDK_STRUCTURE_MASK</property>
                                                <property name="spacing">5</property>
                                                <child>
                                                  <placeholder/>
                                                </child>
                                                <child>
                                                  <placeholder/>
                                                </child>
                                                <child>
                                                  <placeholder/>
                                                </child>
                                              </widget>
                                            </child>
                                          </widget>
                                        </child>
                                        <child>
                                          <widget class="GtkLabel" id="label1">
                                            <property name="visible">True</property>
                                            <property name="label" translatable="yes">devices</property>
                                          </widget>
                                          <packing>
                                            <property name="type">label_item</property>
                                          </packing>
                                        </child>
                                      </widget>
                                    </child>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                                <child>
                                  <widget class="GtkEventBox" id="library_eventbox">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkExpander" id="library_expander">
                                        <property name="visible">True</property>
                                        <property name="can_focus">True</property>
                                        <property name="expanded">True</property>
                                        <property name="spacing">10</property>
                                        <child>
                                          <widget class="GtkAlignment" id="library_alignment">
                                            <property name="visible">True</property>
                                            <property name="bottom_padding">10</property>
                                            <property name="left_padding">5</property>
                                            <property name="right_padding">10</property>
                                            <child>
                                              <widget class="GtkVBox" id="library_expander_body">
                                                <property name="visible">True</property>
                                                <property name="events">GDK_EXPOSURE_MASK | GDK_STRUCTURE_MASK</property>
                                                <property name="spacing">5</property>
                                                <child>
                                                  <widget class="GtkVBox" id="section">
                                                    <property name="visible">True</property>
                                                    <child>
                                                      <widget class="GtkButton" id="button_import">
                                                        <property name="label" translatable="yes">import film roll</property>
                                                        <property name="visible">True</property>
                                                        <property name="can_focus">True</property>
                                                        <property name="receives_default">True</property>
                                                      </widget>
                                                      <packing>
                                                        <property name="expand">False</property>
                                                        <property name="fill">False</property>
                                                        <property name="position">0</property>
                                                      </packing>
                                                    </child>
                                                    <child>
                                                      <widget class="GtkButton" id="button_import_single">
                                                        <property name="label" translatable="yes">import single image</property>
                                                        <property name="visible">True</property>
                                                        <property name="can_focus">True</property>
                                                        <property name="receives_default">True</property>
                                                      </widget>
                                                      <packing>
                                                        <property name="position">1</property>
                                                      </packing>
                                                    </child>
                                                  </widget>
                                                  <packing>
                                                    <property name="position">0</property>
                                                  </packing>
                                                </child>
                                                <child>
                                                  <widget class="GtkLabel" id="label2">
                                                    <property name="visible">True</property>
                                                  </widget>
                                                  <packing>
                                                    <property name="position">1</property>
                                                  </packing>
                                                </child>
                                                <child>
                                                  <widget class="GtkVBox" id="recent_used_film_rolls_section_box">
                                                    <property name="visible">True</property>
                                                    <child>
                                                      <placeholder/>
                                                    </child>
                                                  </widget>
                                                  <packing>
                                                    <property name="position">2</property>
                                                  </packing>
                                                </child>
                                                <child>
                                                  <widget class="GtkVBox" id="section1">
                                                    <property name="visible">True</property>
                                                    <child>
                                                      <placeholder/>
                                                    </child>
                                                  </widget>
                                                  <packing>
                                                    <property name="position">3</property>
                                                  </packing>
                                                </child>
                                                <child>
                                                  <widget class="GtkLabel" id="label4">
                                                    <property name="visible">True</property>
                                                  </widget>
                                                  <packing>
                                                    <property name="position">4</property>
                                                  </packing>
                                                </child>
                                                <child>
                                                  <widget class="GtkVBox" id="all_film_rolls_section_box">
                                                    <property name="visible">True</property>
                                                    <child>
                                                      <placeholder/>
                                                    </child>
                                                  </widget>
                                                  <packing>
                                                    <property name="position">5</property>
                                                  </packing>
                                                </child>
                                                <child>
                                                  <widget class="GtkVBox" id="section2">
                                                    <property name="visible">True</property>
                                                    <child>
                                                      <widget class="GtkEntry" id="entry_film">
                                                        <property name="visible">True</property>
                                                        <property name="can_focus">True</property>
                                                        <property name="events">GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
                                                        <property name="tooltip" translatable="yes">search film rolls by folder</property>
                                                        <property name="invisible_char">●</property>
                                                      </widget>
                                                      <packing>
                                                        <property name="position">0</property>
                                                      </packing>
                                                    </child>
                                                    <child>
                                                      <widget class="GtkScrolledWindow" id="treeview_film_scrolledwindow">
                                                        <property name="visible">True</property>
                                                        <property name="can_focus">True</property>
                                                        <property name="hscrollbar_policy">automatic</property>
                                                        <property name="vscrollbar_policy">automatic</property>
                                                        <child>
                                                          <widget class="GtkTreeView" id="treeview_film">
                                                            <property name="visible">True</property>
                                                            <property name="can_focus">True</property>
                                                            <property name="headers_visible">False</property>
                                                            <property name="search_column">0</property>
                                                          </widget>
                                                        </child>
                                                      </widget>
                                                      <packing>
                                                        <property name="position">1</property>
                                                      </packing>
                                                    </child>
                                                    <child>
                                                      <widget class="GtkHBox" id="hbox1">
                                                        <property name="visible">True</property>
                                                        <property name="spacing">5</property>
                                                        <child>
                                                          <widget class="GtkButton" id="button_film_remove">
                                                            <property name="label" translatable="yes">remove</property>
                                                            <property name="visible">True</property>
                                                            <property name="can_focus">True</property>
                                                            <property name="receives_default">True</property>
                                                            <property name="has_tooltip">True</property>
                                                            <property name="tooltip" translatable="yes">remove selected film roll from collection</property>
                                                          </widget>
                                                          <packing>
                                                            <property name="position">0</property>
                                                          </packing>
                                                        </child>
                                                        <child>
                                                          <widget class="GtkButton" id="button_film_open">
                                                            <property name="label" translatable="yes">open</property>
                                                            <property name="visible">True</property>
                                                            <property name="can_focus">True</property>
                                                            <property name="receives_default">True</property>
                                                            <property name="has_tooltip">True</property>
                                                            <property name="tooltip" translatable="yes">open selected film roll in light table</property>
                                                          </widget>
                                                          <packing>
                                                            <property name="position">1</property>
                                                          </packing>
                                                        </child>
                                                      </widget>
                                                      <packing>
                                                        <property name="position">11</property>
                                                      </packing>
                                                    </child>
                                                  </widget>
                                                  <packing>
                                                    <property name="position">6</property>
                                                  </packing>
                                                </child>
                                                <child>
                                                  <placeholder/>
                                                </child>
                                              </widget>
                                            </child>
                                          </widget>
                                        </child>
                                        <child>
                                          <widget class="GtkLabel" id="label5">
                                            <property name="visible">True</property>
                                            <property name="label" translatable="yes">library</property>
                                          </widget>
                                          <packing>
                                            <property name="type">label_item</property>
                                          </packing>
                                        </child>
                                      </widget>
                                    </child>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                                <child>
                                  <widget class="GtkEventBox" id="snapshots_eventbox">
                                    <property name="no_show_all">True</property>
                                    <child>
                                      <widget class="GtkExpander" id="snapshots_expander">
                                        <property name="visible">True</property>
                                        <property name="can_focus">True</property>
                                        <property name="spacing">10</property>
                                        <child>
                                          <widget class="GtkAlignment" id="snapshot_alignment">
                                            <property name="visible">True</property>
                                            <property name="bottom_padding">10</property>
                                            <property name="left_padding">5</property>
                                            <property name="right_padding">10</property>
                                            <child>
                                              <widget class="GtkVBox" id="snapshots_body">
                                                <property name="visible">True</property>
                                                <child>
                                                  <placeholder/>
                                                </child>
                                              </widget>
                                            </child>
                                          </widget>
                                        </child>
                                        <child>
                                          <widget class="GtkLabel" id="label9">
                                            <property name="visible">True</property>
                                            <property name="label" translatable="yes">snapshots</property>
                                          </widget>
                                          <packing>
                                            <property name="type">label_item</property>
                                          </packing>
                                        </child>
                                      </widget>
                                    </child>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">2</property>
                                  </packing>
                                </child>
                                <child>
                                  <widget class="GtkEventBox" id="metadata_eventbox">
                                    <property name="visible">True</property>
                                    <child>
                                      <widget class="GtkExpander" id="metadata_expander">
                                        <property name="visible">True</property>
                                        <property name="can_focus">True</property>
                                        <property name="spacing">10</property>
                                        <child>
                                          <widget class="GtkTable" id="metadata_expander_body">
                                            <property name="visible">True</property>
                                            <property name="events">GDK_EXPOSURE_MASK | GDK_STRUCTURE_MASK</property>
                                            <property name="border_width">5</property>
                                            <property name="n_rows">12</property>
                                            <property name="n_columns">2</property>
                                            <child>
                                              <widget class="GtkLabel" id="label20">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">filename</property>
                                              </widget>
                                              <packing>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label21">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">model</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">1</property>
                                                <property name="bottom_attach">2</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label22">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">maker</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">2</property>
                                                <property name="bottom_attach">3</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label23">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">aperture</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">3</property>
                                                <property name="bottom_attach">4</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label24">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">exposure</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">4</property>
                                                <property name="bottom_attach">5</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_filename">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_model">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">1</property>
                                                <property name="bottom_attach">2</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_maker">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">2</property>
                                                <property name="bottom_attach">3</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_aperture">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">3</property>
                                                <property name="bottom_attach">4</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_exposure">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">4</property>
                                                <property name="bottom_attach">5</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label26">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">date/time</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">7</property>
                                                <property name="bottom_attach">8</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_datetime">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">7</property>
                                                <property name="bottom_attach">8</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label25">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">iso</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">6</property>
                                                <property name="bottom_attach">7</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_iso">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">6</property>
                                                <property name="bottom_attach">7</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_focal_length">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">5</property>
                                                <property name="bottom_attach">6</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label27">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">f-length</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">5</property>
                                                <property name="bottom_attach">6</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label8">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">lens</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">8</property>
                                                <property name="bottom_attach">9</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_lens">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">8</property>
                                                <property name="bottom_attach">9</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label10">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">width</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">9</property>
                                                <property name="bottom_attach">10</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label11">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">height</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">10</property>
                                                <property name="bottom_attach">11</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_width">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">9</property>
                                                <property name="bottom_attach">10</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_height">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">10</property>
                                                <property name="bottom_attach">11</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="label14">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="xpad">5</property>
                                                <property name="label" translatable="yes">film roll</property>
                                              </widget>
                                              <packing>
                                                <property name="top_attach">11</property>
                                                <property name="bottom_attach">12</property>
                                                <property name="x_options">GTK_FILL</property>
                                              </packing>
                                            </child>
                                            <child>
                                              <widget class="GtkLabel" id="metadata_label_filmroll">
                                                <property name="visible">True</property>
                                                <property name="xalign">0</property>
                                                <property name="label" translatable="yes">-</property>
                                                <property name="ellipsize">middle</property>
                                              </widget>
                                              <packing>
                                                <property name="left_attach">1</property>
                                                <property name="right_attach">2</property>
                                                <property name="top_attach">11</property>
                                                <property name="bottom_attach">12</property>
                                              </packing>
                                            </child>
                                          </widget>
                                        </child>
                                        <child>
                                          <widget class="GtkLabel" id="label19">
                                            <property name="visible">True</property>
                                            <property name="label" translatable="yes">metadata</property>
                                          </widget>
                                          <packing>
                                            <property name="type">label_item</property>
                                          </packing>
                                        </child>
                                      </widget>
                                    </child>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">3</property>
                                  </packing>
                                </child>
                                <child>
                                  <widget class="GtkEventBox" id="history_eventbox">
                                    <property name="no_show_all">True</property>
                                    <child>
                                      <widget class="GtkExpander" id="history_expander">
                                        <property name="visible">True</property>
                                        <property name="can_focus">True</property>
                                        <property name="expanded">True</property>
                                        <property name="spacing">10</property>
                                        <child>
                                          <widget class="GtkAlignment" id="history_alignment">
                                            <property name="visible">True</property>
                                            <property name="bottom_padding">10</property>
                                            <property name="left_padding">5</property>
                                            <property name="right_padding">10</property>
                                            <child>
                                              <widget class="GtkVBox" id="history_expander_body">
                                                <property name="visible">True</property>
                                                <property name="events">GDK_EXPOSURE_MASK | GDK_STRUCTURE_MASK</property>
                                                <child>
                                                  <placeholder/>
                                                </child>
                                              </widget>
                                            </child>
                                          </widget>
                                        </child>
                                        <child>
                                          <widget class="GtkLabel" id="label13">
                                            <property name="visible">True</property>
                                            <property name="label" translatable="yes">history</property>
                                          </widget>
                                          <packing>
                                            <property name="type">label_item</property>
                                          </packing>
                                        </child>
                                      </widget>
                                    </child>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">4</property>
                                  </packing>
                                </child>
                                <child>
                                  <widget class="GtkDrawingArea" id="endmarker_left">
                                    <property name="height_request">50</property>
                                    <property name="visible">True</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="position">5</property>
                                  </packing>
                                </child>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">1</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkEventBox" id="jobs_list_eventbox">
                        <child>
                          <widget class="GtkVBox" id="jobs_content_box">
                            <property name="no_show_all">True</property>
                            <property name="border_width">5</property>
                            <child>
                              <placeholder/>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">2</property>
                      </packing>
                    </child>
                  </widget>
                </child>
              </widget>
              <packing>
                <property name="left_attach">1</property>
                <property name="right_attach">2</property>
                <property name="top_attach">1</property>
                <property name="bottom_attach">2</property>
                <property name="x_options">GTK_SHRINK</property>
                <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
              </packing>
            </child>
            <child>
              <widget class="GtkAlignment" id="right">
                <property name="visible">True</property>
                <property name="right_padding">5</property>
                <child>
                  <widget class="GtkVBox" id="right_vbox">
                    <property name="width_request">0</property>
                    <property name="visible">True</property>
                    <property name="spacing">10</property>
                    <child>
                      <widget class="GtkEventBox" id="histogram_eventbox">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkExpander" id="histogram_expander">
                            <property name="can_focus">True</property>
                            <property name="no_show_all">True</property>
                            <property name="expanded">True</property>
                            <child>
                              <widget class="GtkDrawingArea" id="histogram">
                                <property name="visible">True</property>
                                <property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label3">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">histogram</property>
                              </widget>
                              <packing>
                                <property name="type">label_item</property>
                              </packing>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">0</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkEventBox" id="modulegroups_eventbox">
                        <property name="visible">True</property>
                        <child>
                          <placeholder/>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">1</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkScrolledWindow" id="right_scrolledwindow">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="hscrollbar_policy">never</property>
                        <child>
                          <widget class="GtkViewport" id="viewport1">
                            <property name="visible">True</property>
                            <property name="resize_mode">queue</property>
                            <property name="shadow_type">none</property>
                            <child>
                              <widget class="GtkVBox" id="plugins_vbox">
                                <property name="width_request">0</property>
                                <property name="visible">True</property>
                                <property name="spacing">10</property>
                                <child>
                                  <placeholder/>
                                </child>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="position">2</property>
                      </packing>
                    </child>
                    <child>
                      <widget class="GtkEventBox" id="module_list_eventbox">
                        <property name="no_show_all">True</property>
                        <child>
                          <widget class="GtkExpander" id="module_list_expander">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="spacing">10</property>
                            <child>
                              <widget class="GtkTable" id="module_list">
                                <property name="visible">True</property>
                                <property name="n_rows">2</property>
                                <property name="n_columns">6</property>
                                <property name="homogeneous">True</property>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                              </widget>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label7">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">more plugins</property>
                              </widget>
                              <packing>
                                <property name="type">label_item</property>
                              </packing>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">3</property>
                      </packing>
                    </child>
                  </widget>
                </child>
              </widget>
              <packing>
                <property name="left_attach">3</property>
                <property name="right_attach">4</property>
                <property name="top_attach">1</property>
                <property name="bottom_attach">2</property>
                <property name="x_options">GTK_SHRINK</property>
                <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
              </packing>
            </child>
            <child>
              <widget class="GtkHBox" id="top">
                <property name="visible">True</property>
                <child>
                  <widget class="GtkEventBox" id="darktable_label_eventbox">
                    <property name="visible">True</property>
                    <child>
                      <widget class="GtkLabel" id="darktable_label">
                        <property name="visible">True</property>
                        <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
                        <property name="has_tooltip">True</property>
                        <property name="tooltip" translatable="yes">about darktable</property>
                        <property name="xpad">20</property>
                        <property name="ypad">10</property>
                        <property name="label" translatable="yes">&lt;span color="#7f7f7f"&gt;&lt;big&gt;&lt;b&gt;darktable&lt;/b&gt;&lt;/big&gt;&lt;/span&gt;</property>
                        <property name="use_markup">True</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkAlignment" id="header_alignment">
                    <property name="visible">True</property>
                    <property name="yalign">1</property>
                    <property name="xscale">0</property>
                    <property name="yscale">0</property>
                    <child>
                      <widget class="GtkHBox" id="top_controls">
                        <property name="visible">True</property>
                        <child>
                          <widget class="GtkHBox" id="top_left_toolbox">
                            <property name="visible">True</property>
                            <child>
                              <placeholder/>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">0</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="topfilterhbox">
                            <property name="visible">True</property>
                            <child>
                              <widget class="GtkLabel" id="label17">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">list</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="padding">7</property>
                                <property name="position">0</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkComboBox" id="image_filter">
                                <property name="visible">True</property>
                                <property name="items" translatable="yes">all
no star
1 star
2 star
3 star
4 star</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">1</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkLabel" id="label18">
                                <property name="visible">True</property>
                                <property name="label" translatable="yes">images sorted by</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="padding">7</property>
                                <property name="position">2</property>
                              </packing>
                            </child>
                            <child>
                              <widget class="GtkComboBox" id="image_sort">
                                <property name="visible">True</property>
                                <property name="items" translatable="yes">filename
time
rating
id
color label</property>
                              </widget>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">3</property>
                              </packing>
                            </child>
                            <child>
                              <placeholder/>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">1</property>
                          </packing>
                        </child>
                        <child>
                          <widget class="GtkHBox" id="top_right_toolbox">
                            <property name="visible">True</property>
                            <child>
                              <placeholder/>
                            </child>
                          </widget>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">3</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="position">1</property>
                  </packing>
                </child>
                <child>
                  <widget class="GtkEventBox" id="view_label_eventbox">
                    <property name="visible">True</property>
                    <child>
                      <widget class="GtkLabel" id="view_label">
                        <property name="visible">True</property>
                        <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
                        <property name="has_tooltip">True</property>
                        <property name="tooltip" translatable="yes">switch to darkroom mode</property>
                        <property name="xpad">20</property>
                        <property name="ypad">10</property>
                        <property name="label" translatable="yes">&lt;span color="#7f7f7f"&gt;&lt;big&gt;&lt;b&gt;light table mode&lt;/b&gt;&lt;/big&gt;&lt;/span&gt;</property>
                        <property name="use_markup">True</property>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="expand">False</property>
                    <property name="position">2</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="left_attach">1</property>
                <property name="right_attach">4</property>
                <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
                <property name="y_options">GTK_SHRINK</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="position">1</property>
          </packing>
        </child>
        <child>
          <widget class="GtkDrawingArea" id="bottomborder">
            <property name="height_request">10</property>
            <property name="visible">True</property>
            <property name="app_paintable">True</property>
            <property name="events">GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property>
          </widget>
          <packing>
            <property name="expand">False</property>
            <property name="position">2</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>
back to top