aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2020-10-26configure: move directory options from config-host.mak to mesonPaolo Bonzini2-4/+4
2020-10-22Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell4-16/+134
2020-10-21opengl: build opengl helper code modularGerd Hoffmann1-1/+7
2020-10-21opengl: build egl-headless display modularGerd Hoffmann1-1/+7
2020-10-21spice: flip modules switchGerd Hoffmann1-1/+10
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann2-1/+19
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2-1/+9
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2-4/+20
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2-5/+6
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2-0/+10
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2-1/+7
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2-0/+15
2020-10-21spice: add module helpersGerd Hoffmann3-1/+24
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2-0/+2
2020-10-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-2/+5
2020-10-17meson: Only install icons and qemu.desktop if have_systemBruce Rogers1-2/+5
2020-10-15Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201015-pull-reque...Peter Maydell3-15/+23
2020-10-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-35/+36
2020-10-15meson: add spice dependency to core spice source files.Gerd Hoffmann1-1/+1
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann2-10/+9
2020-10-15ui/spice-app: don't use qemu_chr_open_spice_port directlyGerd Hoffmann1-4/+13
2020-10-14ui: Fix default window_id valueSamuel Thibault1-0/+1
2020-10-14input-linux: Reset il->fd handler before closing itColin Xu1-0/+1
2020-10-14SDL: enable OpenGL context creationJan Henrik Weinstock1-0/+5
2020-10-14vnc-stubs: Allow -vnc noneJason Andryuk1-0/+3
2020-10-14configure: Fixes ncursesw detection under msys2/mingw by convert them to mesonYonggang Luo1-1/+1
2020-10-14curses: Fixes curses compiling errors.Yonggang Luo1-2/+2
2020-10-14curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingwYonggang Luo1-5/+5
2020-10-13input-barrier: Register properties as class propertiesEduardo Habkost1-22/+22
2020-10-13input-linux: Register properties as class propertiesEduardo Habkost1-13/+14
2020-09-30ui: relocate paths to icons and translationsPaolo Bonzini2-4/+15
2020-09-30configure: move cocoa option to MesonPaolo Bonzini1-1/+1
2020-09-30meson: clean up build_by_defaultPaolo Bonzini1-1/+0
2020-09-29spice: get monitors physical dimensionMarc-André Lureau1-0/+7
2020-09-29spice: remove the single monitor config logicMarc-André Lureau1-22/+4
2020-09-29ui: add getter for UIInfoMarc-André Lureau2-1/+8
2020-09-23audio: remove qemu_spice_audio_init()Gerd Hoffmann1-1/+0
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+0
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2-2/+2
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2-4/+2
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-09-16ui/spice-input: Remove superfluous forward declarationPhilippe Mathieu-Daudé1-1/+0
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell5-31/+23
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-3/+3
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-10/+4
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2-8/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost5-15/+10
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost5-10/+17
2020-09-08configure: do not include dependency flags in QEMU_CFLAGS and LIBSPaolo Bonzini1-1/+2
2020-09-04ui/gtk: Update refresh interval after widget is realizedPhilippe Mathieu-Daudé1-26/+26