-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store opened search tabs between app restarts #22163
Conversation
bf49fcf
to
2d82b6d
Compare
c7b20a6
to
1595d69
Compare
5017ae8
to
88c47d3
Compare
4fae71f
to
87b0c39
Compare
87b0c39
to
7d3046b
Compare
|
7d3046b
to
2771794
Compare
2771794
to
28b690d
Compare
Changed Options to follow |
28b690d
to
5a767ec
Compare
5a767ec
to
240d887
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
240d887
to
716b0c1
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
reference: #22163 (comment) |
716b0c1
to
e644a91
Compare
Scratch that. It's probably some problem with my self compiled builds. I went all the way back to the 5.0.0alpha1 commit and i can still reproduce it but i can't reproduce it in my distro's 5.0.3. |
I don't know. Search process just returns error code for some reason... |
Perhaps the Search engine (python part) itself has some changes in v5.1 affecting this. |
This comment was marked as resolved.
This comment was marked as resolved.
/Off topic
I just remembered something that might be relevant: Unlike 5.0.3, i use my self compiled build in portable mode ( |
It is a feature. Some of your plugins are definitely not working as expected. Although currently there are no debug messages in qbt to know about the details IIRC. |
official builds with only official plug-ins added/loaded & running in portable mode don't have this issue, only CI builds seem to display this problem, I went to a CI build which is still available from 3 months ago. |
For me only |
Also, If I disable those 3x affected plugins & search with |
@thalieht What version of python installed?? I'm 3.13.1/Windows 10 BTW....Search for example |
Same but linux.
Maybe we should move this somewhere else... we're off topic. |
Can't seem to get any results at all with this plugin. |
This comment was marked as off-topic.
This comment was marked as off-topic.
SearchWidget::SearchWidget(IGUIApplication *app, QWidget *parent) | ||
: GUIApplicationComponent(app, parent) | ||
, m_ui {new Ui::SearchWidget()} | ||
, m_ioThread {new QThread} | ||
, m_dataStorage {new DataStorage(this)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting this message in console: QObject::moveToThread: Cannot move objects with a parent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting this message in console:
QObject::moveToThread: Cannot move objects with a parent
Fixed by #22208.
Closes #167.