summaryrefslogtreecommitdiff
path: root/src/homepage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* BIG BIG commitAndrea Diamantini2009-09-301-33/+36
| | | | | | | | | | | | | | | | 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-20/+54
| | | | rewamped)
* Initial fixesAndrea Diamantini2009-09-291-3/+30
|
* Implemented about protocol to load home page(s)Andrea Diamantini2009-09-291-4/+25
| | | | and changed its layout
* Implementing a new about: protocol, 1st bunchAndrea Diamantini2009-09-291-1/+2
|
* New rekonq home page layoutAndrea Diamantini2009-09-291-31/+32
|
* Krazy check issues fixes..Andrea Diamantini2009-09-281-1/+1
|
* Cleaning some unuseful kDebug(s)...Andrea Diamantini2009-09-251-1/+0
|
* Removing thumbs files on tableWidget changes && removing someAndrea Diamantini2009-09-251-1/+2
| | | | unuseful kWarning..
* Home page translationsAndrea Diamantini2009-09-241-3/+3
|
* css homepage improvementsAndrea Diamantini2009-09-231-0/+2
| | | | thanks to nferenc :)
* Fixing foreach macros..Andrea Diamantini2009-09-221-1/+1
|
* Fixing websnap resizing...Andrea Diamantini2009-09-201-2/+1
|
* Faster loading..Andrea Diamantini2009-09-181-1/+2
|
* Fixed options show recently closed tabs / show recent historyAndrea Diamantini2009-09-181-1/+1
|
* It finally works!Andrea Diamantini2009-09-181-3/+0
| | | | Need some fixes to be merged..
* First changes..Andrea Diamantini2009-09-181-3/+3
|
* Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-151-2/+1
| | | | | | | | | Now it's time to RUN working or I'll be dismissed!! This implementation works quite fine, it's a bit slow but really better than the previous one. It crashes gloriously loading flash contents (Qt bug? WebPlugin one's?) and does not resize well webviews..
* First adjustments and code about it (it's really simple, anyway..Qt rocks!!!)Andrea Diamantini2009-09-151-12/+6
|
* Fixing state. Rekonq is not usable now, but this seems a good tech preview.Andrea Diamantini2009-09-151-2/+10
| | | | | | | 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-32/+53
| | | | | it doesn't really fit our needs. Just a starting point..
* Google search engineAndrea Diamantini2009-09-141-119/+18
|
* Recently closed tabs: first implementationAndrea Diamantini2009-09-141-2/+10
|
* Fixing a bit examples, positions, links and so on..Andrea Diamantini2009-09-141-5/+7
|
* Search Engine, first draftAndrea Diamantini2009-09-141-1/+25
| | | | | Time to cook, now :) Hope you glad this "technologic" preview
* Adding url to previewsAndrea Diamantini2009-09-141-3/+5
|
* We have thumbnails! Hugh!Andrea Diamantini2009-09-141-87/+129
|
* Added support for bookmark icons. Not yet working..Andrea Diamantini2009-09-101-1/+6
|
* Fixed improper use of Bookmark Manager classAndrea Diamantini2009-09-101-1/+1
|
* HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-101-0/+173
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 :)