Summary: | Remove closed tabs from closed tabs page when re-opened | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Todd <toddrme2178> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 0.7.0 | ||
Target Milestone: | 0.9 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Todd
2011-04-18 18:08:30 UTC
right :D Git commit 4b363ed35e880a6a74ac7784fcad713c62902f3a by Andrea Diamantini. Committed on 03/01/2012 at 18:31. Pushed by adjam into branch 'master'. improve closed tabs management - remove reopened tabs from the closed tabs list. - limit them to MAX 8 elements (it seems enough to me) - save history also when there is just one tab closed - DON'T save history when you opened a "rekonq" page M +57 -55 src/mainview.cpp M +5 -3 src/mainview.h M +3 -2 src/mainwindow.cpp M +1 -1 src/mainwindow.h M +74 -35 src/newtabpage.cpp M +1 -6 src/newtabpage.h M +9 -7 src/tabbar.cpp M +1 -1 src/tabbar.h M +1 -1 src/webtab.cpp M +2 -1 src/webtab.h http://commits.kde.org/rekonq/4b363ed35e880a6a74ac7784fcad713c62902f3a |