[easytag/wip/musicbrainz-support-appwin-merge: 2/82] Implemented EtMbEntityView.



commit 01b78238883083b6fc9bacdf5bc3d548ca3ec05d
Author: Abhinav <abhijangda hotmail com>
Date:   Wed May 14 22:47:09 2014 +0530

    Implemented EtMbEntityView.
    
    Modified musicbrainz_dialog.ui to create place for EtMbEntityView in the dialog
    Implemented different functions of EtMbEntityView in mbentityview.c
    Added EtMbEntityView in dialog in musicbrainz_dialog.c

 configure.ac               |   10 +-
 data/musicbrainz_dialog.ui |   56 ++++---
 src/mbentityview.c         |  395 +++++++++++++++++++++++++++++++++++++++++++-
 src/mbentityview.h         |   45 +++++-
 src/musicbrainz_dialog.c   |    1 -
 5 files changed, 469 insertions(+), 38 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 52c7210..610a471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,10 +153,16 @@ dnl -------------------------------
 dnl Checks for libraries.
 dnl -------------------------------
 
+dnl GTK+ libraries
+GTK_DEPS="gtk+-3.0 >= 3.2.1"
+GTK_DEPRECATION_FLAGS="-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_4 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4"
+
+dnl libmusicbrainz5
+libmusicbrainz_DEPS="libmusicbrainz5 >= 5.0"
+
 dnl Patch from Ben Taylor to fix a Solaris bug (for CDDB)
 AC_CHECK_LIB([socket], [recv])
 
-
 dnl ################################################
 dnl # Ogg Vorbis libraries
 dnl ################################################
@@ -319,7 +325,7 @@ GIO_DEPS="gio-2.0 >= 2.32.0" dnl For g_file_new_tmp()
 GLIB_DEPRECATION_FLAGS="-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 
-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32"
 GTK_DEPS="gtk+-3.0 >= 3.4.0"
 GTK_DEPRECATION_FLAGS="-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_4 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4"
-PKG_CHECK_MODULES([EASYTAG], [$GIO_DEPS $GTK_DEPS $OPUS_DEPS $OGG_DEPS $SPEEX_DEPS $FLAC_DEPS $ID3TAG_DEPS 
$TAGLIB_DEPS $WAVPACK_DEPS])
+PKG_CHECK_MODULES([EASYTAG], [$libmusicbrainz_DEPS $GIO_DEPS $GTK_DEPS $OPUS_DEPS $OGG_DEPS $SPEEX_DEPS 
$FLAC_DEPS $ID3TAG_DEPS $TAGLIB_DEPS $WAVPACK_DEPS])
 
 dnl Check for winsock
 AC_SEARCH_LIBS([gethostbyname], [nsl socket], [],
diff --git a/data/musicbrainz_dialog.ui b/data/musicbrainz_dialog.ui
index 415f3cf..92126dd 100755
--- a/data/musicbrainz_dialog.ui
+++ b/data/musicbrainz_dialog.ui
@@ -1,36 +1,46 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
-  <object class="GtkImage" id="image12">
+  <object class="GtkImage" id="findimage">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="stock">gtk-find</property>
   </object>
-  <object class="GtkImage" id="image13">
+  <object class="GtkImage" id="image10">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="stock">gtk-find</property>
+  </object>
+  <object class="GtkImage" id="image11">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="stock">gtk-stop</property>
   </object>
-  <object class="GtkImage" id="image8">
+  <object class="GtkImage" id="image12">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="stock">gtk-find</property>
   </object>
-  <object class="GtkImage" id="image9">
+  <object class="GtkImage" id="image13">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="stock">gtk-stop</property>
   </object>
-  <object class="GtkImage" id="findimage">
+  <object class="GtkImage" id="image14">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="stock">gtk-missing-image</property>
+    <property name="icon-size">5</property>
+  </object>
+  <object class="GtkImage" id="image8">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="stock">gtk-find</property>
   </object>
-  <object class="GtkImage" id="image14">
+  <object class="GtkImage" id="image9">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="stock">gtk-missing-image</property>
-    <property name="icon-size">5</property>
+    <property name="stock">gtk-stop</property>
   </object>
   <object class="GtkImage" id="img_invert_selection">
     <property name="visible">True</property>
@@ -47,16 +57,6 @@
     <property name="can_focus">False</property>
     <property name="stock">easytag-unselect-all</property>
   </object>
-  <object class="GtkImage" id="image10">
-    <property name="visible">True</property>
-    <property name="can_focus">False</property>
-    <property name="stock">gtk-find</property>
-  </object>
-  <object class="GtkImage" id="image11">
-    <property name="visible">True</property>
-    <property name="can_focus">False</property>
-    <property name="stock">gtk-stop</property>
-  </object>
   <object class="GtkDialog" id="mbDialog">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
@@ -531,12 +531,18 @@
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <child>
-                                  <object class="GtkComboBoxText" id="comboboxtext1">
+                                  <object class="GtkComboBoxText" id="cmbTextSearch">
                                     <property name="width_request">131</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
+                                    <property name="has_entry">True</property>
                                     <property name="entry_text_column">0</property>
                                     <property name="id_column">1</property>
+                                    <child internal-child="entry">
+                                      <object class="GtkEntry" id="comboboxtext-entry">
+                                        <property name="can_focus">False</property>
+                                      </object>
+                                    </child>
                                   </object>
                                 </child>
                               </object>
@@ -559,7 +565,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkToolButton" id="toolbutton3">
+                              <object class="GtkToolButton" id="toolbtnDown">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="label" translatable="yes">toolbutton3</property>
@@ -582,7 +588,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkToolButton" id="toolbutton5">
+                              <object class="GtkToolButton" id="toolbtnInvertSelection">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="label" translatable="yes">toolbutton5</property>
@@ -595,7 +601,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkToolButton" id="toolbutton6">
+                              <object class="GtkToolButton" id="toolbtnSelectAll">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="label" translatable="yes">toolbutton6</property>
@@ -608,7 +614,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkToolButton" id="toolbutton7">
+                              <object class="GtkToolButton" id="toolbtnUnselectAll">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="label" translatable="yes">toolbutton7</property>
@@ -621,7 +627,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkToolButton" id="toolbutton8">
+                              <object class="GtkToolButton" id="toolbtnToggleRedLines">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="label" translatable="yes">toolbutton8</property>
@@ -634,7 +640,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkToolButton" id="toolbutton9">
+                              <object class="GtkToolButton" id="toolbtnRefresh">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="label" translatable="yes">toolbutton9</property>
diff --git a/src/mbentityview.c b/src/mbentityview.c
index f792a00..22b9dd2 100644
--- a/src/mbentityview.c
+++ b/src/mbentityview.c
@@ -20,6 +20,7 @@
 
 #include "mbentityview.h"
 
+#define NAME_MAX_SIZE 256
 #define ET_MB_ENTITY_VIEW_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \
                                             ET_MB_ENTITY_VIEW_TYPE, \
                                             EtMbEntityViewPrivate))
@@ -28,21 +29,36 @@
  * Declaration *
  ***************/
 
+char *columns [MB_ENTITY_TYPE_COUNT][8] = {
+    {"Name", "Gender", "Type"},
+    {"Name", "Artist", "Release", "Type"},
+    {"Name", "Country", "Album", "Date", "Time", "Number"},
+    };
+
+
 /*
  * EtMbEntityViewPrivate:
- * @breadCrumbBox: GtkToolbar which represents the BreadCrumbWidget
+ * @breadCrumbBox: GtkBox which represents the BreadCrumbWidget
  * @treeView: GtkTreeView to display the recieved music brainz data
- * @listStore: GtkListStore for treeView
+ * @breadCrumbNodes: Array of GNode being displayed by the GtkToggleButton
+ * @listStore: GtkTreeStore for treeView
  * @scrolledWindow: GtkScrolledWindow for treeView
+ * @mbTreeRoot: Root Node of the Mb5Entity Tree
+ * @mbTreeCurrentNode: Current node being displayed by EtMbEntityView
+ * @activeToggleButton: Current active GtkToggleToolButton
  *
  * Private data for EtMbEntityView.
  */
 typedef struct
 {
     GtkWidget *breadCrumbBox;
+    GNode *breadCrumbNodes[MB_ENTITY_TYPE_COUNT];
     GtkWidget *treeView;
-    GtkListStore *listStore;
+    GtkTreeModel *listStore;
     GtkWidget *scrolledWindow;
+    GNode *mbTreeRoot;
+    GNode *mbTreeCurrentNode;
+    GtkWidget *activeToggleButton;
 } EtMbEntityViewPrivate;
 
 /**************
@@ -51,9 +67,19 @@ typedef struct
 
 static void
 et_mb_entity_view_class_init (EtMbEntityViewClass *klass);
-
 static void
 et_mb_entity_view_init (EtMbEntityView *proj_notebook);
+static GtkWidget *
+insert_togglebtn_in_breadcrumb (GtkBox *breadCrumb);
+static void
+add_iter_to_list_store (GtkListStore *list_store, GNode *node);
+static void
+show_data_in_entity_view (EtMbEntityView *entity_view);
+static void
+toggle_button_clicked (GtkWidget *btn, gpointer user_data);
+static void
+tree_view_row_activated (GtkTreeView *tree_view, GtkTreePath *path,
+                         GtkTreeViewColumn *column, gpointer user_data);
 
 /*************
  * Functions *
@@ -93,7 +119,7 @@ et_mb_entity_view_get_type (void)
 
 /*
  * et_mb_entity_view_class_init:
- * klass: EtMbEntityViewClass to initialize.
+ * @klass: EtMbEntityViewClass to initialize.
  *
  * Initializes an EtMbEntityViewClass class.
  */
@@ -104,6 +130,304 @@ et_mb_entity_view_class_init (EtMbEntityViewClass *klass)
 }
 
 /*
+ * insert_togglebtn_in_toolbar:
+ * @toolbar: GtkBox in which GtkToggleToolButton will be inserted
+ *
+ * Returns: GtkWidget inserted in GtkBox.
+ * Insert a GtkToggleButton in GtkBox.
+ */
+static GtkWidget *
+insert_togglebtn_in_breadcrumb (GtkBox *breadCrumb)
+{
+    GtkWidget *btn;
+    btn = gtk_toggle_button_new ();
+    gtk_box_pack_start (breadCrumb, btn, FALSE, FALSE, 2);
+    return btn;
+}
+
+/*
+ * add_iter_to_list_store:
+ * @list_store: GtkListStore to add GtkTreeIter in.
+ * @node: GNode which has information to add in GtkListStore.
+ *
+ * Traverses GNode and its next nodes, to add them in GtkListStore.
+ */
+static void
+add_iter_to_list_store (GtkListStore *list_store, GNode *node)
+{
+    /* Traverse node in GNode and add it to listStore */
+    enum MB_ENTITY_TYPE type;
+    Mb5ReleaseList *release_list;
+    Mb5ArtistCredit artist_credit;
+    Mb5NameCreditList name_list;
+    int i;
+    GString *gstring;
+    GtkTreeIter iter;
+    gchar name [NAME_MAX_SIZE];
+
+    type = ((EtMbEntity *)node->data)->type;
+    while (node)
+    {
+        Mb5Entity entity;
+        entity = ((EtMbEntity *)node->data)->entity;
+        switch (type)
+        {
+            /* Following code may depend on the search code */
+            case MB_ENTITY_TYPE_ARTIST:
+                mb5_artist_get_name ((Mb5Artist)entity, name, sizeof (name));
+                gtk_list_store_append (list_store, &iter);
+                gtk_list_store_set (list_store, &iter, 
+                                    MB_ARTIST_COLUMNS_NAME, name, -1);
+
+                mb5_artist_get_gender ((Mb5Artist)entity, name, sizeof (name));
+                gtk_list_store_set (list_store, &iter,
+                                    MB_ARTIST_COLUMNS_GENDER, name, -1);
+
+                mb5_artist_get_type ((Mb5Artist)entity, name, sizeof (name));
+                gtk_list_store_set (list_store, &iter,
+                                    MB_ARTIST_COLUMNS_TYPE,
+                                    name, -1);
+                break;
+
+            case MB_ENTITY_TYPE_ALBUM:
+                mb5_releasegroup_get_title ((Mb5ReleaseGroup)entity, name, sizeof (name));
+                gtk_list_store_append (list_store, &iter);
+                gtk_list_store_set (list_store, &iter, 
+                                     MB_ALBUM_COLUMNS_NAME, name, -1);
+
+                artist_credit = mb5_releasegroup_get_artistcredit ((Mb5ReleaseGroup)entity);
+                name_list = mb5_artistcredit_get_namecreditlist (artist_credit);
+                gstring = g_string_new ("");
+
+                for (i = 0; i < mb5_namecredit_list_get_count (name_list); i++)
+                {
+                    Mb5NameCredit name_credit;
+                    int size;
+                    name_credit = mb5_namecredit_list_item (name_list, i);
+                    size = mb5_namecredit_get_name (name_credit, name, 
+                                                    NAME_MAX_SIZE);
+                    g_string_append_len (gstring, name, size);
+                    g_string_append_c (gstring, ' ');
+                    mb5_namecredit_delete (name_credit);
+                }
+
+                mb5_namecredit_list_delete (name_list);
+                mb5_artistcredit_delete (artist_credit);
+
+                gtk_list_store_set (list_store, &iter,
+                                    MB_ALBUM_COLUMNS_ARTIST, gstring->str, -1);
+                g_string_free (gstring, TRUE);
+
+                release_list = mb5_releasegroup_get_releaselist ((Mb5ReleaseGroup)entity);
+                gtk_list_store_set (list_store, &iter,
+                                    MB_ALBUM_COLUMNS_RELEASES,
+                                    mb5_release_list_get_count (release_list), -1);
+                mb5_release_list_delete (release_list);
+                break;
+
+            case MB_ENTITY_TYPE_TRACK:
+                mb5_recording_get_id ((Mb5Recording)entity, name, sizeof (name));
+                gtk_list_store_append (list_store, &iter);
+                gtk_list_store_set (list_store, &iter, 
+                                    MB_TRACK_COLUMNS_NAME, name, -1);
+
+                /* TODO: Get country and number */
+                gtk_list_store_set (list_store, &iter,
+                                    MB_TRACK_COLUMNS_COUNTRY, name, -1);
+
+                gtk_list_store_set (list_store, &iter,
+                                    MB_TRACK_COLUMNS_TIME,
+                                    mb5_recording_get_length ((Mb5Recording)entity), -1);
+                break;
+
+            case MB_ENTITY_TYPE_COUNT:
+                break;
+            
+        }
+        node = g_node_next_sibling (node);
+    }
+}
+
+/*
+ * show_data_in_entity_view:
+ * @entity_view: EtMbEntityView to show data.
+ *
+ * Show retrieved MusicBrainz data in EtMbEntityView.
+ */
+static void
+show_data_in_entity_view (EtMbEntityView *entity_view)
+{
+    GtkCellRenderer *renderer;
+    GtkTreeViewColumn *column;
+    EtMbEntityViewPrivate *priv;
+    int i, total_cols, type;
+    GList *list_cols, *list;
+    GType *types;
+
+    priv = ET_MB_ENTITY_VIEW_GET_PRIVATE (entity_view);
+
+    /* Remove the previous List Store */
+    if (GTK_IS_LIST_STORE (priv->listStore))
+    {
+        gtk_list_store_clear (GTK_LIST_STORE (priv->listStore));
+    }
+
+    gtk_tree_view_set_model (GTK_TREE_VIEW (priv->treeView), NULL);
+
+    /* Remove all colums */
+    list_cols = gtk_tree_view_get_columns (GTK_TREE_VIEW (priv->treeView));
+    for (list = g_list_first (list_cols); list != NULL; list = g_list_next (list))
+    {
+        gtk_tree_view_remove_column (GTK_TREE_VIEW (priv->treeView),
+                                     GTK_TREE_VIEW_COLUMN (list->data));
+    }
+
+    g_list_free (list_cols);
+
+    /* Create new List Store and add it */
+    type = ((EtMbEntity *)(g_node_first_child (priv->mbTreeCurrentNode)->data))->type;
+    switch (type)
+    {
+        case MB_ENTITY_TYPE_ARTIST:
+            total_cols = MB_ARTIST_COLUMNS_N;
+            break;
+
+        case MB_ENTITY_TYPE_ALBUM:
+            total_cols = MB_ALBUM_COLUMNS_N;
+            break;
+
+        case MB_ENTITY_TYPE_TRACK:
+            total_cols = MB_TRACK_COLUMNS_N;
+            break;
+
+        default:
+            total_cols = 0;
+    }
+
+    types = g_malloc (sizeof (GType) * total_cols);
+
+    for (i = 0; i < total_cols; i++)
+    {
+        types [i] = G_TYPE_STRING;
+        renderer = gtk_cell_renderer_text_new ();
+        column = gtk_tree_view_column_new_with_attributes (columns[type][i], 
+                                                           renderer, "text", i, NULL);
+        gtk_tree_view_append_column (GTK_TREE_VIEW (priv->treeView), column);
+    }
+
+    priv->listStore = GTK_TREE_MODEL (gtk_list_store_newv (total_cols, types));
+    g_free (types);
+
+    gtk_tree_view_set_model (GTK_TREE_VIEW (priv->treeView), priv->listStore);
+    g_object_unref (priv->listStore);
+
+    add_iter_to_list_store (GTK_LIST_STORE (priv->listStore),
+                            g_node_first_child (priv->mbTreeCurrentNode));
+}
+
+/*
+ * toggle_button_clicked:
+ * @btn: The GtkToggleButton clicked.
+ * @user_data: User Data passed to the handler.
+ *
+ * The singal handler for GtkToggleButton's clicked signal.
+ */
+static void
+toggle_button_clicked (GtkWidget *btn, gpointer user_data)
+{
+    EtMbEntityView *entity_view;
+    EtMbEntityViewPrivate *priv;
+    GList *children;
+
+    entity_view = ET_MB_ENTITY_VIEW (user_data);
+    priv = ET_MB_ENTITY_VIEW_GET_PRIVATE (entity_view);
+
+    if (btn == priv->activeToggleButton)
+    {
+        return;
+    }
+
+    if (!gtk_toggle_tool_button_get_active (GTK_TOGGLE_TOOL_BUTTON (btn)))
+    {
+        return;
+    }
+
+    if (priv->activeToggleButton)
+    {
+        gtk_toggle_tool_button_set_active (GTK_TOGGLE_TOOL_BUTTON (priv->activeToggleButton),
+                                           FALSE);
+    }
+
+    children = gtk_container_get_children (GTK_CONTAINER (priv->breadCrumbBox));
+    priv->mbTreeCurrentNode = priv->breadCrumbNodes[g_list_index (children, btn)];
+    priv->activeToggleButton = btn;
+    show_data_in_entity_view (entity_view);
+}
+
+/*
+ * tree_view_row_activated:
+ * @tree_view: the object on which the signal is emitted
+ * @path: the GtkTreePath for the activated row
+ * @column: the GtkTreeViewColumn in which the activation occurred
+ * @user_data: user data set when the signal handler was connected.
+ *
+ * Signal Handler for GtkTreeView "row-activated" signal.
+ */
+static void
+tree_view_row_activated (GtkTreeView *tree_view, GtkTreePath *path,
+                         GtkTreeViewColumn *column, gpointer user_data)
+{
+    EtMbEntityView *entity_view;
+    EtMbEntityViewPrivate *priv;
+    GtkWidget *toggle_btn;
+    int depth;
+    GtkTreeIter iter;
+    gchar *entity_name;
+    GNode *child;
+
+    entity_view = ET_MB_ENTITY_VIEW (user_data);
+    priv = ET_MB_ENTITY_VIEW_GET_PRIVATE (entity_view);
+
+    /* Depth is 1-based */
+    depth = gtk_tree_path_get_depth (path);
+    child = g_node_nth_child (priv->mbTreeCurrentNode,
+                              depth - 1);
+
+    /* Check if child node has children or not */
+    if (!g_node_first_child (child))
+    {
+        return;
+    }
+
+    priv->mbTreeCurrentNode = child;
+
+    if (((EtMbEntity *)(priv->mbTreeCurrentNode->data))->type ==
+        MB_ENTITY_TYPE_TRACK)
+    {
+        return;
+    }
+
+    toggle_btn = insert_togglebtn_in_breadcrumb (GTK_BOX (priv->breadCrumbBox));
+    priv->breadCrumbNodes [g_list_length (gtk_container_get_children (GTK_CONTAINER (priv->breadCrumbBox))) 
- 1] = priv->mbTreeCurrentNode;
+
+    if (priv->activeToggleButton)
+    {
+        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->activeToggleButton),
+                                           FALSE);
+    }
+
+    gtk_toggle_tool_button_set_active (GTK_TOGGLE_TOOL_BUTTON (toggle_btn), TRUE);
+    g_signal_connect (G_OBJECT (toggle_btn), "clicked",
+                      G_CALLBACK (toggle_button_clicked), entity_view);
+    priv->activeToggleButton = toggle_btn;
+    gtk_tree_model_get_iter (priv->listStore, &iter, path);
+    gtk_tree_model_get (priv->listStore, &iter, 0, &entity_name, -1);
+    gtk_button_set_label (GTK_BUTTON (toggle_btn), entity_name);
+    gtk_widget_show_all (GTK_WIDGET (priv->breadCrumbBox));
+    show_data_in_entity_view (entity_view);
+}
+
+/*
  * et_mb_entity_view_init:
  * @entity_view: EtMbEntityView to initialize.
  *
@@ -114,10 +438,11 @@ et_mb_entity_view_init (EtMbEntityView *entity_view)
 {
     EtMbEntityViewPrivate *priv = ET_MB_ENTITY_VIEW_GET_PRIVATE (entity_view);
 
-    /* Adding child widgets */
-    priv->breadCrumbBox = gtk_toolbar_new ();
-    priv->listStore = gtk_list_store_new (0);
-    priv->treeView = gtk_tree_view_new_with_model (GTK_TREE_MODEL (priv->listStore));
+    gtk_orientable_set_orientation (GTK_ORIENTABLE (entity_view), GTK_ORIENTATION_VERTICAL);
+
+    /* Adding child widgets */    
+    priv->breadCrumbBox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
+    priv->treeView = gtk_tree_view_new ();
     priv->scrolledWindow = gtk_scrolled_window_new (NULL, NULL);
     gtk_container_add (GTK_CONTAINER (priv->scrolledWindow), priv->treeView);
     gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (priv->scrolledWindow),
@@ -126,9 +451,61 @@ et_mb_entity_view_init (EtMbEntityView *entity_view)
                         FALSE, FALSE, 2);
     gtk_box_pack_start (GTK_BOX (entity_view), priv->scrolledWindow,
                         TRUE, TRUE, 2);
+    priv->mbTreeRoot = NULL;
+    priv->mbTreeCurrentNode = NULL;
+    priv->activeToggleButton = NULL;
+
+    g_signal_connect (G_OBJECT (priv->treeView), "row-activated",
+                      G_CALLBACK (tree_view_row_activated), entity_view);
 }
 
 /*
+ * et_mb_entity_view_set_tree_root:
+ * @entity_view: EtMbEntityView for which tree root to set.
+ * @treeRoot: GNode to set as tree root.
+ *
+ * To set tree root of EtMbEntityView.
+ */
+void
+et_mb_entity_view_set_tree_root (EtMbEntityView *entity_view, GNode *treeRoot)
+{
+    EtMbEntityViewPrivate *priv;
+    GtkWidget *btn;
+    GNode *child;
+    priv = ET_MB_ENTITY_VIEW_GET_PRIVATE (entity_view);
+    priv->mbTreeRoot = treeRoot;
+    priv->mbTreeCurrentNode = treeRoot;
+    btn = insert_togglebtn_in_breadcrumb (GTK_BOX (priv->breadCrumbBox));
+    child = g_node_first_child (treeRoot);
+    if (child)
+    {
+        switch (((EtMbEntity *)child->data)->type)
+        {
+            case MB_ENTITY_TYPE_ARTIST:
+                gtk_button_set_label (GTK_BUTTON (btn), "Artists");
+                break;
+
+            case MB_ENTITY_TYPE_ALBUM:
+                gtk_button_set_label (GTK_BUTTON (btn), "Album");
+                break;
+
+            case MB_ENTITY_TYPE_TRACK:
+                gtk_button_set_label (GTK_BUTTON (btn), "Track");
+                break;
+
+            default:
+                break;
+        }
+
+        priv->breadCrumbNodes [0] = treeRoot;
+        priv->activeToggleButton = btn;
+        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (btn), TRUE);
+        show_data_in_entity_view (entity_view);
+    }
+}
+
+
+/*
  * et_mb_entity_view_new:
  *
  * Creates a new EtMbEntityView.
diff --git a/src/mbentityview.h b/src/mbentityview.h
index 7eb5f9d..eeb08d5 100644
--- a/src/mbentityview.h
+++ b/src/mbentityview.h
@@ -22,9 +22,10 @@
 #define __MB_ENTITY_VIEW_H__
 
 #include <gtk/gtk.h>
+#include <musicbrainz5/mb5_c.h>
 
 #define ET_MB_ENTITY_VIEW_TYPE (et_mb_entity_view_get_type ())
-#define ET_MB_ENTITY_VIEW (obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+#define ET_MB_ENTITY_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
                                                              ET_MB_ENTITY_VIEW_TYPE, \
                                                              EtMbEntityView))
 
@@ -65,6 +66,46 @@ typedef struct
     GtkBoxClass parent;
 } EtMbEntityViewClass;
 
+enum MB_ENTITY_TYPE
+{
+    MB_ENTITY_TYPE_ARTIST = 0,
+    MB_ENTITY_TYPE_ALBUM,
+    MB_ENTITY_TYPE_TRACK,
+    MB_ENTITY_TYPE_COUNT,
+};
+
+enum MB_ARTIST_COLUMNS
+{
+    MB_ARTIST_COLUMNS_NAME,
+    MB_ARTIST_COLUMNS_GENDER,
+    MB_ARTIST_COLUMNS_TYPE,
+    MB_ARTIST_COLUMNS_N
+};
+
+enum MB_ALBUM_COLUMNS
+{
+    MB_ALBUM_COLUMNS_NAME,
+    MB_ALBUM_COLUMNS_ARTIST,
+    MB_ALBUM_COLUMNS_RELEASES,
+    MB_ALBUM_COLUMNS_TYPE,
+    MB_ALBUM_COLUMNS_N
+};
+
+enum MB_TRACK_COLUMNS
+{
+    MB_TRACK_COLUMNS_NAME,
+    MB_TRACK_COLUMNS_COUNTRY,
+    MB_TRACK_COLUMNS_TIME,
+    MB_TRACK_COLUMNS_NUMBER,
+    MB_TRACK_COLUMNS_N
+};
+
+typedef struct
+{
+    Mb5Entity entity;
+    enum MB_ENTITY_TYPE type;    
+} EtMbEntity;
+
 /**************
  * Prototypes *
  **************/
@@ -73,4 +114,6 @@ GType
 et_mb_entity_view_get_type (void) G_GNUC_CONST;
 GtkWidget *
 et_mb_entity_view_new (void);
+void
+et_mb_entity_view_set_tree_root (EtMbEntityView *entity_view, GNode *treeRoot);
 #endif /* __MB_ENTITY_VIEW_H__ */
\ No newline at end of file
diff --git a/src/musicbrainz_dialog.c b/src/musicbrainz_dialog.c
index 1667b51..6548360 100644
--- a/src/musicbrainz_dialog.c
+++ b/src/musicbrainz_dialog.c
@@ -73,7 +73,6 @@ et_open_musicbrainz_dialog ()
     /* FIXME: This should not be needed. */
     gtk_box_reorder_child (GTK_BOX (gtk_builder_get_object (builder, "centralBox")),
                            entityView, 0);
-
     gtk_widget_show_all (mbDialog);
     gtk_dialog_run (GTK_DIALOG (mbDialog));
     gtk_widget_destroy (mbDialog);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]