af29bc277e
core: add by-pid symlinks to instance runtime paths
2024-08-28 17:53:39 -07:00
fe1d15e8f6
crash: add crash reporter
2024-08-20 00:55:07 -07:00
683d92a05f
core/command: add --version
2024-08-10 01:59:40 -07:00
53b8f1ee0b
core/log: add read-log --no-time
2024-08-09 23:58:30 -07:00
c2b4610acb
core/log: add read-log --filter
2024-08-09 23:45:46 -07:00
0fc98652a8
core/log: create fully detailed logs by default
...
The .qslog logs now log messages for quickshell* by default.
2024-08-09 20:24:17 -07:00
291179ede2
core/command: rewrite command parser with CLI11
2024-08-09 19:25:18 -07:00
bdbf5b9af9
core/log: add custom log encoder for smaller log storage
...
Will be used to store more detailed logs in the future without using
as much disk space.
2024-08-09 14:43:18 -07:00
8364e94d26
core/log: capture early logs in fs logger
2024-08-07 15:53:11 -07:00
6bf4826ae7
core/log: add filesystem logger
2024-08-02 21:37:52 -07:00
46f48f2f87
core/log: add fancy logger
2024-08-02 18:52:05 -07:00
d582bb7b57
core: add per-config shell id
...
Will be useful for future functionality such as IPC and caching.
2024-08-02 02:09:55 -07:00
2c87cc3803
core: stop using the simple animation driver by default
2024-08-01 21:47:18 -07:00
3033cba52d
all: fix failing lints
2024-06-18 20:46:58 -07:00
ce5ddbf8ba
core: add $XDG_DATA_DIRS/pixmaps to QIcon fallback path
...
Picks up some missing app icons.
2024-06-14 19:18:43 -07:00
33fac67798
core: use the simple animation driver
...
Seems to provide much higher quality animations.
2024-05-28 20:22:01 -07:00
4e92d82992
core: add options to enable QML debugging
2024-05-27 22:51:49 -07:00
6eb68d2cd7
core/reloader: fix late creation of Reloadable types
2024-04-19 15:45:07 -07:00
0b2baea230
core: add IgnoreSystemSettings pragma
2024-04-07 23:21:06 -07:00
ff8e252944
core: fix build warnings
2024-04-07 23:12:19 -07:00
082c3c480f
core: add pragmas
...
UseQApplication: use QApplication over QGuiApplication (for qqc2-desktop-style)
NativeTextRendering: use NativeTextRendering over QtRendering for text
Env VAR = VAL: define environment variables (usually qt ones)
2024-04-07 22:35:23 -07:00
463f9a297f
root: recreate the qml engine on reload instead of clearing it
...
This causes singletons to be recreated instead of kept alive.
2024-03-12 14:55:51 -07:00
9f6ef37f61
build: improve parallelism by removing core dependency on modules
2024-03-12 00:04:20 -07:00
31365dd179
misc: make the last window closing not quit by default
2024-03-09 03:23:58 -08:00
b720dfa165
build: add git revision to version
2024-03-08 23:08:50 -08:00
de8668eff3
cli: add manifest and environment variables for config path
2024-03-08 18:08:47 -08:00
f5d3457815
feat: resolve symlinks to the config
2024-03-08 02:20:53 -08:00
04c4cfe7e0
feat: add --workdir
2024-03-04 05:38:03 -08:00
63180382be
misc: change version to 0.1
2024-03-04 05:37:24 -08:00
3bd587cfcc
feat: basic plugin system
...
The wayland plugin now uses it.
2024-02-25 23:47:17 -08:00
4a82949854
feat(wayland): custom layershell implementation
...
A fair amount of things are broken but not in the layershell interface
itself. The shell window platform extensions are next in line for
refactoring and relevent issues will be fixed then. Same for docs.
2024-02-24 02:06:40 -08:00
c6dde9ca9d
refactor(wayland): seperate cmake files for modularity
2024-02-19 00:52:03 -08:00