Commit graph

48 commits

Author SHA1 Message Date
catpswin56
1c6d14ef45 SevenStart: let PlasmaCore::Dialog manage the background
SevenStart now requires aeroshell-libplasma in order to work properly.
2026-03-24 08:39:36 -03:00
wackyideas
8840082dca notifications: explicitly set implicitHeight in FooterLoader 2026-03-02 01:45:00 +01:00
wackyideas
37d26fd6b7 notifications: disable by default, explicitly enable for systray
This will disable the action center for the regular Plasma session by
default, while explicitly enabling it only for ATP's system tray.
2026-03-01 14:42:27 +01:00
wackyideas
d3480b21f8 notification: fix time labels 2026-02-28 02:58:42 +01:00
wackyideas
68c6071ce7 systemtray: port away from P5Support 2026-02-28 02:43:52 +01:00
wackyideas
edf0a0e1ac notification: port to new clock API 2026-02-28 02:07:26 +01:00
wackyideas
7895806183 systemtray: use strongly typed list<string> instead of var 2026-02-28 01:55:48 +01:00
wackyideas
29eb075cc9 notifications: hide unread notification on history view 2026-02-28 01:46:25 +01:00
wackyideas
e840c0f041 systemtray: don't continuously reparent popups 2026-02-28 01:43:44 +01:00
wackyideas
857c30b927 notifications: merge explicitly set server inhibition 2026-02-28 01:38:21 +01:00
wackyideas
6569fcafad desktopcontainment: merge disallow popup closing 2026-02-28 01:18:36 +01:00
wackyideas
014ff8205f desktopcontainment: merge stuff from upstream 2026-02-28 00:55:59 +01:00
wackyideas
bfca8c60c0 desktopcontainment: fix path for directory watcher 2026-02-28 00:48:13 +01:00
wackyideas
93df9f1572 desktopcontainment: remove QFileSystemWatcher 2026-02-28 00:45:38 +01:00
wackyideas
eeb0e64f89 desktopcontainment: update positioner code 2026-02-28 00:27:02 +01:00
wackyideas
8184b04594 desktopcontainment: fix DnD bug 2026-02-27 23:47:53 +01:00
wackyideas
8d6fbd7bdb overhaul: prepare repo for Plasma 6.6 release
This commit overhauls the repository structure such that it separates
the project into multiple repositories, one for each subproject. This
repository will be moved to the AeroShell group, and most importantly,
the installation method changes from locally installed modifications, to
CMake-based installation, in preparation for AUR packages, and possibly
packages for other distros.

Migration details are in INSTALL.md, which are highly recommended, if
not required to uninstall any old instance of AeroThemePlasma.
2026-02-21 21:15:07 +01:00
wackyideas
ee63ce578e notifications: revert positioning fix on wayland 2025-10-27 22:22:05 +01:00
wackyideas
cc1ffee650 Tweak notifications visibility procedure 2025-10-27 17:23:45 +01:00
wackyideas
bfa69c7fa0 notifications: attempt to fix popups randomly showing at (0,0) 2025-10-27 02:27:16 +01:00
wackyideas
f879d4f28c systemtray: redesign ConfigEntries 2025-10-25 15:57:19 +02:00
wackyideas
8fdde6a3cb notifications: prevent minor undefined error 2025-10-25 15:55:47 +02:00
wackyideas
03314d1213 Fix notifications plasmoid not linking for Plasma 6.5 2025-10-24 22:06:55 +02:00
wackyideas
4f46e0013b Replace KDE system tray with ATP's own system tray
Replaces org.kde.plasma.systemtray with io.gitgud.wackyideas.systemtray.
The plasmoid now also needs to be compiled, and is also now the default
for ATP's session and layout templates.

This version of the system tray is also searchable in the gadgets window
for easier layout management. Everything else about the tray should be
largely the same as it was before.
2025-10-24 02:37:33 +02:00
wackyideas
a75a0be9c3 notifications: make libnotificationmanager required 2025-10-22 20:11:56 +02:00
wackyideas
bf86dc1e70 Completely fork notifications plasmoid
This commit fully forks the notification plasmoid, moving away from
upstream KDE code. Additional changes include:

- Using Plasma 6.5 code as a base for the notifications plasmoid
- As a result, the plasmoid uses the new way of packaging plasma applets
  which improves performance but requires building the plasmoid from
  source
- Full control over the C++ codebase of the plasmoid, besides
  LibNotificationManager which is still an external dependency
- The thumbnail preview component has been visually overhauled
- Added the ability to go through all URLs included in the thumbnail
  preview instead of just showing the first URL preview
- Hovering over any URL preview will show the full URL or shortened name
  if possible in a tooltip
2025-10-22 04:48:31 +02:00
wackyideas
94cef8b5f0 desktopcontainment: actually fix inappropriate refresh animations 2025-08-15 03:05:36 +02:00
wackyideas
325c1cbf51 desktopcontainment: split View and Sort by actions
Needs to recompile desktopcontainment src
2025-07-28 01:30:25 +02:00
wackyideas
5ada923fb6 desktopcontainment: modify context menu layout 2025-07-28 00:19:18 +02:00
wackyideas
6d501d28bf desktopcontainment: add refresh animation indicator 2025-07-27 23:39:18 +02:00
wackyideas
75e1ff39f5 desktopcontainment: refactor refresh action code 2025-07-27 19:01:57 +02:00
wackyideas
2724786e34 Combine install.sh and install_ninja.sh scripts
When running compile scripts, you can now pass --ninja to enable Ninja.
This argument also works with the following scripts:
- compile.sh
- install_plasmoids.sh
2025-06-25 15:57:08 +02:00
wackyideas
4fa19ddb33 Tweak SevenStart and SevenTasks compile scripts 2025-06-13 17:13:55 +02:00
wackyideas
ac5ee71af8 Improve Mixer window popup positioning on Wayland
- Requires building a C++ component for the volume mixer plasmoid
2025-06-13 17:13:36 +02:00
wackyideas
3ebb5455cc Attempt to improve jumplists under Wayland
- Fixes some weird positioning issues
- Still no proper animations
- Mouse grabbing should now work for jumplists
2025-06-13 15:52:59 +02:00
catpswin56
a91b35e9df Switch from using custom dialog code for the SevenTasks tooltips to using PlasmaCore.ToolTipArea
DefaultToolTip component needs to be recompiled
2025-06-02 17:43:06 -03:00
catpswin56
4832869a46 Add new thumbnails to SevenTasks 2025-04-26 09:36:08 -03:00
wackyideas
aebdd21f23 Fully fork desktop containment 2025-02-17 19:07:41 +01:00
wackyideas
d0221f8140 Add install scripts that use Ninja for building 2024-12-10 16:19:48 +01:00
wackyideas
d6099ab38b Fix SevenStart crashes due to uninitialized pointer 2024-12-06 00:08:31 +01:00
wackyideas
009d9b80f8 Fix minor SevenStart bug, very early SevenTasks release
SevenTasks is missing a few features, such as thumbnail previews.
2024-12-05 08:38:07 +01:00
wackyideas
6592f4e66a Update SevenStart code 2024-12-04 23:56:38 +01:00
wackyideas
a82c81c74d Add optional shadow support for SevenStart 2024-12-04 17:59:47 +01:00
wackyideas
44c1f22680 Fix SevenStart crashes, add inverted text option in SMOD 2024-11-26 16:03:34 +01:00
wackyideas
bdd609ec4c Fix SevenStart crashing on KDE Plasma 6.2 2024-10-16 19:58:26 +02:00
wackyideas
c2b7ccf5c3 Fixed minor SevenStart bugs, updated DefaultToolTip install script 2024-09-01 21:00:11 +02:00
wackyideas
132de42d00 Fixed multiple monitor bugs, added systray reordering 2024-08-29 21:56:07 +02:00
wackyideas
ea18cef02d Very early KDE 6 release. 2024-08-09 03:20:25 +02:00