summaryrefslogtreecommitdiff
path: root/data/home.html
Commit message (Collapse)AuthorAgeFilesLines
* Moved data dir to srcAndrea Diamantini2009-11-131-157/+0
|
* The changes discussed with Lionel to mr 1948Andrea Diamantini2009-10-301-1/+1
|
* homepage fixes:megabigbug2009-10-281-4/+5
| | | | | more space between items in the navigation bar better vertical alignment of previews
* Fixing merge..Andrea Diamantini2009-10-231-1/+15
|\ | | | | | | | | | | | | Merge commit 'refs/merge-requests/1889' of git://gitorious.org/rekonq/mainline into Fri9 Conflicts: data/home.html
| * dynamic space between previewsmegabigbug2009-10-221-1/+15
| | | | | | | | previews centered
* | Merge branch 'StartRekonq'Andrea Diamantini2009-10-231-1/+1
|\ \
| * | changed title.Andrea Diamantini2009-10-221-1/+1
| | | | | | | | | | | | | | | This way we no more have titles like "Favorites - rekonq - rekonq" :D
* | | Merge commit 'refs/merge-requests/1884' of ↵Andrea Diamantini2009-10-231-1/+0
|\ \ \ | |/ / |/| | | | | git://gitorious.org/rekonq/mainline into Fri2
| * | Fix "cursor: pointer" setting it in previewimage.cpp with QWidget propertymatgic782009-10-221-1/+0
| |/ | | | | | | BusyCursor shown when hovering a loading preview
* | change history style: normal size fonts, h3 style like dolphin categorieslionelc2009-10-211-4/+5
|/
* Fixing merge due to recent changes in masterAndrea Diamantini2009-10-211-8/+15
|\ | | | | | | | | | | | | Merge commit 'refs/merge-requests/1836' of git://gitorious.org/rekonq/mainline into NewHomePageSytle Conflicts: src/homepage.cpp
| * fix buttonmegabigbug2009-10-171-1/+1
| |
| * another homepage stylemegabigbug2009-10-171-8/+15
| |
* | Fixing thumbs positionAndrea Diamantini2009-10-191-19/+1
| |
* | STEP 1Andrea Diamantini2009-10-191-5/+6
|/ | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url
* Show homepages titles on tabs ("favorites", "history"...)matgic782009-10-161-6/+6
|
* removing rekonq name (more space for the smart bar)Andrea Diamantini2009-10-081-1/+0
|
* fix homepageMatthieu Gicquel2009-10-071-7/+6
|
* Fixing merge operationAndrea Diamantini2009-10-071-28/+66
|\ | | | | | | | | | | | | | | 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-23/+63
| |
* | HomePage style fixes.Andrea Diamantini2009-10-061-12/+15
| | | | | | | | | | I'm quite sure this is going to be home page style for rekonq 0.3
* | cursor:pointer over thumbnailsAndrea Diamantini2009-10-051-0/+1
|/
* Changin (again) layout and fixing last Visited page counter.. :)Andrea Diamantini2009-10-021-32/+30
|
* Changing page layout (more to come..)Andrea Diamantini2009-10-021-6/+6
|
* a lot fo changes in the history/bookmarks page (restored initial method ↵Andrea Diamantini2009-09-291-3/+3
| | | | rewamped)
* Initial fixesAndrea Diamantini2009-09-291-1/+1
|
* New rekonq home page layoutAndrea Diamantini2009-09-291-58/+48
|
* Fixed not found page to let translators work on it..Andrea Diamantini2009-09-241-1/+2
|
* css homepage improvementsAndrea Diamantini2009-09-231-17/+60
| | | | thanks to nferenc :)
* Some CSS fixesAndrea Diamantini2009-09-141-5/+3
|
* Fixing a bit examples, positions, links and so on..Andrea Diamantini2009-09-141-16/+28
|
* Adding url to previewsAndrea Diamantini2009-09-141-0/+1
|
* We have thumbnails! Hugh!Andrea Diamantini2009-09-141-72/+25
|
* HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-101-0/+116
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 :)