Commit Graph

289 Commits

Author SHA1 Message Date
ts-korhonen
ee451ddf4f qt: make sound gain dialog same size as win32 2022-02-05 22:59:15 +02:00
ts-korhonen
4a49c5b169 qt: disable window context help buttons 2022-02-05 22:58:14 +02:00
Cacodemon345
6818c03799 qt: All dialogs are now fixed 2022-02-06 01:50:30 +06:00
Cacodemon345
a570f01d97 Hard disk dialog improvements
* Fix file field widget
* Hard disk dialog is now identical to Win32
2022-02-06 00:37:24 +06:00
ts-korhonen
6ffa0a9640 qt: fix filefield size (was bad on macos) 2022-02-05 17:47:42 +02:00
ts-korhonen
6e3023ceab qt: update translations 2022-02-05 17:25:20 +02:00
ts-korhonen
cf37a9c954 qt: tweak hard disk dialog layout 2022-02-05 17:01:27 +02:00
Cacodemon345
6a967bb4a9 Enforce max size for settings list 2022-02-05 16:45:37 +06:00
Cacodemon345
03a6b2b50a Fix bottom line being glitched 2022-02-05 16:45:17 +06:00
Cacodemon345
9cd757c213 * Cursor on Windows should not break free anymore when captured
* Use RAWINPUT for joystick on Windows
* Load qt_*.qm instead of qtbase_*.qm
2022-02-05 13:28:18 +06:00
ts-korhonen
90d262d230 qt: fix settings title to match win32 2022-02-04 23:31:10 +02:00
ts-korhonen
11e805de78 qt: Fix font only applying to main window 2022-02-04 23:01:53 +02:00
ts-korhonen
cfd8eb9e61 Merge branch 'newqt' of https://github.com/Cacodemon345/86Box into qt 2022-02-04 22:26:48 +02:00
ts-korhonen
0794224bca Merge branch 'bugfix/qt-cdrom-speed' of https://github.com/lemondrops/86Box into qt 2022-02-04 22:24:03 +02:00
Cacodemon345
dd2fb22e41 Revert "Fix for capture on closing/double-clicking at selection on file dialogs"
This reverts commit 54853c2d62.
2022-02-05 02:23:55 +06:00
ts-korhonen
07ae766d5f Merge branch 'bugfix/qt-mouse-capture' of https://github.com/lemondrops/86Box into qt 2022-02-04 22:22:56 +02:00
Cacodemon345
2986bfa4a8 Revert "qt: Fix type displays in hard disk dialog"
This reverts commit 633ad83bb2.
2022-02-05 02:21:54 +06:00
Cacodemon345
85a11813d6 Fix crashes on language settings changes 2022-02-05 02:04:32 +06:00
Alexander Babikov
eb451aaaf4 Get rid of 0x CD-ROM speed option 2022-02-05 01:02:55 +05:00
Alexander Babikov
45520768ba Fix unsolicited mouse captures after a double-click in an file selection dialog 2022-02-05 01:01:06 +05:00
Alexander Babikov
ecc11f09d4 Fix incorrect CHS values displayed in the new hard disk dialog dropdown 2022-02-05 00:59:46 +05:00
Cacodemon345
633ad83bb2 qt: Fix type displays in hard disk dialog 2022-02-05 01:46:55 +06:00
Cacodemon345
54853c2d62 Fix for capture on closing/double-clicking at selection on file dialogs
By lemondrops
2022-02-05 01:43:12 +06:00
Cacodemon345
67cce8d196 * Remove unused VRAM dump option
* Only emit fileSelected signal if the user didn't cancel file selection
* Don't unmount emulator images if the user cancelled file selection
2022-02-05 01:35:26 +06:00
ts-korhonen
09f6053b8b Merge branch 'qt-windows-rc' of https://github.com/lemondrops/86Box into qt 2022-02-04 16:58:26 +02:00
Alexander Babikov
afe83cc568 Add a Windows resource file to use with Qt 2022-02-04 17:07:44 +05:00
Cacodemon345
62a9b9c2b1 Load Qt's translations from application directory 2022-02-04 15:27:53 +06:00
Cacodemon345
ff437835bb Enable minitrace support 2022-02-04 15:19:21 +06:00
Cacodemon345
186e461c83 Remove bus tracking logging 2022-02-03 23:02:25 +06:00
Cacodemon345
c425625409 qt: File field is now an actual text field 2022-02-03 23:00:39 +06:00
Cacodemon345
97b2feaa27 Fix mouse input loss on heavy renderer frameskipping 2022-02-03 16:55:32 +06:00
Cacodemon345
ca002ec886 Merge remote-tracking branch 'winqt/qt' into newqt 2022-02-02 22:12:25 +06:00
Cacodemon345
a1c0605cbe qt: Fix error strings 2022-02-02 22:08:19 +06:00
ts-korhonen
8649294f60 qt: Add uk-UA. Make program settings dynamic size
to fit buttons with different translations.
2022-02-01 21:15:53 +02:00
ts-korhonen
25f5b814c3 qt: update translations 2022-02-01 19:39:13 +02:00
Cacodemon345
f15f00e260 qt_settingsnetwork: Disable Configure button when network card has no configurable parameters 2022-02-01 01:46:31 +06:00
ts-korhonen
279cbdbf97 qt: also fix typos in the file references to RendererCommon 2022-01-30 22:13:41 +02:00
ts-korhonen
eec7339b8e qt: Fix typo on filenames for RendererCommon 2022-01-30 22:10:13 +02:00
ts-korhonen
39e5f2fb38 qt: Change font only on windows 2022-01-27 21:26:30 +02:00
ts-korhonen
f8f3cfbf4c qt: fix platform specific file dialog filters
Translations now only contain translation for the description and
extensions are generated in code taking account platform specific
differences.
2022-01-23 22:48:36 +02:00
ts-korhonen
067b49c848 qt: fix .po line endings 2022-01-23 18:38:43 +02:00
ts-korhonen
d890cd2ebb qt: Update pause action status when paused without using action 2022-01-22 22:02:57 +02:00
ts-korhonen
dd6b368e0e qt: Read font name and size from translation
Updated .po files to include FONT_NAME and FONT_SIZE to allow using them
as font in qt.
2022-01-22 22:00:44 +02:00
ts-korhonen
6ba6cf3bdd qt: update en-US.po 2022-01-22 17:16:04 +02:00
ts-korhonen
5f8fc15afb qt: Add missing address-of operators 2022-01-22 12:40:15 +02:00
ts-korhonen
3d0b100199 qt: Send dialog status to VM-manager & fix pause
- Manager is notified of modal dialogs blocking the main window.
- Pause command from manager uses action to prevent desyncing pause status
in the menus and toolbar.
2022-01-22 02:41:02 +02:00
ts-korhonen
7995be4adb qt: Add VM-manager message handling on windows 2022-01-22 01:10:11 +02:00
ts-korhonen
48b7f652fb qt: Update translations from rc 2022-01-21 19:02:05 +02:00
ts-korhonen
f250e5eea4 qt: Unify toolbar and title on mac (from dob205) 2022-01-20 20:19:18 +02:00
ts-korhonen
8c8e2219d8 qt: Refactor renderers buffer ownership
Invert the way buffers are created; make renderer create buffers for
renderer stack.
Use QImage bits as the buffer for software renderer.
2022-01-15 21:45:34 +02:00