Megamouse
|
50214a6a07
|
Qt: use default colors for native styles
|
2023-12-22 10:03:56 +01:00 |
|
Eladash
|
6dc9e9659d
|
Debugger/Logs: Allow to display thread from thread ID on log
|
2023-09-26 11:06:01 +03:00 |
|
Megamouse
|
c108b31954
|
Qt: fix data type of find_dialog text edits
|
2023-07-31 04:10:09 +03:00 |
|
Megamouse
|
a828c214b5
|
Qt/patches: highlight faulty lines in patch creator
|
2023-07-13 08:40:19 +02:00 |
|
Elad Ashkenazi
|
59430ee83e
|
Log Frame: Make clear act clear pending messages (#14004)
|
2023-06-12 18:46:09 +02:00 |
|
Elad Ashkenazi
|
c70338a9a9
|
Logs/Debugger: Go-To-Address signal from log text
|
2023-05-18 08:43:39 +02:00 |
|
Elad Ashkenazi
|
654c4e3c06
|
Logs: fix Stack Cell Errors setting reading
|
2023-05-14 19:51:18 +02:00 |
|
illusion0001
|
ba06198012
|
GUI: Remove ANSI color code from TTY
|
2023-02-04 10:51:19 +01:00 |
|
Elad Ashkenazi
|
c4c710d39d
|
GUI TTY: fix a regression (#12855)
|
2022-10-21 19:05:21 +02:00 |
|
Eladash
|
00340f33c3
|
GUI/TTY: fix UI deadlock when TTY is being spammed
|
2022-10-17 19:12:51 +03:00 |
|
Megamouse
|
0f626c8d30
|
Qt: delay first log frame update
This fixes the log not scrolling automatically when we first open RPCS3 with a low log level.
|
2022-10-10 23:21:49 +02:00 |
|
Megamouse
|
ab31e96385
|
Qt: batch stack suffix updates
No need to patch the suffix every single time. We can just do it when we exit the stack loop.
|
2022-09-05 21:20:14 +02:00 |
|
Megamouse
|
a9dcad629b
|
Qt: fix weird missing space in stack log
|
2022-09-05 21:20:14 +02:00 |
|
Megamouse
|
e49679484a
|
Qt: simplify log logic. We can in fact only flush once.
Also invert a negation
|
2022-09-05 21:20:14 +02:00 |
|
Eladash
|
501ca4bcf5
|
logs: Prevent potential deadlock of the main thread in stack mode
If a thread logs faster than the GUI thread can print on screen.
|
2022-08-11 11:42:16 +03:00 |
|
Eladash
|
5e11b2b056
|
log_frame: Minor fix for stack mode
|
2022-07-19 10:43:51 +03:00 |
|
Eladash
|
74a909cfbc
|
logs: Batch log messages (optimization)
|
2022-07-12 21:37:06 +02:00 |
|
Megamouse
|
072c289f5e
|
Qt: add new vfs usb tab
|
2022-05-10 19:39:35 +02:00 |
|
Megamouse
|
9acc606e4d
|
Log: add ability to force log all errors
|
2022-04-24 19:11:34 +02:00 |
|
Megamouse
|
de2be90636
|
Qt: only show prefix for fatal messages
Always messages are supposed to be humanly readable
|
2021-11-17 22:53:20 +01:00 |
|
Eladash
|
6283600b84
|
Qt: Fix log prefix in log_frame
|
2021-11-16 09:02:43 +01:00 |
|
Eladash
|
e31173e33e
|
GUI: Always show thread name for fatal messages (#11090)
|
2021-10-31 13:24:41 +01:00 |
|
Megamouse
|
d63a712cc5
|
Qt: fix richtext_item_delegate palette
We have to use the styled palette instead of the default palette in order to fix the style of lists as seen the pkg installer.
|
2021-10-24 10:38:50 +02:00 |
|
Megamouse
|
3c0681ad6d
|
Qt: patch creator
|
2021-09-04 10:39:32 +02:00 |
|
Nekotekina
|
2491aad6f2
|
types.hpp: implement min_v<>, max_v<>, SignedInt, UnsignedInt, FPInt concepts
Restrict smax to only work with signed values for consistency.
Cleanup <climits> includes.
Cleanup <limits> includes.
|
2021-05-23 19:43:51 +03:00 |
|
Nekotekina
|
04cac6cd33
|
logs.hpp: refactoring (logs::message)
Make .error/.warning/... callable objects which can be pointed to.
Make .always() more hard to access.
Memory layout optimizations.
|
2021-05-20 01:08:32 +03:00 |
|
Megamouse
|
03b76b4606
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
Megamouse
|
0b2ba98238
|
Qt: add option to hide the log prefix
|
2021-03-29 19:19:24 +02:00 |
|
Eladash
|
0012f39384
|
Fix TTY handling of control characters
|
2021-02-24 16:42:39 +03:00 |
|
Nekotekina
|
1446254a03
|
Add error on missing 'override'
For consistency.
|
2021-02-15 20:21:30 +03:00 |
|
Megamouse
|
dc2a1e270a
|
Qt: Repaint log on stylesheet change
|
2021-02-08 13:24:07 +03:00 |
|
Nekotekina
|
b7bf316c1a
|
Don't randomly include "stdafx.h"
It's file for precompiled headers.
Include what is used, don't rely on transitive includes.
|
2020-12-22 14:32:30 +03:00 |
|
Nekotekina
|
db9b7db531
|
Cleanup and move sysinfo.h -> util/sysinfo.hpp
|
2020-12-18 12:55:54 +03:00 |
|
Megamouse
|
03ad5c6830
|
Salvaging code (#9432)
* Minor input refactoring
* fix sys_config_unregister_io_error_listener log message
* Remove unused variables in RepaintTextColors
Co-authored-by: GermanAizek <GermanAizek@yandex.ru>
|
2020-12-14 14:33:43 +01:00 |
|
RipleyTom
|
af8c661a64
|
Remove BOM markers
|
2020-12-06 15:30:12 +03:00 |
|
Megamouse
|
8ce0eaa9d0
|
Qt: move TTY option to TTY tab (#9147)
|
2020-10-27 02:47:07 +00:00 |
|
Megamouse
|
33d01fd252
|
log: properly escape all html except newlines
|
2020-03-15 20:41:24 +03:00 |
|
gamerforEA
|
93552a5958
|
Apply some Clang-Tidy fixes
|
2020-02-27 00:38:55 +03:00 |
|
Megamouse
|
f7666f44da
|
Untangle GUI and input includes
|
2020-02-24 16:31:01 +01:00 |
|
Nekotekina
|
92e3eaf3ff
|
Fix signed-unsigned comparisons and mark warning as error (part 2).
|
2020-02-19 22:54:58 +03:00 |
|
Nekotekina
|
007a7a5859
|
Fixup for LOG system.
Register all channels at program initialization and allow duplicates.
|
2020-01-31 12:09:52 +03:00 |
|
Nekotekina
|
c51779d4d3
|
Fix format string in log_frame.cpp
|
2020-01-06 23:44:48 +03:00 |
|
Megamouse
|
e54438d3a7
|
Qt: add plaintext log and more log options
|
2019-12-24 13:06:06 +01:00 |
|
Nekotekina
|
835892aa51
|
C-style cast cleanup VII
|
2019-12-05 02:10:15 +03:00 |
|
Megamouse
|
77ac875b0b
|
Qt: adjust custom context menu positions
|
2019-11-06 19:26:29 +01:00 |
|
Nekotekina
|
aa8a7b3e8a
|
Make errors in Emu::Init verbose and don't crash
Allow TTY.log to be disabled if file access failed
Add fs::error::isdir
|
2019-09-24 05:01:00 +03:00 |
|
youwereeatenbyalid
|
cea975f6a6
|
Add a "stack mode" to the TTY. (#6542)
* Added stack mode to TTY
* fix declarations
* Fixed spacing, removed namechange to preserve user settings, removed debug string
* removed rename of "stack"
* Add menu separator and remove whitespace
|
2019-09-16 20:38:30 +02:00 |
|
scribam
|
09c9996f31
|
Use empty() instead of comparing size() with 0
Recommendation from Clang-Tidy: https://clang.llvm.org/extra/clang-tidy/checks/readability-container-size-empty.html
|
2019-06-01 22:59:23 +03:00 |
|
Nekotekina
|
ac775cd75e
|
Simplify gui_listener
Use lf_queue
|
2019-01-13 14:45:36 +03:00 |
|
Nekotekina
|
bd9131ae1c
|
Implement fs::get_cache_dir
Win32: equal to config dir for now
Linux: respect XDG_CACHE_HOME if specified
OSX: possibly incomplete
|
2019-01-13 14:45:36 +03:00 |
|