Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add an action to refresh thumbnails | matgic78 | 2009-10-16 | 1 | -0/+12 |
| | |||||
* | i18n fixes | Andrea Diamantini | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | removed bugged closed tabs and implemented a simple tab switch | Andrea Diamantini | 2009-10-16 | 1 | -9/+20 |
| | |||||
* | some fixes on preview home page mechanism | Andrea Diamantini | 2009-10-16 | 1 | -5/+19 |
| | |||||
* | no really need to refresh thumnbs. If you really wanna so, you can do | Andrea Diamantini | 2009-10-15 | 1 | -8/+6 |
| | | | | from clear cached data :) | ||||
* | Fixing code of PluginFactory + PreviewImage. | Andrea Diamantini | 2009-10-15 | 1 | -18/+4 |
| | | | | In this way, we don't need to pass *ALL* the QStringList(s).. | ||||
* | favorites management | matgic78 | 2009-10-14 | 1 | -11/+169 |
| | | | | | | | -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) | ||||
* | TONS of events ignored to let homepage no more crash! | Andrea Diamantini | 2009-10-08 | 1 | -0/+20 |
| | | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests | ||||
* | Cleaning headers and so on... | Andrea Diamantini | 2009-10-06 | 1 | -4/+9 |
| | |||||
* | (Again) preparing PreviewImage for right mouse click manage | Andrea Diamantini | 2009-10-06 | 1 | -2/+12 |
| | |||||
* | I apologize for this. As said, I use no mouse and I couldn't | Andrea Diamantini | 2009-10-06 | 1 | -12/+2 |
| | | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850. | ||||
* | - Cleaning mouse gesture managements | Andrea Diamantini | 2009-10-04 | 1 | -2/+12 |
| | | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage | ||||
* | Fixing Application::homePage behaviour | Andrea Diamantini | 2009-10-02 | 1 | -0/+1 |
| | |||||
* | Code fixes in the homepage | Andrea Diamantini | 2009-10-01 | 1 | -3/+3 |
| | | | | also changed history && bookmarks layout (we need just icons there) | ||||
* | Cleaning thumbs cache | Andrea Diamantini | 2009-09-30 | 1 | -1/+10 |
| | |||||
* | BIG BIG commit | Andrea Diamantini | 2009-09-30 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Implementing a new about: protocol, 1st bunch | Andrea Diamantini | 2009-09-29 | 1 | -1/+2 |
| | |||||
* | Load on click (links on previews) | Andrea Diamantini | 2009-09-29 | 1 | -0/+10 |
| | |||||
* | rekonq 0.2.59 | Andrea Diamantini | 2009-09-20 | 1 | -1/+0 |
| | | | | A lot of merged code and some trivial bug fixed | ||||
* | Fixing loading preview | Andrea Diamantini | 2009-09-20 | 1 | -5/+12 |
| | | | | | | | busywidget image provided by AdriĆ :) with Pano's intercession. Many thanks! | ||||
* | Faster loading.. | Andrea Diamantini | 2009-09-18 | 1 | -7/+20 |
| | |||||
* | It finally works! | Andrea Diamantini | 2009-09-18 | 1 | -5/+10 |
| | | | | Need some fixes to be merged.. | ||||
* | LAST BRANCH (promised!!) | Andrea Diamantini | 2009-09-18 | 1 | -0/+49 |
first commit here. We have the homepage classes |