summaryrefslogtreecommitdiff
path: root/src/homepage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TONS of events ignored to let homepage no more crash!Andrea Diamantini2009-10-081-2/+2
| | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests
* Fixing (hopefully better than the previous time :) the mrAndrea Diamantini2009-10-081-12/+20
|\ | | | | | | | | | | | | Merge commit 'refs/merge-requests/1724' of git://gitorious.org/rekonq/mainline into matgicMerge Conflicts: src/homepage.cpp
| * Removed superfluous headings in the new tab pagePanagiotis Papadopoulos2009-10-071-4/+0
| | | | | | | | This results in more space for important stuff :-)
| * Re-ordered the entries in the navigation bar a bitPanagiotis Papadopoulos2009-10-071-11/+11
| |
* | fix homepageMatthieu Gicquel2009-10-071-14/+2
|/
* Fixing merge operationAndrea Diamantini2009-10-071-11/+36
|\ | | | | | | | | | | | | | | Merge commit 'refs/merge-requests/1715' of git://gitorious.org/rekonq/mainline into matgicMerge Conflicts: data/home.html src/homepage.cpp
| * better homepage with nav bar on topMatthieu Gicquel2009-10-061-12/+40
| |
* | HomePage style fixes.Andrea Diamantini2009-10-061-10/+25
|/ | | | | I'm quite sure this is going to be home page style for rekonq 0.3
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-8/+8
| | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
* Changin (again) layout and fixing last Visited page counter.. :)Andrea Diamantini2009-10-021-15/+13
|
* preferred --> favoritesAndrea Diamantini2009-10-021-4/+4
|
* Changing page layout (more to come..)Andrea Diamantini2009-10-021-35/+21
|
* Fixing bookmarks layoutAndrea Diamantini2009-10-011-1/+3
|
* Code fixes in the homepageAndrea Diamantini2009-10-011-20/+21
| | | | also changed history && bookmarks layout (we need just icons there)
* 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 :)