altiereslima
fd9d880d4d
Update pt-BR.po
2024-10-24 19:00:18 -03:00
altiereslima
e37d12c89f
Update pt-BR.po
2024-10-24 18:38:44 -03:00
Alexander Babikov
ed62184d61
qt: Make the About dialog closeable with Esc key ( #4912 )
2024-10-20 14:18:31 -03:00
RichardG867
ea5ef55bd1
qt: Fix another media menu string deallocation crash
2024-10-11 16:50:12 -03:00
Joakim L. Gilje
2844acee11
Compile and linker fixes for OpenBSD
...
* link with wxneeded
required for DYNAREC, in addition to being installed
onto a filesystem with the wxallowed flag (like /usr/local
on a default installation)
* pthread_setname_np is pthread_set_name_np on OpenBSD
2024-09-29 22:00:38 +02:00
OBattler
d5f01259bc
Preferences dialog: make the slider a bit bigger, fixes #4860 .
2024-09-29 10:31:45 +02:00
OBattler
c210f4f42a
Fixed a typo in the Mac path code.
2024-09-19 10:34:10 +02:00
OBattler
2abfaf923b
plat_getcwd() now uses ~/Library/86Box on Mac, fixed #4838 .
2024-09-19 09:45:32 +02:00
OBattler
7ae5110af2
Status bar: update the empty/full icon states even when status bar icons updating is disabled.
2024-09-18 09:38:47 +02:00
OBattler
7068655343
CD-ROM: Implement not ready to ready transition in a cleaner and better way, fixes #4805 .
2024-09-18 08:01:38 +02:00
Tarek Soliman
f37c2339dc
Media history: fix buffer overflow
2024-09-06 17:05:44 -05:00
Jasmine Iwanek
f4b63caf0b
One line per file in CmakeLists.txt
2024-09-04 18:34:06 -04:00
Miran Grča
19a27214e7
Merge pull request #4792 from chungy/ftruncate
...
Use ftruncate on Unix to create hard disk images quickly
2024-09-04 00:42:11 +02:00
OBattler
8dc8079c21
QT: Attempt to fix mouse wheel on Linux.
2024-09-04 00:01:03 +02:00
Mike Swanson
00354749f2
Use ftruncate on Unix to create hard disk images quickly
...
Instead of writing out disk blocks slowly across the entire volume,
just use the ftruncate function to create a file instantly at the
desired size.
Depending on file system, this can either result in identical results
to the old code just faster (eg: ZFS and btrfs with compression
enabled), sparse files (most native Unix file systems without
compression, eg ext4 and UFS), or a full non-sparse file like before
(creating an image on FAT).
2024-09-02 22:52:24 -07:00
Alexander Babikov
c54286ccd2
Remove leftovers of the "Reload prev. image" option
2024-09-03 03:15:43 +05:00
Mike Swanson
dd1d835e15
Use F8+F12 to release mouse on all platforms
...
It seems that Ctrl+End was used on non-Win32 platforms because
WxWidgets couldn’t use non-modifier keys as a keyboard sequence. Qt
can, and F8+F12 interferes with the operation of software a lot less
than Ctrl+End does (try doing some text editing!).
86Box hasn’t used WxWidgets for quite some time and this platform
limitation hack has long outlived its necessity.
2024-09-02 13:23:00 -07:00
Alexander Babikov
cf2a074dc0
Fix SDL UI failing to build when C++11 threads are disabled
2024-08-28 02:06:35 +05:00
OBattler
26cc61fdba
Part 3.
2024-08-27 05:09:35 +02:00
OBattler
c0037eaa2f
Media history implementation for the remaining devices: Part 1.
2024-08-27 03:15:54 +02:00
OBattler
208b213aac
Media history: Fixed the handling of relative paths.
2024-08-27 03:02:42 +02:00
OBattler
cdd01eceea
QT: Restore RichardG's hard reset workaround.
2024-08-24 04:24:06 +02:00
Joakim L. Gilje
98eed0b85d
qt_private_headers are needed for both qt5 and qt6
2024-08-21 08:50:48 +02:00
OBattler
366ebea651
S3 ViRGE fixes by TC995 and switched threads on Windows builds back to Win32 threads since the C++ threads were breaking the ViRGE blitting in some cases (eg. CD Gamer on 24 bpp).
2024-08-17 01:22:06 +02:00
Jasmine Iwanek
0219547a16
Put Wacom tablets on dev branch
2024-08-08 19:31:49 -04:00
OBattler
90592d57dc
QT Main Window: Clear full screen on and off signals after full screen toggle, fixes Ctrl+Alt+PgDn not working immediately after Ctrl+Alt+PgUp.
2024-08-07 23:21:58 +02:00
OBattler
37ceea4ed0
Fix emulator-handled UI keyboard combinations when keyboard requires capture and is not captured, also fix keyboard input in full screen in such situations, fixes #4697 .
2024-08-07 06:11:50 +02:00
OBattler
f537ae792e
Actually fix that correctly now by actually adding the shortcut to the menu item.
2024-08-07 05:38:05 +02:00
OBattler
3c8c66d649
Re-add the English translations of the Fullscreen menu item, they're apparently needed for the keyboard shortcut to show up in the menu.
2024-08-07 05:32:52 +02:00
Alexander Babikov
2b6ca97ab4
qt_progsettings.cpp: use a switch case to determine the Windows font
2024-07-29 20:07:00 +05:00
Alexander Babikov
115583c4a0
Add translations for "MiB" in the HDD table header
2024-07-29 19:44:41 +05:00
Alexander Babikov
2c0acb290e
Fix "None" option not being translated in several places
...
Also fix "POV # (X/Y) axis" too
2024-07-29 18:55:20 +05:00
OBattler
91021c55e3
The exclamation mark icon.
2024-07-28 03:36:43 +02:00
Jos van Mourik
04a7a35f27
Microtouch: add option to turn off visible mouse crosshair for people using touchscreens
2024-07-26 20:12:10 +02:00
Miran Grča
79bf0b94b3
Merge pull request #4643 from Cacodemon345/libsndfile
...
Libsndfile
2024-07-23 19:21:54 +02:00
OBattler
52e6581846
Attempt to make QT actually use them.
2024-07-22 05:05:45 +02:00
OBattler
4b2955416f
CD-ROM image icon.
2024-07-22 04:42:45 +02:00
OBattler
2a60eb243a
CD-ROM host drive icon.
2024-07-22 04:35:37 +02:00
OBattler
2a5d623986
CD-ROM folder icon.
2024-07-22 04:33:52 +02:00
OBattler
e503deb097
CD-ROM mute and unmute icons.
2024-07-22 04:16:46 +02:00
Miran Grča
acb832d776
Merge pull request #4361 from joshuashaffer/master
...
For Qt5 add Gui Private Include Header. Fix C++ union initializer syn…
2024-07-21 23:48:04 +02:00
rilysh
189be035d2
Mark plat_vidapi() argument as const and remove the NULL
...
* plat_vidapi() accepts char pointer, which never gets modifed
later on. Mark it as const.
* In src/config.c, va_name is initialized as NULL, however,
plat_vidapi_name() never returns a NULL pointer, nor it was
initialized under a condition branch. Removing NULL, might
save one instruction, which requires zeroing the register
before setting its initial value.
2024-07-21 12:49:06 +05:30
Jasmine Iwanek
680f65cf19
Standardize hdc_current into an array
2024-07-20 14:49:24 -04:00
Jasmine Iwanek
05e7d9239c
Standardize fdc_type into fdc_current
...
Also make it into an array
2024-07-20 14:49:24 -04:00
Miran Grča
529cef56e3
Revert win_cdrom_ioctl.c to the previous version, fixes regressions.
2024-07-20 19:55:47 +02:00
Miran Grča
4387b3e137
Merge pull request #4626 from jriwanek-forks/qtvideo
...
Initial underlying code support for more than 2 video cards
2024-07-20 05:47:59 +02:00
Jasmine Iwanek
de21053e5d
Add logic for serial 5-7 in QT UI
2024-07-19 23:29:37 -04:00
Jasmine Iwanek
20439f24fa
Cleanups in qt_settingsports.hpp
2024-07-19 23:29:37 -04:00
Jasmine Iwanek
322adf1c2b
Initial underlying code support for more than 2 video cards
2024-07-19 23:27:21 -04:00
Cacodemon345
94c44da4d1
Add support for using directories and .iso files within CUE sheets
...
Add support for big-endian binary files
Remove unused is_dir member
2024-07-17 13:34:15 +06:00