5 Commits
Author SHA1 Message Date
blumia 44e4a709c3 chore: allow drag to move window when maximized when Qt >= 6.11.2
Resolve: https://github.com/BLumia/pineapple-pictures/issues/184

Also use git version of aqtinstall for Qt 6.11.0+ for Windows
miurahr/aqtinstall#1007
2026-08-19 19:06:44 +08:00
Tech-TacandGitHub ed5a3c397b feat(i18n): make titlebar respect RTL (#182) 2026-08-06 00:09:07 +08:00
blumia a8aa5b5c30 chore: clean up mouse drag to resize/move logic a little bit
1. No longer fallback to use move(), since all known platforms
   support startSystemMove(), and it's unlikely going to work
   if it's not supported on a specific platform.
2. Fix titlebar move check missing `window()->`.

This amends a10bbb4e8d
2026-07-18 01:27:36 +08:00
Tech-TacandGitHub a10bbb4e8d chore: allow dragging window from titlebar when maximized (#178)
This better matches titlebar behavior of Windows and KDE, and probably a lot more other environments, it also allows for easier unmaximizing because the current titlebar has no dedicated maximize/restore button.

Note: This is somewhat problematic on Windows, thus we only apply the change to other platforms for now.
2026-07-18 00:38:01 +08:00
blumia bbe5e485f4 feat: add option to provide a titlebar (default on) 2026-06-29 19:22:33 +08:00