OSDN Git Service

[UI][EMU][OSD][Qt][FLOPPY] Fix message routing.
[csp-qt/common_source_project-fm7.git] / source / src / qt / common / qt_utils.cpp
2023-02-01 K.Ohta[UI][EMU][OSD][Qt][FLOPPY] Fix message routing.
2023-01-22 K.Ohta[UI][Qt] Drop unused variables.
2023-01-20 K.Ohta[General] Merge Upstream 2022-07-27 .
2022-11-05 K.Ohta[Qt][Debugger] TRY: Make debugger widget inside of...
2022-10-28 K.Ohta[Qt][GUI][OpenGL] Prepare to enable context-sharing.
2022-09-27 K.Ohta[OSD][SOUND][QT_MULTIMEDIA] New Driver: Selectable...
2022-08-05 K.Ohta[Qt][LOGGER] Make logger as std::shared_ptr<CSP_Logger...
2022-08-05 K.Ohta[UI][OSD][Qt] Make USING_FLAGS a std::shared_ptr<USING_...
2022-07-28 K.Ohta[Qt][LOGGER] Make std::shared_ptr to logger's pointer...
2022-07-27 K.Ohta[Qt][SOUND][OSD] Move OSD to correct thread.Fixed issue...
2022-07-19 K.Ohta[OSD][Qt][SOUND][CONFIG] Important: Now, sound output...
2022-07-18 K.Ohta[OSD][Qt] Add SOUND_BUFFER_QT:: class.This aims to...
2022-06-30 K.Ohta[Qt][UI] Re-Factoring: Available to build.Still only...
2022-06-27 K.Ohta[UI][Qt][WIP] Re-factoring to drop bind object from...
2022-06-25 K.Ohta[UI][Qt][WIP] Start to re-factor around UI classes...
2021-12-29 K.Ohta[Qt][QT_UTILS] Use my_stprintf_s() instead of snprintf().
2021-10-13 K.Ohta[Qt][SOUND] Fix wrong setting environment value.
2020-12-16 K.Ohta[UI][Qt] TRY: Re-Order exiting sequence.
2020-12-12 K.Ohta[UI][Qt] Integrate to single MainWindow object.Fix...
2020-12-11 K.Ohta[UI][Qt] Add a mouse sensitivity dialog.Adjust mouse...
2020-12-10 K.Ohta[Qt][JOYSTICK][UI] .
2020-11-11 K.Ohta[UI][Qt][MOUSE] Add mouse sensitivities config.Still...
2020-10-23 Kyuma Ohta[Qt][VM] .
2020-10-22 Kyuma Ohta[VM][Qt] Update Qt_Utils.
2020-10-22 K.Ohta[Qt][VM] Adjust launching timing.
2020-10-22 K.Ohta[Qt] .
2020-10-22 K.Ohta[VM][Qt] EmuThread/DrawThread: Wait (not start) until...
2020-10-22 K.Ohta[Qt][Draw][BOOTUP] Not start thread at Ui_MainWindow...
2020-10-22 K.Ohta[EMU][Qt] Block execution EMU until prepering GUIs.
2020-10-22 K.Ohta.
2020-10-22 K.Ohta[UI][Qt] Re-Order around GLView.
2020-10-22 K.Ohta[VM][Qt] .
2020-10-22 K.Ohta[Qt][MAIN] Re-Order launching threads.
2020-08-30 K.Ohta[VM][DEVICE] Change API: special_reset(num).This aimes...
2020-08-06 K.Ohta[UI][Qt][I18N] Prepare to support multiple languages.
2020-06-21 K.Ohta[VM][Qt][UI][EMU][WIP] Use EMU_TEMPLATE:: instead of...
2020-05-05 K.Ohta[UI][Qt][OSD] Add tooltip for virtual medias.
2020-05-05 K.Ohta[UI][Qt] Add filename feature to Virtual-Media indicato...
2020-03-02 K.Ohta[UI][Qt] Add HARDDISK create widget.Still not working... upstream_20200221
2020-02-19 K.Ohta[UI][Qt][MAIN] .
2020-02-19 K.Ohta[UI][Qt][General] Try: Make GUI core (QApplication...
2020-02-04 K.Ohta[VM] Merge UPstream 2020-02-01.
2019-10-27 K.Ohta[Qt][OpenGL4.5] Fix not map buffer to screen on most...
2019-10-27 K.Ohta[Qt][OPenGLES] Add entry for OpenGL ES 3.1.
2019-10-13 K.Ohta[Qt][OpenGL] Don't makeCurrent()/doneCurrent() inside...
2019-10-11 K.Ohta[Qt] .
2019-09-12 K.Ohta[OSD][Qt][SOUND] Update sound APIs: for sound sampling...
2019-08-27 K.Ohta[UI][Qt][VM] Add keycode - vk - name table listing...
2019-08-25 K.Ohta[UI][Qt] .
2019-08-15 K.Ohta[UI][Qt][DEBUGGER] Add auto-completion for command...
2019-07-29 K.Ohta[BUILD][Qt] Fix FTBFS with some VMs not contains TAPE.
2019-07-28 K.Ohta[UI][Qt][OOPs] Fix LACK of DATARECORDER BUTTONS(abolish...
2019-06-06 K.Ohta[Qt][Linux][SCHED] Add "Occupy fixed CPU" to set fixed...
2019-04-21 K.Ohta[WIP][WIN32] MINGW:Fixing not detecting joystick with...
2019-04-19 K.Ohta[QT][EMU][OSD] Adjust emulation sequence.
2019-02-21 K.Ohta[Qt][OSD]WIN32] Fix linkage error.Re-Order linkage...
2019-02-20 K.Ohta[Qt][OSD][Sound] Update OSD API, initialize_sound(...
2019-02-20 K.Ohta[UI][Qt] Update.
2018-11-03 K.Ohta[General] Fix FTBFS with LLVM CLANG.
2018-10-27 K.Ohta[UI][Qt] Change font size of "ABOUT".
2018-10-24 K.Ohta[OSD][Qt] Remove some APIs.
2018-09-30 K.Ohta[CONFIG][OpenGL] Fix not effective config for renderer.
2018-08-06 K.Ohta[BUILD] Set SOVERSION and GIT hash automatically.
2018-07-24 K.Ohta[Qt][OpenGL] Initial support of OpenGL 4.3 Core profile.
2018-06-29 K.Ohta[Qt][VM][FMGEN][DISK][LOGGER] Logging all devices.
2018-06-27 K.Ohta[Qt][MAIN][LOGGER] Fix crash on exit.
2018-06-14 K.Ohta[UI][Qt] Remove using_flags->get_config_ptr()->foo...
2018-06-13 K.OhtaMerge branch 'master' of github.com:Artanejp/common_sou...
2018-05-30 K.Ohta[UI][EMU_THREAD][Qt] Update functions.
2018-05-27 K.Ohta[UI][Qt] (Maybe, maybe) Fix FTBFSs.
2018-05-27 K.Ohta[UI][Qt] Update UI.
2018-05-27 K.Ohta[UI][Qt] Apply to upstream's updating definitions.Still...
2018-05-10 K.Ohta[Qt][COMMAND_LINE] Add --opengl , --envvar and --dump...
2018-05-10 K.Ohta[Qt][Gui] Related to a before commit.
2018-05-05 K.Ohta[Qt][OpenGL][Draw] Add OpenGL ES2 renderer.Still not...
2018-04-12 K.OhtaMerge branch 'master' of github.com:Artanejp/common_sou...
2018-03-25 K.Ohta[Build][Ubuntu/Xenial] Fix FTBFS.
2018-03-25 K.Ohta[Qt][COMMAND_LINE] Fix not loading virtual floppy disks...
2018-03-23 K.Ohta[UI][Qt][COMMAND_LINE] Temprally disable --binary*...
2018-03-23 K.Ohta[COMMAND_LINE][MAIN] Split some functions at MainLoop().
2018-03-19 K.Ohta[General][Qt] Add some command line options.(Still...
2018-03-01 K.Ohta[UI][Qt] Fix issues for ROMAJI-TO-KANA conversion.
2018-02-22 K.Ohta[Qt][WINDOWS][DEBUGGER] Fix crash when exitting emulator.
2018-02-22 K.Ohta[UI][Qt][L10N] Update translations.
2018-02-21 K.Ohta[UI][Qt][DEBUGGER] Fix crash/lockup with closing debugg...
2018-02-21 K.Ohta[UI][Qt][BUBBLE] Minimize VM depended unit.
2018-02-20 K.Ohta[Qt][Windows] Prepare to parsing command line.
2018-02-18 K.Ohta[UI][Qt][DRAW] Add drawing to separate-thread or combined.
2018-02-10 K.Ohta[OOPs][CONFIG][OSD] Fix directory names to set/make...
2018-02-10 K.Ohta[CONFIG] IMPORTANT: Now, "~/emufoo/foo.ini" has moved...
2018-02-09 K.Ohta[UI][Qt] Update translate for menu.Split section per...
2018-02-09 K.Ohta[UI][Qt][I18N] Update translations.
2018-01-12 K.Ohta[VM][FM7] Add Japanese communication board (日本語通信カード) .
2017-07-30 K.Ohta[UI][Qt][OSD] Adjust font size.
2017-07-27 K.Ohta[UI][Qt][OpenGL] Add small OSD for access lamps.
2017-07-23 K.Ohta[UI][Qt] dock_disks: Adjust layout.Not docking feature.
2017-06-27 K.Ohta[UI][Qt] Display LEDs with USE_EXTRA_LEDS or USE_KEY_LO...
2017-05-24 K.Ohta[UI][Qt] Fix not-connected to sub-display.
2017-04-08 K.Ohta[General] Merge Upstream 2017-04-02.
2017-03-22 K.Ohta[UI][OSD][Qt] Prepare to support Upstream 2017-03-20.
next