Commit Graph

8 Commits

Author SHA1 Message Date
65c34314b0 feat: responsive layout scaling + centered content
- All widget heights, fonts, padding and spacing derived from
  Window.height so layout fits any screen (800p, 1080p, etc.)
- Content block wrapped in AnchorLayout (anchor_y=center) so it
  sits centered in the space above the numpad instead of bottom-aligned
- Rebuilt DatabaseApp.exe (30.9 MB)
2026-04-07 16:04:39 +03:00
e0f510cebc feat: move Exit button to title row, reduce spacing above numpad
- Exit button relocated from bottom-right overlay to right side of title row
- Spacing between action buttons and update frame reduced 40px -> 10px
- Rebuilt DatabaseApp.exe (30.9 MB)
2026-04-07 14:40:19 +03:00
df4a75ceaf fix: use collect_all for mysql.connector to fix No module named 'mysql' in exe
mysql-connector-python 9.x restructured its package hierarchy. PyInstaller
fails to auto-discover submodules (aio, plugins, locales, etc.).
Updated DatabaseApp.spec to use collect_all('mysql.connector') which
walks the full package tree and bundles all required files.
Rebuilt DatabaseApp.exe (30.9 MB).
2026-04-07 13:49:09 +03:00
d053aa5816 build: add Windows binary with mysql localization fix 2026-04-06 15:52:14 +03:00
50558ce464 fix: add mysql.connector.locales to hiddenimports to resolve 'no localization support for language eng' error in PyInstaller build 2026-04-06 15:37:42 +03:00
scheianu
3ca7eac4b8 release: rebuild DatabaseApp.exe with use_pure=True fix for mysql_native_password auth plugin 2026-04-03 23:18:12 +03:00
scheianu
cb1a00bcf4 prepering for a new build as i fix the mysql connector error 2026-04-03 23:02:35 +03:00
scheianu
c595b41781 release: add DatabaseApp.exe to dist/ 2026-04-01 21:05:15 +03:00