Commit graph

7451 commits

Author SHA1 Message Date
Cacodemon345
4de19361bf qt: Properly set saved window size 2022-02-11 15:40:07 +06:00
Cacodemon345
bfebbd05d3 qt: Compatibility improvements
* Patch to build with Qt 5.11 and later by jriwanek
* Attempt to fix viewport on hardware renderers
2022-02-11 13:49:45 +06:00
Cacodemon345
15bc29aef8 qt: Resize code cleanup 2022-02-11 00:53:02 +06:00
Cacodemon345
ad79da2700 qt: Fix compilation on Qt 6 2022-02-11 00:31:56 +06:00
Cacodemon345
12be150462 qt: Replace plat_path_abs with the ones from Unix and Win32 backends 2022-02-11 00:31:41 +06:00
Miran Grča
6305c60a7b
Merge pull request #2097 from Cacodemon345/patch-54
qt: Round resize width and height
2022-02-10 17:40:52 +01:00
Cacodemon345
f75c1b8a00
qt: Round resize width and height 2022-02-10 22:32:17 +06:00
OBattler
c44dd4bb9a Merge branch 'master' of https://github.com/86Box/86Box 2022-02-10 16:46:38 +01:00
OBattler
6d7de97d3b ALi M1543(C) jumper readout fix I thought I committed but I evidently didn't. 2022-02-10 16:46:27 +01:00
David Hrdlička
a94ffbfb1d
Merge pull request #2095 from lemondrops/master
Fix a compile-breaking typo in qt_progsettings.c
2022-02-10 16:09:49 +01:00
Alexander Babikov
a349582388 Fix a compile-breaking typo 2022-02-10 20:08:15 +05:00
David Hrdlička
35ed9989e6
Merge pull request #2094 from lemondrops/master
qt: clear the filename buffer in plat_tempfile
2022-02-10 15:58:49 +01:00
Alexander Babikov
3447d96fe0 qt: clear the filename buffer in plat_tempfile 2022-02-10 19:55:09 +05:00
Miran Grča
5f89c1c29a
Merge pull request #2093 from Cacodemon345/patch-53
Fix compile error
2022-02-10 15:33:03 +01:00
Cacodemon345
3594d7d7fa
Part 2 2022-02-10 20:25:25 +06:00
Cacodemon345
263c1b7ec7
Fix compile error 2022-02-10 20:21:00 +06:00
Miran Grča
e1e001c722
Merge pull request #2092 from Cacodemon345/newqt
qt: Fix quote character in VM name on Windows
2022-02-10 12:07:32 +01:00
Cacodemon345
6619bd5932 qt: Fix quote character in VM name on Windows 2022-02-10 16:55:38 +06:00
OBattler
2a41bc823f Fixed default for updating status bar icons. 2022-02-10 11:07:09 +01:00
Miran Grča
5365342313
Merge pull request #2091 from Cacodemon345/patch-52
qt: Only enlarge combo box dropdowns and not the combo box itself
2022-02-10 11:05:41 +01:00
Miran Grča
83076190a9
Merge pull request #2090 from Cacodemon345/newqt
qt: Use non-integer HiDPI scaling on Qt 5
2022-02-10 11:05:29 +01:00
Cacodemon345
775dad5fa3 qt: Use QDesktopWidget for screen retrival 2022-02-10 15:30:39 +06:00
David Hrdlička
8938c7ed08 Revert "Use external libslirp on Unix systems except macOS"
This reverts commit 3361c05efd.
2022-02-10 08:25:08 +01:00
Cacodemon345
42ecdd44e8
qt: Only enlarge combo box dropdowns and not the combo box itself 2022-02-10 13:22:12 +06:00
Cacodemon345
c3a86b0482 qt: Use non-integer HiDPI scaling on Qt 5 2022-02-10 12:59:33 +06:00
Miran Grča
5abf8d63d9
Merge pull request #2088 from Cacodemon345/patch-51
qt: Fix toolbar size on Windows
2022-02-09 22:36:02 +01:00
Cacodemon345
3aea1650fa
qt: Fix toolbar size on Windows 2022-02-10 03:34:10 +06:00
OBattler
aba4d28ecb Fixed an Intel Flash load/save bug. 2022-02-09 21:57:21 +01:00
Miran Grča
ce690591ab
Merge pull request #2087 from Cacodemon345/newqt
qt: Dialog improvements
2022-02-09 20:42:13 +01:00
Cacodemon345
e499702550 qt: File fields are no longer cramped 2022-02-10 01:38:00 +06:00
Cacodemon345
9a75453216 qt: Combo boxes are no longer cramped 2022-02-10 01:37:41 +06:00
Miran Grča
de9cf310c0
Merge pull request #2085 from Cacodemon345/newqt
qt: Fix toolbar hiding menu appearing on KDE when right-clicked on an empty space of the main menu bar
2022-02-09 20:09:53 +01:00
Cacodemon345
30af69bfe9 qt: Fix toolbar hiding menu appearing on KDE when right-clicked on an empty space of the main menu bar 2022-02-10 00:50:37 +06:00
Miran Grča
8dc6a086f3
Merge pull request #2082 from Cacodemon345/patch-50
Use external libslirp on Unix systems except macOS
2022-02-09 17:17:23 +01:00
Cacodemon345
3361c05efd
Use external libslirp on Unix systems except macOS 2022-02-09 21:49:11 +06:00
Miran Grča
2d6606489d
Merge pull request #2081 from Cacodemon345/patch-49
qt: Set Application attributes before construction
2022-02-09 16:27:41 +01:00
David Hrdlička
fee2fe6e06 CI: Use libslirp proper for Linux builds 2022-02-09 16:22:21 +01:00
Cacodemon345
bd6c92c592
qt: Don't disable HiDPI scaling at all 2022-02-09 20:57:58 +06:00
Cacodemon345
a1f027a242
qt: Set Application attributes before construction 2022-02-09 20:49:11 +06:00
David Hrdlička
1654c8ec8f Add a proper option to toggle between tinyglib and glib proper 2022-02-09 12:23:34 +01:00
Miran Grča
216cf2a0d7
Merge pull request #2080 from Cacodemon345/newqt
qt: Status bar and window fixes
2022-02-09 11:50:46 +01:00
Cacodemon345
de0a603916 qt: Status bar and window fixes
* Fix remember window option
* Status bar pixmaps are now scaled when building with Qt 5
2022-02-09 16:45:57 +06:00
Miran Grča
c3e307c504
Merge pull request #2079 from Cacodemon345/patch-48
qt: Status bar fixes
2022-02-09 11:07:30 +01:00
Cacodemon345
3bcc3f6989
qt: Status bar fixes
* Fix inverted logic for network icon
* Scale the status bar pixmaps only on Windows
2022-02-09 15:58:59 +06:00
Miran Grča
3f829e64f5
Merge pull request #2075 from Cacodemon345/newqt
qt: Fix compile error
2022-02-09 10:05:45 +01:00
Cacodemon345
855e4164e9
Merge branch 'master' into newqt 2022-02-09 13:03:17 +06:00
Cacodemon345
ce770b90aa Fix compile error 2022-02-09 12:21:14 +06:00
Miran Grča
0aacac86d6
Merge pull request #2070 from Adrianwo99/patch-1
Update pl-PL.rc
2022-02-09 07:16:28 +01:00
Miran Grča
d222ff9d7b
Merge pull request #2073 from Cacodemon345/patch-46
Fix missing include
2022-02-09 07:16:06 +01:00
Cacodemon345
b203af8f54 Merge remote-tracking branch 'c345/patch-46' into newqt 2022-02-09 12:16:03 +06:00