Friedrich von Never

Results 544 issues of Friedrich von Never

Currently, it's impossible to bind to a `SelectedItemIndex` property of `ListBox`, because it only raises `SelectedItemIndexChanged` event on change, and doesn't raise `PropertyChanged`. I think that it should be possible...

See [here](https://ci.appveyor.com/project/procxx/tdesktop/history): AppVeyor is unable to build Kepka. Probably Qt version has been updated, and we'll need to upgrade the build scripts a bit.

category:Infrastructure

For now, kepka tries to keep single DPI on all the monitors, and the users have to tune the window scaling themselves. This is not acceptable. We should fully support...

category:Enhancement

This feature was added to upstream: ![image](https://user-images.githubusercontent.com/92793/34338336-32266174-e99a-11e7-9c29-704f28055230.png) I think it's a nice addition, and we should backport it.

category:Enhancement
category:Upstream
category:Sync

Currently only time is shown near every post: ![image](https://user-images.githubusercontent.com/92793/39344434-b692d2bc-4a0c-11e8-8dc8-10cb3f692783.png) Some users complain that they want to see the full date (e.g. `2017-08-13 0:50`). I suggest to make it an option.

category:Enhancement

When sending an image to chat and entering image caption such as `**UILTRA** __IMAGE__`, I see that it's rendered without markdown parsing. People over Telegram say that markdown is supported...

category:Enhancement
category:Sync

We should set up Travis and Appveyor to build the code in this repository. - [x] Appveyor - [x] Travis for linux - [ ] Travis for macos

category:Infrastructure

In scope of #195, we have [this line](https://github.com/impworks/lens/blob/91c3cd8a17e5f27568f9144d7ed85b3cd75f31dd/Lens/Resolver/ReferencedAssemblyCache.cs#L87). I think that it looks like a hack. @impworks have explained to me that `System.Private` DLL is duplicating the main framework types,...

task
research

- [x] fix build on Travis (PR #183) - [ ] enable testing on Travis - [x] add Appveyor build - [ ] add badges to Readme

task

Пожалуй, было бы интересно реализовать поддержку в VS проектов на lens. Из фич будут полезны подсветка кода, автодополнение, отладка, ну и, разумеется, сборка проекта прямо из VS. Это может потребовать...