1
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-04-01 23:00:58 +00:00
tdesktop/Telegram/SourceFiles/ui
John Preston 21b1ba1f88 Move build to Ubuntu 14.04 and GCC 7.2.
To be able to run on the same distributions as before we need to have
the same GLIBC version dependency as in Ubuntu 12.04, which is 2.15.

For that we need to remove all usages of GLIBC features from 2.16 and above.
Currently there are three methods used, so they're wrapped in a separate
static library, linux_glibc_wraps.

It is a separate library because it must be compiled without '-flto' flag,
otherwise the inline __asm__ is not working and we get unresolved symbols.
2017-11-16 07:59:05 +04:00
..
effects Use rpl in some widgets and effects. 2017-11-16 07:59:02 +04:00
style Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
text Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
toast Add a fast share button in channels and bots. 2017-07-11 20:11:06 +03:00
widgets Use not type-erased producers in code. 2017-11-16 07:59:05 +04:00
wrap Use not type-erased producers in code. 2017-11-16 07:59:05 +04:00
abstract_button.cpp Add members list to info profile. 2017-11-16 07:59:04 +04:00
abstract_button.h Use not type-erased producers in code. 2017-11-16 07:59:05 +04:00
animation.cpp Hide send message in Info for current chat. 2017-11-16 07:59:04 +04:00
animation.h Improve layer / section exchange for Info. 2017-11-16 07:59:04 +04:00
countryinput.cpp Remove ContactsBox and contacts_box module. 2017-08-30 19:15:30 +03:00
countryinput.h Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
emoji_config.cpp Improve emoji suggestions and replace on send. 2017-07-26 15:55:04 +03:00
emoji_config.h Improve emoji suggestions and replace on send. 2017-07-26 15:55:04 +03:00
focus_persister.h Add members list to info profile. 2017-11-16 07:59:04 +04:00
images.cpp Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
images.h Fix working with layers. 2017-09-03 22:49:33 +03:00
rp_widget.h Use not type-erased producers in code. 2017-11-16 07:59:05 +04:00
special_buttons.cpp Display and follow unread mentions in history. 2017-08-30 19:15:13 +03:00
special_buttons.h Handle click on userpic in edit admin/banned box. 2017-07-10 15:43:30 +03:00
twidget.cpp Move third column from HistoryWidget to MainWidget. 2017-11-16 07:59:03 +04:00
twidget.h Info shared media and common groups counters. 2017-11-16 07:59:04 +04:00