kotatogram-desktop/Telegram/SourceFiles/core
RadRussianRus 0989487614 [Core] Language system
Telegram Desktop uses static language system with code generation, which
requires almost full app rebuild on any string modification, no matter
how small it is.

Since Kotatogram is options-driven, static language system will slow the
development. This language system solves the problem by using JSON and
runtime string search instead.
2022-08-26 15:27:39 +03:00
..
application.cpp [Core] Language system 2022-08-26 15:27:39 +03:00
application.h Remove app module. Support delayed quit by Cmd+Q on macOS. 2022-01-27 15:54:20 +03:00
base_integration.cpp
base_integration.h
changelogs.cpp Split qt_adapters to separated files. 2022-01-26 10:33:28 +03:00
changelogs.h Use rpl for Window::Theme::Background updates. 2021-07-15 16:42:36 +03:00
click_handler_types.cpp No confirmation for graph.org / te.legra.ph domains. 2022-01-31 16:14:03 +03:00
click_handler_types.h Fix context menu on sent images / documents. 2022-01-17 19:21:34 +03:00
core_cloud_password.cpp Add ability to reset cloud password in 7 days. 2021-07-30 14:32:49 +03:00
core_cloud_password.h Add ability to reset cloud password in 7 days. 2021-07-30 14:32:49 +03:00
core_settings.cpp Added ability to reorder accounts in MainMenu. 2022-02-01 18:48:02 +03:00
core_settings.h Added ability to reorder accounts in MainMenu. 2022-02-01 18:48:02 +03:00
core_settings_proxy.cpp
core_settings_proxy.h
crash_report_window.cpp [Branding] App name and logo 2022-08-26 15:27:39 +03:00
crash_report_window.h
crash_reports.cpp [Branding] App name and logo 2022-08-26 15:27:39 +03:00
crash_reports.h
file_location.cpp
file_location.h
file_utilities.cpp
file_utilities.h
launcher.cpp [Branding] App name and logo 2022-08-26 15:27:39 +03:00
launcher.h Throw fp exceptions in Windows 32 bit build. 2021-08-24 17:43:31 +03:00
local_url_handlers.cpp Split qt_adapters to separated files. 2022-01-26 10:33:28 +03:00
local_url_handlers.h
mime_type.cpp Support rendering Webm videos with alpha. 2022-01-28 19:10:07 +03:00
mime_type.h Add .tgv as a known mime type. 2021-08-11 18:23:14 +03:00
sandbox.cpp Remove app module. Support delayed quit by Cmd+Q on macOS. 2022-01-27 15:54:20 +03:00
sandbox.h Split qt_adapters to separated files. 2022-01-26 10:33:28 +03:00
shortcuts.cpp [Branding] App name and logo 2022-08-26 15:27:39 +03:00
shortcuts.h Fix -Wunused-variable warnings with gcc 2021-07-19 22:31:27 +03:00
ui_integration.cpp Added ability to copy monospace text via click. 2022-01-12 11:54:25 +03:00
ui_integration.h Added spoiler support to input field. 2021-12-29 21:22:33 +03:00
update_checker.cpp [Branding] App name and logo 2022-08-26 15:27:39 +03:00
update_checker.h
utils.cpp Fixed build against OpenSSL 3.0. 2021-12-19 16:35:13 +04:00
utils.h Use base/random.h instead of openssl::RandomValue. 2021-09-15 13:42:22 +03:00
version.h [Branding] App name and logo 2022-08-26 15:27:39 +03:00