summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Further changes to the webkitsettings pagePanagiotis Papadopoulos2009-12-131-3/+3
|
* Merge branch 'master' of git://gitorious.org/rekonq/mainline into ↵Panagiotis Papadopoulos2009-12-131-1/+1
|\ | | | | | | click-to-flash-ui
| * set a valid e-mail adress for mematgic782009-12-101-1/+1
| |
* | Merge branch 'master' of git://gitorious.org/rekonq/mainline into ↵Panagiotis Papadopoulos2009-12-126-136/+164
|\ \ | |/ | | | | click-to-flash-ui
| * Merge commit 'refs/merge-requests/64' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2009-12-101-4/+4
| |\
| | * Follow Qt rebranding and use the proper names / sites.Thomas Zander2009-12-081-4/+4
| | |
| * | Merge commit 'refs/merge-requests/66' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-101-1/+1
| |\ \ | | | | | | | | | | | | into r66
| | * | do not crash when closing WebView that didn't load successfullyBernhard Beschow2009-12-091-1/+1
| | |/
| * | Merge commit 'refs/merge-requests/65' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-104-131/+159
| |\ \ | | |/ | |/| | | | into r65
| | * Rewrite NewTabPage to use QWebElement for page generationmatgic782009-12-094-131/+159
| | |
* | | Merge branch 'master' of git://gitorious.org/rekonq/mainline into ↵Panagiotis Papadopoulos2009-12-0927-151/+1047
|\ \ \ | |/ / | | | | | | click-to-flash-ui
| * | xss attach prevention.Andrea Diamantini2009-12-086-85/+49
| |/ | | | | | | | | | | | | | | | | | | | | I have to say, BRUTE prevention :) Hope this works. Also some fixes in Urlbar class to ensure that a KUrl is a KUrl and a QString is a QString. Removed the annoying "restore url on focus out" feature. No other browsers have it and I really cannot understand gain
| * KWebWallet integrationAndrea Diamantini2009-12-069-41/+89
| |
| * kde wallet integration.Andrea Diamantini2009-12-064-0/+149
| | | | | | | | First bits
| * Hide findBar after one minutemegabigbug2009-12-062-3/+10
| |
| * trivial change in src/CMakeLists.txtAndrea Diamantini2009-12-031-2/+1
| |
| * Merge commit 'refs/merge-requests/62' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-035-32/+171
| |\ | | | | | | | | | into AdFixes
| | * fix copyrightmatgic782009-12-022-3/+2
| | |
| | * Docked web inspectormatgic782009-12-025-32/+172
| | |
| * | push startup on disabled adblock (don't load filters)Andrea Diamantini2009-12-021-2/+5
| | |
| * | trade-off: speed vs mem saving.Andrea Diamantini2009-12-023-22/+9
| | | | | | | | | | | | This time I decided for speed..
| * | We have adblock! (and it works)Andrea Diamantini2009-11-308-364/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had a lot of problems implementing it because I started working on assuming 2 things: 1) konqueror implementation works (it's not true, I found a bug! To guess what, try loading current rekonq vs current konqueror against kde-apps.org) 2) Arora's implementation can be easily ported to kcm technology. Another wrong assumption, based on MVP implementation. Sorry for spamming master branch, guys.
| * | Porting rekonq to last Qt/KDE APIAndrea Diamantini2009-11-3011-8/+681
| | | | | | | | | | | | adblock (KDE one) fix #1
| * | Restored QWebElementCollectionAndrea Diamantini2009-11-301-2/+2
| | | | | | | | | | | | My qt copy was too old..
* | | Change a bit the WebKit settings UIPanagiotis Papadopoulos2009-11-291-11/+63
| | | | | | | | | | | | Not yet finished 100%
* | | Change string wordingPanagiotis Papadopoulos2009-11-281-1/+1
|/ / | | | | | | "Load animation" to "Load Plugin"
* | Enabled load plugin manually as default settingsAndrea Diamantini2009-11-281-1/+1
| | | | | | | | Someone worked a lot to implement it, it's right letting people seeing it..
* | Fixing clicktoflash code && licenseAndrea Diamantini2009-11-282-6/+54
| |
* | Merge commit 'refs/merge-requests/2237' of ↵Andrea Diamantini2009-11-288-29/+275
|\ \ | | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into FLASH Conflicts: src/CMakeLists.txt
| * | clicktoflash : more cleanupmatgic782009-11-273-15/+6
| | |
| * | clicktoflash : cleanupmatgic782009-11-274-64/+36
| | |
| * | make clicktoflash optionnalmatgic782009-11-274-22/+42
| | |
| * | clicktoflash : step 2 make it work when there are more than one plugin in ↵matgic782009-11-273-9/+34
| | | | | | | | | | | | the same page
| * | ClickToFlash : first stepmatgic782009-11-275-27/+266
| |/ | | | | | | For now, no config and only working when there is only one flash in the page
* | removed current bugged adblock implementation.Andrea Diamantini2009-11-289-657/+1
|/ | | | Sorry about that :(
* src/CMakeLists.txt fixAndrea Diamantini2009-11-271-1/+0
|
* Last structure change, promised!Andrea Diamantini2009-11-2727-30/+34
| | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.
* Moving (back?) to konqueror adblock support.Andrea Diamantini2009-11-2511-436/+379
| | | | | This will be useful (if someone is interested) in pushing our patches directly on khtml filter engine.
* Last history fixesAndrea Diamantini2009-11-257-338/+1
|
* Fix headersAndrea Diamantini2009-11-241-1/+0
|
* Created a new history dir and changed "panelhistory" terms inAndrea Diamantini2009-11-249-26/+26
| | | | the more English "HistoryPanel" ones
* Merge branch 'devAdBlock'Andrea Diamantini2009-11-2317-37/+886
|\
| * Saving 4 bytes per tab :)Andrea Diamantini2009-11-233-20/+16
| |
| * Removed dpi option.Andrea Diamantini2009-11-231-6/+6
| | | | | | | | Doesn't work well with fixed font sites
| * Save memory.Andrea Diamantini2009-11-235-9/+21
| | | | | | | | One ad-block is enough
| * Forgot some files :)Andrea Diamantini2009-11-233-1/+258
| |
| * First adblock implementation. now rekonq seems... slower :(Andrea Diamantini2009-11-234-15/+58
| | | | | | | | But at least it's ads free!
| * Ok, same other bits on the adblock manager.Andrea Diamantini2009-11-214-23/+34
| | | | | | | | Now it's really time to go to bed :)
| * A new kcmshell named "webkit adblock" to set... (guess what?!)Andrea Diamantini2009-11-216-33/+204
| | | | | | | | First bits work, seems enough for this evening
| * AdBlock, first file (and first UI. Probably not last :)Andrea Diamantini2009-11-206-0/+254
| |