Changeset 56 for conseil.glade

Show
Ignore:
Timestamp:
03/23/07 00:22:02 (22 months ago)
Author:
ploum
Message:

finally closing #66. thanks Étienne for the patch ! Now Conseil is way more prettier...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • conseil.glade

    r55 r56  
    88    <property name="default_width">750</property> 
    99    <property name="default_height">550</property> 
    10     <signal name="destroy" handler="on_window1_destroy"/> 
     10    <signal name="destroy" handler="on_main_window_destroy"/> 
    1111    <child> 
    12       <widget class="GtkVBox" id="vbox1"> 
     12      <widget class="GtkVBox" id="main_box"> 
    1313        <property name="visible">True</property> 
    1414        <child> 
    15           <widget class="GtkMenuBar" id="menubar1"> 
     15          <widget class="GtkMenuBar" id="menubar"> 
    1616            <property name="visible">True</property> 
    1717            <child> 
     
    2828                        <property name="use_underline">True</property> 
    2929                        <property name="use_stock">True</property> 
    30                         <signal name="activate" handler="on_ouvrir1_activate"/> 
     30                        <signal name="activate" handler="on_open_activate"/> 
    3131                      </widget> 
    3232                    </child> 
     
    4545                        <property name="label" translatable="yes">_Import Bookmarks</property> 
    4646                        <property name="use_underline">True</property> 
    47                         <signal name="activate" handler="on_importer_activate"/> 
     47                        <signal name="activate" handler="on_import_activate"/> 
    4848                        <child internal-child="image"> 
    4949                          <widget class="GtkImage" id="menu-item-image1"> 
     
    7777                        <property name="use_underline">True</property> 
    7878                        <property name="use_stock">True</property> 
    79                         <signal name="activate" handler="on_quitter1_activate"/> 
     79                        <signal name="activate" handler="on_quit_activate"/> 
    8080                      </widget> 
    8181                    </child> 
     
    178178        </child> 
    179179        <child> 
    180           <widget class="GtkHBox" id="hbox1"> 
     180          <widget class="GtkHPaned" id="hpane"> 
    181181            <property name="visible">True</property> 
     182            <property name="can_focus">True</property> 
    182183            <property name="border_width">2</property> 
    183             <property name="spacing">2</property> 
    184             <child> 
    185               <widget class="GtkButton" id="addBookmark1"> 
     184            <child> 
     185              <widget class="GtkNotebook" id="sidebar"> 
    186186                <property name="visible">True</property> 
    187187                <property name="can_focus">True</property> 
    188                 <property name="tooltip" translatable="yes">Add the current tab to the bookmarks</property> 
    189                 <signal name="clicked" handler="on_addBookmark_clicked"/> 
    190                 <child> 
    191                   <widget class="GtkAlignment" id="alignment1"> 
     188                <property name="border_width">4</property> 
     189                <property name="tab_pos">GTK_POS_BOTTOM</property> 
     190                <property name="show_border">False</property> 
     191                <child> 
     192                  <widget class="GtkVBox" id="bookmark_box"> 
    192193                    <property name="visible">True</property> 
    193                     <property name="xscale">0</property> 
    194                     <property name="yscale">0</property> 
    195                     <child> 
    196                       <widget class="GtkHBox" id="hbox9"> 
    197                         <property name="visible">True</property> 
    198                         <property name="spacing">2</property> 
    199                         <child> 
    200                           <widget class="GtkImage" id="image1"> 
    201                             <property name="visible">True</property> 
     194                    <property name="border_width">4</property> 
     195                    <property name="spacing">6</property> 
     196                    <child> 
     197                      <widget class="GtkHBox" id="bookmark_title_box"> 
     198                        <property name="visible">True</property> 
     199                        <child> 
     200                          <widget class="GtkImage" id="bookmark_title_icon"> 
     201                            <property name="visible">True</property> 
     202                            <property name="xpad">3</property> 
    202203                            <property name="icon_size">2</property> 
    203                             <property name="icon_name">bookmark_add</property> 
     204                            <property name="icon_name">stock_bookmark</property> 
    204205                          </widget> 
    205206                          <packing> 
     
    209210                        </child> 
    210211                        <child> 
    211                           <widget class="GtkLabel" id="label3"> 
    212                             <property name="visible">True</property> 
    213                             <property name="use_underline">True</property> 
     212                          <widget class="GtkLabel" id="bookmark_title_label"> 
     213                            <property name="visible">True</property> 
     214                            <property name="xalign">0</property> 
     215                            <property name="label" translatable="yes">&lt;b&gt;Bookmarks&lt;/b&gt;</property> 
     216                            <property name="use_markup">True</property> 
     217                            <property name="ellipsize">PANGO_ELLIPSIZE_END</property> 
     218                          </widget> 
     219                          <packing> 
     220                            <property name="position">1</property> 
     221                          </packing> 
     222                        </child> 
     223                        <child> 
     224                          <widget class="GtkButton" id="sidebar_close_button1"> 
     225                            <property name="visible">True</property> 
     226                            <property name="can_focus">True</property> 
     227                            <property name="border_width">5</property> 
     228                            <property name="relief">GTK_RELIEF_NONE</property> 
     229                            <signal name="clicked" handler="on_sidebar_close_button_clicked"/> 
     230                            <child> 
     231                              <widget class="GtkImage" id="image2"> 
     232                                <property name="visible">True</property> 
     233                                <property name="stock">gtk-close</property> 
     234                                <property name="icon_size">1</property> 
     235                              </widget> 
     236                            </child> 
    214237                          </widget> 
    215238                          <packing> 
    216239                            <property name="expand">False</property> 
    217240                            <property name="fill">False</property> 
     241                            <property name="position">2</property> 
     242                          </packing> 
     243                        </child> 
     244                      </widget> 
     245                      <packing> 
     246                        <property name="expand">False</property> 
     247                        <property name="fill">False</property> 
     248                      </packing> 
     249                    </child> 
     250                    <child> 
     251                      <widget class="GtkScrolledWindow" id="bookmark_window"> 
     252                        <property name="visible">True</property> 
     253                        <property name="can_focus">True</property> 
     254                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 
     255                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 
     256                        <property name="shadow_type">GTK_SHADOW_IN</property> 
     257                        <child> 
     258                          <widget class="GtkTreeView" id="bookmarks_list"> 
     259                            <property name="visible">True</property> 
     260                            <property name="can_focus">True</property> 
     261                            <property name="headers_visible">False</property> 
     262                            <property name="reorderable">True</property> 
     263                            <signal name="button_press_event" handler="on_bookmarks_button_press_event"/> 
     264                            <signal name="row_activated" handler="on_bookmarks_row_activated"/> 
     265                          </widget> 
     266                        </child> 
     267                      </widget> 
     268                      <packing> 
     269                        <property name="position">1</property> 
     270                      </packing> 
     271                    </child> 
     272                    <child> 
     273                      <widget class="GtkHBox" id="bookmark_action_box"> 
     274                        <property name="visible">True</property> 
     275                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
     276                        <property name="spacing">4</property> 
     277                        <property name="homogeneous">True</property> 
     278                        <child> 
     279                          <widget class="GtkButton" id="add_bookmark_button1"> 
     280                            <property name="visible">True</property> 
     281                            <property name="can_focus">True</property> 
     282                            <property name="receives_default">True</property> 
     283                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
     284                            <property name="label" translatable="yes">gtk-add</property> 
     285                            <property name="use_stock">True</property> 
     286                            <signal name="clicked" handler="on_add_bookmark_button_clicked"/> 
     287                          </widget> 
     288                        </child> 
     289                        <child> 
     290                          <widget class="GtkButton" id="remove_bookmark_button"> 
     291                            <property name="visible">True</property> 
     292                            <property name="can_focus">True</property> 
     293                            <property name="receives_default">True</property> 
     294                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
     295                            <property name="label" translatable="yes">gtk-remove</property> 
     296                            <property name="use_stock">True</property> 
     297                            <signal name="clicked" handler="on_remove_bookmark_button_clicked"/> 
     298                          </widget> 
     299                          <packing> 
    218300                            <property name="position">1</property> 
    219301                          </packing> 
    220302                        </child> 
    221303                      </widget> 
    222                     </child> 
    223                   </widget> 
    224                 </child> 
    225               </widget> 
    226               <packing> 
    227                 <property name="expand">False</property> 
    228                 <property name="fill">False</property> 
    229               </packing> 
    230             </child> 
    231             <child> 
    232               <widget class="GtkEntry" id="simple_search_entry"> 
    233                 <property name="visible">True</property> 
    234                 <property name="can_focus">True</property> 
    235                 <property name="activates_default">True</property> 
    236               </widget> 
    237               <packing> 
    238                 <property name="position">1</property> 
    239               </packing> 
    240             </child> 
    241             <child> 
    242               <widget class="GtkButton" id="btnSimplesearch"> 
    243                 <property name="visible">True</property> 
    244                 <property name="can_focus">True</property> 
    245                 <property name="can_default">True</property> 
    246                 <property name="has_default">True</property> 
    247                 <property name="label" translatable="yes">gtk-find</property> 
    248                 <property name="use_stock">True</property> 
    249                 <signal name="clicked" handler="on_btnSimplesearch_clicked"/> 
    250               </widget> 
    251               <packing> 
    252                 <property name="expand">False</property> 
    253                 <property name="fill">False</property> 
    254                 <property name="position">2</property> 
    255               </packing> 
    256             </child> 
    257           </widget> 
    258           <packing> 
    259             <property name="expand">False</property> 
    260             <property name="position">1</property> 
    261           </packing> 
    262         </child> 
    263         <child> 
    264           <widget class="GtkHBox" id="hbox2"> 
    265             <property name="visible">True</property> 
    266             <child> 
    267               <widget class="GtkHPaned" id="hpaned1"> 
    268                 <property name="visible">True</property> 
    269                 <property name="can_focus">True</property> 
    270                 <property name="border_width">5</property> 
    271                 <child> 
    272                   <widget class="GtkNotebook" id="sidebar"> 
     304                      <packing> 
     305                        <property name="expand">False</property> 
     306                        <property name="position">2</property> 
     307                      </packing> 
     308                    </child> 
     309                  </widget> 
     310                  <packing> 
     311                    <property name="tab_expand">False</property> 
     312                  </packing> 
     313                </child> 
     314                <child> 
     315                  <widget class="GtkImage" id="bookmark_tab_icon"> 
    273316                    <property name="visible">True</property> 
    274                     <property name="can_focus">True</property> 
    275                     <property name="tab_pos">GTK_POS_BOTTOM</property> 
    276                     <property name="show_border">False</property> 
    277                     <child> 
    278                       <widget class="GtkVBox" id="vbox2"> 
    279                         <property name="visible">True</property> 
    280                         <property name="border_width">2</property> 
    281                         <child> 
    282                           <widget class="GtkHBox" id="hbox4"> 
    283                             <property name="visible">True</property> 
    284                             <child> 
    285                               <widget class="GtkImage" id="image4"> 
    286                                 <property name="visible">True</property> 
    287                                 <property name="xpad">3</property> 
    288                                 <property name="icon_size">1</property> 
    289                                 <property name="icon_name">stock_bookmark</property> 
    290                               </widget> 
    291                               <packing> 
    292                                 <property name="expand">False</property> 
    293                                 <property name="fill">False</property> 
    294                               </packing> 
    295                             </child> 
    296                             <child> 
    297                               <widget class="GtkLabel" id="label9"> 
    298                                 <property name="visible">True</property> 
    299                                 <property name="xalign">0.15000000596046448</property> 
    300                                 <property name="label" translatable="yes">&lt;b&gt;Bookmarks&lt;/b&gt;</property> 
    301                                 <property name="use_markup">True</property> 
    302                                 <property name="ellipsize">PANGO_ELLIPSIZE_END</property> 
    303                               </widget> 
    304                               <packing> 
    305                                 <property name="position">1</property> 
    306                               </packing> 
    307                             </child> 
    308                             <child> 
    309                               <widget class="GtkButton" id="sidebar_close"> 
    310                                 <property name="visible">True</property> 
    311                                 <property name="can_focus">True</property> 
    312                                 <property name="border_width">5</property> 
    313                                 <property name="relief">GTK_RELIEF_NONE</property> 
    314                                 <signal name="released" handler="on_sidebar_close_released"/> 
    315                                 <child> 
    316                                   <widget class="GtkImage" id="image5"> 
    317                                     <property name="visible">True</property> 
    318                                     <property name="stock">gtk-close</property> 
    319                                     <property name="icon_size">1</property> 
    320                                   </widget> 
    321                                 </child> 
    322                               </widget> 
    323                               <packing> 
    324                                 <property name="expand">False</property> 
    325                                 <property name="fill">False</property> 
    326                                 <property name="position">2</property> 
    327                               </packing> 
    328                             </child> 
     317                    <property name="icon_name">stock_bookmark</property> 
     318                  </widget> 
     319                  <packing> 
     320                    <property name="type">tab</property> 
     321                    <property name="tab_expand">False</property> 
     322                    <property name="tab_fill">False</property> 
     323                  </packing> 
     324                </child> 
     325                <child> 
     326                  <widget class="GtkVBox" id="adv_search_side_box"> 
     327                    <property name="visible">True</property> 
     328                    <property name="border_width">4</property> 
     329                    <child> 
     330                      <widget class="GtkHBox" id="adv_search_title_box"> 
     331                        <property name="visible">True</property> 
     332                        <child> 
     333                          <widget class="GtkImage" id="adv_search_title_icon"> 
     334                            <property name="visible">True</property> 
     335                            <property name="xpad">3</property> 
     336                            <property name="stock">gtk-find</property> 
     337                            <property name="icon_size">2</property> 
    329338                          </widget> 
    330339                          <packing> 
     
    334343                        </child> 
    335344                        <child> 
    336                           <widget class="GtkScrolledWindow" id="scrolledwindow2"> 
    337                             <property name="visible">True</property> 
    338                             <property name="can_focus">True</property> 
    339                             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 
    340                             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 
    341                             <property name="shadow_type">GTK_SHADOW_IN</property> 
    342                             <child> 
    343                               <widget class="GtkTreeView" id="bookmarks"> 
    344                                 <property name="visible">True</property> 
    345                                 <property name="can_focus">True</property> 
    346                                 <property name="headers_visible">False</property> 
    347                                 <property name="reorderable">True</property> 
    348                                 <signal name="row_activated" handler="on_bookmarks_row_activated"/> 
    349                                 <signal name="button_release_event" handler="on_bookmarks_button_press_event"/> 
    350                               </widget> 
    351                             </child> 
     345                          <widget class="GtkLabel" id="adv_search_title_label"> 
     346                            <property name="visible">True</property> 
     347                            <property name="xalign">0</property> 
     348                            <property name="label" translatable="yes">&lt;b&gt;Advanced Search&lt;/b&gt;</property> 
     349                            <property name="use_markup">True</property> 
     350                            <property name="ellipsize">PANGO_ELLIPSIZE_END</property> 
    352351                          </widget> 
    353352                          <packing> 
     
    355354                          </packing> 
    356355                        </child> 
    357                       </widget> 
    358                       <packing> 
    359                         <property name="tab_expand">False</property> 
    360                       </packing> 
    361                     </child> 
    362                     <child> 
    363                       <widget class="GtkImage" id="image6"> 
    364                         <property name="visible">True</property> 
    365                         <property name="icon_name">stock_bookmark</property> 
    366                       </widget> 
    367                       <packing> 
    368                         <property name="type">tab</property> 
    369                         <property name="tab_expand">False</property> 
    370                         <property name="tab_fill">False</property> 
    371                       </packing> 
    372                     </child> 
    373                     <child> 
    374                       <widget class="GtkVBox" id="vbox_adv"> 
    375                         <property name="visible">True</property> 
    376                         <property name="border_width">2</property> 
    377                         <child> 
    378                           <widget class="GtkHBox" id="hbox5"> 
    379                             <property name="visible">True</property> 
     356                        <child> 
     357                          <widget class="GtkButton" id="sidebar_close_button2"> 
     358                            <property name="visible">True</property> 
     359                            <property name="can_focus">True</property> 
     360                            <property name="border_width">5</property> 
     361                            <property name="relief">GTK_RELIEF_NONE</property> 
     362                            <signal name="clicked" handler="on_sidebar_close_button_clicked"/> 
    380363                            <child> 
    381                               <widget class="GtkImage" id="image9"> 
     364                              <widget class="GtkImage" id="image6"> 
    382365                                <property name="visible">True</property> 
    383                                 <property name="xpad">3</property> 
    384                                 <property name="stock">gtk-find</property> 
     366                                <property name="stock">gtk-close</property> 
     367                                <property name="icon_size">1</property> 
    385368                              </widget> 
    386                               <packing> 
    387                                 <property name="expand">False</property> 
    388                                 <property name="fill">False</property> 
    389                               </packing> 
    390                             </child> 
    391                             <child> 
    392                               <widget class="GtkLabel" id="label10"> 
    393                                 <property name="visible">True</property> 
    394                                 <property name="xalign">0.15000000596046448</property> 
    395                                 <property name="label" translatable="yes">&lt;b&gt;Advanced Search&lt;/b&gt;</property> 
    396                                 <property name="use_markup">True</property> 
    397                                 <property name="ellipsize">PANGO_ELLIPSIZE_END</property> 
    398                               </widget> 
    399                               <packing> 
    400                                 <property name="position">1</property> 
    401                               </packing> 
    402                             </child> 
    403                             <child> 
    404                               <widget class="GtkButton" id="sidebar_close"> 
    405                                 <property name="visible">True</property> 
    406                                 <property name="can_focus">True</property> 
    407                                 <property name="border_width">5</property> 
    408                                 <property name="relief">GTK_RELIEF_NONE</property> 
    409                                 <signal name="released" handler="on_sidebar_close_released"/> 
    410                                 <child> 
    411                                   <widget class="GtkImage" id="image8"> 
    412                                     <property name="visible">True</property> 
    413                                     <property name="stock">gtk-close</property> 
    414                                     <property name="icon_size">1</property> 
    415                                   </widget> 
    416                                 </child> 
    417                               </widget> 
    418                               <packing> 
    419                                 <property name="expand">False</property> 
    420                                 <property name="fill">False</property> 
    421                                 <property name="position">2</property> 
    422                               </packing> 
    423369                            </child> 
    424370                          </widget> 
     
    426372                            <property name="expand">False</property> 
    427373                            <property name="fill">False</property> 
     374                            <property name="position">2</property> 
    428375                          </packing> 
    429376                        </child> 
    430                         <child> 
    431                           <widget class="GtkLabel" id="omega13"> 
    432                             <property name="visible">True</property> 
    433                             <property name="label" translatable="yes">Omega 13</property> 
    434                           </widget> 
    435                           <packing> 
    436                             <property name="expand">False</property> 
    437                             <property name="fill">False</property> 
    438                             <property name="position">1</property> 
    439                           </packing> 
    440                         </child> 
    441                       </widget> 
    442                       <packing> 
     377                      </widget> 
     378                      <packing> 
     379                        <property name="expand">False</property> 
     380                        <property name="fill">False</property> 
     381                      </packing> 
     382                    </child> 
     383                    <child> 
     384                      <widget class="GtkLabel" id="omega13"> 
     385                        <property name="visible">True</property> 
     386                        <property name="label" translatable="yes">Omega 13</property> 
     387                      </widget> 
     388                      <packing> 
     389                        <property name="expand">False</property> 
     390                        <property name="fill">False</property> 
    443391                        <property name="position">1</property> 
    444                         <property name="tab_expand">False</property> 
    445                       </packing> 
    446                     </child> 
    447                     <child> 
    448                       <widget class="GtkImage" id="image10"> 
    449                         <property name="visible">True</property> 
    450                         <property name="stock">gtk-find</property> 
    451                       </widget> 
    452                       <packing> 
    453                         <property name="type">tab</property> 
     392                      </packing> 
     393                    </child> 
     394                  </widget> 
     395                  <packing> 
     396                    <property name="position">1</property> 
     397                    <property name="tab_expand">False</property> 
     398                  </packing> 
     399                </child> 
     400                <child> 
     401                  <widget class="GtkImage" id="adv_search_tab_icon"> 
     402                    <property name="visible">True</property> 
     403                    <property name="stock">gtk-find</property> 
     404                  </widget> 
     405                  <packing> 
     406                    <property name="type">tab</property> 
     407                    <property name="position">1</property> 
     408                    <property name="tab_expand">False</property> 
     409                    <property name="tab_fill">False</property> 
     410                  </packing> 
     411                </child> 
     412              </widget> 
     413              <packing> 
     414                <property name="resize">False</property> 
     415                <property name="shrink">False</property> 
     416              </packing>