/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-10 11:49:24 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060810114924-d1e0acc313c07d2b
Implemented Informations functionality; some bzrlib API changes handled.

2006-08-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/backend/info_helper.py: made it 0.9 API compatible
    * olive/backend/info.py: small bug fixed
    * olive/frontend/gtk/info.py: implemented Information window
    * olive.glade: added Informations window
    * Olive is two months old!

Show diffs side-by-side

added added

removed removed

Lines of Context:
2950
2950
  </child>
2951
2951
</widget>
2952
2952
 
 
2953
<widget class="GtkWindow" id="window_info">
 
2954
  <property name="title" translatable="yes">Olive - Informations</property>
 
2955
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2956
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
2957
  <property name="modal">False</property>
 
2958
  <property name="resizable">True</property>
 
2959
  <property name="destroy_with_parent">False</property>
 
2960
  <property name="icon">oliveicon2.png</property>
 
2961
  <property name="decorated">True</property>
 
2962
  <property name="skip_taskbar_hint">False</property>
 
2963
  <property name="skip_pager_hint">False</property>
 
2964
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
2965
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2966
  <property name="focus_on_map">True</property>
 
2967
  <property name="urgency_hint">False</property>
 
2968
 
 
2969
  <child>
 
2970
    <widget class="GtkVBox" id="vbox_info">
 
2971
      <property name="border_width">5</property>
 
2972
      <property name="visible">True</property>
 
2973
      <property name="homogeneous">False</property>
 
2974
      <property name="spacing">3</property>
 
2975
 
 
2976
      <child>
 
2977
        <widget class="GtkExpander" id="expander_info_location">
 
2978
          <property name="can_focus">True</property>
 
2979
          <property name="expanded">False</property>
 
2980
          <property name="spacing">0</property>
 
2981
          <signal name="activate" handler="on_expander_info_location_activate" last_modification_time="Wed, 09 Aug 2006 22:18:59 GMT"/>
 
2982
 
 
2983
          <child>
 
2984
            <widget class="GtkTable" id="table_info_location">
 
2985
              <property name="visible">True</property>
 
2986
              <property name="n_rows">7</property>
 
2987
              <property name="n_columns">2</property>
 
2988
              <property name="homogeneous">False</property>
 
2989
              <property name="row_spacing">0</property>
 
2990
              <property name="column_spacing">0</property>
 
2991
 
 
2992
              <child>
 
2993
                <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
 
2994
                  <property name="label" translatable="yes">Light checkout root: </property>
 
2995
                  <property name="use_underline">False</property>
 
2996
                  <property name="use_markup">False</property>
 
2997
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2998
                  <property name="wrap">False</property>
 
2999
                  <property name="selectable">False</property>
 
3000
                  <property name="xalign">1</property>
 
3001
                  <property name="yalign">0.5</property>
 
3002
                  <property name="xpad">0</property>
 
3003
                  <property name="ypad">0</property>
 
3004
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3005
                  <property name="width_chars">-1</property>
 
3006
                  <property name="single_line_mode">False</property>
 
3007
                  <property name="angle">0</property>
 
3008
                </widget>
 
3009
                <packing>
 
3010
                  <property name="left_attach">0</property>
 
3011
                  <property name="right_attach">1</property>
 
3012
                  <property name="top_attach">0</property>
 
3013
                  <property name="bottom_attach">1</property>
 
3014
                  <property name="x_options">fill</property>
 
3015
                  <property name="y_options"></property>
 
3016
                </packing>
 
3017
              </child>
 
3018
 
 
3019
              <child>
 
3020
                <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
 
3021
                  <property name="label" translatable="yes">Shared repository: </property>
 
3022
                  <property name="use_underline">False</property>
 
3023
                  <property name="use_markup">False</property>
 
3024
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3025
                  <property name="wrap">False</property>
 
3026
                  <property name="selectable">False</property>
 
3027
                  <property name="xalign">1</property>
 
3028
                  <property name="yalign">0.5</property>
 
3029
                  <property name="xpad">0</property>
 
3030
                  <property name="ypad">0</property>
 
3031
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3032
                  <property name="width_chars">-1</property>
 
3033
                  <property name="single_line_mode">False</property>
 
3034
                  <property name="angle">0</property>
 
3035
                </widget>
 
3036
                <packing>
 
3037
                  <property name="left_attach">0</property>
 
3038
                  <property name="right_attach">1</property>
 
3039
                  <property name="top_attach">1</property>
 
3040
                  <property name="bottom_attach">2</property>
 
3041
                  <property name="x_options">fill</property>
 
3042
                  <property name="y_options"></property>
 
3043
                </packing>
 
3044
              </child>
 
3045
 
 
3046
              <child>
 
3047
                <widget class="GtkLabel" id="label_info_location_repobranch_label">
 
3048
                  <property name="label" translatable="yes">Repository branch: </property>
 
3049
                  <property name="use_underline">False</property>
 
3050
                  <property name="use_markup">False</property>
 
3051
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3052
                  <property name="wrap">False</property>
 
3053
                  <property name="selectable">False</property>
 
3054
                  <property name="xalign">1</property>
 
3055
                  <property name="yalign">0.5</property>
 
3056
                  <property name="xpad">0</property>
 
3057
                  <property name="ypad">0</property>
 
3058
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3059
                  <property name="width_chars">-1</property>
 
3060
                  <property name="single_line_mode">False</property>
 
3061
                  <property name="angle">0</property>
 
3062
                </widget>
 
3063
                <packing>
 
3064
                  <property name="left_attach">0</property>
 
3065
                  <property name="right_attach">1</property>
 
3066
                  <property name="top_attach">2</property>
 
3067
                  <property name="bottom_attach">3</property>
 
3068
                  <property name="x_options">fill</property>
 
3069
                  <property name="y_options"></property>
 
3070
                </packing>
 
3071
              </child>
 
3072
 
 
3073
              <child>
 
3074
                <widget class="GtkLabel" id="label_info_location_cobranch_label">
 
3075
                  <property name="label" translatable="yes">Checkout of branch: </property>
 
3076
                  <property name="use_underline">False</property>
 
3077
                  <property name="use_markup">False</property>
 
3078
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3079
                  <property name="wrap">False</property>
 
3080
                  <property name="selectable">False</property>
 
3081
                  <property name="xalign">1</property>
 
3082
                  <property name="yalign">0.5</property>
 
3083
                  <property name="xpad">0</property>
 
3084
                  <property name="ypad">0</property>
 
3085
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3086
                  <property name="width_chars">-1</property>
 
3087
                  <property name="single_line_mode">False</property>
 
3088
                  <property name="angle">0</property>
 
3089
                </widget>
 
3090
                <packing>
 
3091
                  <property name="left_attach">0</property>
 
3092
                  <property name="right_attach">1</property>
 
3093
                  <property name="top_attach">3</property>
 
3094
                  <property name="bottom_attach">4</property>
 
3095
                  <property name="x_options">fill</property>
 
3096
                  <property name="y_options"></property>
 
3097
                </packing>
 
3098
              </child>
 
3099
 
 
3100
              <child>
 
3101
                <widget class="GtkLabel" id="label_info_location_repoco_label">
 
3102
                  <property name="label" translatable="yes">Repository checkout: </property>
 
3103
                  <property name="use_underline">False</property>
 
3104
                  <property name="use_markup">False</property>
 
3105
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3106
                  <property name="wrap">False</property>
 
3107
                  <property name="selectable">False</property>
 
3108
                  <property name="xalign">1</property>
 
3109
                  <property name="yalign">0.5</property>
 
3110
                  <property name="xpad">0</property>
 
3111
                  <property name="ypad">0</property>
 
3112
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3113
                  <property name="width_chars">-1</property>
 
3114
                  <property name="single_line_mode">False</property>
 
3115
                  <property name="angle">0</property>
 
3116
                </widget>
 
3117
                <packing>
 
3118
                  <property name="left_attach">0</property>
 
3119
                  <property name="right_attach">1</property>
 
3120
                  <property name="top_attach">4</property>
 
3121
                  <property name="bottom_attach">5</property>
 
3122
                  <property name="x_options">fill</property>
 
3123
                  <property name="y_options"></property>
 
3124
                </packing>
 
3125
              </child>
 
3126
 
 
3127
              <child>
 
3128
                <widget class="GtkLabel" id="label_info_location_branchroot_label">
 
3129
                  <property name="label" translatable="yes">Branch root: </property>
 
3130
                  <property name="use_underline">False</property>
 
3131
                  <property name="use_markup">False</property>
 
3132
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3133
                  <property name="wrap">False</property>
 
3134
                  <property name="selectable">False</property>
 
3135
                  <property name="xalign">1</property>
 
3136
                  <property name="yalign">0.5</property>
 
3137
                  <property name="xpad">0</property>
 
3138
                  <property name="ypad">0</property>
 
3139
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3140
                  <property name="width_chars">-1</property>
 
3141
                  <property name="single_line_mode">False</property>
 
3142
                  <property name="angle">0</property>
 
3143
                </widget>
 
3144
                <packing>
 
3145
                  <property name="left_attach">0</property>
 
3146
                  <property name="right_attach">1</property>
 
3147
                  <property name="top_attach">6</property>
 
3148
                  <property name="bottom_attach">7</property>
 
3149
                  <property name="x_options">fill</property>
 
3150
                  <property name="y_options"></property>
 
3151
                </packing>
 
3152
              </child>
 
3153
 
 
3154
              <child>
 
3155
                <widget class="GtkLabel" id="label_info_location_coroot_label">
 
3156
                  <property name="label" translatable="yes">Checkout root: </property>
 
3157
                  <property name="use_underline">False</property>
 
3158
                  <property name="use_markup">False</property>
 
3159
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3160
                  <property name="wrap">False</property>
 
3161
                  <property name="selectable">False</property>
 
3162
                  <property name="xalign">1</property>
 
3163
                  <property name="yalign">0.5</property>
 
3164
                  <property name="xpad">0</property>
 
3165
                  <property name="ypad">0</property>
 
3166
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3167
                  <property name="width_chars">-1</property>
 
3168
                  <property name="single_line_mode">False</property>
 
3169
                  <property name="angle">0</property>
 
3170
                </widget>
 
3171
                <packing>
 
3172
                  <property name="left_attach">0</property>
 
3173
                  <property name="right_attach">1</property>
 
3174
                  <property name="top_attach">5</property>
 
3175
                  <property name="bottom_attach">6</property>
 
3176
                  <property name="x_options">fill</property>
 
3177
                  <property name="y_options"></property>
 
3178
                </packing>
 
3179
              </child>
 
3180
 
 
3181
              <child>
 
3182
                <widget class="GtkLabel" id="label_info_location_lightcoroot">
 
3183
                  <property name="label" translatable="yes">(none)</property>
 
3184
                  <property name="use_underline">False</property>
 
3185
                  <property name="use_markup">False</property>
 
3186
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3187
                  <property name="wrap">False</property>
 
3188
                  <property name="selectable">False</property>
 
3189
                  <property name="xalign">0</property>
 
3190
                  <property name="yalign">0.5</property>
 
3191
                  <property name="xpad">0</property>
 
3192
                  <property name="ypad">0</property>
 
3193
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3194
                  <property name="width_chars">-1</property>
 
3195
                  <property name="single_line_mode">False</property>
 
3196
                  <property name="angle">0</property>
 
3197
                </widget>
 
3198
                <packing>
 
3199
                  <property name="left_attach">1</property>
 
3200
                  <property name="right_attach">2</property>
 
3201
                  <property name="top_attach">0</property>
 
3202
                  <property name="bottom_attach">1</property>
 
3203
                  <property name="y_options"></property>
 
3204
                </packing>
 
3205
              </child>
 
3206
 
 
3207
              <child>
 
3208
                <widget class="GtkLabel" id="label_info_location_sharedrepo">
 
3209
                  <property name="label" translatable="yes">(none)</property>
 
3210
                  <property name="use_underline">False</property>
 
3211
                  <property name="use_markup">False</property>
 
3212
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3213
                  <property name="wrap">False</property>
 
3214
                  <property name="selectable">False</property>
 
3215
                  <property name="xalign">0</property>
 
3216
                  <property name="yalign">0.5</property>
 
3217
                  <property name="xpad">0</property>
 
3218
                  <property name="ypad">0</property>
 
3219
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3220
                  <property name="width_chars">-1</property>
 
3221
                  <property name="single_line_mode">False</property>
 
3222
                  <property name="angle">0</property>
 
3223
                </widget>
 
3224
                <packing>
 
3225
                  <property name="left_attach">1</property>
 
3226
                  <property name="right_attach">2</property>
 
3227
                  <property name="top_attach">1</property>
 
3228
                  <property name="bottom_attach">2</property>
 
3229
                  <property name="y_options"></property>
 
3230
                </packing>
 
3231
              </child>
 
3232
 
 
3233
              <child>
 
3234
                <widget class="GtkLabel" id="label_info_location_branchroot">
 
3235
                  <property name="label" translatable="yes">(none)</property>
 
3236
                  <property name="use_underline">False</property>
 
3237
                  <property name="use_markup">False</property>
 
3238
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3239
                  <property name="wrap">False</property>
 
3240
                  <property name="selectable">False</property>
 
3241
                  <property name="xalign">0</property>
 
3242
                  <property name="yalign">0.5</property>
 
3243
                  <property name="xpad">0</property>
 
3244
                  <property name="ypad">0</property>
 
3245
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3246
                  <property name="width_chars">-1</property>
 
3247
                  <property name="single_line_mode">False</property>
 
3248
                  <property name="angle">0</property>
 
3249
                </widget>
 
3250
                <packing>
 
3251
                  <property name="left_attach">1</property>
 
3252
                  <property name="right_attach">2</property>
 
3253
                  <property name="top_attach">6</property>
 
3254
                  <property name="bottom_attach">7</property>
 
3255
                  <property name="y_options"></property>
 
3256
                </packing>
 
3257
              </child>
 
3258
 
 
3259
              <child>
 
3260
                <widget class="GtkLabel" id="label_info_location_coroot">
 
3261
                  <property name="label" translatable="yes">(none)</property>
 
3262
                  <property name="use_underline">False</property>
 
3263
                  <property name="use_markup">False</property>
 
3264
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3265
                  <property name="wrap">False</property>
 
3266
                  <property name="selectable">False</property>
 
3267
                  <property name="xalign">0</property>
 
3268
                  <property name="yalign">0.5</property>
 
3269
                  <property name="xpad">0</property>
 
3270
                  <property name="ypad">0</property>
 
3271
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3272
                  <property name="width_chars">-1</property>
 
3273
                  <property name="single_line_mode">False</property>
 
3274
                  <property name="angle">0</property>
 
3275
                </widget>
 
3276
                <packing>
 
3277
                  <property name="left_attach">1</property>
 
3278
                  <property name="right_attach">2</property>
 
3279
                  <property name="top_attach">5</property>
 
3280
                  <property name="bottom_attach">6</property>
 
3281
                  <property name="y_options"></property>
 
3282
                </packing>
 
3283
              </child>
 
3284
 
 
3285
              <child>
 
3286
                <widget class="GtkLabel" id="label_info_location_repoco">
 
3287
                  <property name="label" translatable="yes">(none)</property>
 
3288
                  <property name="use_underline">False</property>
 
3289
                  <property name="use_markup">False</property>
 
3290
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3291
                  <property name="wrap">False</property>
 
3292
                  <property name="selectable">False</property>
 
3293
                  <property name="xalign">0</property>
 
3294
                  <property name="yalign">0.5</property>
 
3295
                  <property name="xpad">0</property>
 
3296
                  <property name="ypad">0</property>
 
3297
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3298
                  <property name="width_chars">-1</property>
 
3299
                  <property name="single_line_mode">False</property>
 
3300
                  <property name="angle">0</property>
 
3301
                </widget>
 
3302
                <packing>
 
3303
                  <property name="left_attach">1</property>
 
3304
                  <property name="right_attach">2</property>
 
3305
                  <property name="top_attach">4</property>
 
3306
                  <property name="bottom_attach">5</property>
 
3307
                  <property name="y_options"></property>
 
3308
                </packing>
 
3309
              </child>
 
3310
 
 
3311
              <child>
 
3312
                <widget class="GtkLabel" id="label_info_location_cobranch">
 
3313
                  <property name="label" translatable="yes">(none)</property>
 
3314
                  <property name="use_underline">False</property>
 
3315
                  <property name="use_markup">False</property>
 
3316
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3317
                  <property name="wrap">False</property>
 
3318
                  <property name="selectable">False</property>
 
3319
                  <property name="xalign">0</property>
 
3320
                  <property name="yalign">0.5</property>
 
3321
                  <property name="xpad">0</property>
 
3322
                  <property name="ypad">0</property>
 
3323
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3324
                  <property name="width_chars">-1</property>
 
3325
                  <property name="single_line_mode">False</property>
 
3326
                  <property name="angle">0</property>
 
3327
                </widget>
 
3328
                <packing>
 
3329
                  <property name="left_attach">1</property>
 
3330
                  <property name="right_attach">2</property>
 
3331
                  <property name="top_attach">3</property>
 
3332
                  <property name="bottom_attach">4</property>
 
3333
                  <property name="y_options"></property>
 
3334
                </packing>
 
3335
              </child>
 
3336
 
 
3337
              <child>
 
3338
                <widget class="GtkLabel" id="label_info_location_repobranch">
 
3339
                  <property name="label" translatable="yes">(none)</property>
 
3340
                  <property name="use_underline">False</property>
 
3341
                  <property name="use_markup">False</property>
 
3342
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3343
                  <property name="wrap">False</property>
 
3344
                  <property name="selectable">False</property>
 
3345
                  <property name="xalign">0</property>
 
3346
                  <property name="yalign">0.5</property>
 
3347
                  <property name="xpad">0</property>
 
3348
                  <property name="ypad">0</property>
 
3349
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3350
                  <property name="width_chars">-1</property>
 
3351
                  <property name="single_line_mode">False</property>
 
3352
                  <property name="angle">0</property>
 
3353
                </widget>
 
3354
                <packing>
 
3355
                  <property name="left_attach">1</property>
 
3356
                  <property name="right_attach">2</property>
 
3357
                  <property name="top_attach">2</property>
 
3358
                  <property name="bottom_attach">3</property>
 
3359
                  <property name="y_options"></property>
 
3360
                </packing>
 
3361
              </child>
 
3362
            </widget>
 
3363
          </child>
 
3364
 
 
3365
          <child>
 
3366
            <widget class="GtkLabel" id="label_info_location">
 
3367
              <property name="visible">True</property>
 
3368
              <property name="label" translatable="yes">Location:</property>
 
3369
              <property name="use_underline">False</property>
 
3370
              <property name="use_markup">False</property>
 
3371
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3372
              <property name="wrap">False</property>
 
3373
              <property name="selectable">False</property>
 
3374
              <property name="xalign">0.5</property>
 
3375
              <property name="yalign">0.5</property>
 
3376
              <property name="xpad">0</property>
 
3377
              <property name="ypad">0</property>
 
3378
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3379
              <property name="width_chars">-1</property>
 
3380
              <property name="single_line_mode">False</property>
 
3381
              <property name="angle">0</property>
 
3382
            </widget>
 
3383
            <packing>
 
3384
              <property name="type">label_item</property>
 
3385
            </packing>
 
3386
          </child>
 
3387
        </widget>
 
3388
        <packing>
 
3389
          <property name="padding">0</property>
 
3390
          <property name="expand">True</property>
 
3391
          <property name="fill">True</property>
 
3392
        </packing>
 
3393
      </child>
 
3394
 
 
3395
      <child>
 
3396
        <widget class="GtkExpander" id="expander_info_related">
 
3397
          <property name="can_focus">True</property>
 
3398
          <property name="expanded">False</property>
 
3399
          <property name="spacing">0</property>
 
3400
          <signal name="activate" handler="on_expander_info_related_activate" last_modification_time="Wed, 09 Aug 2006 22:19:04 GMT"/>
 
3401
 
 
3402
          <child>
 
3403
            <widget class="GtkTable" id="table_info_related">
 
3404
              <property name="visible">True</property>
 
3405
              <property name="n_rows">2</property>
 
3406
              <property name="n_columns">2</property>
 
3407
              <property name="homogeneous">False</property>
 
3408
              <property name="row_spacing">0</property>
 
3409
              <property name="column_spacing">0</property>
 
3410
 
 
3411
              <child>
 
3412
                <widget class="GtkLabel" id="label_info_related_parentbranch_label">
 
3413
                  <property name="label" translatable="yes">Parent branch: </property>
 
3414
                  <property name="use_underline">False</property>
 
3415
                  <property name="use_markup">False</property>
 
3416
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3417
                  <property name="wrap">False</property>
 
3418
                  <property name="selectable">False</property>
 
3419
                  <property name="xalign">1</property>
 
3420
                  <property name="yalign">0.5</property>
 
3421
                  <property name="xpad">0</property>
 
3422
                  <property name="ypad">0</property>
 
3423
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3424
                  <property name="width_chars">-1</property>
 
3425
                  <property name="single_line_mode">False</property>
 
3426
                  <property name="angle">0</property>
 
3427
                </widget>
 
3428
                <packing>
 
3429
                  <property name="left_attach">0</property>
 
3430
                  <property name="right_attach">1</property>
 
3431
                  <property name="top_attach">0</property>
 
3432
                  <property name="bottom_attach">1</property>
 
3433
                  <property name="x_options">fill</property>
 
3434
                  <property name="y_options"></property>
 
3435
                </packing>
 
3436
              </child>
 
3437
 
 
3438
              <child>
 
3439
                <widget class="GtkLabel" id="label_info_related_publishbranch_label">
 
3440
                  <property name="label" translatable="yes">Publish to branch: </property>
 
3441
                  <property name="use_underline">False</property>
 
3442
                  <property name="use_markup">False</property>
 
3443
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3444
                  <property name="wrap">False</property>
 
3445
                  <property name="selectable">False</property>
 
3446
                  <property name="xalign">1</property>
 
3447
                  <property name="yalign">0.5</property>
 
3448
                  <property name="xpad">0</property>
 
3449
                  <property name="ypad">0</property>
 
3450
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3451
                  <property name="width_chars">-1</property>
 
3452
                  <property name="single_line_mode">False</property>
 
3453
                  <property name="angle">0</property>
 
3454
                </widget>
 
3455
                <packing>
 
3456
                  <property name="left_attach">0</property>
 
3457
                  <property name="right_attach">1</property>
 
3458
                  <property name="top_attach">1</property>
 
3459
                  <property name="bottom_attach">2</property>
 
3460
                  <property name="x_options">fill</property>
 
3461
                  <property name="y_options"></property>
 
3462
                </packing>
 
3463
              </child>
 
3464
 
 
3465
              <child>
 
3466
                <widget class="GtkLabel" id="label_info_related_publishbranch">
 
3467
                  <property name="label" translatable="yes">(none)</property>
 
3468
                  <property name="use_underline">False</property>
 
3469
                  <property name="use_markup">False</property>
 
3470
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3471
                  <property name="wrap">False</property>
 
3472
                  <property name="selectable">False</property>
 
3473
                  <property name="xalign">0</property>
 
3474
                  <property name="yalign">0.5</property>
 
3475
                  <property name="xpad">0</property>
 
3476
                  <property name="ypad">0</property>
 
3477
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3478
                  <property name="width_chars">-1</property>
 
3479
                  <property name="single_line_mode">False</property>
 
3480
                  <property name="angle">0</property>
 
3481
                </widget>
 
3482
                <packing>
 
3483
                  <property name="left_attach">1</property>
 
3484
                  <property name="right_attach">2</property>
 
3485
                  <property name="top_attach">1</property>
 
3486
                  <property name="bottom_attach">2</property>
 
3487
                  <property name="y_options"></property>
 
3488
                </packing>
 
3489
              </child>
 
3490
 
 
3491
              <child>
 
3492
                <widget class="GtkLabel" id="label_info_related_parentbranch">
 
3493
                  <property name="label" translatable="yes">(none)</property>
 
3494
                  <property name="use_underline">False</property>
 
3495
                  <property name="use_markup">False</property>
 
3496
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3497
                  <property name="wrap">False</property>
 
3498
                  <property name="selectable">False</property>
 
3499
                  <property name="xalign">0</property>
 
3500
                  <property name="yalign">0.5</property>
 
3501
                  <property name="xpad">0</property>
 
3502
                  <property name="ypad">0</property>
 
3503
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3504
                  <property name="width_chars">-1</property>
 
3505
                  <property name="single_line_mode">False</property>
 
3506
                  <property name="angle">0</property>
 
3507
                </widget>
 
3508
                <packing>
 
3509
                  <property name="left_attach">1</property>
 
3510
                  <property name="right_attach">2</property>
 
3511
                  <property name="top_attach">0</property>
 
3512
                  <property name="bottom_attach">1</property>
 
3513
                  <property name="y_options"></property>
 
3514
                </packing>
 
3515
              </child>
 
3516
            </widget>
 
3517
          </child>
 
3518
 
 
3519
          <child>
 
3520
            <widget class="GtkLabel" id="label_info_related">
 
3521
              <property name="visible">True</property>
 
3522
              <property name="label" translatable="yes">Related branches:</property>
 
3523
              <property name="use_underline">False</property>
 
3524
              <property name="use_markup">False</property>
 
3525
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3526
              <property name="wrap">False</property>
 
3527
              <property name="selectable">False</property>
 
3528
              <property name="xalign">0.5</property>
 
3529
              <property name="yalign">0.5</property>
 
3530
              <property name="xpad">0</property>
 
3531
              <property name="ypad">0</property>
 
3532
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3533
              <property name="width_chars">-1</property>
 
3534
              <property name="single_line_mode">False</property>
 
3535
              <property name="angle">0</property>
 
3536
            </widget>
 
3537
            <packing>
 
3538
              <property name="type">label_item</property>
 
3539
            </packing>
 
3540
          </child>
 
3541
        </widget>
 
3542
        <packing>
 
3543
          <property name="padding">0</property>
 
3544
          <property name="expand">True</property>
 
3545
          <property name="fill">True</property>
 
3546
        </packing>
 
3547
      </child>
 
3548
 
 
3549
      <child>
 
3550
        <widget class="GtkExpander" id="expander_info_format">
 
3551
          <property name="can_focus">True</property>
 
3552
          <property name="expanded">False</property>
 
3553
          <property name="spacing">0</property>
 
3554
          <signal name="activate" handler="on_expander_info_format_activate" last_modification_time="Wed, 09 Aug 2006 22:19:10 GMT"/>
 
3555
 
 
3556
          <child>
 
3557
            <widget class="GtkTable" id="table_info_format">
 
3558
              <property name="visible">True</property>
 
3559
              <property name="n_rows">4</property>
 
3560
              <property name="n_columns">2</property>
 
3561
              <property name="homogeneous">False</property>
 
3562
              <property name="row_spacing">0</property>
 
3563
              <property name="column_spacing">0</property>
 
3564
 
 
3565
              <child>
 
3566
                <widget class="GtkLabel" id="label_info_format_control_label">
 
3567
                  <property name="label" translatable="yes">Control format: </property>
 
3568
                  <property name="use_underline">False</property>
 
3569
                  <property name="use_markup">False</property>
 
3570
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3571
                  <property name="wrap">False</property>
 
3572
                  <property name="selectable">False</property>
 
3573
                  <property name="xalign">1</property>
 
3574
                  <property name="yalign">0.5</property>
 
3575
                  <property name="xpad">0</property>
 
3576
                  <property name="ypad">0</property>
 
3577
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3578
                  <property name="width_chars">-1</property>
 
3579
                  <property name="single_line_mode">False</property>
 
3580
                  <property name="angle">0</property>
 
3581
                </widget>
 
3582
                <packing>
 
3583
                  <property name="left_attach">0</property>
 
3584
                  <property name="right_attach">1</property>
 
3585
                  <property name="top_attach">0</property>
 
3586
                  <property name="bottom_attach">1</property>
 
3587
                  <property name="x_options">fill</property>
 
3588
                  <property name="y_options"></property>
 
3589
                </packing>
 
3590
              </child>
 
3591
 
 
3592
              <child>
 
3593
                <widget class="GtkLabel" id="label_info_format_workingtree_label">
 
3594
                  <property name="label" translatable="yes">Working tree format: </property>
 
3595
                  <property name="use_underline">False</property>
 
3596
                  <property name="use_markup">False</property>
 
3597
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3598
                  <property name="wrap">False</property>
 
3599
                  <property name="selectable">False</property>
 
3600
                  <property name="xalign">1</property>
 
3601
                  <property name="yalign">0.5</property>
 
3602
                  <property name="xpad">0</property>
 
3603
                  <property name="ypad">0</property>
 
3604
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3605
                  <property name="width_chars">-1</property>
 
3606
                  <property name="single_line_mode">False</property>
 
3607
                  <property name="angle">0</property>
 
3608
                </widget>
 
3609
                <packing>
 
3610
                  <property name="left_attach">0</property>
 
3611
                  <property name="right_attach">1</property>
 
3612
                  <property name="top_attach">1</property>
 
3613
                  <property name="bottom_attach">2</property>
 
3614
                  <property name="x_options">fill</property>
 
3615
                  <property name="y_options"></property>
 
3616
                </packing>
 
3617
              </child>
 
3618
 
 
3619
              <child>
 
3620
                <widget class="GtkLabel" id="label_info_format_branch_label">
 
3621
                  <property name="label" translatable="yes">Branch format: </property>
 
3622
                  <property name="use_underline">False</property>
 
3623
                  <property name="use_markup">False</property>
 
3624
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3625
                  <property name="wrap">False</property>
 
3626
                  <property name="selectable">False</property>
 
3627
                  <property name="xalign">1</property>
 
3628
                  <property name="yalign">0.5</property>
 
3629
                  <property name="xpad">0</property>
 
3630
                  <property name="ypad">0</property>
 
3631
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3632
                  <property name="width_chars">-1</property>
 
3633
                  <property name="single_line_mode">False</property>
 
3634
                  <property name="angle">0</property>
 
3635
                </widget>
 
3636
                <packing>
 
3637
                  <property name="left_attach">0</property>
 
3638
                  <property name="right_attach">1</property>
 
3639
                  <property name="top_attach">2</property>
 
3640
                  <property name="bottom_attach">3</property>
 
3641
                  <property name="x_options">fill</property>
 
3642
                  <property name="y_options"></property>
 
3643
                </packing>
 
3644
              </child>
 
3645
 
 
3646
              <child>
 
3647
                <widget class="GtkLabel" id="label_info_format_repository_label">
 
3648
                  <property name="label" translatable="yes">Repository format: </property>
 
3649
                  <property name="use_underline">False</property>
 
3650
                  <property name="use_markup">False</property>
 
3651
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3652
                  <property name="wrap">False</property>
 
3653
                  <property name="selectable">False</property>
 
3654
                  <property name="xalign">1</property>
 
3655
                  <property name="yalign">0.5</property>
 
3656
                  <property name="xpad">0</property>
 
3657
                  <property name="ypad">0</property>
 
3658
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3659
                  <property name="width_chars">-1</property>
 
3660
                  <property name="single_line_mode">False</property>
 
3661
                  <property name="angle">0</property>
 
3662
                </widget>
 
3663
                <packing>
 
3664
                  <property name="left_attach">0</property>
 
3665
                  <property name="right_attach">1</property>
 
3666
                  <property name="top_attach">3</property>
 
3667
                  <property name="bottom_attach">4</property>
 
3668
                  <property name="x_options">fill</property>
 
3669
                  <property name="y_options"></property>
 
3670
                </packing>
 
3671
              </child>
 
3672
 
 
3673
              <child>
 
3674
                <widget class="GtkLabel" id="label_info_format_repository">
 
3675
                  <property name="label" translatable="yes">(none)</property>
 
3676
                  <property name="use_underline">False</property>
 
3677
                  <property name="use_markup">False</property>
 
3678
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3679
                  <property name="wrap">False</property>
 
3680
                  <property name="selectable">False</property>
 
3681
                  <property name="xalign">0</property>
 
3682
                  <property name="yalign">0.5</property>
 
3683
                  <property name="xpad">0</property>
 
3684
                  <property name="ypad">0</property>
 
3685
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3686
                  <property name="width_chars">-1</property>
 
3687
                  <property name="single_line_mode">False</property>
 
3688
                  <property name="angle">0</property>
 
3689
                </widget>
 
3690
                <packing>
 
3691
                  <property name="left_attach">1</property>
 
3692
                  <property name="right_attach">2</property>
 
3693
                  <property name="top_attach">3</property>
 
3694
                  <property name="bottom_attach">4</property>
 
3695
                  <property name="y_options"></property>
 
3696
                </packing>
 
3697
              </child>
 
3698
 
 
3699
              <child>
 
3700
                <widget class="GtkLabel" id="label_info_format_branch">
 
3701
                  <property name="label" translatable="yes">(none)</property>
 
3702
                  <property name="use_underline">False</property>
 
3703
                  <property name="use_markup">False</property>
 
3704
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3705
                  <property name="wrap">False</property>
 
3706
                  <property name="selectable">False</property>
 
3707
                  <property name="xalign">0</property>
 
3708
                  <property name="yalign">0.5</property>
 
3709
                  <property name="xpad">0</property>
 
3710
                  <property name="ypad">0</property>
 
3711
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3712
                  <property name="width_chars">-1</property>
 
3713
                  <property name="single_line_mode">False</property>
 
3714
                  <property name="angle">0</property>
 
3715
                </widget>
 
3716
                <packing>
 
3717
                  <property name="left_attach">1</property>
 
3718
                  <property name="right_attach">2</property>
 
3719
                  <property name="top_attach">2</property>
 
3720
                  <property name="bottom_attach">3</property>
 
3721
                  <property name="y_options"></property>
 
3722
                </packing>
 
3723
              </child>
 
3724
 
 
3725
              <child>
 
3726
                <widget class="GtkLabel" id="label_info_format_workingtree">
 
3727
                  <property name="label" translatable="yes">(none)</property>
 
3728
                  <property name="use_underline">False</property>
 
3729
                  <property name="use_markup">False</property>
 
3730
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3731
                  <property name="wrap">False</property>
 
3732
                  <property name="selectable">False</property>
 
3733
                  <property name="xalign">0</property>
 
3734
                  <property name="yalign">0.5</property>
 
3735
                  <property name="xpad">0</property>
 
3736
                  <property name="ypad">0</property>
 
3737
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3738
                  <property name="width_chars">-1</property>
 
3739
                  <property name="single_line_mode">False</property>
 
3740
                  <property name="angle">0</property>
 
3741
                </widget>
 
3742
                <packing>
 
3743
                  <property name="left_attach">1</property>
 
3744
                  <property name="right_attach">2</property>
 
3745
                  <property name="top_attach">1</property>
 
3746
                  <property name="bottom_attach">2</property>
 
3747
                  <property name="y_options"></property>
 
3748
                </packing>
 
3749
              </child>
 
3750
 
 
3751
              <child>
 
3752
                <widget class="GtkLabel" id="label_info_format_control">
 
3753
                  <property name="label" translatable="yes">(none)</property>
 
3754
                  <property name="use_underline">False</property>
 
3755
                  <property name="use_markup">False</property>
 
3756
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3757
                  <property name="wrap">False</property>
 
3758
                  <property name="selectable">False</property>
 
3759
                  <property name="xalign">0</property>
 
3760
                  <property name="yalign">0.5</property>
 
3761
                  <property name="xpad">0</property>
 
3762
                  <property name="ypad">0</property>
 
3763
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3764
                  <property name="width_chars">-1</property>
 
3765
                  <property name="single_line_mode">False</property>
 
3766
                  <property name="angle">0</property>
 
3767
                </widget>
 
3768
                <packing>
 
3769
                  <property name="left_attach">1</property>
 
3770
                  <property name="right_attach">2</property>
 
3771
                  <property name="top_attach">0</property>
 
3772
                  <property name="bottom_attach">1</property>
 
3773
                  <property name="y_options"></property>
 
3774
                </packing>
 
3775
              </child>
 
3776
            </widget>
 
3777
          </child>
 
3778
 
 
3779
          <child>
 
3780
            <widget class="GtkLabel" id="label_info_format">
 
3781
              <property name="visible">True</property>
 
3782
              <property name="label" translatable="yes">Format:</property>
 
3783
              <property name="use_underline">False</property>
 
3784
              <property name="use_markup">False</property>
 
3785
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3786
              <property name="wrap">False</property>
 
3787
              <property name="selectable">False</property>
 
3788
              <property name="xalign">0.5</property>
 
3789
              <property name="yalign">0.5</property>
 
3790
              <property name="xpad">0</property>
 
3791
              <property name="ypad">0</property>
 
3792
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3793
              <property name="width_chars">-1</property>
 
3794
              <property name="single_line_mode">False</property>
 
3795
              <property name="angle">0</property>
 
3796
            </widget>
 
3797
            <packing>
 
3798
              <property name="type">label_item</property>
 
3799
            </packing>
 
3800
          </child>
 
3801
        </widget>
 
3802
        <packing>
 
3803
          <property name="padding">0</property>
 
3804
          <property name="expand">True</property>
 
3805
          <property name="fill">True</property>
 
3806
        </packing>
 
3807
      </child>
 
3808
 
 
3809
      <child>
 
3810
        <widget class="GtkExpander" id="expander_info_locking">
 
3811
          <property name="can_focus">True</property>
 
3812
          <property name="expanded">False</property>
 
3813
          <property name="spacing">0</property>
 
3814
          <signal name="activate" handler="on_expander_info_locking_activate" last_modification_time="Wed, 09 Aug 2006 22:19:15 GMT"/>
 
3815
 
 
3816
          <child>
 
3817
            <widget class="GtkTable" id="table_info_locking">
 
3818
              <property name="visible">True</property>
 
3819
              <property name="n_rows">3</property>
 
3820
              <property name="n_columns">2</property>
 
3821
              <property name="homogeneous">False</property>
 
3822
              <property name="row_spacing">0</property>
 
3823
              <property name="column_spacing">0</property>
 
3824
 
 
3825
              <child>
 
3826
                <widget class="GtkLabel" id="label_info_locking_workingtree_label">
 
3827
                  <property name="label" translatable="yes">Working tree lock status: </property>
 
3828
                  <property name="use_underline">False</property>
 
3829
                  <property name="use_markup">False</property>
 
3830
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3831
                  <property name="wrap">False</property>
 
3832
                  <property name="selectable">False</property>
 
3833
                  <property name="xalign">1</property>
 
3834
                  <property name="yalign">0.5</property>
 
3835
                  <property name="xpad">0</property>
 
3836
                  <property name="ypad">0</property>
 
3837
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3838
                  <property name="width_chars">-1</property>
 
3839
                  <property name="single_line_mode">False</property>
 
3840
                  <property name="angle">0</property>
 
3841
                </widget>
 
3842
                <packing>
 
3843
                  <property name="left_attach">0</property>
 
3844
                  <property name="right_attach">1</property>
 
3845
                  <property name="top_attach">0</property>
 
3846
                  <property name="bottom_attach">1</property>
 
3847
                  <property name="x_options">fill</property>
 
3848
                  <property name="y_options"></property>
 
3849
                </packing>
 
3850
              </child>
 
3851
 
 
3852
              <child>
 
3853
                <widget class="GtkLabel" id="label_info_locking_branch_label">
 
3854
                  <property name="label" translatable="yes">Branch lock status: </property>
 
3855
                  <property name="use_underline">False</property>
 
3856
                  <property name="use_markup">False</property>
 
3857
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3858
                  <property name="wrap">False</property>
 
3859
                  <property name="selectable">False</property>
 
3860
                  <property name="xalign">1</property>
 
3861
                  <property name="yalign">0.5</property>
 
3862
                  <property name="xpad">0</property>
 
3863
                  <property name="ypad">0</property>
 
3864
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3865
                  <property name="width_chars">-1</property>
 
3866
                  <property name="single_line_mode">False</property>
 
3867
                  <property name="angle">0</property>
 
3868
                </widget>
 
3869
                <packing>
 
3870
                  <property name="left_attach">0</property>
 
3871
                  <property name="right_attach">1</property>
 
3872
                  <property name="top_attach">1</property>
 
3873
                  <property name="bottom_attach">2</property>
 
3874
                  <property name="x_options">fill</property>
 
3875
                  <property name="y_options"></property>
 
3876
                </packing>
 
3877
              </child>
 
3878
 
 
3879
              <child>
 
3880
                <widget class="GtkLabel" id="label_info_locking_repository_label">
 
3881
                  <property name="label" translatable="yes">Repository lock status: </property>
 
3882
                  <property name="use_underline">False</property>
 
3883
                  <property name="use_markup">False</property>
 
3884
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3885
                  <property name="wrap">False</property>
 
3886
                  <property name="selectable">False</property>
 
3887
                  <property name="xalign">1</property>
 
3888
                  <property name="yalign">0.5</property>
 
3889
                  <property name="xpad">0</property>
 
3890
                  <property name="ypad">0</property>
 
3891
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3892
                  <property name="width_chars">-1</property>
 
3893
                  <property name="single_line_mode">False</property>
 
3894
                  <property name="angle">0</property>
 
3895
                </widget>
 
3896
                <packing>
 
3897
                  <property name="left_attach">0</property>
 
3898
                  <property name="right_attach">1</property>
 
3899
                  <property name="top_attach">2</property>
 
3900
                  <property name="bottom_attach">3</property>
 
3901
                  <property name="x_options">fill</property>
 
3902
                  <property name="y_options"></property>
 
3903
                </packing>
 
3904
              </child>
 
3905
 
 
3906
              <child>
 
3907
                <widget class="GtkLabel" id="label_info_locking_repository">
 
3908
                  <property name="label" translatable="yes">(none)</property>
 
3909
                  <property name="use_underline">False</property>
 
3910
                  <property name="use_markup">False</property>
 
3911
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3912
                  <property name="wrap">False</property>
 
3913
                  <property name="selectable">False</property>
 
3914
                  <property name="xalign">0</property>
 
3915
                  <property name="yalign">0.5</property>
 
3916
                  <property name="xpad">0</property>
 
3917
                  <property name="ypad">0</property>
 
3918
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3919
                  <property name="width_chars">-1</property>
 
3920
                  <property name="single_line_mode">False</property>
 
3921
                  <property name="angle">0</property>
 
3922
                </widget>
 
3923
                <packing>
 
3924
                  <property name="left_attach">1</property>
 
3925
                  <property name="right_attach">2</property>
 
3926
                  <property name="top_attach">2</property>
 
3927
                  <property name="bottom_attach">3</property>
 
3928
                  <property name="y_options"></property>
 
3929
                </packing>
 
3930
              </child>
 
3931
 
 
3932
              <child>
 
3933
                <widget class="GtkLabel" id="label_info_locking_branch">
 
3934
                  <property name="label" translatable="yes">(none)</property>
 
3935
                  <property name="use_underline">False</property>
 
3936
                  <property name="use_markup">False</property>
 
3937
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3938
                  <property name="wrap">False</property>
 
3939
                  <property name="selectable">False</property>
 
3940
                  <property name="xalign">0</property>
 
3941
                  <property name="yalign">0.5</property>
 
3942
                  <property name="xpad">0</property>
 
3943
                  <property name="ypad">0</property>
 
3944
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3945
                  <property name="width_chars">-1</property>
 
3946
                  <property name="single_line_mode">False</property>
 
3947
                  <property name="angle">0</property>
 
3948
                </widget>
 
3949
                <packing>
 
3950
                  <property name="left_attach">1</property>
 
3951
                  <property name="right_attach">2</property>
 
3952
                  <property name="top_attach">1</property>
 
3953
                  <property name="bottom_attach">2</property>
 
3954
                  <property name="y_options"></property>
 
3955
                </packing>
 
3956
              </child>
 
3957
 
 
3958
              <child>
 
3959
                <widget class="GtkLabel" id="label_info_locking_workingtree">
 
3960
                  <property name="label" translatable="yes">(none)</property>
 
3961
                  <property name="use_underline">False</property>
 
3962
                  <property name="use_markup">False</property>
 
3963
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3964
                  <property name="wrap">False</property>
 
3965
                  <property name="selectable">False</property>
 
3966
                  <property name="xalign">0</property>
 
3967
                  <property name="yalign">0.5</property>
 
3968
                  <property name="xpad">0</property>
 
3969
                  <property name="ypad">0</property>
 
3970
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
3971
                  <property name="width_chars">-1</property>
 
3972
                  <property name="single_line_mode">False</property>
 
3973
                  <property name="angle">0</property>
 
3974
                </widget>
 
3975
                <packing>
 
3976
                  <property name="left_attach">1</property>
 
3977
                  <property name="right_attach">2</property>
 
3978
                  <property name="top_attach">0</property>
 
3979
                  <property name="bottom_attach">1</property>
 
3980
                  <property name="y_options"></property>
 
3981
                </packing>
 
3982
              </child>
 
3983
            </widget>
 
3984
          </child>
 
3985
 
 
3986
          <child>
 
3987
            <widget class="GtkLabel" id="label_info_locking">
 
3988
              <property name="visible">True</property>
 
3989
              <property name="label" translatable="yes">Lock status:</property>
 
3990
              <property name="use_underline">False</property>
 
3991
              <property name="use_markup">False</property>
 
3992
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
3993
              <property name="wrap">False</property>
 
3994
              <property name="selectable">False</property>
 
3995
              <property name="xalign">0.5</property>
 
3996
              <property name="yalign">0.5</property>
 
3997
              <property name="xpad">0</property>
 
3998
              <property name="ypad">0</property>
 
3999
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4000
              <property name="width_chars">-1</property>
 
4001
              <property name="single_line_mode">False</property>
 
4002
              <property name="angle">0</property>
 
4003
            </widget>
 
4004
            <packing>
 
4005
              <property name="type">label_item</property>
 
4006
            </packing>
 
4007
          </child>
 
4008
        </widget>
 
4009
        <packing>
 
4010
          <property name="padding">0</property>
 
4011
          <property name="expand">True</property>
 
4012
          <property name="fill">True</property>
 
4013
        </packing>
 
4014
      </child>
 
4015
 
 
4016
      <child>
 
4017
        <widget class="GtkExpander" id="expander_info_missing">
 
4018
          <property name="can_focus">True</property>
 
4019
          <property name="expanded">False</property>
 
4020
          <property name="spacing">0</property>
 
4021
          <signal name="activate" handler="on_expander_info_missing_activate" last_modification_time="Wed, 09 Aug 2006 22:19:19 GMT"/>
 
4022
 
 
4023
          <child>
 
4024
            <widget class="GtkTable" id="table_info_missing">
 
4025
              <property name="visible">True</property>
 
4026
              <property name="n_rows">2</property>
 
4027
              <property name="n_columns">2</property>
 
4028
              <property name="homogeneous">False</property>
 
4029
              <property name="row_spacing">0</property>
 
4030
              <property name="column_spacing">0</property>
 
4031
 
 
4032
              <child>
 
4033
                <widget class="GtkLabel" id="label_info_missing_workingtree_label">
 
4034
                  <property name="label" translatable="yes">Missing revisions in working tree: </property>
 
4035
                  <property name="use_underline">False</property>
 
4036
                  <property name="use_markup">False</property>
 
4037
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4038
                  <property name="wrap">False</property>
 
4039
                  <property name="selectable">False</property>
 
4040
                  <property name="xalign">1</property>
 
4041
                  <property name="yalign">0.5</property>
 
4042
                  <property name="xpad">0</property>
 
4043
                  <property name="ypad">0</property>
 
4044
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4045
                  <property name="width_chars">-1</property>
 
4046
                  <property name="single_line_mode">False</property>
 
4047
                  <property name="angle">0</property>
 
4048
                </widget>
 
4049
                <packing>
 
4050
                  <property name="left_attach">0</property>
 
4051
                  <property name="right_attach">1</property>
 
4052
                  <property name="top_attach">0</property>
 
4053
                  <property name="bottom_attach">1</property>
 
4054
                  <property name="x_options">fill</property>
 
4055
                  <property name="y_options"></property>
 
4056
                </packing>
 
4057
              </child>
 
4058
 
 
4059
              <child>
 
4060
                <widget class="GtkLabel" id="label_info_missing_branch_label">
 
4061
                  <property name="label" translatable="yes">Missing revisions in branch: </property>
 
4062
                  <property name="use_underline">False</property>
 
4063
                  <property name="use_markup">False</property>
 
4064
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4065
                  <property name="wrap">False</property>
 
4066
                  <property name="selectable">False</property>
 
4067
                  <property name="xalign">1</property>
 
4068
                  <property name="yalign">0.5</property>
 
4069
                  <property name="xpad">0</property>
 
4070
                  <property name="ypad">0</property>
 
4071
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4072
                  <property name="width_chars">-1</property>
 
4073
                  <property name="single_line_mode">False</property>
 
4074
                  <property name="angle">0</property>
 
4075
                </widget>
 
4076
                <packing>
 
4077
                  <property name="left_attach">0</property>
 
4078
                  <property name="right_attach">1</property>
 
4079
                  <property name="top_attach">1</property>
 
4080
                  <property name="bottom_attach">2</property>
 
4081
                  <property name="x_options">fill</property>
 
4082
                  <property name="y_options"></property>
 
4083
                </packing>
 
4084
              </child>
 
4085
 
 
4086
              <child>
 
4087
                <widget class="GtkLabel" id="label_info_missing_branch">
 
4088
                  <property name="label" translatable="yes">(none)</property>
 
4089
                  <property name="use_underline">False</property>
 
4090
                  <property name="use_markup">False</property>
 
4091
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4092
                  <property name="wrap">False</property>
 
4093
                  <property name="selectable">False</property>
 
4094
                  <property name="xalign">0</property>
 
4095
                  <property name="yalign">0.5</property>
 
4096
                  <property name="xpad">0</property>
 
4097
                  <property name="ypad">0</property>
 
4098
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4099
                  <property name="width_chars">-1</property>
 
4100
                  <property name="single_line_mode">False</property>
 
4101
                  <property name="angle">0</property>
 
4102
                </widget>
 
4103
                <packing>
 
4104
                  <property name="left_attach">1</property>
 
4105
                  <property name="right_attach">2</property>
 
4106
                  <property name="top_attach">1</property>
 
4107
                  <property name="bottom_attach">2</property>
 
4108
                  <property name="y_options"></property>
 
4109
                </packing>
 
4110
              </child>
 
4111
 
 
4112
              <child>
 
4113
                <widget class="GtkLabel" id="label_info_missing_workingtree">
 
4114
                  <property name="label" translatable="yes">(none)</property>
 
4115
                  <property name="use_underline">False</property>
 
4116
                  <property name="use_markup">False</property>
 
4117
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4118
                  <property name="wrap">False</property>
 
4119
                  <property name="selectable">False</property>
 
4120
                  <property name="xalign">0</property>
 
4121
                  <property name="yalign">0.5</property>
 
4122
                  <property name="xpad">0</property>
 
4123
                  <property name="ypad">0</property>
 
4124
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4125
                  <property name="width_chars">-1</property>
 
4126
                  <property name="single_line_mode">False</property>
 
4127
                  <property name="angle">0</property>
 
4128
                </widget>
 
4129
                <packing>
 
4130
                  <property name="left_attach">1</property>
 
4131
                  <property name="right_attach">2</property>
 
4132
                  <property name="top_attach">0</property>
 
4133
                  <property name="bottom_attach">1</property>
 
4134
                  <property name="y_options"></property>
 
4135
                </packing>
 
4136
              </child>
 
4137
            </widget>
 
4138
          </child>
 
4139
 
 
4140
          <child>
 
4141
            <widget class="GtkLabel" id="label_info_missing">
 
4142
              <property name="visible">True</property>
 
4143
              <property name="label" translatable="yes">Missing revisions:</property>
 
4144
              <property name="use_underline">False</property>
 
4145
              <property name="use_markup">False</property>
 
4146
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4147
              <property name="wrap">False</property>
 
4148
              <property name="selectable">False</property>
 
4149
              <property name="xalign">0.5</property>
 
4150
              <property name="yalign">0.5</property>
 
4151
              <property name="xpad">0</property>
 
4152
              <property name="ypad">0</property>
 
4153
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4154
              <property name="width_chars">-1</property>
 
4155
              <property name="single_line_mode">False</property>
 
4156
              <property name="angle">0</property>
 
4157
            </widget>
 
4158
            <packing>
 
4159
              <property name="type">label_item</property>
 
4160
            </packing>
 
4161
          </child>
 
4162
        </widget>
 
4163
        <packing>
 
4164
          <property name="padding">0</property>
 
4165
          <property name="expand">True</property>
 
4166
          <property name="fill">True</property>
 
4167
        </packing>
 
4168
      </child>
 
4169
 
 
4170
      <child>
 
4171
        <widget class="GtkExpander" id="expander_info_wtstats">
 
4172
          <property name="can_focus">True</property>
 
4173
          <property name="expanded">False</property>
 
4174
          <property name="spacing">0</property>
 
4175
          <signal name="activate" handler="on_expander_info_wtstats_activate" last_modification_time="Wed, 09 Aug 2006 22:19:25 GMT"/>
 
4176
 
 
4177
          <child>
 
4178
            <widget class="GtkTable" id="table_info_wtstats">
 
4179
              <property name="visible">True</property>
 
4180
              <property name="n_rows">8</property>
 
4181
              <property name="n_columns">2</property>
 
4182
              <property name="homogeneous">False</property>
 
4183
              <property name="row_spacing">0</property>
 
4184
              <property name="column_spacing">0</property>
 
4185
 
 
4186
              <child>
 
4187
                <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
 
4188
                  <property name="label" translatable="yes">Unchanged files: </property>
 
4189
                  <property name="use_underline">False</property>
 
4190
                  <property name="use_markup">False</property>
 
4191
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4192
                  <property name="wrap">False</property>
 
4193
                  <property name="selectable">False</property>
 
4194
                  <property name="xalign">1</property>
 
4195
                  <property name="yalign">0.5</property>
 
4196
                  <property name="xpad">0</property>
 
4197
                  <property name="ypad">0</property>
 
4198
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4199
                  <property name="width_chars">-1</property>
 
4200
                  <property name="single_line_mode">False</property>
 
4201
                  <property name="angle">0</property>
 
4202
                </widget>
 
4203
                <packing>
 
4204
                  <property name="left_attach">0</property>
 
4205
                  <property name="right_attach">1</property>
 
4206
                  <property name="top_attach">0</property>
 
4207
                  <property name="bottom_attach">1</property>
 
4208
                  <property name="x_options">fill</property>
 
4209
                  <property name="y_options"></property>
 
4210
                </packing>
 
4211
              </child>
 
4212
 
 
4213
              <child>
 
4214
                <widget class="GtkLabel" id="label_info_wtstats_modified_label">
 
4215
                  <property name="label" translatable="yes">Modified files: </property>
 
4216
                  <property name="use_underline">False</property>
 
4217
                  <property name="use_markup">False</property>
 
4218
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4219
                  <property name="wrap">False</property>
 
4220
                  <property name="selectable">False</property>
 
4221
                  <property name="xalign">1</property>
 
4222
                  <property name="yalign">0.5</property>
 
4223
                  <property name="xpad">0</property>
 
4224
                  <property name="ypad">0</property>
 
4225
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4226
                  <property name="width_chars">-1</property>
 
4227
                  <property name="single_line_mode">False</property>
 
4228
                  <property name="angle">0</property>
 
4229
                </widget>
 
4230
                <packing>
 
4231
                  <property name="left_attach">0</property>
 
4232
                  <property name="right_attach">1</property>
 
4233
                  <property name="top_attach">1</property>
 
4234
                  <property name="bottom_attach">2</property>
 
4235
                  <property name="x_options">fill</property>
 
4236
                  <property name="y_options"></property>
 
4237
                </packing>
 
4238
              </child>
 
4239
 
 
4240
              <child>
 
4241
                <widget class="GtkLabel" id="label_info_wtstats_added_label">
 
4242
                  <property name="label" translatable="yes">Added files: </property>
 
4243
                  <property name="use_underline">False</property>
 
4244
                  <property name="use_markup">False</property>
 
4245
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4246
                  <property name="wrap">False</property>
 
4247
                  <property name="selectable">False</property>
 
4248
                  <property name="xalign">1</property>
 
4249
                  <property name="yalign">0.5</property>
 
4250
                  <property name="xpad">0</property>
 
4251
                  <property name="ypad">0</property>
 
4252
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4253
                  <property name="width_chars">-1</property>
 
4254
                  <property name="single_line_mode">False</property>
 
4255
                  <property name="angle">0</property>
 
4256
                </widget>
 
4257
                <packing>
 
4258
                  <property name="left_attach">0</property>
 
4259
                  <property name="right_attach">1</property>
 
4260
                  <property name="top_attach">2</property>
 
4261
                  <property name="bottom_attach">3</property>
 
4262
                  <property name="x_options">fill</property>
 
4263
                  <property name="y_options"></property>
 
4264
                </packing>
 
4265
              </child>
 
4266
 
 
4267
              <child>
 
4268
                <widget class="GtkLabel" id="label_info_wtstats_removed_label">
 
4269
                  <property name="label" translatable="yes">Removed files: </property>
 
4270
                  <property name="use_underline">False</property>
 
4271
                  <property name="use_markup">False</property>
 
4272
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4273
                  <property name="wrap">False</property>
 
4274
                  <property name="selectable">False</property>
 
4275
                  <property name="xalign">1</property>
 
4276
                  <property name="yalign">0.5</property>
 
4277
                  <property name="xpad">0</property>
 
4278
                  <property name="ypad">0</property>
 
4279
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4280
                  <property name="width_chars">-1</property>
 
4281
                  <property name="single_line_mode">False</property>
 
4282
                  <property name="angle">0</property>
 
4283
                </widget>
 
4284
                <packing>
 
4285
                  <property name="left_attach">0</property>
 
4286
                  <property name="right_attach">1</property>
 
4287
                  <property name="top_attach">3</property>
 
4288
                  <property name="bottom_attach">4</property>
 
4289
                  <property name="x_options">fill</property>
 
4290
                  <property name="y_options"></property>
 
4291
                </packing>
 
4292
              </child>
 
4293
 
 
4294
              <child>
 
4295
                <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
 
4296
                  <property name="label" translatable="yes">Renamed files: </property>
 
4297
                  <property name="use_underline">False</property>
 
4298
                  <property name="use_markup">False</property>
 
4299
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4300
                  <property name="wrap">False</property>
 
4301
                  <property name="selectable">False</property>
 
4302
                  <property name="xalign">1</property>
 
4303
                  <property name="yalign">0.5</property>
 
4304
                  <property name="xpad">0</property>
 
4305
                  <property name="ypad">0</property>
 
4306
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4307
                  <property name="width_chars">-1</property>
 
4308
                  <property name="single_line_mode">False</property>
 
4309
                  <property name="angle">0</property>
 
4310
                </widget>
 
4311
                <packing>
 
4312
                  <property name="left_attach">0</property>
 
4313
                  <property name="right_attach">1</property>
 
4314
                  <property name="top_attach">4</property>
 
4315
                  <property name="bottom_attach">5</property>
 
4316
                  <property name="x_options">fill</property>
 
4317
                  <property name="y_options"></property>
 
4318
                </packing>
 
4319
              </child>
 
4320
 
 
4321
              <child>
 
4322
                <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
 
4323
                  <property name="label" translatable="yes">Unknown files: </property>
 
4324
                  <property name="use_underline">False</property>
 
4325
                  <property name="use_markup">False</property>
 
4326
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4327
                  <property name="wrap">False</property>
 
4328
                  <property name="selectable">False</property>
 
4329
                  <property name="xalign">1</property>
 
4330
                  <property name="yalign">0.5</property>
 
4331
                  <property name="xpad">0</property>
 
4332
                  <property name="ypad">0</property>
 
4333
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4334
                  <property name="width_chars">-1</property>
 
4335
                  <property name="single_line_mode">False</property>
 
4336
                  <property name="angle">0</property>
 
4337
                </widget>
 
4338
                <packing>
 
4339
                  <property name="left_attach">0</property>
 
4340
                  <property name="right_attach">1</property>
 
4341
                  <property name="top_attach">5</property>
 
4342
                  <property name="bottom_attach">6</property>
 
4343
                  <property name="x_options">fill</property>
 
4344
                  <property name="y_options"></property>
 
4345
                </packing>
 
4346
              </child>
 
4347
 
 
4348
              <child>
 
4349
                <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
 
4350
                  <property name="label" translatable="yes">Ignored files: </property>
 
4351
                  <property name="use_underline">False</property>
 
4352
                  <property name="use_markup">False</property>
 
4353
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4354
                  <property name="wrap">False</property>
 
4355
                  <property name="selectable">False</property>
 
4356
                  <property name="xalign">1</property>
 
4357
                  <property name="yalign">0.5</property>
 
4358
                  <property name="xpad">0</property>
 
4359
                  <property name="ypad">0</property>
 
4360
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4361
                  <property name="width_chars">-1</property>
 
4362
                  <property name="single_line_mode">False</property>
 
4363
                  <property name="angle">0</property>
 
4364
                </widget>
 
4365
                <packing>
 
4366
                  <property name="left_attach">0</property>
 
4367
                  <property name="right_attach">1</property>
 
4368
                  <property name="top_attach">6</property>
 
4369
                  <property name="bottom_attach">7</property>
 
4370
                  <property name="x_options">fill</property>
 
4371
                  <property name="y_options"></property>
 
4372
                </packing>
 
4373
              </child>
 
4374
 
 
4375
              <child>
 
4376
                <widget class="GtkLabel" id="label_info_wtstats_subdirs_label">
 
4377
                  <property name="label" translatable="yes">Versioned subdirectories: </property>
 
4378
                  <property name="use_underline">False</property>
 
4379
                  <property name="use_markup">False</property>
 
4380
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4381
                  <property name="wrap">False</property>
 
4382
                  <property name="selectable">False</property>
 
4383
                  <property name="xalign">1</property>
 
4384
                  <property name="yalign">0.5</property>
 
4385
                  <property name="xpad">0</property>
 
4386
                  <property name="ypad">0</property>
 
4387
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4388
                  <property name="width_chars">-1</property>
 
4389
                  <property name="single_line_mode">False</property>
 
4390
                  <property name="angle">0</property>
 
4391
                </widget>
 
4392
                <packing>
 
4393
                  <property name="left_attach">0</property>
 
4394
                  <property name="right_attach">1</property>
 
4395
                  <property name="top_attach">7</property>
 
4396
                  <property name="bottom_attach">8</property>
 
4397
                  <property name="x_options">fill</property>
 
4398
                  <property name="y_options"></property>
 
4399
                </packing>
 
4400
              </child>
 
4401
 
 
4402
              <child>
 
4403
                <widget class="GtkLabel" id="label_info_wtstats_subdirs">
 
4404
                  <property name="label" translatable="yes">(none)</property>
 
4405
                  <property name="use_underline">False</property>
 
4406
                  <property name="use_markup">False</property>
 
4407
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4408
                  <property name="wrap">False</property>
 
4409
                  <property name="selectable">False</property>
 
4410
                  <property name="xalign">0</property>
 
4411
                  <property name="yalign">0.5</property>
 
4412
                  <property name="xpad">0</property>
 
4413
                  <property name="ypad">0</property>
 
4414
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4415
                  <property name="width_chars">-1</property>
 
4416
                  <property name="single_line_mode">False</property>
 
4417
                  <property name="angle">0</property>
 
4418
                </widget>
 
4419
                <packing>
 
4420
                  <property name="left_attach">1</property>
 
4421
                  <property name="right_attach">2</property>
 
4422
                  <property name="top_attach">7</property>
 
4423
                  <property name="bottom_attach">8</property>
 
4424
                  <property name="y_options"></property>
 
4425
                </packing>
 
4426
              </child>
 
4427
 
 
4428
              <child>
 
4429
                <widget class="GtkLabel" id="label_info_wtstats_ignored">
 
4430
                  <property name="label" translatable="yes">(none)</property>
 
4431
                  <property name="use_underline">False</property>
 
4432
                  <property name="use_markup">False</property>
 
4433
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4434
                  <property name="wrap">False</property>
 
4435
                  <property name="selectable">False</property>
 
4436
                  <property name="xalign">0</property>
 
4437
                  <property name="yalign">0.5</property>
 
4438
                  <property name="xpad">0</property>
 
4439
                  <property name="ypad">0</property>
 
4440
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4441
                  <property name="width_chars">-1</property>
 
4442
                  <property name="single_line_mode">False</property>
 
4443
                  <property name="angle">0</property>
 
4444
                </widget>
 
4445
                <packing>
 
4446
                  <property name="left_attach">1</property>
 
4447
                  <property name="right_attach">2</property>
 
4448
                  <property name="top_attach">6</property>
 
4449
                  <property name="bottom_attach">7</property>
 
4450
                  <property name="y_options"></property>
 
4451
                </packing>
 
4452
              </child>
 
4453
 
 
4454
              <child>
 
4455
                <widget class="GtkLabel" id="label_info_wtstats_unknown">
 
4456
                  <property name="label" translatable="yes">(none)</property>
 
4457
                  <property name="use_underline">False</property>
 
4458
                  <property name="use_markup">False</property>
 
4459
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4460
                  <property name="wrap">False</property>
 
4461
                  <property name="selectable">False</property>
 
4462
                  <property name="xalign">0</property>
 
4463
                  <property name="yalign">0.5</property>
 
4464
                  <property name="xpad">0</property>
 
4465
                  <property name="ypad">0</property>
 
4466
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4467
                  <property name="width_chars">-1</property>
 
4468
                  <property name="single_line_mode">False</property>
 
4469
                  <property name="angle">0</property>
 
4470
                </widget>
 
4471
                <packing>
 
4472
                  <property name="left_attach">1</property>
 
4473
                  <property name="right_attach">2</property>
 
4474
                  <property name="top_attach">5</property>
 
4475
                  <property name="bottom_attach">6</property>
 
4476
                  <property name="y_options"></property>
 
4477
                </packing>
 
4478
              </child>
 
4479
 
 
4480
              <child>
 
4481
                <widget class="GtkLabel" id="label_info_wtstats_renamed">
 
4482
                  <property name="label" translatable="yes">(none)</property>
 
4483
                  <property name="use_underline">False</property>
 
4484
                  <property name="use_markup">False</property>
 
4485
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4486
                  <property name="wrap">False</property>
 
4487
                  <property name="selectable">False</property>
 
4488
                  <property name="xalign">0</property>
 
4489
                  <property name="yalign">0.5</property>
 
4490
                  <property name="xpad">0</property>
 
4491
                  <property name="ypad">0</property>
 
4492
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4493
                  <property name="width_chars">-1</property>
 
4494
                  <property name="single_line_mode">False</property>
 
4495
                  <property name="angle">0</property>
 
4496
                </widget>
 
4497
                <packing>
 
4498
                  <property name="left_attach">1</property>
 
4499
                  <property name="right_attach">2</property>
 
4500
                  <property name="top_attach">4</property>
 
4501
                  <property name="bottom_attach">5</property>
 
4502
                  <property name="y_options"></property>
 
4503
                </packing>
 
4504
              </child>
 
4505
 
 
4506
              <child>
 
4507
                <widget class="GtkLabel" id="label_info_wtstats_removed">
 
4508
                  <property name="label" translatable="yes">(none)</property>
 
4509
                  <property name="use_underline">False</property>
 
4510
                  <property name="use_markup">False</property>
 
4511
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4512
                  <property name="wrap">False</property>
 
4513
                  <property name="selectable">False</property>
 
4514
                  <property name="xalign">0</property>
 
4515
                  <property name="yalign">0.5</property>
 
4516
                  <property name="xpad">0</property>
 
4517
                  <property name="ypad">0</property>
 
4518
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4519
                  <property name="width_chars">-1</property>
 
4520
                  <property name="single_line_mode">False</property>
 
4521
                  <property name="angle">0</property>
 
4522
                </widget>
 
4523
                <packing>
 
4524
                  <property name="left_attach">1</property>
 
4525
                  <property name="right_attach">2</property>
 
4526
                  <property name="top_attach">3</property>
 
4527
                  <property name="bottom_attach">4</property>
 
4528
                  <property name="y_options"></property>
 
4529
                </packing>
 
4530
              </child>
 
4531
 
 
4532
              <child>
 
4533
                <widget class="GtkLabel" id="label_info_wtstats_added">
 
4534
                  <property name="label" translatable="yes">(none)</property>
 
4535
                  <property name="use_underline">False</property>
 
4536
                  <property name="use_markup">False</property>
 
4537
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4538
                  <property name="wrap">False</property>
 
4539
                  <property name="selectable">False</property>
 
4540
                  <property name="xalign">0</property>
 
4541
                  <property name="yalign">0.5</property>
 
4542
                  <property name="xpad">0</property>
 
4543
                  <property name="ypad">0</property>
 
4544
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4545
                  <property name="width_chars">-1</property>
 
4546
                  <property name="single_line_mode">False</property>
 
4547
                  <property name="angle">0</property>
 
4548
                </widget>
 
4549
                <packing>
 
4550
                  <property name="left_attach">1</property>
 
4551
                  <property name="right_attach">2</property>
 
4552
                  <property name="top_attach">2</property>
 
4553
                  <property name="bottom_attach">3</property>
 
4554
                  <property name="y_options"></property>
 
4555
                </packing>
 
4556
              </child>
 
4557
 
 
4558
              <child>
 
4559
                <widget class="GtkLabel" id="label_info_wtstats_modified">
 
4560
                  <property name="label" translatable="yes">(none)</property>
 
4561
                  <property name="use_underline">False</property>
 
4562
                  <property name="use_markup">False</property>
 
4563
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4564
                  <property name="wrap">False</property>
 
4565
                  <property name="selectable">False</property>
 
4566
                  <property name="xalign">0</property>
 
4567
                  <property name="yalign">0.5</property>
 
4568
                  <property name="xpad">0</property>
 
4569
                  <property name="ypad">0</property>
 
4570
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4571
                  <property name="width_chars">-1</property>
 
4572
                  <property name="single_line_mode">False</property>
 
4573
                  <property name="angle">0</property>
 
4574
                </widget>
 
4575
                <packing>
 
4576
                  <property name="left_attach">1</property>
 
4577
                  <property name="right_attach">2</property>
 
4578
                  <property name="top_attach">1</property>
 
4579
                  <property name="bottom_attach">2</property>
 
4580
                  <property name="y_options"></property>
 
4581
                </packing>
 
4582
              </child>
 
4583
 
 
4584
              <child>
 
4585
                <widget class="GtkLabel" id="label_info_wtstats_unchanged">
 
4586
                  <property name="label" translatable="yes">(none)</property>
 
4587
                  <property name="use_underline">False</property>
 
4588
                  <property name="use_markup">False</property>
 
4589
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4590
                  <property name="wrap">False</property>
 
4591
                  <property name="selectable">False</property>
 
4592
                  <property name="xalign">0</property>
 
4593
                  <property name="yalign">0.5</property>
 
4594
                  <property name="xpad">0</property>
 
4595
                  <property name="ypad">0</property>
 
4596
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4597
                  <property name="width_chars">-1</property>
 
4598
                  <property name="single_line_mode">False</property>
 
4599
                  <property name="angle">0</property>
 
4600
                </widget>
 
4601
                <packing>
 
4602
                  <property name="left_attach">1</property>
 
4603
                  <property name="right_attach">2</property>
 
4604
                  <property name="top_attach">0</property>
 
4605
                  <property name="bottom_attach">1</property>
 
4606
                  <property name="y_options"></property>
 
4607
                </packing>
 
4608
              </child>
 
4609
            </widget>
 
4610
          </child>
 
4611
 
 
4612
          <child>
 
4613
            <widget class="GtkLabel" id="label_info_wtstats">
 
4614
              <property name="visible">True</property>
 
4615
              <property name="label" translatable="yes">In the working tree:</property>
 
4616
              <property name="use_underline">False</property>
 
4617
              <property name="use_markup">False</property>
 
4618
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4619
              <property name="wrap">False</property>
 
4620
              <property name="selectable">False</property>
 
4621
              <property name="xalign">0.5</property>
 
4622
              <property name="yalign">0.5</property>
 
4623
              <property name="xpad">0</property>
 
4624
              <property name="ypad">0</property>
 
4625
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4626
              <property name="width_chars">-1</property>
 
4627
              <property name="single_line_mode">False</property>
 
4628
              <property name="angle">0</property>
 
4629
            </widget>
 
4630
            <packing>
 
4631
              <property name="type">label_item</property>
 
4632
            </packing>
 
4633
          </child>
 
4634
        </widget>
 
4635
        <packing>
 
4636
          <property name="padding">0</property>
 
4637
          <property name="expand">True</property>
 
4638
          <property name="fill">True</property>
 
4639
        </packing>
 
4640
      </child>
 
4641
 
 
4642
      <child>
 
4643
        <widget class="GtkExpander" id="expander_info_brstats">
 
4644
          <property name="can_focus">True</property>
 
4645
          <property name="expanded">False</property>
 
4646
          <property name="spacing">0</property>
 
4647
          <signal name="activate" handler="on_expander_info_brstats_activate" last_modification_time="Wed, 09 Aug 2006 22:19:31 GMT"/>
 
4648
 
 
4649
          <child>
 
4650
            <widget class="GtkTable" id="table_info_brstats">
 
4651
              <property name="visible">True</property>
 
4652
              <property name="n_rows">5</property>
 
4653
              <property name="n_columns">2</property>
 
4654
              <property name="homogeneous">False</property>
 
4655
              <property name="row_spacing">0</property>
 
4656
              <property name="column_spacing">0</property>
 
4657
 
 
4658
              <child>
 
4659
                <widget class="GtkLabel" id="label_info_brstats_revno_label">
 
4660
                  <property name="label" translatable="yes">Revisions in branch: </property>
 
4661
                  <property name="use_underline">False</property>
 
4662
                  <property name="use_markup">False</property>
 
4663
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4664
                  <property name="wrap">False</property>
 
4665
                  <property name="selectable">False</property>
 
4666
                  <property name="xalign">1</property>
 
4667
                  <property name="yalign">0.5</property>
 
4668
                  <property name="xpad">0</property>
 
4669
                  <property name="ypad">0</property>
 
4670
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4671
                  <property name="width_chars">-1</property>
 
4672
                  <property name="single_line_mode">False</property>
 
4673
                  <property name="angle">0</property>
 
4674
                </widget>
 
4675
                <packing>
 
4676
                  <property name="left_attach">0</property>
 
4677
                  <property name="right_attach">1</property>
 
4678
                  <property name="top_attach">0</property>
 
4679
                  <property name="bottom_attach">1</property>
 
4680
                  <property name="x_options">fill</property>
 
4681
                  <property name="y_options"></property>
 
4682
                </packing>
 
4683
              </child>
 
4684
 
 
4685
              <child>
 
4686
                <widget class="GtkLabel" id="label_info_brstats_commiters_label">
 
4687
                  <property name="label" translatable="yes">Number of commiters: </property>
 
4688
                  <property name="use_underline">False</property>
 
4689
                  <property name="use_markup">False</property>
 
4690
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4691
                  <property name="wrap">False</property>
 
4692
                  <property name="selectable">False</property>
 
4693
                  <property name="xalign">1</property>
 
4694
                  <property name="yalign">0.5</property>
 
4695
                  <property name="xpad">0</property>
 
4696
                  <property name="ypad">0</property>
 
4697
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4698
                  <property name="width_chars">-1</property>
 
4699
                  <property name="single_line_mode">False</property>
 
4700
                  <property name="angle">0</property>
 
4701
                </widget>
 
4702
                <packing>
 
4703
                  <property name="left_attach">0</property>
 
4704
                  <property name="right_attach">1</property>
 
4705
                  <property name="top_attach">1</property>
 
4706
                  <property name="bottom_attach">2</property>
 
4707
                  <property name="x_options">fill</property>
 
4708
                  <property name="y_options"></property>
 
4709
                </packing>
 
4710
              </child>
 
4711
 
 
4712
              <child>
 
4713
                <widget class="GtkLabel" id="label_info_brstats_age_label">
 
4714
                  <property name="label" translatable="yes">Age of branch in days: </property>
 
4715
                  <property name="use_underline">False</property>
 
4716
                  <property name="use_markup">False</property>
 
4717
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4718
                  <property name="wrap">False</property>
 
4719
                  <property name="selectable">False</property>
 
4720
                  <property name="xalign">1</property>
 
4721
                  <property name="yalign">0.5</property>
 
4722
                  <property name="xpad">0</property>
 
4723
                  <property name="ypad">0</property>
 
4724
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4725
                  <property name="width_chars">-1</property>
 
4726
                  <property name="single_line_mode">False</property>
 
4727
                  <property name="angle">0</property>
 
4728
                </widget>
 
4729
                <packing>
 
4730
                  <property name="left_attach">0</property>
 
4731
                  <property name="right_attach">1</property>
 
4732
                  <property name="top_attach">2</property>
 
4733
                  <property name="bottom_attach">3</property>
 
4734
                  <property name="x_options">fill</property>
 
4735
                  <property name="y_options"></property>
 
4736
                </packing>
 
4737
              </child>
 
4738
 
 
4739
              <child>
 
4740
                <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
 
4741
                  <property name="label" translatable="yes">Time of first revision: </property>
 
4742
                  <property name="use_underline">False</property>
 
4743
                  <property name="use_markup">False</property>
 
4744
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4745
                  <property name="wrap">False</property>
 
4746
                  <property name="selectable">False</property>
 
4747
                  <property name="xalign">1</property>
 
4748
                  <property name="yalign">0.5</property>
 
4749
                  <property name="xpad">0</property>
 
4750
                  <property name="ypad">0</property>
 
4751
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4752
                  <property name="width_chars">-1</property>
 
4753
                  <property name="single_line_mode">False</property>
 
4754
                  <property name="angle">0</property>
 
4755
                </widget>
 
4756
                <packing>
 
4757
                  <property name="left_attach">0</property>
 
4758
                  <property name="right_attach">1</property>
 
4759
                  <property name="top_attach">3</property>
 
4760
                  <property name="bottom_attach">4</property>
 
4761
                  <property name="x_options">fill</property>
 
4762
                  <property name="y_options"></property>
 
4763
                </packing>
 
4764
              </child>
 
4765
 
 
4766
              <child>
 
4767
                <widget class="GtkLabel" id="label_info_brstats_lastrev_label">
 
4768
                  <property name="label" translatable="yes">Time of last revision: </property>
 
4769
                  <property name="use_underline">False</property>
 
4770
                  <property name="use_markup">False</property>
 
4771
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4772
                  <property name="wrap">False</property>
 
4773
                  <property name="selectable">False</property>
 
4774
                  <property name="xalign">1</property>
 
4775
                  <property name="yalign">0.5</property>
 
4776
                  <property name="xpad">0</property>
 
4777
                  <property name="ypad">0</property>
 
4778
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4779
                  <property name="width_chars">-1</property>
 
4780
                  <property name="single_line_mode">False</property>
 
4781
                  <property name="angle">0</property>
 
4782
                </widget>
 
4783
                <packing>
 
4784
                  <property name="left_attach">0</property>
 
4785
                  <property name="right_attach">1</property>
 
4786
                  <property name="top_attach">4</property>
 
4787
                  <property name="bottom_attach">5</property>
 
4788
                  <property name="x_options">fill</property>
 
4789
                  <property name="y_options"></property>
 
4790
                </packing>
 
4791
              </child>
 
4792
 
 
4793
              <child>
 
4794
                <widget class="GtkLabel" id="label_info_brstats_lastrev">
 
4795
                  <property name="label" translatable="yes">(none)</property>
 
4796
                  <property name="use_underline">False</property>
 
4797
                  <property name="use_markup">False</property>
 
4798
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4799
                  <property name="wrap">False</property>
 
4800
                  <property name="selectable">False</property>
 
4801
                  <property name="xalign">0</property>
 
4802
                  <property name="yalign">0.5</property>
 
4803
                  <property name="xpad">0</property>
 
4804
                  <property name="ypad">0</property>
 
4805
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4806
                  <property name="width_chars">-1</property>
 
4807
                  <property name="single_line_mode">False</property>
 
4808
                  <property name="angle">0</property>
 
4809
                </widget>
 
4810
                <packing>
 
4811
                  <property name="left_attach">1</property>
 
4812
                  <property name="right_attach">2</property>
 
4813
                  <property name="top_attach">4</property>
 
4814
                  <property name="bottom_attach">5</property>
 
4815
                  <property name="y_options"></property>
 
4816
                </packing>
 
4817
              </child>
 
4818
 
 
4819
              <child>
 
4820
                <widget class="GtkLabel" id="label_info_brstats_firstrev">
 
4821
                  <property name="label" translatable="yes">(none)</property>
 
4822
                  <property name="use_underline">False</property>
 
4823
                  <property name="use_markup">False</property>
 
4824
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4825
                  <property name="wrap">False</property>
 
4826
                  <property name="selectable">False</property>
 
4827
                  <property name="xalign">0</property>
 
4828
                  <property name="yalign">0.5</property>
 
4829
                  <property name="xpad">0</property>
 
4830
                  <property name="ypad">0</property>
 
4831
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4832
                  <property name="width_chars">-1</property>
 
4833
                  <property name="single_line_mode">False</property>
 
4834
                  <property name="angle">0</property>
 
4835
                </widget>
 
4836
                <packing>
 
4837
                  <property name="left_attach">1</property>
 
4838
                  <property name="right_attach">2</property>
 
4839
                  <property name="top_attach">3</property>
 
4840
                  <property name="bottom_attach">4</property>
 
4841
                  <property name="y_options"></property>
 
4842
                </packing>
 
4843
              </child>
 
4844
 
 
4845
              <child>
 
4846
                <widget class="GtkLabel" id="label_info_brstats_age">
 
4847
                  <property name="label" translatable="yes">(none)</property>
 
4848
                  <property name="use_underline">False</property>
 
4849
                  <property name="use_markup">False</property>
 
4850
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4851
                  <property name="wrap">False</property>
 
4852
                  <property name="selectable">False</property>
 
4853
                  <property name="xalign">0</property>
 
4854
                  <property name="yalign">0.5</property>
 
4855
                  <property name="xpad">0</property>
 
4856
                  <property name="ypad">0</property>
 
4857
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4858
                  <property name="width_chars">-1</property>
 
4859
                  <property name="single_line_mode">False</property>
 
4860
                  <property name="angle">0</property>
 
4861
                </widget>
 
4862
                <packing>
 
4863
                  <property name="left_attach">1</property>
 
4864
                  <property name="right_attach">2</property>
 
4865
                  <property name="top_attach">2</property>
 
4866
                  <property name="bottom_attach">3</property>
 
4867
                  <property name="y_options"></property>
 
4868
                </packing>
 
4869
              </child>
 
4870
 
 
4871
              <child>
 
4872
                <widget class="GtkLabel" id="label_info_brstats_commiters">
 
4873
                  <property name="label" translatable="yes">(none)</property>
 
4874
                  <property name="use_underline">False</property>
 
4875
                  <property name="use_markup">False</property>
 
4876
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4877
                  <property name="wrap">False</property>
 
4878
                  <property name="selectable">False</property>
 
4879
                  <property name="xalign">0</property>
 
4880
                  <property name="yalign">0.5</property>
 
4881
                  <property name="xpad">0</property>
 
4882
                  <property name="ypad">0</property>
 
4883
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4884
                  <property name="width_chars">-1</property>
 
4885
                  <property name="single_line_mode">False</property>
 
4886
                  <property name="angle">0</property>
 
4887
                </widget>
 
4888
                <packing>
 
4889
                  <property name="left_attach">1</property>
 
4890
                  <property name="right_attach">2</property>
 
4891
                  <property name="top_attach">1</property>
 
4892
                  <property name="bottom_attach">2</property>
 
4893
                  <property name="y_options"></property>
 
4894
                </packing>
 
4895
              </child>
 
4896
 
 
4897
              <child>
 
4898
                <widget class="GtkLabel" id="label_info_brstats_revno">
 
4899
                  <property name="label" translatable="yes">(none)</property>
 
4900
                  <property name="use_underline">False</property>
 
4901
                  <property name="use_markup">False</property>
 
4902
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4903
                  <property name="wrap">False</property>
 
4904
                  <property name="selectable">False</property>
 
4905
                  <property name="xalign">0</property>
 
4906
                  <property name="yalign">0.5</property>
 
4907
                  <property name="xpad">0</property>
 
4908
                  <property name="ypad">0</property>
 
4909
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4910
                  <property name="width_chars">-1</property>
 
4911
                  <property name="single_line_mode">False</property>
 
4912
                  <property name="angle">0</property>
 
4913
                </widget>
 
4914
                <packing>
 
4915
                  <property name="left_attach">1</property>
 
4916
                  <property name="right_attach">2</property>
 
4917
                  <property name="top_attach">0</property>
 
4918
                  <property name="bottom_attach">1</property>
 
4919
                  <property name="y_options"></property>
 
4920
                </packing>
 
4921
              </child>
 
4922
            </widget>
 
4923
          </child>
 
4924
 
 
4925
          <child>
 
4926
            <widget class="GtkLabel" id="label_info_brstats">
 
4927
              <property name="visible">True</property>
 
4928
              <property name="label" translatable="yes">Branch history:</property>
 
4929
              <property name="use_underline">False</property>
 
4930
              <property name="use_markup">False</property>
 
4931
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4932
              <property name="wrap">False</property>
 
4933
              <property name="selectable">False</property>
 
4934
              <property name="xalign">0.5</property>
 
4935
              <property name="yalign">0.5</property>
 
4936
              <property name="xpad">0</property>
 
4937
              <property name="ypad">0</property>
 
4938
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4939
              <property name="width_chars">-1</property>
 
4940
              <property name="single_line_mode">False</property>
 
4941
              <property name="angle">0</property>
 
4942
            </widget>
 
4943
            <packing>
 
4944
              <property name="type">label_item</property>
 
4945
            </packing>
 
4946
          </child>
 
4947
        </widget>
 
4948
        <packing>
 
4949
          <property name="padding">0</property>
 
4950
          <property name="expand">True</property>
 
4951
          <property name="fill">True</property>
 
4952
        </packing>
 
4953
      </child>
 
4954
 
 
4955
      <child>
 
4956
        <widget class="GtkExpander" id="expander_info_repstats">
 
4957
          <property name="can_focus">True</property>
 
4958
          <property name="expanded">False</property>
 
4959
          <property name="spacing">0</property>
 
4960
          <signal name="activate" handler="on_expander_info_repstats_activate" last_modification_time="Wed, 09 Aug 2006 22:19:37 GMT"/>
 
4961
 
 
4962
          <child>
 
4963
            <widget class="GtkTable" id="table_info_repstats">
 
4964
              <property name="visible">True</property>
 
4965
              <property name="n_rows">2</property>
 
4966
              <property name="n_columns">2</property>
 
4967
              <property name="homogeneous">False</property>
 
4968
              <property name="row_spacing">0</property>
 
4969
              <property name="column_spacing">0</property>
 
4970
 
 
4971
              <child>
 
4972
                <widget class="GtkLabel" id="label_info_repstats_revisions_label">
 
4973
                  <property name="label" translatable="yes">Revisions in repository: </property>
 
4974
                  <property name="use_underline">False</property>
 
4975
                  <property name="use_markup">False</property>
 
4976
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
4977
                  <property name="wrap">False</property>
 
4978
                  <property name="selectable">False</property>
 
4979
                  <property name="xalign">1</property>
 
4980
                  <property name="yalign">0.5</property>
 
4981
                  <property name="xpad">0</property>
 
4982
                  <property name="ypad">0</property>
 
4983
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
4984
                  <property name="width_chars">-1</property>
 
4985
                  <property name="single_line_mode">False</property>
 
4986
                  <property name="angle">0</property>
 
4987
                </widget>
 
4988
                <packing>
 
4989
                  <property name="left_attach">0</property>
 
4990
                  <property name="right_attach">1</property>
 
4991
                  <property name="top_attach">0</property>
 
4992
                  <property name="bottom_attach">1</property>
 
4993
                  <property name="x_options">fill</property>
 
4994
                  <property name="y_options"></property>
 
4995
                </packing>
 
4996
              </child>
 
4997
 
 
4998
              <child>
 
4999
                <widget class="GtkLabel" id="label_info_repstats_size_label">
 
5000
                  <property name="label" translatable="yes">Size of repository: </property>
 
5001
                  <property name="use_underline">False</property>
 
5002
                  <property name="use_markup">False</property>
 
5003
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
5004
                  <property name="wrap">False</property>
 
5005
                  <property name="selectable">False</property>
 
5006
                  <property name="xalign">1</property>
 
5007
                  <property name="yalign">0.5</property>
 
5008
                  <property name="xpad">0</property>
 
5009
                  <property name="ypad">0</property>
 
5010
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
5011
                  <property name="width_chars">-1</property>
 
5012
                  <property name="single_line_mode">False</property>
 
5013
                  <property name="angle">0</property>
 
5014
                </widget>
 
5015
                <packing>
 
5016
                  <property name="left_attach">0</property>
 
5017
                  <property name="right_attach">1</property>
 
5018
                  <property name="top_attach">1</property>
 
5019
                  <property name="bottom_attach">2</property>
 
5020
                  <property name="x_options">fill</property>
 
5021
                  <property name="y_options"></property>
 
5022
                </packing>
 
5023
              </child>
 
5024
 
 
5025
              <child>
 
5026
                <widget class="GtkLabel" id="label_info_repstats_size">
 
5027
                  <property name="label" translatable="yes">(none)</property>
 
5028
                  <property name="use_underline">False</property>
 
5029
                  <property name="use_markup">False</property>
 
5030
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
5031
                  <property name="wrap">False</property>
 
5032
                  <property name="selectable">False</property>
 
5033
                  <property name="xalign">0</property>
 
5034
                  <property name="yalign">0.5</property>
 
5035
                  <property name="xpad">0</property>
 
5036
                  <property name="ypad">0</property>
 
5037
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
5038
                  <property name="width_chars">-1</property>
 
5039
                  <property name="single_line_mode">False</property>
 
5040
                  <property name="angle">0</property>
 
5041
                </widget>
 
5042
                <packing>
 
5043
                  <property name="left_attach">1</property>
 
5044
                  <property name="right_attach">2</property>
 
5045
                  <property name="top_attach">1</property>
 
5046
                  <property name="bottom_attach">2</property>
 
5047
                  <property name="y_options"></property>
 
5048
                </packing>
 
5049
              </child>
 
5050
 
 
5051
              <child>
 
5052
                <widget class="GtkLabel" id="label_info_repstats_revisions">
 
5053
                  <property name="label" translatable="yes">(none)</property>
 
5054
                  <property name="use_underline">False</property>
 
5055
                  <property name="use_markup">False</property>
 
5056
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
5057
                  <property name="wrap">False</property>
 
5058
                  <property name="selectable">False</property>
 
5059
                  <property name="xalign">0</property>
 
5060
                  <property name="yalign">0.5</property>
 
5061
                  <property name="xpad">0</property>
 
5062
                  <property name="ypad">0</property>
 
5063
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
5064
                  <property name="width_chars">-1</property>
 
5065
                  <property name="single_line_mode">False</property>
 
5066
                  <property name="angle">0</property>
 
5067
                </widget>
 
5068
                <packing>
 
5069
                  <property name="left_attach">1</property>
 
5070
                  <property name="right_attach">2</property>
 
5071
                  <property name="top_attach">0</property>
 
5072
                  <property name="bottom_attach">1</property>
 
5073
                  <property name="y_options"></property>
 
5074
                </packing>
 
5075
              </child>
 
5076
            </widget>
 
5077
          </child>
 
5078
 
 
5079
          <child>
 
5080
            <widget class="GtkLabel" id="label_info_repstats">
 
5081
              <property name="visible">True</property>
 
5082
              <property name="label" translatable="yes">Revision store:</property>
 
5083
              <property name="use_underline">False</property>
 
5084
              <property name="use_markup">False</property>
 
5085
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
5086
              <property name="wrap">False</property>
 
5087
              <property name="selectable">False</property>
 
5088
              <property name="xalign">0.5</property>
 
5089
              <property name="yalign">0.5</property>
 
5090
              <property name="xpad">0</property>
 
5091
              <property name="ypad">0</property>
 
5092
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
5093
              <property name="width_chars">-1</property>
 
5094
              <property name="single_line_mode">False</property>
 
5095
              <property name="angle">0</property>
 
5096
            </widget>
 
5097
            <packing>
 
5098
              <property name="type">label_item</property>
 
5099
            </packing>
 
5100
          </child>
 
5101
        </widget>
 
5102
        <packing>
 
5103
          <property name="padding">0</property>
 
5104
          <property name="expand">True</property>
 
5105
          <property name="fill">True</property>
 
5106
        </packing>
 
5107
      </child>
 
5108
 
 
5109
      <child>
 
5110
        <widget class="GtkHButtonBox" id="hbuttonbox_info">
 
5111
          <property name="visible">True</property>
 
5112
          <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
 
5113
          <property name="spacing">3</property>
 
5114
 
 
5115
          <child>
 
5116
            <widget class="GtkButton" id="button_info_close">
 
5117
              <property name="visible">True</property>
 
5118
              <property name="can_default">True</property>
 
5119
              <property name="can_focus">True</property>
 
5120
              <property name="label">gtk-close</property>
 
5121
              <property name="use_stock">True</property>
 
5122
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
5123
              <property name="focus_on_click">True</property>
 
5124
              <signal name="clicked" handler="on_button_info_close_clicked" last_modification_time="Wed, 09 Aug 2006 20:00:44 GMT"/>
 
5125
            </widget>
 
5126
          </child>
 
5127
        </widget>
 
5128
        <packing>
 
5129
          <property name="padding">0</property>
 
5130
          <property name="expand">False</property>
 
5131
          <property name="fill">False</property>
 
5132
        </packing>
 
5133
      </child>
 
5134
    </widget>
 
5135
  </child>
 
5136
</widget>
 
5137
 
2953
5138
</glade-interface>