~exaile-devel/exaile/github

« back to all changes in this revision

Viewing changes to data/ui/widgets/tracklist_info.ui

  • Committer: Johannes Sasongko
  • Date: 2016-12-18 23:44:26 UTC
  • Revision ID: git-v1:883393d216f7726a1e2719a7547040074d58e3a6
UI: Remove TrackListInfo stuff (unused).

These were meant to be like TrackInfoPane but for multiple tracks. Unused,
haven't been touched in 6 years, and broken. Includes:

* data/ui/widgets/tracklist_info.ui
* xlgui/widgets/info.py: TrackListInfoPane, TrackListToolTip
* xlgui/panel/collection.py: CollectionToolTip

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!-- Generated with glade 3.19.0 -->
3
 
<interface>
4
 
  <requires lib="gtk+" version="3.10"/>
5
 
  <object class="GtkWindow" id="window1">
6
 
    <property name="can_focus">False</property>
7
 
    <child>
8
 
      <object class="GtkGrid" id="info_box">
9
 
        <property name="visible">True</property>
10
 
        <property name="can_focus">False</property>
11
 
        <child>
12
 
          <object class="GtkImage" id="cover_image">
13
 
            <property name="width_request">100</property>
14
 
            <property name="height_request">100</property>
15
 
            <property name="visible">True</property>
16
 
            <property name="can_focus">False</property>
17
 
            <property name="icon_name">image-missing</property>
18
 
          </object>
19
 
          <packing>
20
 
            <property name="left_attach">0</property>
21
 
            <property name="top_attach">0</property>
22
 
            <property name="height">4</property>
23
 
          </packing>
24
 
        </child>
25
 
        <child>
26
 
          <object class="GtkLabel" id="album_label">
27
 
            <property name="visible">True</property>
28
 
            <property name="can_focus">False</property>
29
 
            <property name="halign">start</property>
30
 
            <property name="label" translatable="yes">Album</property>
31
 
            <attributes>
32
 
              <attribute name="weight" value="bold"/>
33
 
              <attribute name="scale" value="1.5"/>
34
 
            </attributes>
35
 
          </object>
36
 
          <packing>
37
 
            <property name="left_attach">1</property>
38
 
            <property name="top_attach">0</property>
39
 
          </packing>
40
 
        </child>
41
 
        <child>
42
 
          <object class="GtkLabel" id="artist_label">
43
 
            <property name="visible">True</property>
44
 
            <property name="can_focus">False</property>
45
 
            <property name="halign">start</property>
46
 
            <property name="label" translatable="yes">Artist</property>
47
 
          </object>
48
 
          <packing>
49
 
            <property name="left_attach">1</property>
50
 
            <property name="top_attach">1</property>
51
 
          </packing>
52
 
        </child>
53
 
        <child>
54
 
          <object class="GtkGrid" id="tracklist_table">
55
 
            <property name="can_focus">False</property>
56
 
            <property name="no_show_all">True</property>
57
 
            <property name="hexpand">True</property>
58
 
            <property name="column_spacing">6</property>
59
 
            <child>
60
 
              <placeholder/>
61
 
            </child>
62
 
            <child>
63
 
              <placeholder/>
64
 
            </child>
65
 
            <child>
66
 
              <placeholder/>
67
 
            </child>
68
 
          </object>
69
 
          <packing>
70
 
            <property name="left_attach">0</property>
71
 
            <property name="top_attach">0</property>
72
 
          </packing>
73
 
        </child>
74
 
        <child>
75
 
          <object class="GtkLabel" id="total_label">
76
 
            <property name="can_focus">False</property>
77
 
            <property name="no_show_all">True</property>
78
 
            <property name="halign">start</property>
79
 
          </object>
80
 
          <packing>
81
 
            <property name="left_attach">1</property>
82
 
            <property name="top_attach">3</property>
83
 
          </packing>
84
 
        </child>
85
 
      </object>
86
 
    </child>
87
 
  </object>
88
 
</interface>