TGViewer
Telegram github commits and releases Telegram github commits and releases @tgappsupdates · 4.51K subscribers
Post #21270 120
telegramdesktop/tdesktop/dev52b50713 files, +162/-0
Added clang-tidy ban of qMin, qMax, qAbs and qBound.

telegramdesktop/tdesktop/dev3535faf91 files, +575/-291
Replaced qMin, qMax and qAbs with std::min, std::max and std::abs.

telegramdesktop/tdesktop/dev09071b43 files, +115/-4
Added refusal of banned functions in edits and in commits.

telegramdesktop/tdesktop/dev75228e02 files, +167/-37
Added rationing of comments to one line with WHY exception.

telegramdesktop/tdesktop/dev13aebb12 files, +260/-1
Added tests of house rules hook.

telegramdesktop/tdesktop/dev4e07bc81 files, +24/-1
Extended clang-tidy ban to Qt helpers wrapping std functions.

telegramdesktop/tdesktop/dev657ac9913 files, +22/-21
Replaced qSwap, qMakePair and qSin with std equivalents.

telegramdesktop/tdesktop/dev3cd0f031 files, +2/-1
Added clang-tidy ban of qCeil.

telegramdesktop/tdesktop/devbc923229 files, +20/-17
Replaced qCeil with int(std::ceil()).

telegramdesktop/tdesktop/devfdc60c41 files, +2/-1
Added clang-tidy ban of qFloor.

telegramdesktop/tdesktop/dev9f3d0709 files, +43/-21
Replaced qFloor with int(std::floor()).

telegramdesktop/tdesktop/dev3eece121 files, +2/-1
Added clang-tidy ban of qRound.

telegramdesktop/tdesktop/dev6e8d16b47 files, +164/-125
Replaced qRound with base::SafeRound.

telegramdesktop/tdesktop/dev52945552 files, +423/-465
Slightly improved code style in sticker set box.

#tdesktop
  • 🫡 3
More from @tgappsupdates
  1. Sep 20, 2026UnigramDev/Unigram/message-invoke • 9c4cf31 • 32 files, +209/-0 Add IContent.TryInvoke, th…
  2. Sep 20, 2026UnigramDev/Unigram/accessibility-names • dd07b10 • 5 files, +82/-2 Announce the selected c…
  3. Sep 20, 2026UnigramDev/Unigram/accessibility-keyboard • ac31fc5 • 1 files, +80/-0 Add keyboard actions…
  4. Sep 19, 2026TelegramMessenger/tgcalls/uwp-screen-capturer • a2bf192 • 2 files, +15/-3 Don't let a WinR…
  5. Sep 19, 2026UnigramDev/Unigram/hyperlink-tooltip-register • ef9111c • 1 files, +21/-6 Set hyperlink to…
  6. Sep 19, 2026UnigramDev/Unigram/sound-effects-xaudio2 • 9e3d75f • 1 files, +4/-3 Say what the sound cac…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →