• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: List of commits

Common Source Code Project for Qt (a.k.a for FM-7).


RSS
Rev. Time Author
c836ed7 upstream_20221204-2 2024-02-10 20:20:52 K.Ohta

[Qt][DRAW] .

75c7ca5 2024-02-10 20:01:06 K.Ohta

[VM][FMTOWNS][CRTC][SPRITE] Move text rendering into TOWNS_SPRITE:: .

a6369ca 2024-02-10 17:38:42 K.Ohta

[VM][FMTOWNS][CRTC] Adjust sequence around starting of a frame.

- Also reduce clearing frame buffer.
- Temprally disable display frag (REG30: bit15).

9dcd0a9 2024-01-30 16:35:24 K.Ohta

[VM][FMTOWNS][CRTC] Add display enable/disable via reghister 1Ch (CR0).

67cb3ca 2024-01-30 13:23:36 K.Ohta

[VM][FMTOWNS][CRTC] Fix indent.

f63baf1 2024-01-30 13:20:12 K.Ohta

[VM][FMTOWNS][VRAM] Dedicate alignment for 16bit address memory accessing.

- MASK REGISTER: Fix wring endian order for big-endian host.
- IO16 : Support unaligned access I/O address.
- get_data_from_vram() : Make logic simply.

1f467c2 2024-01-30 11:17:57 K.Ohta

[VM][FMTOWNS][VRAM] Fix crash build with GCC13.

- This issue is caused by destination address assumes aligned by
16bytes.
- Maybe this is difference with address handling beyond classes.

be2c11c 2024-01-24 19:46:44 K.Ohta

[OSD][SOUND][Qt5] Sound Driver Qt Multimedia: Fix FTBFS with Qt5.

baef5e7 2024-01-23 22:55:29 K.Ohta

[GUI][Qt] Use file selection dialogs as OS native, not Qt original.

- Issue of Qt6's dialog (a.k.a. QFiledialog).
This is too slowly and too heavy to use application.

99e1928 2024-01-23 18:09:49 K.Ohta

[Qt][OPENGL] TRY: Make parent object to NULL.

- This may be (or not may be) meanless changes.Will check.

56785d7 2024-01-23 18:08:10 K.Ohta

[OSD][Qt][SOUND] Make functions around sound SLOT.

- This aims to conroll from EMU_THREAD via Qt SIGNAL-SLOT model
to make more better thread handling.

7b45c1e 2024-01-17 15:43:02 K.Ohta

[OSD][SOUND][Qt] DRIVER_QtMultimedia: Fix de-activating order of sound thread.

- osd_sound.cpp : Fix connection of signals around DRIVER <-> SoundThread .
- OSD_BASE::release_sound() : Wait until driver has no user , then
wait for exiting event loop of SoundThread.
- [OSD][SOUND] Re-Usable SoundThread.
- [SOUND][DRIVER] Drop checking; whether sound is running (not
stopped).
- [SOUND][DRIVER][QtMultiMedia] Clear I/O buffer to OSD:: when state has changed to
stop or suspend (or resume).
- [SOUND][DRIVER][QtMultimedia] Stop to use signal internal of driver
and inside of same thread correctly.

9f19178 2024-01-16 15:51:05 K.Ohta

[OSD][SOUND][Qt] Driver-QtMultimedia: Fix around releasing resources.

- [OSD_SOUND] SoundThread : Don't do deleteLater() when exiting event loop.
- [SOUND_DRIVER][QtMultimedia] Wait for ending all calling to sink, then free sink.
- [SOUND_DRIVER][QtMultimedia] And, then, free fileio of driver.

8bf7e26 2024-01-15 17:17:13 K.Ohta

[Qt][MENU] .

25f01d0 2024-01-15 17:16:47 K.Ohta

[Qt][LOGGER] Improve printout thread.

d0114df 2024-01-15 17:16:00 K.Ohta

[GUI][Qt][WIP] TRY: Re-Initialize status bar.This still be imcompleted.

3518e8f 2024-01-15 17:15:31 K.Ohta

[Qt][EMU_THREAD] Add sig_sound_stop() to OSD::stop_sound().

0ed31fb 2024-01-15 17:14:44 K.Ohta

[EMU] Re-initialize sound when loading state.

48ea2ad 2024-01-15 17:14:24 K.Ohta

[OSD][Qt][SOUND] .

664f8fc 2024-01-15 14:11:35 K.Ohta

[OSD][Qt][SOUND_DRIVER] More stable (non-crashable) sound thread on exit.

- [OSD][SOUND] OSD::update_sound() : Update sound volume at every queueing.
Fix initialize sound volume issue.

0c131c6 2024-01-15 03:24:01 K.Ohta

[OSD][Qt][SOUND] Fix crash on exit emulator randomly...

- 祈ります (-人-)

078d515 2024-01-15 03:04:14 K.Ohta

[OSD][Qt][SOUND] Move sound driver to separated thread.

- [SOUND_DRIVER] Update API.
- [GENERAL] Update SOLIBs major version.

2d2b5a5 2024-01-14 16:39:10 K.Ohta

[Qt][JOY_THREAD] Make timer-driven model for polling joystick.

- [OSD] Add API: sync_some_devices() , when resetting VM to sync
any (input) devices from [EMU].
- [OSD] Add Slots and Signals around joystick.
- [General] Update SOVersions.

39faebf 2024-01-10 23:09:09 K.Ohta

[UI][Qt][SOUND_DIALOG] Set minimum/maximum value to method functions.

- qt_util.cpp : Set Application name.

a301fa9 2024-01-10 23:08:22 K.Ohta

[OSD][SOUND][Qt] Must update config.general_sound_level on do_update_master_volume().

27a4a0b 2024-01-10 23:07:12 K.Ohta

[VM][FMTOWNS][YM2612] Assume mute lower than -39.5dB for OPN2.

- Another OPN/OPM/OPL and PSGs are not implement this feature yet.

e70597a 2024-01-10 23:06:23 K.Ohta

[VM][FMTOWNS][CDROM][MB87078][RF5C68][MSM5205] Apply two arguments decibel_to_volume.

37a9ab0 2024-01-10 23:04:51 K.Ohta

[COMMON][VM][SOUND] Add two arguments decibel_to_volume.

- Also mute lower (or equals) than -40db decibel setting..

1b6c341 2024-01-10 23:03:49 K.Ohta

[Qt][SOUND][QtMultimedia] TRY: Don't have parents for sound driver.

a7cee28 2024-01-10 14:50:30 K.Ohta

[SOUND][Qt][QtMultimedia] Fix FTBFS when building with Qt5.

Show on old repository browser