~snaggen/rhythmbox/bpm

« back to all changes in this revision

Viewing changes to data/glade/uri-new.glade

  • Committer: Jonathan Matthew
  • Author(s): Jonathan Matthew
  • Date: 2007-01-07 12:16:12 UTC
  • Revision ID: git-v1:5b6958ea3cf24f2c8bcfa15b9cab1fc7798b7305
Moved lots of files around. Now everything should be in the directory it's

2007-01-07  Jonathan Matthew  <jonathan@kaolin.wh9.net>

        Moved lots of files around.  Now everything should be in the directory
        it's built in and all plugin-specific files should be installed into
        the plugin directory.

        * plugins/audioscrobbler/rb-audioscrobbler-plugin.c:
        (impl_create_configure_dialog):
        * plugins/audioscrobbler/rb-audioscrobbler.c:
        (rb_audioscrobbler_class_init), (rb_audioscrobbler_dispose),
        (rb_audioscrobbler_finalize),
        (rb_audioscrobbler_get_config_widget):
        * plugins/audioscrobbler/rb-audioscrobbler.h:
        Use rb_plugin_find_file where needed.

        * widgets/rb-uri-dialog.c: (rb_uri_dialog_class_init),
        (rb_uri_dialog_init), (rb_uri_dialog_finalize),
        (rb_uri_dialog_new), (rb_uri_dialog_response_cb),
        (rb_uri_dialog_text_changed):
        * widgets/rb-uri-dialog.h:
        New common 'enter a URI' dialog, used by iradio and podcast code.

        * plugins/iradio/rb-iradio-plugin.c: (impl_activate):
        * plugins/iradio/rb-iradio-source.c:
        (rb_iradio_source_constructor), (rb_iradio_source_new),
        (impl_song_properties), (rb_iradio_source_first_time_changed),
        (new_station_location_added), (rb_iradio_source_cmd_new_station):
        * plugins/iradio/rb-iradio-source.h:
        * plugins/iradio/rb-station-properties-dialog.c:
        (rb_station_properties_dialog_class_init),
        (rb_station_properties_dialog_init),
        (rb_station_properties_dialog_constructor),
        (rb_station_properties_dialog_set_property),
        (rb_station_properties_dialog_get_property),
        (rb_station_properties_dialog_new):
        * plugins/iradio/rb-station-properties-dialog.h:
        Use the common URI dialog, use rb_plugin_find_file where needed.

        * sources/rb-podcast-source.c:
        (rb_podcast_source_location_added_cb),
        (rb_podcast_source_cmd_new_podcast):
        Use the common URI dialog.

svn path=/trunk/; revision=4725

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
3
 
 
4
<glade-interface>
 
5
 
 
6
<widget class="GtkWindow" id="window1">
 
7
  <property name="visible">True</property>
 
8
  <property name="title" translatable="yes">window1</property>
 
9
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
10
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
11
  <property name="modal">False</property>
 
12
  <property name="resizable">True</property>
 
13
  <property name="destroy_with_parent">False</property>
 
14
  <property name="decorated">True</property>
 
15
  <property name="skip_taskbar_hint">False</property>
 
16
  <property name="skip_pager_hint">False</property>
 
17
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
18
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
19
  <property name="focus_on_map">True</property>
 
20
  <property name="urgency_hint">False</property>
 
21
 
 
22
  <child>
 
23
    <widget class="GtkVBox" id="newuri">
 
24
      <property name="border_width">5</property>
 
25
      <property name="visible">True</property>
 
26
      <property name="homogeneous">False</property>
 
27
      <property name="spacing">6</property>
 
28
 
 
29
      <child>
 
30
        <widget class="GtkLabel" id="label">
 
31
          <property name="visible">True</property>
 
32
          <property name="label" translatable="yes"></property>
 
33
          <property name="use_underline">True</property>
 
34
          <property name="use_markup">False</property>
 
35
          <property name="justify">GTK_JUSTIFY_LEFT</property>
 
36
          <property name="wrap">False</property>
 
37
          <property name="selectable">False</property>
 
38
          <property name="xalign">0</property>
 
39
          <property name="yalign">0.5</property>
 
40
          <property name="xpad">0</property>
 
41
          <property name="ypad">0</property>
 
42
          <property name="mnemonic_widget">txt_url</property>
 
43
          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
44
          <property name="width_chars">-1</property>
 
45
          <property name="single_line_mode">False</property>
 
46
          <property name="angle">0</property>
 
47
        </widget>
 
48
        <packing>
 
49
          <property name="padding">0</property>
 
50
          <property name="expand">False</property>
 
51
          <property name="fill">False</property>
 
52
        </packing>
 
53
      </child>
 
54
 
 
55
      <child>
 
56
        <widget class="GtkEntry" id="txt_url">
 
57
          <property name="visible">True</property>
 
58
          <property name="can_focus">True</property>
 
59
          <property name="editable">True</property>
 
60
          <property name="visibility">True</property>
 
61
          <property name="max_length">0</property>
 
62
          <property name="text" translatable="yes"></property>
 
63
          <property name="has_frame">True</property>
 
64
          <property name="invisible_char">*</property>
 
65
          <property name="activates_default">False</property>
 
66
        </widget>
 
67
        <packing>
 
68
          <property name="padding">0</property>
 
69
          <property name="expand">False</property>
 
70
          <property name="fill">False</property>
 
71
        </packing>
 
72
      </child>
 
73
    </widget>
 
74
  </child>
 
75
</widget>
 
76
 
 
77
</glade-interface>