summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite NewTabPage to use QWebElement for page generationmatgic782009-12-094-131/+159
|
* rekonq 0.3.19Andrea Diamantini2009-12-061-1/+1
| | | | | kdewallet integration (needs love and testing...)
* 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..
* | rekonq 0.3.18Andrea Diamantini2009-11-301-2/+2
| | | | | | | | | | | | | | | | based on kde 4.3.80 restored adblock implementation. ported web classes to current kdewebkit API. restored networkAccessManager (KIO based)
* | 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..
* | rekonq 0.3.16Andrea Diamantini2009-11-281-1/+1
| | | | | | | | | | adblock-- clicktoflash++
* | 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
|
* rekonq 0.3.15Andrea Diamantini2009-11-271-1/+1
| | | | Last reorganization stuffs.
* 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.
* rekonq 0.3.14Andrea Diamantini2009-11-251-1/+1
| | | | AdBlock (the konqueror's one) + some history fixes
* 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
* rekonq 0.3.12Andrea Diamantini2009-11-231-1/+1
| | | | | first adblock implementation quite slow one, just to see progresses..
* 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
| |
| * AdBlock. First blocks :DAndrea Diamantini2009-11-205-6/+111
| |
* | Fixing urlbar sizeAndrea Diamantini2009-11-221-2/+3
|/ | | | Cedric's patch
* Minimum font sizeAndrea Diamantini2009-11-203-4/+34
| | | | Cedric's patch. Thanks :)
* Eelko patch about private browsing in the titleAndrea Diamantini2009-11-201-2/+17
|
* Updated RELEASE_HOWTO (final?)Andrea Diamantini2009-11-182-28/+12
| | | | Bumped KDE version to 4.3.75 (last) to resume kdewebkit suggested changes
* FIxing conflictsAndrea Diamantini2009-11-1841-495/+149
|\ | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt
| * KIO download systemAndrea Diamantini2009-11-134-5/+20
| | | | | | | | ported to kdewebkit signals and functions