-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Remember open tabs over restart #186
Comments
Here in fact, the experience has shown that what people might want is just keep track of the last open tracks. That means:
@BigKananga Is that what you mean? |
@kelson42 |
Yes we should have some kind of session management (and config also) |
It would be notably useful when the ZIM files are not located in C:\Users, since in that case those files do not appear in the Library (maybe this is another issue: #93). |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
Pushing (or un-staling) it as another major partner also requested the feature. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
I also wanted to support this feature. In fact, I don't need my last tabs, but it would be great if I didn't have to select the ZIM file every time I start the program! In Kiwix 0.9 I could use my previous ZIM file. Thank you. I'm mostly using Kiwix for the Wiktionary. UPD: I mentioned problems with the search bar (#499); in fact, if I could just re-open the program (without selecting the ZIM file every time), this might already improve the experience. |
Would love to work on this. I am thinking of using QSettings to retrieve web view URLs from tab bar class either on close or during each tab opening/closing(each tab opening and closing might be more fault-proof). Restoring them later within App init() as an initial support. Later on, this could be extended to use QSessionManager in case multiple instances might be running on the same filesystem. Storing the exact URL path of the open tabs should be possible as well! |
User can now restore tabs opened before close in the same order and same url with a pop-up box on startup. Fix kiwix#186
User can now restore tabs opened before close in the same order and same url with a pop-up box on startup. Fix kiwix#186
Users can now restore tabs opened before close in the same order and same url. Option can be set in settings tab. Fix kiwix#186
Users can now restore tabs opened before close in the same order and same url. Option can be set in settings tab. Fix kiwix#186
Tabs opened before close in the same order and same url are automatically restored. Fix kiwix#186
Users can now restore tabs opened before close in the same order and same url. Fix kiwix#186
Added a checkbox in settings where user can define if they want the tab reopening feature to be active. Fix kiwix#186
Users can now restore tabs opened before close in the same order and same url. Fix kiwix#186
Added a checkbox in settings where user can define if they want the tab reopening feature to be active. Fix kiwix#186
Added a checkbox in settings where user can define if they want the tab reopening feature to be active. Fix kiwix#186
Added a checkbox in settings where user can define if they want the tab reopening feature to be active. Fix kiwix#186
Users can now restore tabs opened before close in the same order and same url. Fix kiwix#186
Added a checkbox in settings where user can define if they want the tab reopening feature to be active. Fix kiwix#186
Fix #186: Introduced Tab Restoration on Restart
Users can now restore tabs opened before close in the same order and same url. Fix #186
Added a checkbox in settings where user can define if they want the tab reopening feature to be active. Fix #186
A small suggestion for a feature: how about opening the last opened zim file automatically? I think this would help many people that are using only one zim file.
The text was updated successfully, but these errors were encountered: