Michal Krenek (Mikos)

Results 93 comments of Michal Krenek (Mikos)

I have implemented creating new conversations and adding users to existing conversations, here is pull request: https://github.com/tdryer/hangups/pull/86

Thanks ;-) Btw. that Git integration would be really great! I would definitely use it with my projects too ;-) Is this Git integration part of setuptools or some extension?...

I have also many _KeyError_ (and subsequently _TypeError: 'NoneType' object is not iterable_) errors in log (but Hangups seems to work anyway). Here is one example: ``` 2014-08-19 10:58:49,115 -...

It seems to be already implemented in this Hangups fork: https://github.com/ShaunOfTheLive/hangups

You can use ```, ``, ` or `` to disable syntax parsing. Every supported syntax is parsed all the time if you don't explicitly disable it (this is by design).

Try it with latest version. I am building it from official Signal sources (only strings are changed from Signal to LibreSignal and now also update URL from https://updates.signal.org/android/latest.json to https://fdroid.eutopia.cz/updates/libresignal.json),...

I don't see this problem, LibreSignal icon in F-Droid seems sharp on my device.

You can edit .ui files in `Designer` (part of Qt distribution, or part of PyQt installation on Windows). Btw. I have tried it with QWebEngine and the result is really...

That's not a problem, this should be default (if QtWebKit is unavailable, fall back to QWebEngine). But user who has QtWebKit installed should still have option to start QHangups with...

Btw. scrolling can be implemented with `runJavaScript()` too. See e.g. this as an example: [QtWebEngineWebWidget.cpp](https://github.com/OtterBrowser/otter-browser/blob/master/src/modules/backends/web/qtwebengine/QtWebEngineWebWidget.cpp)