aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android-ui.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix emulator core and UI on WindowsVladimir Chtchetkine2011-02-071-0/+91
| | | | | | | | There are two parts in this CL: 1. Fixing the Windows build (missing set_fd_handler) 2. Replacing read/write with socket_recv/socket_send. Change-Id: I5fa599774260257d481b738a892e1124135fc319
* Formatting / Code styling.David 'Digit' Turner2011-02-021-4/+4
| | | | | | | Rename implFb_xxx to fbUpdatesImpl_xxx for consistency Avoid redundant global variable access Change-Id: I783b52ade3ff3e9f04f34162684eeb9c4c4addac
* Remove QEMU-ism from UI code.David 'Digit' Turner2011-02-021-86/+3
| | | | | | | | | This gets rid of qemu_set_fd_handler() users in the UI program. We can remove its implementation from vl-android-ui.c + Really remove qemu-timer-ui.c :-) Change-Id: I490df8ad5d5eea36b332bf54e2b156f6b5872bf4
* Simplify UI-only sources.David 'Digit' Turner2011-02-021-417/+78
| | | | | | | | | | Get rid of console-ui.c, qemu-timer-ui.c and modify vl-android-ui.c to use a generic Looper object instead of a crummy event loop. We still need to implement qemu_set_fd_handler for two sources under android/protocol/ but this will be cleaned up later. Change-Id: Icd0762675ca2f54e720a9cec40f96caea500b52f
* Move core-connection.c from to android/protocol/David 'Digit' Turner2011-02-021-1/+1
| | | | Change-Id: I1f04ed1f00fccdea043f4a4fbf5ba745b36bbcc7
* Refactor attach-UI serviceVladimir Chtchetkine2011-01-311-9/+8
| | | | Change-Id: Ia68ceb57ee5b5a66fa76b837fe3b990eb12e7188
* Refactor the framebuffer serviceVladimir Chtchetkine2011-01-311-7/+2
| | | | Change-Id: I8ac4580af65b8d58976c97b77b309dd202e75003
* Resubmit framebuffer service implementationVladimir Chtchetkine2010-12-201-0/+8
| | | | Change-Id: I184e27a1e8d88835bc9f0502eccfa3f64a7aaf9e
* Submit mergedVladimir Chtchetkine2010-12-061-0/+12
| | | | | | | | | | | | | | Squashed commit of the following: commit aeefab810c6331e2f96e81f20e4408b39dd3a2ca Author: Vladimir Chtchetkine <vchtchetkine@google.com> Date: Thu Dec 2 07:40:34 2010 -0800 Implement -attach-core UI option Change-Id: I4168e2d707cab1b4873ee16d86d5126c1a316abf Change-Id: I2da1ef5d53641f3c60d83d8d5ddf3aff34b0c6c7
* emulator-ui: Remove dependencies from qemu sources.David 'Digit' Turner2010-10-191-456/+8
| | | | | | This change removes some QEMU-specifics that crept into the UI code. Change-Id: Ib1974dc64e54a35dc0cd01aec1eb547a9263a0c8
* emulator-ui: Fix windows build (behaviour not tested)David 'Digit' Turner2010-10-131-0/+11
| | | | Change-Id: I76abd165b235dc3abeeb3a9676c0ef8097e54567
* emulator-ui: fix crash on exitDavid 'Digit' Turner2010-10-131-3/+9
| | | | | | | | + remove net_cleanup() call in qemu_main(). It is not needed since the corresponding function only deals with the virtual LAN management and was causing build issues on some machines. Change-Id: I63896b9886c59259f75025277601711b450b2c0d
* Cleanup warnings in the standalone UI buildVladimir Chtchetkine2010-10-081-99/+0
| | | | Change-Id: I2dc79f9d0b3916749366aa4155431420e05888c1
* Build standalone UI program (emulator-ui).David 'Digit' Turner2010-10-081-0/+1123
This changes introduces a new program, called emulator-ui that only contains parts necessary to display the UI (and removes anything related to CPU emulation). This is only a skeleton right now, since it is not capable of launching a core, or displaying anything meaningful, except the skin, trackball, respond to commands (e.g. change layouts with KP-7 and KP-9). Later changes will introduce core launching, communication, etc... Change-Id: Icef9deb8a3a256532655e1cd409b4aab52565d03