morpheus.meta

Issues/PRs archive for Nordgedanken/Morpheus
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.meta.git
Log | Files | Refs

67.json (1956B)


      1 {
      2   "number": 67,
      3   "title": "[TRACKING ISSUE] QT refuses to render widgets inside of scrollAreas",
      4   "state": "open",
      5   "author": "MTRNord",
      6   "created_at": "2018-02-20T13:06:20Z",
      7   "closed_at": null,
      8   "labels": [
      9     "bug",
     10     "Important"
     11   ],
     12   "assignees": [],
     13   "body": "<!--- Provide a general summary of the issue in the Title above -->\r\nSince the rework of the ScrollArea Initialisation both (room and message View) are empty. SOmetimes the Room Header is missing too or added very late.\r\n\r\n## Expected Behavior\r\nWe should see a room List and the messages of the current Room\r\n\r\n## Current Behavior\r\nBoth Views are empty\r\n\r\n## Possible Solution\r\nPropably I have done something wrong in either adding the widgets to the scrollLayouts or adding the Layout to the ScrollArea\r\n\r\n## Steps to Reproduce\r\nSee the latest CI build\r\n\r\n## Context (Environment)\r\nTested on Windows 10 but propably affects other Systems too.\r\n\r\n\r\n## Comit Explenations\r\nUsed commit is: 0f41edb679e66f7b601f1c22d41c2f41ca226d8b\r\nLatest working commit (which has CI builds, missing avatars are \"intended\" as they are caused by a already fixed problem): 84ed8542ec5323aad6ec59a542e05c558b6582c3\r\nFirst failing commit with CI builds: 9f0d082f56d0a1b50e9d2ba4e702e167120100ba\r\n\r\n## What changed?\r\n1. It doesn't use QT/C Slots anymore but rather uses pure GO Code to add stuff.\r\n2. The Layout isn't the struct anymore but rather the non customized type which is provided by the Binding.\r\n3. Avatar updates got fixed but aren't really tested as I now miss the whole widget :)\r\n4. Some minor optimizations that shouldn't affect this in any way.",
     14   "comments": [
     15     {
     16       "author": "MTRNord",
     17       "created_at": "2018-02-23T17:26:25Z",
     18       "body": "Debuged and apparently this is caused by a timing issue. as soon as I use the Slots by QT it works fine again. Issue will be kept open to track this further"
     19     }
     20   ]
     21 }