ZaStoGram_desktop/Telegram/build
Repository files (latest commit first)
Filename Latest commit message Latest commit date
loop-uh 0277f17344 Fix repaint crash after widget reparent via extra Qt patch
Crash dumps (Jul 6 and Jul 11) show EXCEPTION_ACCESS_VIOLATION at
QWidget::mapTo() called from QWidgetRepaintManager::flush(): a widget
still tracked in needsFlushWidgets was reparented into another top
level window, so walking the parent chain towards the old tlw runs off
the top and dereferences nullptr (read at 0x28).

Add a qtbase patch that null-guards QWidget::mapTo/mapFrom and makes
QWidgetRepaintManager::flush() skip widgets whose window() is no longer
our tlw. Wire repo-local patches_extra/qtbase_<ver> into prepare.py:
applied after desktop-app/patches and hashed into the qt stage cache
key, so CI rebuilds Qt automatically.
2026-07-11 01:47:48 +03:00
..
docker Update breakpad to latest commit in Docker 2026-07-03 09:55:58 +04:00
patches_extra/qtbase_5.15.19 Fix repaint crash after widget reparent via extra Qt patch 2026-07-11 01:47:48 +03:00
prepare Fix repaint crash after widget reparent via extra Qt patch 2026-07-11 01:47:48 +03:00
build.bat Enable LTO by an option. 2026-01-28 08:57:57 +03:00
build.sh Allow continue macOS build after partial. 2026-04-16 21:24:39 +07:00
changelog2appstream.py Get rid of AppData mentions 2025-10-06 11:54:27 +04:00
deploy.sh Fix deploy scripts for Windows on ARM. 2024-11-06 16:41:56 +04:00
mac_store_upload.sh Add script for uploading to Mac App Store. 2021-02-21 08:08:21 +04:00
qt_version.py Qt 5.15.18 -> 5.15.19 2026-05-27 10:02:06 +04:00
release.py Add Windows on ARM to build scripts. 2024-07-19 11:58:26 +02:00
release.sh Move private folder. 2019-10-19 12:27:56 +04:00
replace.vbs Return VB script for UWP version preparing. 2018-12-10 21:41:44 +04:00
set_version.bat Update version by a python script. 2018-11-08 10:35:48 +04:00
set_version.py Version 3.1. 2021-09-19 18:21:31 +03:00
set_version.sh Version 3.5.2. 2022-02-08 19:18:14 +03:00
setup.iss Fix build with MSVC. 2025-09-06 19:09:21 +03:00
test_package.bat Move private folder. 2019-10-19 12:27:56 +04:00
update_dictionaries.py Moved dictionaries manifest into an MTP-fetched pinned post. 2026-04-22 12:19:04 +03:00
updates.py Fix build with Xcode. 2024-12-04 13:51:20 +04:00
updates.sh Fix build on macOS. 2022-06-10 17:38:52 +04:00
version Stable-only fork: force BetaChannel off after upstream 6.9.4 beta bump 2026-07-05 21:50:22 +03:00