Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Include all .moc files removed in the previous commit | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -3/+1 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -3/+0 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -13/+13 |
| | |||||
* | This commit lets rekonq embed parts instead of krunning them | Andrea Diamantini | 2010-03-26 | 1 | -7/+1 |
| | | | | | | | DISCLAIMER: This code really A LOT of testing. Not for the code itself, but for the parts it lets rekonq use. I'm experiencing a lot of crashes with the Dragon Part, in example. | ||||
* | Fix Click to Flash. | Andrea Diamantini | 2010-03-04 | 1 | -1/+1 |
| | | | | | In my tests it doesn't crash anymore and works ever well :) (Please, don't wake up me if this is just aa dream..) | ||||
* | WebPluginFactory. Cleaning code.. | Andrea Diamantini | 2010-03-04 | 1 | -31/+29 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+2 |
| | |||||
* | Various changes: | matgic78 | 2010-02-06 | 1 | -26/+2 |
| | | | | | | | - improve appearance of empty/loading previews - port closedTabs to new system - remove PreviewImage files TODO : dialog to choose preview | ||||
* | clicktoflash : more cleanup | matgic78 | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | clicktoflash : cleanup | matgic78 | 2009-11-27 | 1 | -2/+5 |
| | |||||
* | make clicktoflash optionnal | matgic78 | 2009-11-27 | 1 | -0/+4 |
| | |||||
* | clicktoflash : step 2 make it work when there are more than one plugin in ↵ | matgic78 | 2009-11-27 | 1 | -1/+1 |
| | | | | the same page | ||||
* | ClickToFlash : first step | matgic78 | 2009-11-27 | 1 | -1/+28 |
| | | | | For now, no config and only working when there is only one flash in the page | ||||
* | comments -- | Andrea Diamantini | 2009-11-13 | 1 | -3/+0 |
| | |||||
* | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 1 | -3/+3 |
| | | | | First step | ||||
* | STEP 1 | Andrea Diamantini | 2009-10-19 | 1 | -1/+5 |
| | | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url | ||||
* | Fixing code of PluginFactory + PreviewImage. | Andrea Diamantini | 2009-10-15 | 1 | -5/+13 |
| | | | | In this way, we don't need to pass *ALL* the QStringList(s).. | ||||
* | favorites management | matgic78 | 2009-10-14 | 1 | -1/+1 |
| | | | | | | | -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) | ||||
* | Cleaning headers and so on... | Andrea Diamantini | 2009-10-06 | 1 | -0/+3 |
| | |||||
* | Code fixes in the homepage | Andrea Diamantini | 2009-10-01 | 1 | -11/+3 |
| | | | | also changed history && bookmarks layout (we need just icons there) | ||||
* | BIG BIG commit | Andrea Diamantini | 2009-09-30 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Cleaning some unuseful kDebug(s)... | Andrea Diamantini | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | create function fix | Andrea Diamantini | 2009-09-20 | 1 | -3/+5 |
| | |||||
* | Flash loading fix | Andrea Diamantini | 2009-09-20 | 1 | -3/+3 |
| | |||||
* | Faster loading.. | Andrea Diamantini | 2009-09-18 | 1 | -2/+8 |
| | |||||
* | It finally works! | Andrea Diamantini | 2009-09-18 | 1 | -9/+7 |
| | | | | Need some fixes to be merged.. | ||||
* | LAST BRANCH (promised!!) | Andrea Diamantini | 2009-09-18 | 1 | -8/+4 |
| | | | | first commit here. We have the homepage classes | ||||
* | First changes.. | Andrea Diamantini | 2009-09-18 | 1 | -17/+22 |
| | |||||
* | Fixing previews dimension.. | Andrea Diamantini | 2009-09-17 | 1 | -1/+9 |
| | |||||
* | Here we are, embedding Qt Widgets.. | Andrea Diamantini | 2009-09-15 | 1 | -0/+76 |
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.. |