Bug 179931 - Restore open tabs after crash
Summary: Restore open tabs after crash
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.3.3
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 210056 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-07 18:34 UTC by Christoph Lange
Modified: 2010-02-16 23:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Restore tabs after crash (6.52 KB, patch)
2009-11-02 01:36 UTC, Steffen Hanikel
Details
Restore tabs after crash (8.47 KB, patch)
2009-12-31 19:07 UTC, Steffen Hanikel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Lange 2009-01-07 18:34:38 UTC
Version:           1.3.3 (using 4.1.3 (KDE 4.1.3), Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.26-tuxonice

It would be nice if Akregator also offered the feature of recent Konqueror versions to (optionally) restore open tabs after a crash.
Comment 1 Christophe Marin 2009-10-10 11:59:33 UTC
*** Bug 210056 has been marked as a duplicate of this bug. ***
Comment 2 Christoph Lange 2009-10-10 12:08:04 UTC
Oops, sorry for reporting the same bug twice.  I forgot about the first one, and searched for the term "session" when reporting the second one.
Comment 3 Steffen Hanikel 2009-11-02 01:36:47 UTC
Created attachment 38020 [details]
Restore tabs after crash

With this patch akregator will remember the tabs after it crashed.

If you have any suggestions for my code, please tell me and I will try to change the patch accordingly.

Note: This will only work with the akregator app, not if you only use the kpart. I did it this way, because the kpart also doesn't remember its tabs, when closed properly. If wished, I will try to move the code to the akregator kpart, so you can also use the tab remembering feature with kontact.
Comment 4 Steffen Hanikel 2009-12-31 19:07:12 UTC
Created attachment 39484 [details]
Restore tabs after crash

Akregator now also remembers its tabs when it is used within another application.
Comment 5 Frank Osterfeld 2010-02-16 23:28:01 UTC
SVN commit 1091469 by osterfeld:

Restore open tabs after crash
Patch by Steffen Hanikel
BUG:179931

 M  +87 -0     akregator_part.cpp  
 M  +32 -0     akregator_part.h  
 M  +10 -0     mainwidget.cpp  
 M  +2 -0      mainwidget.h  
 M  +0 -28     mainwindow.cpp  
 M  +0 -11     mainwindow.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1091469