UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. vadrian89
    3. Topics
    V
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 44
    • Groups 0

    Topics

    • V

      Any advice on building Qt to build applications for UT?

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      4
      0 Votes
      4 Posts
      1k Views
      V
      I see, thanks both of you for your answers.
    • V

      Scopes current and future

      Watching Ignoring Scheduled Pinned Locked Moved Design
      5
      1 Votes
      5 Posts
      2k Views
      M
      It still won't solve the navigation pattern conflitcts though. I still think that even pure QML apps as scopes are an overkill for both performance and UX reasons. The current concept of what scopes are is not bad - they just need to be faster, more flexible and dynamic.
    • V

      Returning a QImage object to scope?

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      1
      0 Votes
      1 Posts
      477 Views
      No one has replied
    • V

      cmake issues trying to open messaging-app

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      13
      0 Votes
      13 Posts
      3k Views
      bhdouglassB
      @vadrian89 can you try doing an apt-get update && apt-get upgrade within the container? If that doesn't change anything then you must be still missing a library needed for compiling.
    • V

      Telegram application on Nexus 5 working for others?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      12
      0 Votes
      12 Posts
      2k Views
      flohackF
      @guru Supergroup support is in the beta build working very well, it will be in stable in approx 1 week... BR
    • V

      Lock Screen question

      Watching Ignoring Scheduled Pinned Locked Moved Support
      12
      0 Votes
      12 Posts
      3k Views
      R
      @vadrian89 It has to do with a couple of things as far as I know. The size and colour of the circle has to do with the amount and also time it happened. Last month is calculated as well.
    • V

      Some opinions related to the latest community update.

      Watching Ignoring Scheduled Pinned Locked Moved General
      23
      0 Votes
      23 Posts
      7k Views
      twinkybotT
      Hi e.g. Calibre is doing the same with the heart symbol. I belive there are many more applications out there. But for me an essential part why I am also funding this UBports is the hope of an secure and non-spy software. And this is only possible with Free Software at least where you can read the source code. But I'd go even for re-usable code (as this needs to be read and understood to use it therefore less hidden parts, imo) I believe Donations do work as wen can see for Matrix, UBPorts and others. Yes many are strugling but I believe this might also change if people understand the value of free software. I think that an OpenStore should be open. And as for programms I stronlgy believe that one should be able to re-use, change the code and make a living out of it without being harrased by people who have lawyers at their hands or something happening on my computer without me knowing. I love GNU licenses for their viral attitude
    • V

      Deploying aditional files with the application

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      2
      0 Votes
      2 Posts
      697 Views
      V
      I have solved this, in case anyone hits the same brick wall: In the .pro file, the one selected in my screenshot, I needed to specify that it should install those aditional files. In my case I mentioned that it should install the DISTFILES, like the following: [image: 1510479063063-captur%C4%83-de-ecran-din-2017-11-12-11-27-02-resized.png] DISTFILES += weathericons-regular-webfont.ttf Ubuntu-C.ttf fontawesome.ttf #set the path where to install distfiles aswell as adding which files to be added dist_files.path = /Cumulus dist_files.files += $${DISTFILES} #you can see that at the the end I've mentioned that dist_files should be installed aswell INSTALLS+=config_files qml_files desktop_file dist_files Might seem dumb of me for not knowing, that the files should be manually set to install, but I haven't used it before since for Android Qt Creator does that for me because it has a special directory where I need to add the aditional files. And on desktop I manually copied the files in the build directories without thinking I can tell qmake which files should also be deployed. So in case any other has this issue might help them out.
    • V

      Storage use of Ubuntu touch?

      Watching Ignoring Scheduled Pinned Locked Moved General
      3
      0 Votes
      3 Posts
      1k Views
      V
      @guru Thanks, I managed to buy a second-hand 32GB(a bit abused to be honest) but I bought it for aprox 65 euros which I think it's ok for the state in which is it. It seems Ubuntu is using aprox 16GB total, for me.