Mercurial > audlegacy
annotate src/audacious/ui_manager.c @ 3113:2520e8b6cf5e trunk
branch merge
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Thu, 19 Jul 2007 19:59:49 -0500 |
parents | 7dad846ec699 49ce30748980 |
children | 3b6d316f8b09 |
rev | line source |
---|---|
2313 | 1 /* Audacious - Cross-platform multimedia player |
2 * Copyright (C) 2005-2007 Audacious development team. | |
3 * | |
4 * This program is free software; you can redistribute it and/or modify | |
5 * it under the terms of the GNU General Public License as published by | |
6 * the Free Software Foundation; under version 2 of the License. | |
7 * | |
8 * This program is distributed in the hope that it will be useful, | |
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
11 * GNU General Public License for more details. | |
12 * | |
13 * You should have received a copy of the GNU General Public License | |
14 * along with this program; if not, write to the Free Software | |
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
16 */ | |
17 | |
18 #ifdef HAVE_CONFIG_H | |
19 # include "config.h" | |
20 #endif | |
21 | |
22 #include "ui_manager.h" | |
23 #include "actions-mainwin.h" | |
24 #include "actions-playlist.h" | |
25 #include "actions-equalizer.h" | |
26 | |
27 /* TODO ui_main.h is only included because ui_manager.c needs the values of | |
28 TimerMode enum; move that enum elsewhere so we can get rid of this include */ | |
29 #include "ui_main.h" | |
30 /* we need this to define values of visualization radio-actions */ | |
31 #include "widgets/widgetcore.h" | |
32 | |
33 #include "icons-stock.h" | |
34 | |
35 | |
36 static GtkUIManager *ui_manager; | |
37 | |
38 | |
39 /* toggle action entries */ | |
40 | |
41 static GtkToggleActionEntry toggleaction_entries_others[] = { | |
42 | |
43 { "autoscroll songname", NULL , N_("Autoscroll Songname"), NULL, | |
44 N_("Autoscroll Songname"), G_CALLBACK(action_autoscroll_songname) , FALSE }, | |
45 | |
46 { "stop after current song", NULL , N_("Stop after Current Song"), "<Ctrl>M", | |
47 N_("Stop after Current Song"), G_CALLBACK(action_stop_after_current_song) , FALSE }, | |
48 | |
49 { "anamode peaks", NULL , N_("Peaks"), NULL, | |
50 N_("Peaks"), G_CALLBACK(action_anamode_peaks) , FALSE }, | |
51 | |
52 { "playback repeat", NULL , N_("Repeat"), "R", | |
53 N_("Repeat"), G_CALLBACK(action_playback_repeat) , FALSE }, | |
54 | |
55 { "playback shuffle", NULL , N_("Shuffle"), "S", | |
56 N_("Shuffle"), G_CALLBACK(action_playback_shuffle) , FALSE }, | |
57 | |
58 { "playback no playlist advance", NULL , N_("No Playlist Advance"), "<Ctrl>N", | |
59 N_("No Playlist Advance"), G_CALLBACK(action_playback_noplaylistadvance) , FALSE }, | |
60 | |
61 { "show player", NULL , N_("Show Player"), "<Alt>M", | |
62 N_("Show Player"), G_CALLBACK(action_show_player) , FALSE }, | |
63 | |
64 { "show playlist editor", NULL , N_("Show Playlist Editor"), "<Alt>E", | |
65 N_("Show Playlist Editor"), G_CALLBACK(action_show_playlist_editor) , FALSE }, | |
66 | |
67 { "show equalizer", NULL , N_("Show Equalizer"), "<Alt>G", | |
68 N_("Show Equalizer"), G_CALLBACK(action_show_equalizer) , FALSE }, | |
69 | |
70 { "view always on top", NULL , N_("Always on Top"), "<Ctrl>O", | |
71 N_("Always on Top"), G_CALLBACK(action_view_always_on_top) , FALSE }, | |
72 | |
73 { "view put on all workspaces", NULL , N_("Put on All Workspaces"), "<Ctrl>S", | |
74 N_("Put on All Workspaces"), G_CALLBACK(action_view_on_all_workspaces) , FALSE }, | |
75 | |
76 { "roll up player", NULL , N_("Roll up Player"), "<Ctrl>W", | |
77 N_("Roll up Player"), G_CALLBACK(action_roll_up_player) , FALSE }, | |
78 | |
79 { "roll up playlist editor", NULL , N_("Roll up Playlist Editor"), "<Shift><Ctrl>W", | |
80 N_("Roll up Playlist Editor"), G_CALLBACK(action_roll_up_playlist_editor) , FALSE }, | |
81 | |
82 { "roll up equalizer", NULL , N_("Roll up Equalizer"), "<Ctrl><Alt>W", | |
83 N_("Roll up Equalizer"), G_CALLBACK(action_roll_up_equalizer) , FALSE }, | |
84 | |
85 { "view doublesize", NULL , N_("DoubleSize"), "<Ctrl>D", | |
86 N_("DoubleSize"), G_CALLBACK(action_view_doublesize) , FALSE }, | |
87 | |
88 { "view easy move", NULL , N_("Easy Move"), "<Ctrl>E", | |
89 N_("Easy Move"), G_CALLBACK(action_view_easymove) , FALSE } | |
90 }; | |
91 | |
92 | |
93 | |
94 /* radio action entries */ | |
95 | |
96 static GtkRadioActionEntry radioaction_entries_vismode[] = { | |
97 { "vismode analyzer", NULL , N_("Analyzer"), NULL, N_("Analyzer"), VIS_ANALYZER }, | |
98 { "vismode scope", NULL , N_("Scope"), NULL, N_("Scope"), VIS_SCOPE }, | |
99 { "vismode voiceprint", NULL , N_("Voiceprint"), NULL, N_("Voiceprint"), VIS_VOICEPRINT }, | |
100 { "vismode off", NULL , N_("Off"), NULL, N_("Off"), VIS_OFF } | |
101 }; | |
102 | |
103 static GtkRadioActionEntry radioaction_entries_anamode[] = { | |
104 { "anamode normal", NULL , N_("Normal"), NULL, N_("Normal"), ANALYZER_NORMAL }, | |
105 { "anamode fire", NULL , N_("Fire"), NULL, N_("Fire"), ANALYZER_FIRE }, | |
106 { "anamode vertical lines", NULL , N_("Vertical Lines"), NULL, N_("Vertical Lines"), ANALYZER_VLINES } | |
107 }; | |
108 | |
109 static GtkRadioActionEntry radioaction_entries_anatype[] = { | |
110 { "anatype lines", NULL , N_("Lines"), NULL, N_("Lines"), ANALYZER_LINES }, | |
111 { "anatype bars", NULL , N_("Bars"), NULL, N_("Bars"), ANALYZER_BARS } | |
112 }; | |
113 | |
114 static GtkRadioActionEntry radioaction_entries_scomode[] = { | |
115 { "scomode dot", NULL , N_("Dot Scope"), NULL, N_("Dot Scope"), SCOPE_DOT }, | |
116 { "scomode line", NULL , N_("Line Scope"), NULL, N_("Line Scope"), SCOPE_LINE }, | |
117 { "scomode solid", NULL , N_("Solid Scope"), NULL, N_("Solid Scope"), SCOPE_SOLID } | |
118 }; | |
119 | |
120 static GtkRadioActionEntry radioaction_entries_vprmode[] = { | |
121 { "vprmode normal", NULL , N_("Normal"), NULL, N_("Normal"), VOICEPRINT_NORMAL }, | |
122 { "vprmode fire", NULL , N_("Fire"), NULL, N_("Fire"), VOICEPRINT_FIRE }, | |
123 { "vprmode ice", NULL , N_("Ice"), NULL, N_("Ice"), VOICEPRINT_ICE } | |
124 }; | |
125 | |
126 static GtkRadioActionEntry radioaction_entries_wshmode[] = { | |
127 { "wshmode normal", NULL , N_("Normal"), NULL, N_("Normal"), VU_NORMAL }, | |
128 { "wshmode smooth", NULL , N_("Smooth"), NULL, N_("Smooth"), VU_SMOOTH } | |
129 }; | |
130 | |
131 static GtkRadioActionEntry radioaction_entries_refrate[] = { | |
132 { "refrate full", NULL , N_("Full (~50 fps)"), NULL, N_("Full (~50 fps)"), REFRESH_FULL }, | |
133 { "refrate half", NULL , N_("Half (~25 fps)"), NULL, N_("Half (~25 fps)"), REFRESH_HALF }, | |
134 { "refrate quarter", NULL , N_("Quarter (~13 fps)"), NULL, N_("Quarter (~13 fps)"), REFRESH_QUARTER }, | |
135 { "refrate eighth", NULL , N_("Eighth (~6 fps)"), NULL, N_("Eighth (~6 fps)"), REFRESH_EIGTH } | |
136 }; | |
137 | |
138 static GtkRadioActionEntry radioaction_entries_anafoff[] = { | |
139 { "anafoff slowest", NULL , N_("Slowest"), NULL, N_("Slowest"), FALLOFF_SLOWEST }, | |
140 { "anafoff slow", NULL , N_("Slow"), NULL, N_("Slow"), FALLOFF_SLOW }, | |
141 { "anafoff medium", NULL , N_("Medium"), NULL, N_("Medium"), FALLOFF_MEDIUM }, | |
142 { "anafoff fast", NULL , N_("Fast"), NULL, N_("Fast"), FALLOFF_FAST }, | |
143 { "anafoff fastest", NULL , N_("Fastest"), NULL, N_("Fastest"), FALLOFF_FASTEST } | |
144 }; | |
145 | |
146 static GtkRadioActionEntry radioaction_entries_peafoff[] = { | |
147 { "peafoff slowest", NULL , N_("Slowest"), NULL, N_("Slowest"), FALLOFF_SLOWEST }, | |
148 { "peafoff slow", NULL , N_("Slow"), NULL, N_("Slow"), FALLOFF_SLOW }, | |
149 { "peafoff medium", NULL , N_("Medium"), NULL, N_("Medium"), FALLOFF_MEDIUM }, | |
150 { "peafoff fast", NULL , N_("Fast"), NULL, N_("Fast"), FALLOFF_FAST }, | |
151 { "peafoff fastest", NULL , N_("Fastest"), NULL, N_("Fastest"), FALLOFF_FASTEST } | |
152 }; | |
153 | |
154 static GtkRadioActionEntry radioaction_entries_viewtime[] = { | |
155 { "view time elapsed", NULL , N_("Time Elapsed"), "<Ctrl>E", N_("Time Elapsed"), TIMER_ELAPSED }, | |
156 { "view time remaining", NULL , N_("Time Remaining"), "<Ctrl>R", N_("Time Remaining"), TIMER_REMAINING } | |
157 }; | |
158 | |
159 | |
160 | |
161 /* normal actions */ | |
162 | |
163 static GtkActionEntry action_entries_playback[] = { | |
164 | |
165 { "playback", NULL, N_("Playback") }, | |
3023
49ce30748980
added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
2598
diff
changeset
|
166 |
2313 | 167 { "playback play", GTK_STOCK_MEDIA_PLAY , N_("Play"), "X", |
168 N_("Play"), G_CALLBACK(action_playback_play) }, | |
169 | |
170 { "playback pause", GTK_STOCK_MEDIA_PAUSE , N_("Pause"), "C", | |
171 N_("Pause"), G_CALLBACK(action_playback_pause) }, | |
172 | |
173 { "playback stop", GTK_STOCK_MEDIA_STOP , N_("Stop"), "V", | |
174 N_("Stop"), G_CALLBACK(action_playback_stop) }, | |
175 | |
176 { "playback previous", GTK_STOCK_MEDIA_PREVIOUS , N_("Previous"), "Z", | |
177 N_("Previous"), G_CALLBACK(action_playback_previous) }, | |
178 | |
179 { "playback next", GTK_STOCK_MEDIA_NEXT , N_("Next"), "B", | |
180 N_("Next"), G_CALLBACK(action_playback_next) } | |
181 }; | |
182 | |
183 | |
184 static GtkActionEntry action_entries_visualization[] = { | |
185 { "visualization", NULL, N_("Visualization") }, | |
186 { "vismode", NULL, N_("Visualization Mode") }, | |
187 { "anamode", NULL, N_("Analyzer Mode") }, | |
188 { "scomode", NULL, N_("Scope Mode") }, | |
189 { "vprmode", NULL, N_("Voiceprint Mode") }, | |
190 { "wshmode", NULL, N_("WindowShade VU Mode") }, | |
191 { "refrate", NULL, N_("Refresh Rate") }, | |
192 { "anafoff", NULL, N_("Analyzer Falloff") }, | |
193 { "peafoff", NULL, N_("Peaks Falloff") } | |
194 }; | |
195 | |
196 static GtkActionEntry action_entries_playlist[] = { | |
197 | |
198 { "playlist", NULL, N_("Playlist") }, | |
199 | |
200 { "playlist new", GTK_STOCK_NEW , N_("New Playlist"), "<Shift>N", | |
201 N_("New Playlist"), G_CALLBACK(action_playlist_new) }, | |
202 | |
203 { "playlist select next", GTK_STOCK_MEDIA_NEXT, N_("Select Next Playlist"), "<Shift>P", | |
204 N_("Select Next Playlist"), G_CALLBACK(action_playlist_next) }, | |
205 | |
206 { "playlist select previous", GTK_STOCK_MEDIA_PREVIOUS, N_("Select Previous Playlist"), "<Shift><Ctrl>P", | |
207 N_("Select Previous Playlist"), G_CALLBACK(action_playlist_prev) }, | |
208 | |
209 { "playlist delete", GTK_STOCK_DELETE , N_("Delete Playlist"), "<Shift>D", | |
210 N_("Delete Playlist"), G_CALLBACK(action_playlist_delete) }, | |
211 | |
212 { "playlist load", GTK_STOCK_OPEN, N_("Load List"), "O", | |
213 N_("Loads a playlist file into the selected playlist."), G_CALLBACK(action_playlist_load_list) }, | |
214 | |
215 { "playlist save", GTK_STOCK_SAVE, N_("Save List"), "<Shift>S", | |
216 N_("Saves the selected playlist."), G_CALLBACK(action_playlist_save_list) }, | |
217 | |
218 { "playlist save default", GTK_STOCK_SAVE, N_("Save Default List"), "<Alt>S", | |
219 N_("Saves the selected playlist to the default location."), | |
220 G_CALLBACK(action_playlist_save_default_list) }, | |
221 | |
222 { "playlist refresh", GTK_STOCK_REFRESH, N_("Refresh List"), "F5", | |
223 N_("Refreshes metadata associated with a playlist entry."), | |
224 G_CALLBACK(action_playlist_refresh_list) }, | |
225 | |
226 { "playlist manager", AUD_STOCK_PLAYLIST , N_("List Manager"), "P", | |
227 N_("Opens the playlist manager."), | |
228 G_CALLBACK(action_open_list_manager) } | |
229 }; | |
230 | |
231 static GtkActionEntry action_entries_view[] = { | |
232 | |
233 { "view", NULL, N_("View") } | |
234 }; | |
235 | |
236 static GtkActionEntry action_entries_playlist_add[] = { | |
237 { "playlist add cd", GTK_STOCK_CDROM, N_("Add CD..."), "<Shift>C", | |
238 N_("Adds a CD to the playlist."), | |
239 G_CALLBACK(action_playlist_add_cd) }, | |
240 | |
241 { "playlist add url", GTK_STOCK_NETWORK, N_("Add Internet Address..."), "<Ctrl>H", | |
242 N_("Adds a remote track to the playlist."), | |
243 G_CALLBACK(action_playlist_add_url) }, | |
244 | |
245 { "playlist add files", GTK_STOCK_ADD, N_("Add Files..."), "F", | |
246 N_("Adds files to the playlist."), | |
247 G_CALLBACK(action_playlist_add_files) }, | |
248 }; | |
249 | |
250 static GtkActionEntry action_entries_playlist_select[] = { | |
251 { "playlist search and select", GTK_STOCK_FIND, N_("Search and Select"), "<Ctrl>F", | |
252 N_("Searches the playlist and selects playlist entries based on specific criteria."), | |
253 G_CALLBACK(action_playlist_search_and_select) }, | |
254 | |
255 { "playlist invert selection", AUD_STOCK_SELECTINVERT , N_("Invert Selection"), NULL, | |
256 N_("Inverts the selected and unselected entries."), | |
257 G_CALLBACK(action_playlist_invert_selection) }, | |
258 | |
259 { "playlist select all", AUD_STOCK_SELECTALL , N_("Select All"), "<Ctrl>A", | |
260 N_("Selects all of the playlist entries."), | |
261 G_CALLBACK(action_playlist_select_all) }, | |
262 | |
263 { "playlist select none", AUD_STOCK_SELECTNONE , N_("Select None"), "<Shift><Ctrl>A", | |
264 N_("Deselects all of the playlist entries."), | |
265 G_CALLBACK(action_playlist_select_none) }, | |
266 }; | |
267 | |
268 static GtkActionEntry action_entries_playlist_delete[] = { | |
269 { "playlist clear queue", GTK_STOCK_REMOVE, N_("Clear Queue"), "<Shift>Q", | |
270 N_("Clears the queue associated with this playlist."), | |
271 G_CALLBACK(action_playlist_clear_queue) }, | |
272 | |
273 { "playlist remove unavailable", AUD_STOCK_REMOVEUNAVAIL , N_("Remove Unavailable Files"), NULL, | |
274 N_("Removes unavailable files from the playlist."), | |
275 G_CALLBACK(action_playlist_remove_unavailable) }, | |
276 | |
277 { "playlist remove dups menu", AUD_STOCK_REMOVEDUPS , N_("Remove Duplicates") }, | |
278 | |
279 { "playlist remove dups by title", AUD_STOCK_REMOVEDUPS , N_("By Title"), NULL, | |
280 N_("Removes duplicate entries from the playlist by title."), | |
281 G_CALLBACK(action_playlist_remove_dupes_by_title) }, | |
282 | |
283 { "playlist remove dups by filename", AUD_STOCK_REMOVEDUPS , N_("By Filename"), NULL, | |
284 N_("Removes duplicate entries from the playlist by filename."), | |
285 G_CALLBACK(action_playlist_remove_dupes_by_filename) }, | |
286 | |
287 { "playlist remove dups by full path", AUD_STOCK_REMOVEDUPS , N_("By Path + Filename"), NULL, | |
288 N_("Removes duplicate entries from the playlist by their full path."), | |
289 G_CALLBACK(action_playlist_remove_dupes_by_full_path) }, | |
290 | |
291 { "playlist remove all", GTK_STOCK_CLEAR, N_("Remove All"), NULL, | |
292 N_("Removes all entries from the playlist."), | |
293 G_CALLBACK(action_playlist_remove_all) }, | |
294 | |
295 { "playlist remove unselected", GTK_STOCK_REMOVE, N_("Remove Unselected"), NULL, | |
296 N_("Remove unselected entries from the playlist."), | |
297 G_CALLBACK(action_playlist_remove_unselected) }, | |
298 | |
299 { "playlist remove selected", GTK_STOCK_REMOVE, N_("Remove Selected"), "Delete", | |
300 N_("Remove selected entries from the playlist."), | |
301 G_CALLBACK(action_playlist_remove_selected) }, | |
302 }; | |
303 | |
304 static GtkActionEntry action_entries_playlist_sort[] = { | |
305 { "playlist randomize list", AUD_STOCK_RANDOMIZEPL , N_("Randomize List"), "<Ctrl><Shift>R", | |
306 N_("Randomizes the playlist."), | |
307 G_CALLBACK(action_playlist_randomize_list) }, | |
308 | |
309 { "playlist reverse list", AUD_STOCK_INVERTPL , N_("Reverse List"), NULL, | |
310 N_("Reverses the playlist."), | |
311 G_CALLBACK(action_playlist_reverse_list) }, | |
312 | |
313 { "playlist sort menu", AUD_STOCK_SORTBYTITLE , N_("Sort List") }, | |
314 | |
315 { "playlist sort by title", AUD_STOCK_SORTBYTITLE , N_("By Title"), NULL, | |
316 N_("Sorts the list by title."), | |
317 G_CALLBACK(action_playlist_sort_by_title) }, | |
318 | |
319 { "playlist sort by artist", AUD_STOCK_SORTBYARTIST , N_("By Artist"), NULL, | |
320 N_("Sorts the list by artist."), | |
321 G_CALLBACK(action_playlist_sort_by_artist) }, | |
322 | |
323 { "playlist sort by filename", AUD_STOCK_SORTBYFILENAME , N_("By Filename"), NULL, | |
324 N_("Sorts the list by filename."), | |
325 G_CALLBACK(action_playlist_sort_by_filename) }, | |
326 | |
327 { "playlist sort by full path", AUD_STOCK_SORTBYPATHFILE , N_("By Path + Filename"), NULL, | |
328 N_("Sorts the list by full pathname."), | |
329 G_CALLBACK(action_playlist_sort_by_full_path) }, | |
330 | |
331 { "playlist sort by date", AUD_STOCK_SORTBYARTIST , N_("By Date"), NULL, | |
332 N_("Sorts the list by modification time."), | |
333 G_CALLBACK(action_playlist_sort_by_date) }, | |
334 | |
335 { "playlist sort by track number", AUD_STOCK_SORTBYFILENAME , N_("By Track Number"), NULL, | |
336 N_("Sorts the list by track number."), | |
337 G_CALLBACK(action_playlist_sort_by_track_number) }, | |
338 | |
339 { "playlist sort by playlist entry", AUD_STOCK_SORTBYPATHFILE , N_("By Playlist Entry"), NULL, | |
340 N_("Sorts the list by playlist entry."), | |
341 G_CALLBACK(action_playlist_sort_by_playlist_entry) }, | |
342 | |
343 { "playlist sort selected menu", AUD_STOCK_SORTBYTITLE , N_("Sort Selected") }, | |
344 | |
345 { "playlist sort selected by title", AUD_STOCK_SORTBYTITLE , N_("By Title"), NULL, | |
346 N_("Sorts the list by title."), | |
347 G_CALLBACK(action_playlist_sort_selected_by_title) }, | |
348 | |
349 { "playlist sort selected by artist", AUD_STOCK_SORTBYARTIST, N_("By Artist"), NULL, | |
350 N_("Sorts the list by artist."), | |
351 G_CALLBACK(action_playlist_sort_selected_by_artist) }, | |
352 | |
353 { "playlist sort selected by filename", AUD_STOCK_SORTBYFILENAME , N_("By Filename"), NULL, | |
354 N_("Sorts the list by filename."), | |
355 G_CALLBACK(action_playlist_sort_selected_by_filename) }, | |
356 | |
357 { "playlist sort selected by full path", AUD_STOCK_SORTBYPATHFILE , N_("By Path + Filename"), NULL, | |
358 N_("Sorts the list by full pathname."), | |
359 G_CALLBACK(action_playlist_sort_selected_by_full_path) }, | |
360 | |
361 { "playlist sort selected by date", AUD_STOCK_SORTBYARTIST , N_("By Date"), NULL, | |
362 N_("Sorts the list by modification time."), | |
363 G_CALLBACK(action_playlist_sort_selected_by_date) }, | |
364 | |
365 { "playlist sort selected by track number", AUD_STOCK_SORTBYFILENAME , N_("By Track Number"), NULL, | |
366 N_("Sorts the list by track number."), | |
367 G_CALLBACK(action_playlist_sort_selected_by_track_number) }, | |
368 | |
369 { "playlist sort selected by playlist entry", AUD_STOCK_SORTBYPATHFILE, N_("By Playlist Entry"), NULL, | |
370 N_("Sorts the list by playlist entry."), | |
371 G_CALLBACK(action_playlist_sort_selected_by_playlist_entry) }, | |
372 }; | |
373 | |
374 static GtkActionEntry action_entries_others[] = { | |
375 | |
376 { "dummy", NULL, "dummy" }, | |
377 | |
378 { "current track info", AUD_STOCK_INFO , N_("View Track Details"), "I", | |
379 N_("View track details"), G_CALLBACK(action_current_track_info) }, | |
380 | |
381 { "playlist track info", AUD_STOCK_INFO , N_("View Track Details"), "<Alt>I", | |
382 N_("View track details"), G_CALLBACK(action_playlist_track_info) }, | |
383 | |
384 { "about audacious", GTK_STOCK_DIALOG_INFO , N_("About Audacious"), NULL, | |
385 N_("About Audacious"), G_CALLBACK(action_about_audacious) }, | |
386 | |
387 { "play file", GTK_STOCK_OPEN , N_("Play File"), "L", | |
388 N_("Load and play a file"), G_CALLBACK(action_play_file) }, | |
389 | |
390 { "play location", GTK_STOCK_NETWORK , N_("Play Location"), "<Ctrl>L", | |
391 N_("Play media from the selected location"), G_CALLBACK(action_play_location) }, | |
392 | |
3023
49ce30748980
added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
2598
diff
changeset
|
393 { "playback play cd", GTK_STOCK_CDROM , N_("Play CD"), "<Alt>C", |
49ce30748980
added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
2598
diff
changeset
|
394 N_("Play CD"), G_CALLBACK(action_playback_playcd) }, |
49ce30748980
added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
2598
diff
changeset
|
395 |
49ce30748980
added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
2598
diff
changeset
|
396 { "lastfm", NULL, N_("Last.fm radio"), "<Alt>L", |
49ce30748980
added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
2598
diff
changeset
|
397 N_("Play Last.fm radio"), G_CALLBACK(action_lastfm) }, |
49ce30748980
added lastfm GUI stub
Cristi Magherusan <majeru@atheme-project.org>
parents:
2598
diff
changeset
|
398 |
2313 | 399 { "preferences", GTK_STOCK_PREFERENCES , N_("Preferences"), "<Ctrl>P", |
400 N_("Open preferences window"), G_CALLBACK(action_preferences) }, | |
401 | |
402 { "quit", GTK_STOCK_QUIT , N_("_Quit"), NULL, | |
403 N_("Quit Audacious"), G_CALLBACK(action_quit) }, | |
404 | |
405 { "ab set", NULL , N_("Set A-B"), "A", | |
406 N_("Set A-B"), G_CALLBACK(action_ab_set) }, | |
407 | |
2598 | 408 { "ab clear", NULL , N_("Clear A-B"), "<Shift>A", |
2313 | 409 N_("Clear A-B"), G_CALLBACK(action_ab_clear) }, |
410 | |
411 { "jump to playlist start", GTK_STOCK_GOTO_TOP , N_("Jump to Playlist Start"), "<Ctrl>Z", | |
412 N_("Jump to Playlist Start"), G_CALLBACK(action_jump_to_playlist_start) }, | |
413 | |
414 { "jump to file", GTK_STOCK_JUMP_TO , N_("Jump to File"), "J", | |
415 N_("Jump to File"), G_CALLBACK(action_jump_to_file) }, | |
416 | |
417 { "jump to time", GTK_STOCK_JUMP_TO , N_("Jump to Time"), "<Ctrl>J", | |
418 N_("Jump to Time"), G_CALLBACK(action_jump_to_time) }, | |
419 | |
420 { "queue toggle", AUD_STOCK_QUEUETOGGLE , N_("Queue Toggle"), "Q", | |
421 N_("Enables/disables the entry in the playlist's queue."), | |
422 G_CALLBACK(action_queue_toggle) }, | |
423 }; | |
424 | |
425 | |
426 static GtkActionEntry action_entries_equalizer[] = { | |
427 | |
428 { "equ preset load menu", NULL, N_("Load") }, | |
429 { "equ preset import menu", NULL, N_("Import") }, | |
430 { "equ preset save menu", NULL, N_("Save") }, | |
431 { "equ preset delete menu", NULL, N_("Delete") }, | |
432 | |
433 { "equ load preset", NULL, N_("Preset"), NULL, | |
434 N_("Load preset"), G_CALLBACK(action_equ_load_preset) }, | |
435 | |
436 { "equ load auto preset", NULL, N_("Auto-load preset"), NULL, | |
437 N_("Load auto-load preset"), G_CALLBACK(action_equ_load_auto_preset) }, | |
438 | |
439 { "equ load default preset", NULL, N_("Default"), NULL, | |
440 N_("Load default preset into equalizer"), G_CALLBACK(action_equ_load_default_preset) }, | |
441 | |
442 { "equ zero preset", NULL, N_("Zero"), NULL, | |
443 N_("Set equalizer preset levels to zero"), G_CALLBACK(action_equ_zero_preset) }, | |
444 | |
445 { "equ load preset file", NULL, N_("From file"), NULL, | |
446 N_("Load preset from file"), G_CALLBACK(action_equ_load_preset_file) }, | |
447 | |
448 { "equ load preset eqf", NULL, N_("From WinAMP EQF file"), NULL, | |
449 N_("Load preset from WinAMP EQF file"), G_CALLBACK(action_equ_load_preset_eqf) }, | |
450 | |
451 { "equ import winamp presets", NULL, N_("WinAMP Presets"), NULL, | |
452 N_("Import WinAMP presets"), G_CALLBACK(action_equ_import_winamp_presets) }, | |
453 | |
454 { "equ save preset", NULL, N_("Preset"), NULL, | |
455 N_("Save preset"), G_CALLBACK(action_equ_save_preset) }, | |
456 | |
457 { "equ save auto preset", NULL, N_("Auto-load preset"), NULL, | |
458 N_("Save auto-load preset"), G_CALLBACK(action_equ_save_auto_preset) }, | |
459 | |
460 { "equ save default preset", NULL, N_("Default"), NULL, | |
461 N_("Save default preset"), G_CALLBACK(action_equ_save_default_preset) }, | |
462 | |
463 { "equ save preset file", NULL, N_("To file"), NULL, | |
464 N_("Save preset to file"), G_CALLBACK(action_equ_save_preset_file) }, | |
465 | |
466 { "equ save preset eqf", NULL, N_("To WinAMP EQF file"), NULL, | |
467 N_("Save preset to WinAMP EQF file"), G_CALLBACK(action_equ_save_preset_eqf) }, | |
468 | |
469 { "equ delete preset", NULL, N_("Preset"), NULL, | |
470 N_("Delete preset"), G_CALLBACK(action_equ_delete_preset) }, | |
471 | |
472 { "equ delete auto preset", NULL, N_("Auto-load preset"), NULL, | |
473 N_("Delete auto-load preset"), G_CALLBACK(action_equ_delete_auto_preset) } | |
474 }; | |
475 | |
476 | |
477 | |
478 /* ***************************** */ | |
479 | |
480 | |
481 static GtkActionGroup * | |
482 ui_manager_new_action_group( const gchar * group_name ) | |
483 { | |
484 GtkActionGroup *group = gtk_action_group_new( group_name ); | |
485 gtk_action_group_set_translation_domain( group , PACKAGE_NAME ); | |
486 return group; | |
487 } | |
488 | |
489 void | |
490 ui_manager_init ( void ) | |
491 { | |
492 /* toggle actions */ | |
493 toggleaction_group_others = ui_manager_new_action_group("toggleaction_others"); | |
494 gtk_action_group_add_toggle_actions( | |
495 toggleaction_group_others , toggleaction_entries_others , | |
496 G_N_ELEMENTS(toggleaction_entries_others) , NULL ); | |
497 | |
498 /* radio actions */ | |
499 radioaction_group_anamode = ui_manager_new_action_group("radioaction_anamode"); | |
500 gtk_action_group_add_radio_actions( | |
501 radioaction_group_anamode , radioaction_entries_anamode , | |
502 G_N_ELEMENTS(radioaction_entries_anamode) , 0 , G_CALLBACK(action_anamode) , NULL ); | |
503 | |
504 radioaction_group_anatype = ui_manager_new_action_group("radioaction_anatype"); | |
505 gtk_action_group_add_radio_actions( | |
506 radioaction_group_anatype , radioaction_entries_anatype , | |
507 G_N_ELEMENTS(radioaction_entries_anatype) , 0 , G_CALLBACK(action_anatype) , NULL ); | |
508 | |
509 radioaction_group_scomode = ui_manager_new_action_group("radioaction_scomode"); | |
510 gtk_action_group_add_radio_actions( | |
511 radioaction_group_scomode , radioaction_entries_scomode , | |
512 G_N_ELEMENTS(radioaction_entries_scomode) , 0 , G_CALLBACK(action_scomode) , NULL ); | |
513 | |
514 radioaction_group_vprmode = ui_manager_new_action_group("radioaction_vprmode"); | |
515 gtk_action_group_add_radio_actions( | |
516 radioaction_group_vprmode , radioaction_entries_vprmode , | |
517 G_N_ELEMENTS(radioaction_entries_vprmode) , 0 , G_CALLBACK(action_vprmode) , NULL ); | |
518 | |
519 radioaction_group_wshmode = ui_manager_new_action_group("radioaction_wshmode"); | |
520 gtk_action_group_add_radio_actions( | |
521 radioaction_group_wshmode , radioaction_entries_wshmode , | |
522 G_N_ELEMENTS(radioaction_entries_wshmode) , 0 , G_CALLBACK(action_wshmode) , NULL ); | |
523 | |
524 radioaction_group_refrate = ui_manager_new_action_group("radioaction_refrate"); | |
525 gtk_action_group_add_radio_actions( | |
526 radioaction_group_refrate , radioaction_entries_refrate , | |
527 G_N_ELEMENTS(radioaction_entries_refrate) , 0 , G_CALLBACK(action_refrate) , NULL ); | |
528 | |
529 radioaction_group_anafoff = ui_manager_new_action_group("radioaction_anafoff"); | |
530 gtk_action_group_add_radio_actions( | |
531 radioaction_group_anafoff , radioaction_entries_anafoff , | |
532 G_N_ELEMENTS(radioaction_entries_anafoff) , 0 , G_CALLBACK(action_anafoff) , NULL ); | |
533 | |
534 radioaction_group_peafoff = ui_manager_new_action_group("radioaction_peafoff"); | |
535 gtk_action_group_add_radio_actions( | |
536 radioaction_group_peafoff , radioaction_entries_peafoff , | |
537 G_N_ELEMENTS(radioaction_entries_peafoff) , 0 , G_CALLBACK(action_peafoff) , NULL ); | |
538 | |
539 radioaction_group_vismode = ui_manager_new_action_group("radioaction_vismode"); | |
540 gtk_action_group_add_radio_actions( | |
541 radioaction_group_vismode , radioaction_entries_vismode , | |
542 G_N_ELEMENTS(radioaction_entries_vismode) , 0 , G_CALLBACK(action_vismode) , NULL ); | |
543 | |
544 radioaction_group_viewtime = ui_manager_new_action_group("radioaction_viewtime"); | |
545 gtk_action_group_add_radio_actions( | |
546 radioaction_group_viewtime , radioaction_entries_viewtime , | |
547 G_N_ELEMENTS(radioaction_entries_viewtime) , 0 , G_CALLBACK(action_viewtime) , NULL ); | |
548 | |
549 /* normal actions */ | |
550 action_group_playback = ui_manager_new_action_group("action_playback"); | |
551 gtk_action_group_add_actions( | |
552 action_group_playback , action_entries_playback , | |
553 G_N_ELEMENTS(action_entries_playback) , NULL ); | |
554 | |
555 action_group_playlist = ui_manager_new_action_group("action_playlist"); | |
556 gtk_action_group_add_actions( | |
557 action_group_playlist , action_entries_playlist , | |
558 G_N_ELEMENTS(action_entries_playlist) , NULL ); | |
559 | |
560 action_group_visualization = ui_manager_new_action_group("action_visualization"); | |
561 gtk_action_group_add_actions( | |
562 action_group_visualization , action_entries_visualization , | |
563 G_N_ELEMENTS(action_entries_visualization) , NULL ); | |
564 | |
565 action_group_view = ui_manager_new_action_group("action_view"); | |
566 gtk_action_group_add_actions( | |
567 action_group_view , action_entries_view , | |
568 G_N_ELEMENTS(action_entries_view) , NULL ); | |
569 | |
570 action_group_others = ui_manager_new_action_group("action_others"); | |
571 gtk_action_group_add_actions( | |
572 action_group_others , action_entries_others , | |
573 G_N_ELEMENTS(action_entries_others) , NULL ); | |
574 | |
575 action_group_playlist_add = ui_manager_new_action_group("action_playlist_add"); | |
576 gtk_action_group_add_actions( | |
577 action_group_playlist_add, action_entries_playlist_add, | |
578 G_N_ELEMENTS(action_entries_playlist_add), NULL ); | |
579 | |
580 action_group_playlist_select = ui_manager_new_action_group("action_playlist_select"); | |
581 gtk_action_group_add_actions( | |
582 action_group_playlist_select, action_entries_playlist_select, | |
583 G_N_ELEMENTS(action_entries_playlist_select), NULL ); | |
584 | |
585 action_group_playlist_delete = ui_manager_new_action_group("action_playlist_delete"); | |
586 gtk_action_group_add_actions( | |
587 action_group_playlist_delete, action_entries_playlist_delete, | |
588 G_N_ELEMENTS(action_entries_playlist_delete), NULL ); | |
589 | |
590 action_group_playlist_sort = ui_manager_new_action_group("action_playlist_sort"); | |
591 gtk_action_group_add_actions( | |
592 action_group_playlist_sort, action_entries_playlist_sort, | |
593 G_N_ELEMENTS(action_entries_playlist_sort), NULL ); | |
594 | |
595 action_group_equalizer = ui_manager_new_action_group("action_equalizer"); | |
596 gtk_action_group_add_actions( | |
597 action_group_equalizer, action_entries_equalizer, | |
598 G_N_ELEMENTS(action_entries_equalizer), NULL); | |
599 | |
600 /* ui */ | |
601 ui_manager = gtk_ui_manager_new(); | |
602 gtk_ui_manager_insert_action_group( ui_manager , toggleaction_group_others , 0 ); | |
603 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_anamode , 0 ); | |
604 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_anatype , 0 ); | |
605 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_scomode , 0 ); | |
606 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_vprmode , 0 ); | |
607 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_wshmode , 0 ); | |
608 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_refrate , 0 ); | |
609 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_anafoff , 0 ); | |
610 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_peafoff , 0 ); | |
611 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_vismode , 0 ); | |
612 gtk_ui_manager_insert_action_group( ui_manager , radioaction_group_viewtime , 0 ); | |
613 gtk_ui_manager_insert_action_group( ui_manager , action_group_playback , 0 ); | |
614 gtk_ui_manager_insert_action_group( ui_manager , action_group_playlist , 0 ); | |
615 gtk_ui_manager_insert_action_group( ui_manager , action_group_visualization , 0 ); | |
616 gtk_ui_manager_insert_action_group( ui_manager , action_group_view , 0 ); | |
617 gtk_ui_manager_insert_action_group( ui_manager , action_group_others , 0 ); | |
618 gtk_ui_manager_insert_action_group( ui_manager , action_group_playlist_add , 0 ); | |
619 gtk_ui_manager_insert_action_group( ui_manager , action_group_playlist_select , 0 ); | |
620 gtk_ui_manager_insert_action_group( ui_manager , action_group_playlist_delete , 0 ); | |
621 gtk_ui_manager_insert_action_group( ui_manager , action_group_playlist_sort , 0 ); | |
622 gtk_ui_manager_insert_action_group( ui_manager , action_group_equalizer , 0 ); | |
623 | |
624 return; | |
625 } | |
626 | |
627 | |
628 void | |
629 ui_manager_create_menus ( void ) | |
630 { | |
631 GError *gerr = NULL; | |
632 | |
633 /* attach xml menu definitions */ | |
634 gtk_ui_manager_add_ui_from_file( ui_manager , DATA_DIR "/ui/mainwin.ui" , &gerr ); | |
635 | |
636 if ( gerr != NULL ) | |
637 { | |
638 g_critical( "Error creating UI<ui/mainwin.ui>: %s" , gerr->message ); | |
639 g_error_free( gerr ); | |
640 return; | |
641 } | |
642 | |
643 /* create GtkMenu widgets using path from xml definitions */ | |
644 mainwin_songname_menu = ui_manager_get_popup_menu( ui_manager , "/mainwin-menus/songname-menu" ); | |
645 mainwin_visualization_menu = ui_manager_get_popup_menu( ui_manager , "/mainwin-menus/main-menu/visualization" ); | |
646 mainwin_playback_menu = ui_manager_get_popup_menu( ui_manager , "/mainwin-menus/main-menu/playback" ); | |
647 mainwin_playlist_menu = ui_manager_get_popup_menu( ui_manager , "/mainwin-menus/main-menu/playlist" ); | |
648 mainwin_view_menu = ui_manager_get_popup_menu( ui_manager , "/mainwin-menus/main-menu/view" ); | |
649 mainwin_general_menu = ui_manager_get_popup_menu( ui_manager , "/mainwin-menus/main-menu" ); | |
650 | |
651 gtk_ui_manager_add_ui_from_file( ui_manager , DATA_DIR "/ui/playlist.ui" , &gerr ); | |
652 | |
653 if ( gerr != NULL ) | |
654 { | |
655 g_critical( "Error creating UI<ui/playlist.ui>: %s" , gerr->message ); | |
656 g_error_free( gerr ); | |
657 return; | |
658 } | |
659 | |
660 playlistwin_popup_menu = ui_manager_get_popup_menu(ui_manager, "/playlist-menus/playlist-rightclick-menu"); | |
661 | |
662 playlistwin_pladd_menu = ui_manager_get_popup_menu(ui_manager, "/playlist-menus/add-menu"); | |
663 playlistwin_pldel_menu = ui_manager_get_popup_menu(ui_manager, "/playlist-menus/del-menu"); | |
664 playlistwin_plsel_menu = ui_manager_get_popup_menu(ui_manager, "/playlist-menus/select-menu"); | |
665 playlistwin_plsort_menu = ui_manager_get_popup_menu(ui_manager, "/playlist-menus/misc-menu"); | |
666 playlistwin_pllist_menu = ui_manager_get_popup_menu(ui_manager, "/playlist-menus/playlist-menu"); | |
667 | |
668 gtk_ui_manager_add_ui_from_file( ui_manager , DATA_DIR "/ui/equalizer.ui" , &gerr ); | |
669 | |
670 if ( gerr != NULL ) | |
671 { | |
672 g_critical( "Error creating UI<ui/equalizer.ui>: %s" , gerr->message ); | |
673 g_error_free( gerr ); | |
674 return; | |
675 } | |
676 | |
677 equalizerwin_presets_menu = ui_manager_get_popup_menu(ui_manager, "/equalizer-menus/preset-menu"); | |
678 | |
679 return; | |
680 } | |
681 | |
682 | |
683 GtkAccelGroup * | |
684 ui_manager_get_accel_group ( void ) | |
685 { | |
686 return gtk_ui_manager_get_accel_group( ui_manager ); | |
687 } | |
688 | |
689 | |
690 GtkWidget * | |
691 ui_manager_get_popup_menu ( GtkUIManager * self , const gchar * path ) | |
692 { | |
693 GtkWidget *menu_item = gtk_ui_manager_get_widget( self , path ); | |
694 | |
695 if (GTK_IS_MENU_ITEM(menu_item)) | |
696 return gtk_menu_item_get_submenu(GTK_MENU_ITEM(menu_item)); | |
697 else | |
698 return NULL; | |
699 } | |
700 | |
701 | |
702 static void | |
703 menu_popup_pos_func (GtkMenu * menu , gint * x , gint * y , gboolean * push_in , gint * point ) | |
704 { | |
705 GtkRequisition requisition; | |
706 gint screen_width; | |
707 gint screen_height; | |
708 | |
709 gtk_widget_size_request(GTK_WIDGET(menu), &requisition); | |
710 | |
711 screen_width = gdk_screen_width(); | |
712 screen_height = gdk_screen_height(); | |
713 | |
714 *x = CLAMP(point[0] - 2, 0, MAX(0, screen_width - requisition.width)); | |
715 *y = CLAMP(point[1] - 2, 0, MAX(0, screen_height - requisition.height)); | |
716 | |
717 *push_in = FALSE; | |
718 } | |
719 | |
720 | |
721 void | |
722 ui_manager_popup_menu_show ( GtkMenu * menu , gint x , gint y , guint button , guint time ) | |
723 { | |
724 gint pos[2]; | |
725 pos[0] = x; | |
726 pos[1] = y; | |
727 | |
728 gtk_menu_popup( menu , NULL , NULL , | |
729 (GtkMenuPositionFunc) menu_popup_pos_func , pos , button , time ); | |
730 } |