https://bugs.kde.org/show_bug.cgi?id=473499
Stefano Crocco <stefano.cro...@alice.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/konqueror/-/commit/fef7 | |7006fecfb26941f38a7c82a8dac | |170435e73 Resolution|--- |FIXED --- Comment #2 from Stefano Crocco <stefano.cro...@alice.it> --- Git commit fef77006fecfb26941f38a7c82a8dac170435e73 by Stefano Crocco. Committed on 28/11/2023 at 19:36. Pushed by stefanocrocco into branch 'master'. Delay loading of multiple tabs when restoring a session When a session is restored, only the visible tab should be load immediately. All other tabs are only loaded when they become active. M +1 -0 src/CMakeLists.txt M +12 -5 src/konqframe.cpp M +1 -1 src/konqframe.h M +9 -0 src/konqframevisitor.cpp M +4 -0 src/konqmainwindow.cpp M +5 -0 src/konqmainwindow.h M +139 -16 src/konqview.cpp M +64 -4 src/konqview.h M +60 -50 src/konqviewmanager.cpp M +9 -0 src/konqviewmanager.h A +60 -0 src/placeholderpart.cpp [License: GPL(v2.0+)] A +95 -0 src/placeholderpart.h [License: GPL(v2.0+)] M +1 -0 webenginepart/src/webenginepart_ext.cpp https://invent.kde.org/network/konqueror/-/commit/fef77006fecfb26941f38a7c82a8dac170435e73 -- You are receiving this mail because: You are watching all bug changes.