annotate src/audacious/ui_fileinfopopup.c @ 2606:7c19bb5516db trunk

[svn] - Removed some of the horrible code duplication in the file popup code
author mf0102
date Sun, 04 Mar 2007 10:43:38 -0800
parents 11ed1827fe10
children f4fa6b295b43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
1 /*
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
2 * Audacious: A cross-platform multimedia player
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
3 * Copyright (c) 2006 William Pitcock, Tony Vroon, George Averill,
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
4 * Giacomo Lozito, Derek Pomery and Yoshiki Yazawa.
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
5 *
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
6 * This program is free software; you can redistribute it and/or modify
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
7 * it under the terms of the GNU General Public License as published by
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
8 * the Free Software Foundation; under version 2 of the License.
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
9 *
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
10 * This program is distributed in the hope that it will be useful,
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
13 * GNU General Public License for more details.
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
14 *
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
16 * along with this program; if not, write to the Free Software
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
18 * 02110-1301, USA.
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
19 */
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
20
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
21 #ifdef HAVE_CONFIG_H
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
22 # include "config.h"
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
23 #endif
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
24
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
25 #include <glib.h>
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
26 #include <glib/gi18n.h>
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
27 #include <gtk/gtk.h>
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
28 #include <string.h>
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
29
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
30 #include "main.h"
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
31 #include "playlist.h"
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
32 #include "playback.h"
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
33 #include "strings.h"
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
34 #include "titlestring.h"
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
35 #include "ui_fileinfopopup.h"
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
36 #include "ui_fileinfo.h"
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
37
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
38 static void
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
39 filepopup_entry_set_text(GtkWidget *filepopup_win, const gchar *entry_name,
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
40 const gchar *text)
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
41 {
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
42 GtkWidget *widget = g_object_get_data(G_OBJECT(filepopup_win), entry_name);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
43 g_return_if_fail(widget != NULL);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
44
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
45 gtk_label_set_text(GTK_LABEL(widget), text);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
46 }
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
47
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
48 static void
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
49 filepopup_entry_set_image(GtkWidget *filepopup_win, const gchar *entry_name,
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
50 const gchar *text)
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
51 {
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
52 GtkWidget *widget = g_object_get_data(G_OBJECT(filepopup_win), entry_name);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
53 GdkPixbuf *pixbuf, *pixbuf2;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
54 int width, height;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
55 double aspect;
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
56
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
57 g_return_if_fail(widget != NULL);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
58
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
59 pixbuf = gdk_pixbuf_new_from_file(text, NULL);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
60 g_return_if_fail(pixbuf != NULL);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
61
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
62 width = gdk_pixbuf_get_width(GDK_PIXBUF(pixbuf));
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
63 height = gdk_pixbuf_get_height(GDK_PIXBUF(pixbuf));
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
64
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
65 if (strcmp(DATA_DIR "/images/audio.png", text))
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
66 {
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
67 if (width == 0)
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
68 width = 1;
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
69
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
70 aspect = (double)height / (double)width;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
71 if (aspect > 1.0) {
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
72 height = (int)(cfg.filepopup_pixelsize * aspect);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
73 width = cfg.filepopup_pixelsize;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
74 } else {
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
75 height = cfg.filepopup_pixelsize;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
76 width = (int)(cfg.filepopup_pixelsize / aspect);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
77 }
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
78
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
79 pixbuf2 = gdk_pixbuf_scale_simple(GDK_PIXBUF(pixbuf), width, height,
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
80 GDK_INTERP_BILINEAR);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
81 g_object_unref(G_OBJECT(pixbuf));
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
82 pixbuf = pixbuf2;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
83 }
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
84
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
85 gtk_image_set_from_pixbuf(GTK_IMAGE(widget), GDK_PIXBUF(pixbuf));
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
86 g_object_unref(G_OBJECT(pixbuf));
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
87 }
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
88
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
89 static void
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
90 filepopup_entry_set_text_free(GtkWidget *filepopup_win, const gchar *entry_name,
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
91 gchar *text)
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
92
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
93 {
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
94 GtkWidget *widget = g_object_get_data(G_OBJECT(filepopup_win), entry_name);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
95 g_return_if_fail(widget != NULL);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
96
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
97 gtk_label_set_text(GTK_LABEL(widget), text);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
98
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
99 g_free(text);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
100 }
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
101
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
102 static gboolean
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
103 audacious_fileinfopopup_progress_cb(gpointer filepopup_win)
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
104 {
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
105 GtkWidget *progressbar =
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
106 g_object_get_data(G_OBJECT(filepopup_win), "progressbar");
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
107 gchar *tooltip_file = g_object_get_data(G_OBJECT(filepopup_win), "file");
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
108 gchar *current_file;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
109 Playlist *pl;
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
110 gint length =
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
111 GPOINTER_TO_INT(g_object_get_data(G_OBJECT(filepopup_win), "length"));
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
112 gint pos, time;
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
113
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
114 g_return_val_if_fail(progressbar != NULL, FALSE);
2484
adc63272c9ff [svn] - add some debugging assertions to this code
nenolod
parents: 2442
diff changeset
115
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
116 pl = playlist_get_active();
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
117 g_return_val_if_fail(pl != NULL, FALSE);
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
118
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
119 pos = playlist_get_position(pl);
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
120
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
121 current_file = playlist_get_filename(pl , pos);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
122 time = playback_get_time();
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
123
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
124 g_return_val_if_fail(current_file != NULL, FALSE);
2484
adc63272c9ff [svn] - add some debugging assertions to this code
nenolod
parents: 2442
diff changeset
125
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
126 if (time != -1 && length != -1 &&
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
127 current_file != NULL && tooltip_file != NULL &&
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
128 !strcmp(tooltip_file, current_file) && cfg.filepopup_showprogressbar)
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
129 {
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
130 gchar *progress_time =
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
131 g_strdup_printf("%d:%02d", time / 60000, (time / 1000) % 60);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
132 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progressbar),
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
133 (gdouble)time / (gdouble)length);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
134 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progressbar), progress_time);
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
135
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
136 if (!GTK_WIDGET_VISIBLE(progressbar))
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
137 gtk_widget_show(progressbar);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
138
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
139 g_free(progress_time);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
140 }
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
141 else
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
142 {
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
143 /* tooltip opened, but song is not the same,
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
144 * or playback is stopped, or length is not applicabile */
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
145 if (GTK_WIDGET_VISIBLE(progressbar))
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
146 gtk_widget_hide(progressbar);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
147 }
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
148
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
149 return TRUE;
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
150 }
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
151
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
152 static gboolean
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
153 audacious_fileinfopopup_progress_check_active(GtkWidget *filepopup_win)
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
154 {
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
155 if (g_object_get_data(G_OBJECT(filepopup_win), "progress_sid") == NULL)
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
156 return FALSE;
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
157 return TRUE;
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
158 }
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
159
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
160 static void
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
161 audacious_fileinfopopup_progress_init(GtkWidget *filepopup_win)
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
162 {
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
163 g_object_set_data(G_OBJECT(filepopup_win), "progress_sid", NULL);
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
164 }
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
165
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
166 static void
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
167 audacious_fileinfopopup_progress_start(GtkWidget *filepopup_win)
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
168 {
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
169 gint sid =
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
170 g_timeout_add(500, (GSourceFunc)audacious_fileinfopopup_progress_cb,
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
171 filepopup_win);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
172 g_object_set_data(G_OBJECT(filepopup_win), "progress_sid",
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
173 GINT_TO_POINTER(sid));
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
174 }
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
175
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
176 static void
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
177 audacious_fileinfopopup_progress_stop(GtkWidget *filepopup_win)
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
178 {
2604
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
179 gint sid = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(filepopup_win),
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
180 "progress_sid"));
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
181 if (sid != 0)
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
182 {
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
183 g_source_remove(sid);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
184 g_object_set_data(G_OBJECT(filepopup_win), "progress_sid", NULL);
11ed1827fe10 [svn] - Cleaned up file info popup stuff
mf0102
parents: 2576
diff changeset
185 }
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
186 }
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
187
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
188 static void
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
189 audacious_fileinfopopup_add_category(GtkWidget *filepopup_win,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
190 GtkWidget *filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
191 const gchar *category,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
192 const gchar *header_data,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
193 const gchar *label_data,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
194 const gint position)
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
195 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
196 gchar *markup;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
197
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
198 GtkWidget *filepopup_data_info_header = gtk_label_new("");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
199 GtkWidget *filepopup_data_info_label = gtk_label_new("");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
200 gtk_misc_set_alignment(GTK_MISC(filepopup_data_info_header), 0, 0.5);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
201 gtk_misc_set_alignment(GTK_MISC(filepopup_data_info_label), 0, 0.5);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
202 gtk_misc_set_padding(GTK_MISC(filepopup_data_info_header), 0, 3);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
203 gtk_misc_set_padding(GTK_MISC(filepopup_data_info_label), 0, 3);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
204
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
205 markup =
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
206 g_markup_printf_escaped("<span style=\"italic\">%s</span>", category);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
207
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
208 gtk_label_set_markup(GTK_LABEL(filepopup_data_info_header), markup);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
209 g_free(markup);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
210
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
211 g_object_set_data(G_OBJECT(filepopup_win), header_data,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
212 filepopup_data_info_header);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
213 g_object_set_data(G_OBJECT(filepopup_win), label_data,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
214 filepopup_data_info_label);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
215 gtk_table_attach(GTK_TABLE(filepopup_data_table),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
216 filepopup_data_info_header,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
217 0, 1, position, position + 1, GTK_FILL, 0, 0, 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
218 gtk_table_attach(GTK_TABLE(filepopup_data_table),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
219 filepopup_data_info_label,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
220 1, 2, position, position + 1, GTK_FILL, 0, 0, 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
221 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
222
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
223
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
224
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
225 GtkWidget *
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
226 audacious_fileinfopopup_create(void)
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
227 {
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
228 GtkWidget *filepopup_win;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
229 GtkWidget *filepopup_hbox;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
230 GtkWidget *filepopup_data_image;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
231 GtkWidget *filepopup_data_table;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
232 GtkWidget *filepopup_progress;
2355
f03beaca8e81 [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it
giacomo
parents: 2351
diff changeset
233
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
234 filepopup_win = gtk_window_new(GTK_WINDOW_POPUP);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
235 gtk_window_set_decorated(GTK_WINDOW(filepopup_win), FALSE);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
236 gtk_container_set_border_width(GTK_CONTAINER(filepopup_win), 6);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
237 gtk_window_set_transient_for(GTK_WINDOW(filepopup_win),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
238 GTK_WINDOW(mainwin));
2355
f03beaca8e81 [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it
giacomo
parents: 2351
diff changeset
239
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
240 filepopup_hbox = gtk_hbox_new(FALSE, 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
241 gtk_container_add(GTK_CONTAINER(filepopup_win), filepopup_hbox);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
242
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
243 filepopup_data_image = gtk_image_new();
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
244 gtk_misc_set_alignment(GTK_MISC(filepopup_data_image), 0.5, 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
245 gtk_image_set_from_file(GTK_IMAGE(filepopup_data_image),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
246 DATA_DIR "/images/audio.png");
2355
f03beaca8e81 [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it
giacomo
parents: 2351
diff changeset
247
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
248 g_object_set_data(G_OBJECT(filepopup_win), "image_artwork",
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
249 filepopup_data_image);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
250 g_object_set_data(G_OBJECT(filepopup_win), "last_artwork", NULL);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
251 gtk_box_pack_start(GTK_BOX(filepopup_hbox), filepopup_data_image,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
252 FALSE, FALSE, 0);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
253
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
254 gtk_box_pack_start(GTK_BOX(filepopup_hbox), gtk_vseparator_new(),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
255 FALSE, FALSE, 6);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
256
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
257 filepopup_data_table = gtk_table_new(8, 2, FALSE);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
258 gtk_table_set_row_spacings(GTK_TABLE(filepopup_data_table), 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
259 gtk_table_set_col_spacings(GTK_TABLE(filepopup_data_table), 6);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
260 gtk_box_pack_start(GTK_BOX(filepopup_hbox), filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
261 TRUE, TRUE, 0);
2355
f03beaca8e81 [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it
giacomo
parents: 2351
diff changeset
262
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
263 audacious_fileinfopopup_add_category(filepopup_win, filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
264 _("Title"),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
265 "header_title", "label_title", 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
266 audacious_fileinfopopup_add_category(filepopup_win, filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
267 _("Artist"),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
268 "header_artist", "label_artist", 1);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
269 audacious_fileinfopopup_add_category(filepopup_win, filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
270 _("Album"),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
271 "header_album", "label_album", 2);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
272 audacious_fileinfopopup_add_category(filepopup_win, filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
273 _("Genre"),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
274 "header_genre", "label_genre", 3);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
275 audacious_fileinfopopup_add_category(filepopup_win, filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
276 _("Year"),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
277 "header_year", "label_year", 4);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
278 audacious_fileinfopopup_add_category(filepopup_win, filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
279 _("Track Number"),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
280 "header_tracknum", "label_tracknum",
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
281 5);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
282 audacious_fileinfopopup_add_category(filepopup_win, filepopup_data_table,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
283 _("Track Length"),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
284 "header_tracklen", "label_tracklen",
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
285 6);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
286
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
287 gtk_table_set_row_spacing(GTK_TABLE(filepopup_data_table), 6, 6);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
288
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
289 /* track progress */
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
290 filepopup_progress = gtk_progress_bar_new();
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
291 gtk_progress_bar_set_orientation(GTK_PROGRESS_BAR(filepopup_progress),
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
292 GTK_PROGRESS_LEFT_TO_RIGHT);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
293 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(filepopup_progress), "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
294 gtk_table_attach(GTK_TABLE(filepopup_data_table), filepopup_progress,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
295 0, 2, 7, 8, GTK_FILL, 0, 0, 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
296 g_object_set_data(G_OBJECT(filepopup_win), "file", NULL);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
297 g_object_set_data(G_OBJECT(filepopup_win), "progressbar",
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
298 filepopup_progress);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
299 audacious_fileinfopopup_progress_init(filepopup_win);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
300
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
301 /* this will realize all widgets contained in filepopup_hbox */
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
302 gtk_widget_show_all(filepopup_hbox);
2355
f03beaca8e81 [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it
giacomo
parents: 2351
diff changeset
303
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
304 /* do not show the track progress */
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
305 gtk_widget_hide(filepopup_progress);
2355
f03beaca8e81 [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it
giacomo
parents: 2351
diff changeset
306
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
307 return filepopup_win;
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
308 }
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
309
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
310 void
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
311 audacious_fileinfopopup_destroy(GtkWidget *filepopup_win)
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
312 {
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
313 audacious_fileinfopopup_progress_stop(filepopup_win);
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
314
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
315 gchar *last_artwork =
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
316 g_object_get_data(G_OBJECT(filepopup_win), "last_artwork");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
317 if (last_artwork != NULL)
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
318 g_free(last_artwork);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
319
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
320 gtk_widget_destroy(filepopup_win);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
321 }
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
322
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
323 void
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
324 audacious_fileinfopopup_show_from_tuple(GtkWidget *filepopup_win,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
325 TitleInput *tuple)
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
326 {
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
327 gchar *tmp = NULL;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
328 gint x, y, x_off = 3, y_off = 3, h, w;
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
329
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
330 gchar *last_artwork =
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
331 g_object_get_data(G_OBJECT(filepopup_win), "last_artwork");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
332 const static gchar default_artwork[] = DATA_DIR "/images/audio.png";
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
333
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
334 g_return_if_fail(tuple != NULL);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
335
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
336 tmp = g_object_get_data(G_OBJECT(filepopup_win), "file");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
337 if (tmp != NULL) {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
338 g_free(tmp);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
339 tmp = NULL;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
340 g_object_set_data(G_OBJECT(filepopup_win), "file", NULL);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
341 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
342 if (tuple->file_path && tuple->file_name)
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
343 g_object_set_data(G_OBJECT(filepopup_win), "file",
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
344 g_build_filename(tuple->file_path, tuple->file_name,
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
345 NULL));
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
346
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
347 gtk_widget_realize(filepopup_win);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
348
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
349 if (tuple->track_name != NULL)
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
350 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
351 gchar *markup =
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
352 g_markup_printf_escaped( "<span style=\"italic\">%s</span>" , _("Title") );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
353 gtk_label_set_markup( GTK_LABEL(g_object_get_data(G_OBJECT(filepopup_win),"header_title")), markup );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
354 g_free( markup );
2395
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
355 filepopup_entry_set_text(filepopup_win, "label_title", tuple->track_name);
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
356 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
357 else
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
358 {
2395
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
359 /* display the filename if track_name is not available */
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
360 gchar *markup = g_markup_printf_escaped( "<span style=\"italic\">%s</span>" , _("Filename") );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
361 gchar *utf_filename = filename_to_utf8(tuple->file_name);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
362 gtk_label_set_markup( GTK_LABEL(g_object_get_data(G_OBJECT(filepopup_win),"header_title")), markup );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
363 g_free( markup );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
364 filepopup_entry_set_text(filepopup_win, "label_title", utf_filename);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
365 g_free( utf_filename );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
366 }
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
367
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
368 if ( tuple->performer != NULL )
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
369 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
370 filepopup_entry_set_text(filepopup_win, "label_artist", tuple->performer);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
371 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_artist")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
372 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_artist")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
373 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
374 else
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
375 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
376 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_artist")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
377 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_artist")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
378 }
2395
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
379
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
380 if ( tuple->album_name != NULL )
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
381 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
382 filepopup_entry_set_text(filepopup_win, "label_album", tuple->album_name);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
383 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_album")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
384 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_album")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
385 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
386 else
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
387 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
388 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_album")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
389 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_album")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
390 }
2395
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
391
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
392 if ( tuple->genre != NULL )
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
393 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
394 filepopup_entry_set_text(filepopup_win, "label_genre", tuple->genre);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
395 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_genre")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
396 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_genre")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
397 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
398 else
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
399 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
400 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_genre")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
401 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_genre")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
402 }
2395
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
403
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
404 if (tuple->length > 0)
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
405 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
406 filepopup_entry_set_text_free(filepopup_win, "label_tracklen", g_strdup_printf("%d:%02d", tuple->length / 60000, (tuple->length / 1000) % 60));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
407 g_object_set_data( G_OBJECT(filepopup_win), "length" , GINT_TO_POINTER(tuple->length) );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
408 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_tracklen")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
409 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_tracklen")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
410 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
411 else
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
412 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
413 filepopup_entry_set_text(filepopup_win, "label_tracklen", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
414 g_object_set_data( G_OBJECT(filepopup_win), "length" , GINT_TO_POINTER(-1) );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
415 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_tracklen")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
416 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_tracklen")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
417 }
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
418
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
419 if (tuple->year != 0)
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
420 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
421 filepopup_entry_set_text_free(filepopup_win, "label_year", g_strdup_printf("%d", tuple->year));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
422 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_year")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
423 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_year")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
424 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
425 else
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
426 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
427 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_year")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
428 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_year")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
429 }
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
430
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
431 if (tuple->track_number != 0)
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
432 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
433 filepopup_entry_set_text_free(filepopup_win, "label_tracknum", g_strdup_printf("%d", tuple->track_number));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
434 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_tracknum")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
435 gtk_widget_show(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_tracknum")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
436 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
437 else
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
438 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
439 filepopup_entry_set_text(filepopup_win, "label_tracknum", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
440 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"header_tracknum")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
441 gtk_widget_hide(GTK_WIDGET(g_object_get_data(G_OBJECT(filepopup_win),"label_tracknum")));
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
442 }
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
443
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
444 if ( ( tuple->file_path ) && ( tuple->file_name ) )
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
445 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
446 tmp = fileinfo_recursive_get_image(tuple->file_path, tuple->file_name, 0);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
447 if (tmp) { // picture found
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
448 if (!last_artwork || strcmp(last_artwork, tmp)) { // new picture
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
449 filepopup_entry_set_image(filepopup_win, "image_artwork", tmp);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
450 if (last_artwork) g_free(last_artwork);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
451 last_artwork = tmp;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
452 g_object_set_data( G_OBJECT(filepopup_win) , "last_artwork" , last_artwork );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
453 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
454 else { // same picture
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
455 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
456 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
457 else { // no picture found
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
458 if (!last_artwork || strcmp(last_artwork, default_artwork)) {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
459 filepopup_entry_set_image(filepopup_win, "image_artwork", default_artwork);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
460 if (last_artwork) g_free(last_artwork);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
461 last_artwork = g_strdup(default_artwork);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
462 g_object_set_data( G_OBJECT(filepopup_win) , "last_artwork" , last_artwork );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
463 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
464 else {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
465 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
466 }
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
467 }
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
468
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
469 /* start a timer that updates a progress bar if the tooltip
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
470 is shown for the song that is being currently played */
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
471 if ( audacious_fileinfopopup_progress_check_active( filepopup_win ) == FALSE )
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
472 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
473 audacious_fileinfopopup_progress_start( filepopup_win );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
474 /* also run immediately the callback once, to update progressbar status */
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
475 audacious_fileinfopopup_progress_cb( filepopup_win );
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
476 }
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
477
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
478 gdk_window_get_pointer(NULL, &x, &y, NULL);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
479 gtk_window_get_size(GTK_WINDOW(filepopup_win), &w, &h);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
480 if (gdk_screen_width()-(w+3) < x) x_off = (w*-1)-3;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
481 if (gdk_screen_height()-(h+3) < y) y_off = (h*-1)-3;
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
482 gtk_window_move(GTK_WINDOW(filepopup_win), x + x_off, y + y_off);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
483
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
484 gtk_widget_show(filepopup_win);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
485 }
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
486
2395
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
487 void
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
488 audacious_fileinfopopup_show_from_title(GtkWidget *filepopup_win, gchar *title)
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
489 {
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
490 TitleInput * tuple = bmp_title_input_new();
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
491 tuple->track_name = g_strdup(title);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
492 audacious_fileinfopopup_show_from_tuple(filepopup_win, tuple);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
493 bmp_title_input_free(tuple);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
494 return;
2395
b047268eec32 [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams)
giacomo
parents: 2362
diff changeset
495 }
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
496
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
497 void
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
498 audacious_fileinfopopup_hide(GtkWidget *filepopup_win, gpointer unused)
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
499 {
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
500 if (GTK_WIDGET_VISIBLE(filepopup_win))
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
501 {
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
502 audacious_fileinfopopup_progress_stop(filepopup_win);
2357
139d2358f617 [svn] - added progressbar with display of elapsed time for metadata tooltip
giacomo
parents: 2355
diff changeset
503
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
504 gtk_widget_hide(filepopup_win);
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
505
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
506 filepopup_entry_set_text(GTK_WIDGET(filepopup_win), "label_title", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
507 filepopup_entry_set_text(GTK_WIDGET(filepopup_win), "label_artist", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
508 filepopup_entry_set_text(GTK_WIDGET(filepopup_win), "label_album", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
509 filepopup_entry_set_text(GTK_WIDGET(filepopup_win), "label_genre", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
510 filepopup_entry_set_text(GTK_WIDGET(filepopup_win), "label_track", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
511 filepopup_entry_set_text(GTK_WIDGET(filepopup_win), "label_year", "");
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
512 filepopup_entry_set_text(GTK_WIDGET(filepopup_win), "label_length", "");
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
513
2606
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
514 gtk_window_resize(GTK_WINDOW(filepopup_win), 1, 1);
7c19bb5516db [svn] - Removed some of the horrible code duplication in the file popup code
mf0102
parents: 2604
diff changeset
515 }
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents:
diff changeset
516 }