X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fui_buttons.c;h=e3022cf4a016abfee72f02d56e37a5e5d4bd43e1;hb=8a59ea0de242375817b55fab9f2deedd713889f7;hp=8af9ea657aaf78761639ea596b33019d8e129475;hpb=d9387a581ab513a84a69b9d85979e1ea6e439863;p=melted_gui diff --git a/src/ui_buttons.c b/src/ui_buttons.c index 8af9ea6..e3022cf 100644 --- a/src/ui_buttons.c +++ b/src/ui_buttons.c @@ -52,15 +52,23 @@ static const button_desc_t buttons[] = { { BUTTON_PLAYLIST_ITEM_ADD, - "Add item to playlist", + "Add item to playlist (Insert)", NULL, NULL, "button_playlist_add", "Axialis_Team_item_add_16x116.png" }, { + BUTTON_PLAYLIST_RELINK, + "Relink items in playlist", + NULL, + NULL, + "button_playlist_relink", + "Axialis_Team_playlist_relink_16x16.png" + }, + { BUTTON_PLAYLIST_ITEM_EDIT, - "Edit item in playlist", + "Edit item in playlist (E)", NULL, NULL, "button_playlist_edit", @@ -68,7 +76,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_DEL, - "Delete item from playlist", + "Delete item from playlist (Del)", NULL, NULL, "button_playlist_del", @@ -76,7 +84,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_UP, - "Move item ebove", + "Move item above (Ctrl-UP)", NULL, NULL, "button_playlist_up", @@ -84,7 +92,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_DOWN, - "Move item below", + "Move item below (Ctrl-DOWN)", NULL, NULL, "button_playlist_down", @@ -92,7 +100,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_LOAD, - "Load playlist", + "Load playlist (Ctrl-O)", NULL, NULL, "button_playlist_load", @@ -100,7 +108,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_SAVE, - "Save playlist", + "Save playlist (Ctrl-S)", NULL, NULL, "button_playlist_load", @@ -124,7 +132,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYER_CUE, - "Cue block", + "Cue block (Enter)", NULL, NULL, "button_playlist_cue", @@ -132,7 +140,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYER_PLAY, - "Play", + "Play (Space)", NULL, NULL, "button_playlist_play", @@ -156,7 +164,7 @@ static const button_desc_t buttons[] = }, { BUTTON_LIBRARY_ADD, - "Add to playlist", + "Add to playlist (Enter)", NULL, NULL, "button_library_add", @@ -164,13 +172,28 @@ static const button_desc_t buttons[] = }, { BUTTON_LIBRARY_REFRESH, - "Refresh library", + "Refresh library (F5)", NULL, NULL, "button_library_refresh", "Axialis_Team_library_refresh_16x16.png" }, - + { + BUTTON_LIBRARY_FIND, + "Find item", + NULL, + NULL, + "button_library_find", + "Axialis_Team_search_in_library_16x16.png" + }, + { + BUTTON_LIBRARY_FIND_NEXT, + "Find next item", + NULL, + NULL, + "button_library_find_next", + "Axialis_Team_search_next_16x16.png" + }, { BUTTON_LAST,