summaryrefslogtreecommitdiff
path: root/src/homepage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changing homepage.* --> newtabpage.* and fixing APIAndrea Diamantini2009-11-101-285/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-1/+0
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* fixing new mainWindow() behaviour, porting functions calling itAndrea Diamantini2009-11-101-2/+1
|
* Krazy fixes for 0.2.71Andrea Diamantini2009-10-231-5/+4
|
* dynamic space between previewsmegabigbug2009-10-221-2/+3
| | | | previews centered
* Fixing merge due to recent changes in masterAndrea Diamantini2009-10-211-4/+4
|\ | | | | | | | | | | | | Merge commit 'refs/merge-requests/1836' of git://gitorious.org/rekonq/mainline into NewHomePageSytle Conflicts: src/homepage.cpp
| * another homepage stylemegabigbug2009-10-171-4/+4
| |
* | check title length fixAndrea Diamantini2009-10-191-16/+3
| |
* | Fixing thumbs positionAndrea Diamantini2009-10-191-8/+5
| |
* | Porting recently closed tabs to use HistoryItem.Andrea Diamantini2009-10-191-4/+4
| | | | | | | | This way we can have more useful infos about
* | Fixing rebase...Andrea Diamantini2009-10-191-1/+0
| |
* | STEP 1Andrea Diamantini2009-10-191-5/+7
| | | | | | | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url
* | reintroduce and fix recently closed tab featuremegabigbug2009-10-171-27/+25
|/
* use the same bar string.Andrea Diamantini2009-10-161-1/+1
| | | | Pano, check them to choose the best...
* Show homepages titles on tabs ("favorites", "history"...)matgic782009-10-161-0/+6
|
* i18n fixesAndrea Diamantini2009-10-161-5/+8
|
* removed bugged closed tabs and implemented a simple tab switchAndrea Diamantini2009-10-161-23/+26
|
* cleaning code...Andrea Diamantini2009-10-151-2/+0
|
* Merge commit 'refs/merge-requests/1805' of ↵Andrea Diamantini2009-10-151-28/+11
|\ | | | | | | git://gitorious.org/rekonq/mainline into matgic
| * favorites managementmatgic782009-10-141-28/+11
| | | | | | | | | | | | | | -right click menu to set the preview url by selecting one of the 15 last history entries -abitlity to remove previews and manage empty previews (show a toolbutton to set the url) -contextmenu->add to favorites now adds preview in an empty space when there is one -modified the loop used in HomePage::lastVisited because I encountered an infinite loop with it. (and because it is simpler this way)
* | Merge commit 'refs/merge-requests/1772' of ↵Andrea Diamantini2009-10-131-1/+1
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into proxy
| * | Small fixes (const issue, single char issue, file not ending with a new ↵Dario Freddi2009-10-131-1/+1
| | | | | | | | | | | | | | | | | | line), and adding the correct schema to kconfigxt files Signed-off-by: Dario Freddi <drf@kde.org>
* | | cosmetic...Andrea Diamantini2009-10-131-3/+3
|/ / | | | | | | | | I really hate "bookmarks-organize" icon. Banned from rekonq!! The other changes follow..
* | Restored recently closed tabsAndrea Diamantini2009-10-111-5/+30
|/ | | | | | | 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 :)
* 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
|