kepka icon indicating copy to clipboard operation
kepka copied to clipboard

Unofficial Telegram Desktop messaging app

Results 88 kepka issues
Sort by recently updated
recently updated
newest added

Code in many places uses qMin+qMax or even qMin+qMin to clamp values, just use std::clamp. Probably replace qXxx versions with their std counterparts - ? See [here](https://github.com/procxx/tdesktop/pull/25#discussion_r154543905) for reference. Mini...

category:Refactoring

It would be very convinient to navigate on chats with alt-left, alt-right. For this we should create a LRU list and go on.

category:New feature

Add a search in chat for service messages about pinning

category:New feature

It could improve the infrastructure and reduce build complexity.

category:Enhancement
category:Help Wanted
category:Infrastructure

These tabs will allow to filter all entropy existing in Telegram chats. Example: We could filter chats for chat type (bots, groups, supergroups, channels), for read/unread markups. These filters are...

category:Enhancement
category:New feature

This could improve usability and may be help to avoid these phishing attacks: https://xakep.ru/2018/02/13/telegram-rlo/

category:New feature

Simply ignore the messages from the users you've ignored; unless you're an admin in this chat (?)

category:Enhancement
category:New feature

[TDLib (Telegram Database Library) — is a cross-platform, fully functional Telegram client, written in C++. It is designed to simplify creation of a custom Telegram client.](https://core.telegram.org/tdlib) Seems like Telegram developers...

category:Enhancement
category:Question
category:Infrastructure
category:New feature

category:Enhancement
category:Question

category:Enhancement
category:Help Wanted
category:New feature