AyuGramDesktop/Telegram/SourceFiles
Ilya Fedin ed91c07f99 Restore the old behavior with fallback fontconfig configuration
With current code fallback works only through time and replaces the config even if it is changed by the user.

This commit fixes that.
2020-04-13 10:49:30 +04:00
..
_other Fix whitespace and indentation errors. 2020-01-02 14:25:53 +03:00
api Ignore whitespaces in dice sending. 2020-03-30 23:53:10 +04:00
boxes Don't use default title if it doesn't fit. 2020-03-30 15:10:08 +04:00
calls Update API scheme to layer 111. 2020-03-27 20:36:01 +04:00
chat_helpers Added application name as exception word for spell checker. 2020-03-27 20:36:07 +04:00
codegen/scheme Move some more code to lib_mtproto. 2019-12-02 16:11:22 +03:00
core Fix support / media shortcuts. 2020-04-02 16:20:53 +04:00
data Allow deleting images in ~DocumentData. 2020-03-27 20:36:06 +04:00
dialogs Improve empty chat list layout. 2020-03-31 12:36:33 +04:00
export Update API scheme to layer 111. 2020-03-27 20:36:01 +04:00
ffmpeg Use 64 byte alignment for ffmpeg frames. 2020-02-17 16:44:08 +04:00
history Fix crash in archive / pinned in folder management. 2020-03-30 21:04:49 +04:00
info Add filter icons to Settings -> Folders. 2020-03-27 20:36:05 +04:00
inline_bots Add limits on video frame size. 2020-03-27 20:36:05 +04:00
intro Handle some updates even while not authed. 2020-03-29 14:06:10 +04:00
lang Replace str_const with base::const_string. 2020-01-29 12:47:50 +03:00
main Add folders menu to Settings. 2020-03-27 20:36:03 +04:00
media Fix sending videos larger than 720p. 2020-03-29 12:42:51 +04:00
mtproto bugfix: incorrect erase element 2020-03-24 11:31:38 +04:00
overview Rename mediaview.style to media_view.style. 2020-02-05 18:39:47 +04:00
passport Rewrite webFileLoader without Storage::DownloadManager. 2019-12-04 15:15:58 +03:00
platform Restore the old behavior with fallback fontconfig configuration 2020-04-13 10:49:30 +04:00
profile Fix legacy group admin status in members dropdown. 2020-03-27 20:36:05 +04:00
settings Allow open folders by 'folders' code. 2020-03-27 20:36:06 +04:00
storage Use only safe file saving in localstorage. 2020-04-02 18:31:15 +04:00
support Move message ownership to History. 2020-02-21 18:48:29 +04:00
ui Beta version 1.9.22: Fix GCC build. 2020-03-27 22:34:25 +04:00
window Added ability to scroll vertical layout during reordering. 2020-03-28 18:53:08 +03:00
apiwrap.cpp Load folders exceptions after 100 chats. 2020-03-27 20:36:06 +04:00
apiwrap.h Load all archive after the main list for filters. 2020-03-27 20:36:03 +04:00
app.cpp Limit image size the app tries to read. 2020-03-27 20:36:05 +04:00
app.h Added buttons to delete and edit album items in SendFilesBox. 2020-01-23 10:09:33 +03:00
config.h Don't overlap video with controls. 2020-02-05 18:39:47 +04:00
facades.cpp Enable / disable side bar based on filters. 2020-03-27 20:36:03 +04:00
facades.h Enable / disable side bar based on filters. 2020-03-27 20:36:03 +04:00
layout.cpp Fix whitespace and indentation errors. 2020-01-02 14:25:53 +03:00
layout.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
logs.cpp Use thread_local counter in logs for thread index. 2019-11-15 16:16:32 +03:00
logs.h Add some profiling logs to lottie player. 2019-07-01 17:57:39 +02:00
main.cpp Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
mainwidget.cpp With sidebar open settings in layer. 2020-03-27 20:36:05 +04:00
mainwidget.h Show two hardcoded filters in Ui. 2020-03-27 20:36:01 +04:00
mainwindow.cpp Move filters side bar inside bodyWidget. 2020-03-27 20:36:02 +04:00
mainwindow.h First version of the filters side bar. 2020-03-27 20:36:01 +04:00
observer_peer.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
observer_peer.h Track sending and failed messages. 2019-07-24 08:02:20 +02:00
qt_functions.cpp Make packaged build working 2020-01-17 13:34:27 +03:00
qt_static_plugins.cpp Enable native Wayland support 2020-02-24 19:03:27 +04:00
settings.cpp Move some style code to lib_ui. 2019-10-01 23:59:46 +03:00
settings.h Move some style code to lib_ui. 2019-10-01 23:59:46 +03:00
stdafx.cpp Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
stdafx.h Enable native Wayland support 2020-02-24 19:03:27 +04:00