diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-09 12:32:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-09 12:32:58 +0100 |
commit | e8e00372f5e1a881b1ce83a3623208dae7833f4c (patch) | |
tree | 86e724a3fe7fdd69420da3d74fc32c6745eb35b2 /src/webinspectorpanel.cpp | |
parent | Free MainWindow from PreviewSelectorBar (diff) | |
download | rekonq-e8e00372f5e1a881b1ce83a3623208dae7833f4c.tar.xz |
HUGE CHANGE on Preview Page Choosing
The idea here is to free rekonq from unuseful weight while browsing
and better maintain code.
- Moved PreviewSelectorBar to be one of the WebTab bar
- (this way position moved to up rather then down)
- creation on use && deletion on close (SAVE MEMORY)
- free others page for browsing
- fix copyright
- CLEAN API (is private/public a misconception?) && comments
Diffstat (limited to 'src/webinspectorpanel.cpp')
-rw-r--r-- | src/webinspectorpanel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webinspectorpanel.cpp b/src/webinspectorpanel.cpp index a038d280..4f86f5e4 100644 --- a/src/webinspectorpanel.cpp +++ b/src/webinspectorpanel.cpp @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009 by Matthieu Gicquel<matgic78@gmail.com> +* Copyright (C) 2009 by Matthieu Gicquel<matgic78 at gmail dot com> * * * This program is free software; you can redistribute it and/or @@ -10,9 +10,9 @@ * published by the Free Software Foundation; either version 2 of * the License or (at your option) version 3 or any later version * accepted by the membership of KDE e.V. (or its successor approved -* by the membership of KDE e.V.), which shall act as a proxy +* by the membership of KDE e.V.), which shall act as a proxy * defined in Section 14 of version 3 of the license. -* +* * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |