[kinfocenter] [Bug 417466] Info Center System information loads at first but loads template text on redraw

2020-02-12 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=417466

Harald Sitter  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://commits.kde.org/kin
   ||focenter/c0be941faf015e588b
   ||c40817a29f83a85e92b951
 Resolution|--- |FIXED

--- Comment #4 from Harald Sitter  ---
Git commit c0be941faf015e588bc40817a29f83a85e92b951 by Harald Sitter.
Committed on 12/02/2020 at 11:16.
Pushed by sitter into branch 'master'.

don't hold initdness in a static var

with the move to systemsettings the module live times seem to have changed
so the statics survive a module switch and would prevent the module from
initializing again when viewed a second time.
instead simply look at m_entries to determine if we need to init. entries
are never empty after load, so it's a reliable indication for initdness.

M  +1-3Modules/about-distro/src/Module.cpp

https://commits.kde.org/kinfocenter/c0be941faf015e588bc40817a29f83a85e92b951

-- 
You are receiving this mail because:
You are watching all bug changes.

[kinfocenter] [Bug 417466] Info Center System information loads at first but loads template text on redraw

2020-02-12 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=417466

Harald Sitter  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from Harald Sitter  ---
Yep, the infocenter window itself is now the same code as systemsettings and
that seems to not unload modules entirely. Should be an easy fix. Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kinfocenter] [Bug 417466] Info Center System information loads at first but loads template text on redraw

2020-02-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417466

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kinfocenter] [Bug 417466] Info Center System information loads at first but loads template text on redraw

2020-02-11 Thread Kurt Kremitzki
https://bugs.kde.org/show_bug.cgi?id=417466

--- Comment #2 from Kurt Kremitzki  ---
Presumably related to https://phabricator.kde.org/D26667

-- 
You are receiving this mail because:
You are watching all bug changes.

[kinfocenter] [Bug 417466] Info Center System information loads at first but loads template text on redraw

2020-02-11 Thread Kurt Kremitzki
https://bugs.kde.org/show_bug.cgi?id=417466

--- Comment #1 from Kurt Kremitzki  ---
Created attachment 125880
  --> https://bugs.kde.org/attachment.cgi?id=125880&action=edit
Buggy template text displayed

-- 
You are receiving this mail because:
You are watching all bug changes.