diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-08 02:38:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-10 22:15:10 +0200 |
commit | 667bd0a8450835f9b95b8ce83fb4f04a7df6d4ca (patch) | |
tree | a202cb184a88313c24c407d94d5c3147d144a57e /src/rekonq.kcfg | |
parent | rekonq 0.2.56 with session management (recover on crash) (diff) | |
download | rekonq-667bd0a8450835f9b95b8ce83fb4f04a7df6d4ca.tar.xz |
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 :)
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 86b1a5df..2ac9b331 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -6,11 +6,14 @@ <include>QtWebKit</include> <include>KUrl</include> -<kcfgfile name="rekonqrc"/> +<kcfgfile name="rekonqrc" /> <!-- General Settings --> <group name="General"> + <entry name="newTabsBehaviour" type="Int"> + <default>0</default> + </entry> <entry name="homePage" type="String"> <default>http://www.kde.org/</default> </entry> @@ -29,9 +32,6 @@ <entry name="openTabsBack" type="Bool"> <default>false</default> </entry> - <entry name="newTabsOpenHomePage" type="Bool"> - <default>false</default> - </entry> <entry name="showUrlsPopup" type="Bool"> <default>true</default> </entry> |