Commit Graph

154 Commits

Author SHA1 Message Date
Twinaphex 3486d62e36 (content collection list) Filter out directories 2015-06-06 23:26:49 +02:00
twinaphex 7702aabd57 (menu_displaylist.c) Cleanups 2015-06-06 22:58:16 +02:00
twinaphex 04fd718262 (menu_displaylist.c) Cleanups 2015-06-06 22:51:28 +02:00
twinaphex fc3bda201e (Menu) Cleanups 2015-06-06 22:00:34 +02:00
twinaphex f6bef6f6da (menu_displaylist.c) Refactor 2015-06-06 21:55:35 +02:00
twinaphex 390e5f6b0c (Menu) Cleanup hardcoded labels 2015-06-06 15:28:16 +02:00
twinaphex fc9f51b041 (menu_displaylist.c) Cleanups 2015-06-06 00:01:44 +02:00
twinaphex 61beed6ddb (menu_displaylist.c) Horizontal list refactors #2 2015-06-05 23:47:22 +02:00
twinaphex 3e2663fd39 (menu_displaylist.c) Start refactoring horizontal menu list 2015-06-05 23:45:36 +02:00
twinaphex fa4d00ea74 (menu_displaylist.c) Cleanup 2015-06-05 23:36:59 +02:00
twinaphex d6a17a97de (Menu) Cut down on strcmp usage in menu_input.c 2015-06-05 17:56:51 +02:00
twinaphex 6f1e5a81be (menu_displaylist.c) Cleanups 2015-06-05 17:53:36 +02:00
twinaphex 11b7b421e6 (Menu) Don't use strcmp in menu_displaylist_parse_generic 2015-06-05 17:49:19 +02:00
twinaphex 9aa35cb938 (menu_displaylist.c) Cut down on strcmp usage 2015-06-05 17:46:50 +02:00
twinaphex 9c6f8eed40 Put menu settings functions into namespace 2015-06-03 21:27:47 +02:00
twinaphex bfcf1a7288 Revert "Make some functions static"
This reverts commit 6b04db075d.
2015-06-03 10:13:25 +02:00
twinaphex 6b04db075d Make some functions static 2015-06-03 10:13:03 +02:00
twinaphex bc953d3a1b Move settings code entirely to menu 2015-06-02 20:26:27 +02:00
twinaphex bd1e5d6a67 Rename action_select to action_info 2015-05-31 22:40:26 +02:00
twinaphex 65e770359e (GX) Buildfix 2015-05-27 06:24:51 +02:00
twinaphex 9d97b227b7 Content Collection core selection should now work 2015-05-26 08:38:38 +02:00
twinaphex 9b2887fc42 (Menu) Set idx for playlist entry 2015-05-26 04:38:56 +02:00
twinaphex 8b24cd8c80 Cleanup menu_displaylist_parse 2015-05-26 04:33:35 +02:00
twinaphex 87b501efa7 Remove database_playlist_free 2015-05-26 02:08:18 +02:00
twinaphex 9abe3ec6e8 Remove menu->db_playlist, refactor code 2015-05-26 01:58:52 +02:00
twinaphex 5d1e7a7aec (menu_displaylist.c) Cleanup 2015-05-26 00:31:03 +02:00
twinaphex 8fb8887c34 Create new playlist format 2015-05-26 00:12:49 +02:00
Twinaphex 1a85dfe60a (Database) Remove some unused variables 2015-05-25 10:04:54 +02:00
twinaphex b6883f43fc Refactor menu_database_parse_query 2015-05-25 05:20:10 +02:00
twinaphex 3037dd8685 Refactor database_cursor_open 2015-05-25 05:09:18 +02:00
twinaphex 2f0b2460e7 Move code to database_info.c 2015-05-25 04:50:07 +02:00
twinaphex 57724f884c Create database_cursor_close 2015-05-25 01:56:33 +02:00
twinaphex 39528bc74e Refactor database_cursor_iterate 2015-05-24 20:48:49 +02:00
twinaphex ed65caba26 Rename database_open_cursor to database_cursor_open 2015-05-24 20:21:39 +02:00
twinaphex 47a2c1f3c3 Move database_cursor_iterate to database_info.c 2015-05-24 20:19:34 +02:00
twinaphex 1f4c04de6a Refactor menu_database_push_query into database_cursor_iterate 2015-05-24 20:18:00 +02:00
twinaphex c267503c9e Refactor menu_database_push_query 2015-05-24 20:15:30 +02:00
twinaphex f7f538b60c Rename menu_database_populate_query to menu_database_parse_query 2015-05-24 20:06:15 +02:00
twinaphex fd8c202edd Create database_info_build_query, move it to database_info.c 2015-05-24 19:36:28 +02:00
twinaphex be6ce5fb34 Get rid of some more useless casts 2015-05-24 05:10:09 +02:00
twinaphex 5e9a3631c5 menu_displaylist_parse_database_entry - use menu_database_build_query 2015-05-24 03:23:28 +02:00
twinaphex 16c0fef2af (GX) Buildfix 2015-05-23 01:17:17 +02:00
twinaphex 1fd8220f61 Works correctly now with core collection 2015-05-23 00:44:58 +02:00
twinaphex 4599fa26dc Rename parse_historylist to parse_playlist 2015-05-22 18:54:52 +02:00
twinaphex 363780a239 Fix Content Collection 2015-05-22 02:51:45 +02:00
twinaphex 8ebce6920c Start implementing content collection browsing (incomplete) 2015-05-22 02:34:05 +02:00
twinaphex 3fc9574a32 Rename path_rdl to path_playlist 2015-05-22 00:29:55 +02:00
twinaphex 80dc027bda Start using 'cfg' extension instead of 'rdl' 2015-05-22 00:28:02 +02:00
twinaphex 69d34c9dbc Add more logic 2015-05-21 22:40:31 +02:00
twinaphex 9ddcd4aa87 Start adding Content Core Collection option (stub) 2015-05-21 22:22:37 +02:00