summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"Andrea Diamantini2012-04-271-2/+1
| | | | This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-1/+2
| | | | | | | | | | | Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
* Let "Manually load Plugins" work againAndrea Diamantini2012-02-111-2/+2
| | | | | | Courtesy patch by: Dominik Cermak. Thanks :) BUG:293761
* Let rekonq save file remotelyAndrea Diamantini2011-11-031-1/+1
| | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
* also take 'application/futuresplash' mimetype in account for clickToFlashJohannes Tröscher2011-11-021-1/+2
| | | | REVIEWED-BY: trustMe
* Improve code in plugin loading (not yet perfect, I fear...)Andrea Diamantini2011-09-161-1/+1
| | | | CCBUG: 281101
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-281-1/+1
| | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea
* clean upAndrea Diamantini2011-07-251-3/+3
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-5/+5
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-3/+1
|
* cleaning headersAndrea Diamantini2010-04-301-3/+0
|
* A coding style roundAndrea Diamantini2010-04-301-13/+13
|
* This commit lets rekonq embed parts instead of krunning themAndrea Diamantini2010-03-261-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 Diamantini2010-03-041-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 Diamantini2010-03-041-31/+29
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+2
|
* Various changes:matgic782010-02-061-26/+2
| | | | | | | - improve appearance of empty/loading previews - port closedTabs to new system - remove PreviewImage files TODO : dialog to choose preview
* clicktoflash : more cleanupmatgic782009-11-271-1/+1
|
* clicktoflash : cleanupmatgic782009-11-271-2/+5
|
* make clicktoflash optionnalmatgic782009-11-271-0/+4
|
* clicktoflash : step 2 make it work when there are more than one plugin in ↵matgic782009-11-271-1/+1
| | | | the same page
* ClickToFlash : first stepmatgic782009-11-271-1/+28
| | | | For now, no config and only working when there is only one flash in the page
* comments --Andrea Diamantini2009-11-131-3/+0
|
* Moving to kdewebkit.Andrea Diamantini2009-11-131-3/+3
| | | | First step
* STEP 1Andrea Diamantini2009-10-191-1/+5
| | | | | creating a new Preview Image Object, based on QWidget and containing the pixmap AND the url
* Fixing code of PluginFactory + PreviewImage.Andrea Diamantini2009-10-151-5/+13
| | | | In this way, we don't need to pass *ALL* the QStringList(s)..
* favorites managementmatgic782009-10-141-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 Diamantini2009-10-061-0/+3
|
* Code fixes in the homepageAndrea Diamantini2009-10-011-11/+3
| | | | also changed history && bookmarks layout (we need just icons there)
* BIG BIG commitAndrea Diamantini2009-09-301-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 Diamantini2009-09-251-1/+1
|
* create function fixAndrea Diamantini2009-09-201-3/+5
|
* Flash loading fixAndrea Diamantini2009-09-201-3/+3
|
* Faster loading..Andrea Diamantini2009-09-181-2/+8
|
* It finally works!Andrea Diamantini2009-09-181-9/+7
| | | | Need some fixes to be merged..
* LAST BRANCH (promised!!)Andrea Diamantini2009-09-181-8/+4
| | | | first commit here. We have the homepage classes
* First changes..Andrea Diamantini2009-09-181-17/+22
|
* Fixing previews dimension..Andrea Diamantini2009-09-171-1/+9
|
* Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-151-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..