Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We have adblock! (and it works) | Andrea Diamantini | 2009-11-30 | 8 | -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 API | Andrea Diamantini | 2009-11-30 | 11 | -8/+681 |
| | | | | adblock (KDE one) fix #1 | ||||
* | Restored QWebElementCollection | Andrea Diamantini | 2009-11-30 | 1 | -2/+2 |
| | | | | My qt copy was too old.. | ||||
* | Enabled load plugin manually as default settings | Andrea Diamantini | 2009-11-28 | 1 | -1/+1 |
| | | | | Someone worked a lot to implement it, it's right letting people seeing it.. | ||||
* | Fixing clicktoflash code && license | Andrea Diamantini | 2009-11-28 | 2 | -6/+54 |
| | |||||
* | Merge commit 'refs/merge-requests/2237' of ↵ | Andrea Diamantini | 2009-11-28 | 8 | -29/+275 |
|\ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into FLASH Conflicts: src/CMakeLists.txt | ||||
| * | clicktoflash : more cleanup | matgic78 | 2009-11-27 | 3 | -15/+6 |
| | | |||||
| * | clicktoflash : cleanup | matgic78 | 2009-11-27 | 4 | -64/+36 |
| | | |||||
| * | make clicktoflash optionnal | matgic78 | 2009-11-27 | 4 | -22/+42 |
| | | |||||
| * | clicktoflash : step 2 make it work when there are more than one plugin in ↵ | matgic78 | 2009-11-27 | 3 | -9/+34 |
| | | | | | | | | the same page | ||||
| * | ClickToFlash : first step | matgic78 | 2009-11-27 | 5 | -27/+266 |
| | | | | | | | | For now, no config and only working when there is only one flash in the page | ||||
* | | removed current bugged adblock implementation. | Andrea Diamantini | 2009-11-28 | 9 | -657/+1 |
|/ | | | | Sorry about that :( | ||||
* | src/CMakeLists.txt fix | Andrea Diamantini | 2009-11-27 | 1 | -1/+0 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 27 | -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 Diamantini | 2009-11-25 | 11 | -436/+379 |
| | | | | | This will be useful (if someone is interested) in pushing our patches directly on khtml filter engine. | ||||
* | Last history fixes | Andrea Diamantini | 2009-11-25 | 7 | -338/+1 |
| | |||||
* | Fix headers | Andrea Diamantini | 2009-11-24 | 1 | -1/+0 |
| | |||||
* | Created a new history dir and changed "panelhistory" terms in | Andrea Diamantini | 2009-11-24 | 9 | -26/+26 |
| | | | | the more English "HistoryPanel" ones | ||||
* | Merge branch 'devAdBlock' | Andrea Diamantini | 2009-11-23 | 17 | -37/+886 |
|\ | |||||
| * | Saving 4 bytes per tab :) | Andrea Diamantini | 2009-11-23 | 3 | -20/+16 |
| | | |||||
| * | Removed dpi option. | Andrea Diamantini | 2009-11-23 | 1 | -6/+6 |
| | | | | | | | | Doesn't work well with fixed font sites | ||||
| * | Save memory. | Andrea Diamantini | 2009-11-23 | 5 | -9/+21 |
| | | | | | | | | One ad-block is enough | ||||
| * | Forgot some files :) | Andrea Diamantini | 2009-11-23 | 3 | -1/+258 |
| | | |||||
| * | First adblock implementation. now rekonq seems... slower :( | Andrea Diamantini | 2009-11-23 | 4 | -15/+58 |
| | | | | | | | | But at least it's ads free! | ||||
| * | Ok, same other bits on the adblock manager. | Andrea Diamantini | 2009-11-21 | 4 | -23/+34 |
| | | | | | | | | Now it's really time to go to bed :) | ||||
| * | A new kcmshell named "webkit adblock" to set... (guess what?!) | Andrea Diamantini | 2009-11-21 | 6 | -33/+204 |
| | | | | | | | | First bits work, seems enough for this evening | ||||
| * | AdBlock, first file (and first UI. Probably not last :) | Andrea Diamantini | 2009-11-20 | 6 | -0/+254 |
| | | |||||
| * | AdBlock. First blocks :D | Andrea Diamantini | 2009-11-20 | 5 | -6/+111 |
| | | |||||
* | | Fixing urlbar size | Andrea Diamantini | 2009-11-22 | 1 | -2/+3 |
|/ | | | | Cedric's patch | ||||
* | Minimum font size | Andrea Diamantini | 2009-11-20 | 3 | -4/+34 |
| | | | | Cedric's patch. Thanks :) | ||||
* | Eelko patch about private browsing in the title | Andrea Diamantini | 2009-11-20 | 1 | -2/+17 |
| | |||||
* | FIxing conflicts | Andrea Diamantini | 2009-11-18 | 40 | -492/+434 |
|\ | | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt | ||||
| * | KIO download system | Andrea Diamantini | 2009-11-13 | 4 | -5/+20 |
| | | | | | | | | ported to kdewebkit signals and functions | ||||
| * | Connecting new KWebView signals to some proper slots | Andrea Diamantini | 2009-11-13 | 2 | -0/+11 |
| | | |||||
| * | Fixes and improvements in rekonq web classes | Andrea Diamantini | 2009-11-13 | 3 | -32/+36 |
| | | |||||
| * | cleaning home :) | Andrea Diamantini | 2009-11-13 | 11 | -26/+27 |
| | | | | | | | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better | ||||
| * | Moved data dir to src | Andrea Diamantini | 2009-11-13 | 18 | -1/+289 |
| | | |||||
| * | Moving to KWebPage (page) actions | Andrea Diamantini | 2009-11-13 | 1 | -53/+19 |
| | | |||||
| * | KIO cache settings | Andrea Diamantini | 2009-11-13 | 1 | -1/+11 |
| | | |||||
| * | comments -- | Andrea Diamantini | 2009-11-13 | 1 | -3/+0 |
| | | |||||
| * | Moving to kdewebkit. | Andrea Diamantini | 2009-11-13 | 15 | -377/+28 |
| | | | | | | | | First step | ||||
* | | Merge commit 'refs/merge-requests/2106' of ↵ | Andrea Diamantini | 2009-11-18 | 11 | -28/+641 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into dev04merge | ||||
| * | | made bookmarks searchable | nehlsen | 2009-11-16 | 4 | -19/+85 |
| | | | |||||
| * | | added bookmarks panel and model(read only atm) | nehlsen | 2009-11-16 | 9 | -28/+575 |
| | | | |||||
* | | | Activate Find with slash, too. | Andrea Diamantini | 2009-11-18 | 1 | -2/+6 |
|/ / | | | | | | | Never noticed this browser behaviour :D | ||||
* | | Fixing "open in ne window" slot | Andrea Diamantini | 2009-11-15 | 1 | -2/+6 |
|/ | |||||
* | Finally remembered to fix urlbar | Andrea Diamantini | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | This hack seems solve the about: protocol loading problem | Andrea Diamantini | 2009-11-13 | 3 | -3/+9 |
| | | | | | also in Qt 4.6. Hope it works really well :) | ||||
* | Fixing about: protocol loading. | Andrea Diamantini | 2009-11-11 | 2 | -12/+4 |
| | | | | | | And removing MouseMoveEvent check. I have to point out that this fix works just with Qt 4.5 | ||||
* | Show clear button in history panel filter line edit | Domrachev Alexandr | 2009-11-10 | 1 | -0/+1 |
| |