From 667bd0a8450835f9b95b8ce83fb4f04a7df6d4ca Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 8 Sep 2009 02:38:18 +0200 Subject: HUGE HUGE HUGE COMMIT! First implementation of "rekonq home page" - Added icons && htmls for it - fixed pics places && CMakeLists.txt - Added a HomePage class to create the "rekonq home Page" - Modified setting to load on new tab start 1) rekonq home page (default) 2) blank page 3) an url (to set) - removed home page button - fixed WebPage && loadUrl slot to load "home:" scheme - Added a toolbar method in BookmarksProvider to load bookmarks in the homepage The page needs a lot of love, but I think this is a really good starting point for. Hope you like it :) --- data/CMakeLists.txt | 9 +--- data/closed.png | Bin 0 -> 118 bytes data/home.html | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++ data/open.png | Bin 0 -> 120 bytes 4 files changed, 118 insertions(+), 7 deletions(-) create mode 100644 data/closed.png create mode 100644 data/home.html create mode 100644 data/open.png (limited to 'data') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 93b9f83c..062bc138 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,5 +1,5 @@ INSTALL( - FILES loading.mng + FILES closed.png loading.mng open.png webkit-icon.png DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics ) @@ -14,11 +14,6 @@ INSTALL( ) INSTALL( - FILES notfound.html + FILES notfound.html home.html DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls ) - -INSTALL( - FILES webkit-icon.png - DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics -) diff --git a/data/closed.png b/data/closed.png new file mode 100644 index 00000000..2b1bf01e Binary files /dev/null and b/data/closed.png differ diff --git a/data/home.html b/data/home.html new file mode 100644 index 00000000..d1a200cf --- /dev/null +++ b/data/home.html @@ -0,0 +1,116 @@ + + + + +rekonq home page + + + + + + + + + + + + + + + + + + + + + + + + +

History

Bookmarks

%2%3
+ + + + + diff --git a/data/open.png b/data/open.png new file mode 100644 index 00000000..fee6f3fb Binary files /dev/null and b/data/open.png differ -- cgit v1.2.1