summaryrefslogtreecommitdiff
path: root/src/homepage.h
Commit message (Collapse)AuthorAgeFilesLines
* reintroduce and fix recently closed tab featuremegabigbug2009-10-171-1/+1
|
* removed bugged closed tabs and implemented a simple tab switchAndrea Diamantini2009-10-161-1/+1
|
* Restored recently closed tabsAndrea Diamantini2009-10-111-1/+2
| | | | | | | I'm not a big fan of this implementation, but modifying history for this is impossible (no sense) and storing it somewhere.. don't know Perhaps someone has some better ideas here :)
* better homepage with nav bar on topMatthieu Gicquel2009-10-061-1/+1
|
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-1/+1
| | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
* preferred --> favoritesAndrea Diamantini2009-10-021-1/+1
|
* BIG BIG commitAndrea Diamantini2009-09-301-2/+1
| | | | | | | | | | | | | | | | removed: - last closed tabs feature - new tab page settings (unuseful, we need something better) implemented - new home page layout (needs love) - new about: protocol to load home page sections - preview images cache todo: - cleaning cache mechanism - bug fixing - add/remove to preferred actions
* a lot fo changes in the history/bookmarks page (restored initial method ↵Andrea Diamantini2009-09-291-3/+5
| | | | rewamped)
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-291-4/+8
| | | | and changed its layout
* Implementing a new about: protocol, 1st bunchAndrea Diamantini2009-09-291-1/+3
|
* New rekonq home page layoutAndrea Diamantini2009-09-291-1/+1
|
* Fixing state. Rekonq is not usable now, but this seems a good tech preview.Andrea Diamantini2009-09-151-1/+1
| | | | | | | Anyway, performance is definitely a problem with this method, also loading just the first time. Looking at the other way... :)
* Initial newtab page settings implementationAndrea Diamantini2009-09-151-1/+2
| | | | | it doesn't really fit our needs. Just a starting point..
* We have thumbnails! Hugh!Andrea Diamantini2009-09-141-6/+3
|
* HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-101-0/+59
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 :)