Viktor Verebelyi

Results 12 comments of Viktor Verebelyi

It is possible. However, it would take some time and effort. Some external hardware is needed for authenticating and the whole protocol would have to be written from the ground...

Would you be able to run it with a debugger and send me a back trace?

To start with I'd only go with a POSIX compliant Windows compiler (Cygwin or MinGW), because only a minimal set of changes are needed for that (AFAIK only some of...

Hey @probonopd ! I've seen your contribution to welle.io and I like the idea of linuxdeployqt, so I will definitely use it. Once I've setup Travis CI I will definitely...

@pgrandin should be related to this: https://github.com/navit-gps/navit/issues/834

Hi @TheAssassin The egl platform plugin has a few different integrations. So when we launch a Qt app with -platform eglfs it selects which eglfs integration to use. In my...

To get HFP/HSP working properly you'll need PulseAudio 11 https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/ HFP works using ofono, but it is only started fully working with version PA version 11. @SoloVeniaASaludar can you try...

@probonopd From a quick Google search I can tell, that there are 3rd party websites that let you integrate Github with Gerrit. However I'm not sure if it'd be viable...

I think it'd be a better idea to a media position and media info changed signal to [MediaInterface](https://github.com/viktorgino/headunit-desktop/blob/master/includes/mediainterface.h), so all the other media plugins can use it. Then [MediaManager](https://github.com/viktorgino/headunit-desktop/blob/master/app/mediamanager.h) could...

Thanks @aselafernando . I've ordered a GPS module so I can test this. Will review after. BTW I have a working QML interface for navit here: https://github.com/navit-gps/navit/tree/qml-gui-wip , but the...