summaryrefslogtreecommitdiff
path: root/src/clicktoflash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"Andrea Diamantini2012-04-271-6/+5
| | | | This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-5/+6
| | | | | | | | | | | Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* clean upAndrea Diamantini2011-07-251-8/+8
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-4/+0
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-10/+10
|
* 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-7/+5
|
* Cleaning some kDebug callsAndrea Diamantini2010-05-221-1/+1
|
* QLatin1String -> QL1SAndrea Diamantini2010-04-301-3/+3
| | | | added cppcheck script
* Include Fixes, first bunchAndrea Diamantini2010-04-301-1/+1
|
* cleaning headersAndrea Diamantini2010-04-301-1/+0
|
* A coding style roundAndrea Diamantini2010-04-301-24/+24
|
* First Krazy rekonq-git fixes :DAndrea Diamantini2010-03-171-1/+1
|
* Fix Click to Flash.Andrea Diamantini2010-03-041-20/+34
| | | | | In my tests it doesn't crash anymore and works ever well :) (Please, don't wake up me if this is just aa dream..)
* delete clicktoflash object just when detection doesn't fail.Andrea Diamantini2010-03-041-2/+1
| | | | This will save rekonq from crashes :)
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-50/+25
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* Just some stupid fixesAndrea Diamantini2009-12-141-1/+6
|
* Load animation -> Load PluginPanagiotis Papadopoulos2009-12-131-1/+1
|
* Restored QWebElementCollectionAndrea Diamantini2009-11-301-2/+2
| | | | My qt copy was too old..
* Fixing clicktoflash code && licenseAndrea Diamantini2009-11-281-4/+28
|
* clicktoflash : more cleanupmatgic782009-11-271-13/+4
|
* clicktoflash : cleanupmatgic782009-11-271-52/+21
|
* clicktoflash : step 2 make it work when there are more than one plugin in ↵matgic782009-11-271-6/+27
| | | | the same page
* ClickToFlash : first stepmatgic782009-11-271-0/+142
For now, no config and only working when there is only one flash in the page