172 Commits

Author SHA1 Message Date
Twinaphex
d16ec2fc3b Merge pull request #2090 from fr500/master
[QT] populate core list and collection list
2015-09-03 10:09:54 +02:00
radius
51a4370dda Populate core list and collection list 2015-09-01 23:48:48 -05:00
radius
b32a3e55f4 Settings are now being passed correctly to the QT side 2015-09-01 17:37:23 -05:00
Twinaphex
9c6f1c2c91 Merge pull request #2085 from fr500/master
Update QT companion UI
2015-09-01 08:47:18 +02:00
radius
f3389bbd42 Test with max users instead, for some reason it's not getting the same value 2015-08-31 22:23:40 -05:00
radius
9bb97e42e0 fix nits 2015-08-31 21:20:57 -05:00
radius
b42af6404f remove unneeded files 2015-08-31 21:19:30 -05:00
radius
2f9f6d1ad5 remove unneeded files 2015-08-31 21:18:55 -05:00
radius
7a7f778341 Try to pass settings to the QT ui driver 2015-08-31 21:07:23 -05:00
radius
4e5bf899c1 add test project for QT 2015-08-31 21:07:19 -05:00
twinaphex
7079cdb798 Add notify_refresh to UI companion driver interface 2015-08-30 13:03:34 +02:00
twinaphex
fdd1d3ee9f Pass sleep_ms argument to rarch_main_iterate 2015-08-27 14:52:02 +02:00
Twinaphex
84c029e2e0 Reimplement rarch_draw_observer 2015-08-27 13:24:56 +02:00
twinaphex
4b0ee4b9c2 Move rarch_sleep outside of rarch_main_iterate so that caller
can implement the idle step itself
2015-08-27 13:13:14 +02:00
Twinaphex
05740fc55a (iOS) Buildfix 2015-08-24 01:35:52 +02:00
twinaphex
8a8042bb5e Reimplement audio start/stop (courtesy aliaspider) 2015-08-23 21:05:10 +02:00
Twinaphex
f32ae7633f (iOS) Buildfix 2015-08-22 23:28:17 +02:00
twinaphex
3c7844faa6 Stop audio if we go to Cocoa UI 2015-08-22 23:22:50 +02:00
twinaphex
5ab257f225 (CocoaTouch) Fixes boolean values not being set 2015-08-21 06:03:51 +02:00
twinaphex
2b6a6aeb04 (UI CocoaTouch) Cleanups 2015-08-21 04:42:38 +02:00
twinaphex
4f755d3bec Cleanups 2015-08-21 04:41:28 +02:00
twinaphex
8bf28544ef Add parameter to function signature of menu_iterate 2015-08-21 04:33:55 +02:00
twinaphex
7831fd6fc0 Cleanups pt. 3 2015-08-21 04:16:43 +02:00
Twinaphex
2afd79d0f0 willReloadData at the end of menu_entry_select was causing issues 2015-08-16 23:52:39 +02:00
Twinaphex
c12538c836 (CocoaTouch) Call willReloadData after menuSelect 2015-08-16 23:24:25 +02:00
twinaphex
cc44f5b35f (CocoaTouch) N/A 2015-08-16 22:57:31 +02:00
Twinaphex
c16299b6ad (CocoaTouch) Buildfix 2015-08-15 02:59:36 +02:00
twinaphex
53cd7a56a9 (UI companion) Implement iterate_menu function - should iterate
menu system for one frame
2015-08-15 02:55:30 +02:00
twinaphex
0fa6541c32 (Companion UI) Update null companion UI driver 2015-08-15 02:46:53 +02:00
twinaphex
b9786f7930 (Qt) Update (non-working) Qt companion UI driver 2015-08-15 02:46:25 +02:00
Jean-André Santoni
c3bad44632 Start displaying messageboxes in cocoa_touch 2015-08-15 02:42:04 +02:00
twinaphex
371f6c8762 Cleanups 2015-08-14 02:53:19 +02:00
twinaphex
b748436c65 (iOS) Move HAVE_FMI at end of applicationDidFinishLaunching 2015-08-14 02:50:48 +02:00
twinaphex
249cbaba6c (ui_cocoatouch.m) Cleanup useless functions 2015-08-14 02:48:36 +02:00
Twinaphex
53dcdfbf08 (CocoaTouch) Remove classes that are no longer used - RADirectoryList and friends 2015-08-14 02:44:40 +02:00
twinaphex
49e6806ddd (cocoa_common.h) Cleanups 2015-08-14 02:36:19 +02:00
Twinaphex
a2f98ebe1c (Cocoa) Take out unused RAFoldersList 2015-08-14 02:32:36 +02:00
twinaphex
4ae73d2a1b (Cocoa) Remove unused cocoa_settings.m and cocoatouch_browser.m 2015-08-13 21:34:53 +02:00
Twinaphex
109dc850d0 Revert "Revert "(iOS) Don't use iteration timers anymore""
This reverts commit df0307348d0d74efee83957cc4543cf7a4c7e815.
2015-08-06 08:38:11 +02:00
Twinaphex
df0307348d Revert "(iOS) Don't use iteration timers anymore"
This reverts commit 6ae26e95ea9189d78d2bbfb7ebd702aa22c70e7d.
2015-08-06 08:36:46 +02:00
Twinaphex
6ae26e95ea (iOS) Don't use iteration timers anymore 2015-08-06 08:35:28 +02:00
twinaphex
4cc71c0574 Refactor ui_companion_is_on_foreground 2015-08-05 13:56:59 +02:00
Twinaphex
5bafed71ea removed unused variables 2015-08-05 13:09:11 +02:00
twinaphex
b4c5f98245 Cleanups 2015-08-05 12:59:33 +02:00
twinaphex
ccac72f1e7 Refactor is_paused 2015-08-05 12:58:25 +02:00
twinaphex
74ee9b05f3 Create rarch_main_set_idle - make 'idle' variable self-contained 2015-08-05 12:40:47 +02:00
Twinaphex
3f46a74f08 (UI CocoaTouch) Cleanups 2015-08-05 12:06:37 +02:00
Twinaphex
e873783dca (UI) Refactor 2015-08-05 11:41:41 +02:00
Twinaphex
c415d90beb (iOS) Start not using the cocoatouch browser anymore 2015-08-05 09:51:43 +02:00
twinaphex
3d36cb02ac No more separate runloop_t 2015-08-03 20:15:46 +02:00