kepka/Telegram/SourceFiles
leha-bot 4a5f4670fa [WIP] Create first custom autocomplete for GH
This commit adds the simple logic for numeric hashtags (like #30) and
suggests the URL to Kepka's issue. Right now the link generation is
stupid and does not respects the actual existence of issue.

Related to #137.
2018-04-18 01:02:05 +03:00
..
base Fix some warnings against size_t to int conversion 2018-03-12 18:30:19 +03:00
boxes [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-02-28 22:12:25 +02:00
calls [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
chat_helpers [WIP] Create first custom autocomplete for GH 2018-04-18 01:02:05 +03:00
codegen Fix some warnings against size_t to int conversion 2018-03-12 18:30:19 +03:00
core [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-02-28 22:12:25 +02:00
data Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
dialogs [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
history Allow to reply by double click on timestamp 2018-03-17 05:57:51 +03:00
inline_bots [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
intro [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
lang [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
media [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-02-28 22:12:25 +02:00
mtproto Fix some warnings against size_t to int conversion 2018-03-12 18:30:19 +03:00
overview [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
platform Completely remove Unity support. Unity is no longer supported by Canonical and will be excluded from Ubuntu 18.04 LTS. 2018-03-31 20:07:48 +03:00
profile [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
settings [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
storage [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
ui Reorganize #include's in ui/text/text.cpp 2018-04-17 22:06:33 +03:00
window [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
apiwrap.cpp Get rid of local changelogs 2018-03-14 00:49:48 +03:00
apiwrap.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
app.cpp Remove autoupdater 2017-12-20 14:38:02 +02:00
app.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
application.cpp Add todo notes 2017-12-20 14:38:02 +02:00
application.h Remove autoupdater 2017-12-20 14:38:02 +02:00
auth_session.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
auth_session.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
config.h.in Allow to build Kepka on other than x86 architectures: armv7, aarch64, ppc64le, etc. 2018-02-21 02:31:22 +03:00
countries.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
facades.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
facades.h Add explicit typecasting for some constants 2017-12-20 14:38:02 +02:00
layerwidget.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
layerwidget.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layout.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
layout.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
logs.cpp Allow to change app. name using CMake cache 2018-01-27 16:13:34 +03:00
logs.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
main.cpp Allow to change app. name using CMake cache 2018-01-27 16:13:34 +03:00
mainwidget.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
mainwidget.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
mainwindow.cpp Use custom application name in tray popup menu (#106) 2018-03-02 17:08:48 +03:00
mainwindow.h Remove autoupdater 2017-12-20 14:38:02 +02:00
mediaview.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
mediaview.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
messenger.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
messenger.h Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
observer_peer.cpp Remove main()->peerUpdated and some other signals. 2017-08-30 19:15:36 +03:00
observer_peer.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
overviewwidget.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
overviewwidget.h Add todo notes 2017-12-20 14:38:02 +02:00
passcodewidget.cpp Switch to the server side changelogs. 2017-06-29 11:40:00 +03:00
passcodewidget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
qt_functions.cpp Subject: [PATCH] Fixed build under Fedora using rpmbuild and mock. 2017-12-20 14:38:02 +02:00
qt_static_plugins.cpp Disable static Qt plugins 2017-12-20 14:38:02 +02:00
settings.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
settings.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
shortcuts.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
shortcuts.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
stdafx.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
stdafx.h Fix compilation on Windows 2017-12-20 14:38:02 +02:00
structs.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
structs.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00