Skip to content
Snippets Groups Projects
  1. Feb 07, 2019
    • Studer Gabriel's avatar
      avoid widget showing up twice · bb0e6863
      Studer Gabriel authored
      QT5 shows a widget twice when you set a parent at initialization
      and reset the parent later. This is exactly what happens when a
      widget is initialized and passed to AddWidget in the gosty app.
      The solution is to initialize them without a parent and let
      the AddWidget function taking care of it.
      bb0e6863
    • Gerardo Tauriello's avatar
      Fix indentation · 996dd9c1
      Gerardo Tauriello authored
      996dd9c1
    • Studer Gabriel's avatar
      resolve segfault · d257c616
      Studer Gabriel authored
      commit 1268b4b4 just shifted the
      problem. DNG nicely shut down but a unit test segfaulted. I did not
      investigate in depth what exactly happened. However, the cleanup
      at Python shutdown seems to be necessary. The problem is that the
      scene destructor might have already been called when the cleanup at
      Python exit happens and the pointers to the scene observers point into
      Nirvana. So by explicitely defining the Scene destructor that kills
      all observer pointers and bound gfx objects, the likelihood for bad things
      happening when the RemoveAll function is called on the Singleton again
      is reduced.
      d257c616
  2. Feb 06, 2019
  3. Feb 05, 2019
    • Studer Gabriel's avatar
      fix stereo rendering · c4e2fa33
      Studer Gabriel authored
      - Directly Register GLCanvas to Scene at initialization
      - Stereo Rendering (at least on our setup) fails when setting the alpha buffer
        -> disabled for stereo
      c4e2fa33
  4. Feb 04, 2019
  5. Feb 03, 2019
  6. Feb 02, 2019
    • Studer Gabriel's avatar
      revert 5d9151df · 61f4b903
      Studer Gabriel authored
      Accept compiler warning about unused functions, as they're in the
      header file and might be included by other code that requires the
      functions to be there. Happened for the unit tests.
      61f4b903
  7. Feb 01, 2019
  8. Jan 30, 2019
Loading