summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* ClickToFlash : first stepmatgic782009-11-275-27/+266
| | | | For now, no config and only working when there is only one flash in the page
* 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
| |
| * 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
|
* FIxing conflictsAndrea Diamantini2009-11-1840-492/+434
|\ | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt
| * KIO download systemAndrea Diamantini2009-11-134-5/+20
| | | | | | | | ported to kdewebkit signals and functions
| * Connecting new KWebView signals to some proper slotsAndrea Diamantini2009-11-132-0/+11
| |
| * Fixes and improvements in rekonq web classesAndrea Diamantini2009-11-133-32/+36
| |
| * cleaning home :)Andrea Diamantini2009-11-1311-26/+27
| | | | | | | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better
| * Moved data dir to srcAndrea Diamantini2009-11-1318-1/+289
| |
| * Moving to KWebPage (page) actionsAndrea Diamantini2009-11-131-53/+19
| |
| * KIO cache settingsAndrea Diamantini2009-11-131-1/+11
| |
| * comments --Andrea Diamantini2009-11-131-3/+0
| |
| * Moving to kdewebkit.Andrea Diamantini2009-11-1315-377/+28
| | | | | | | | First step
* | Merge commit 'refs/merge-requests/2106' of ↵Andrea Diamantini2009-11-1811-28/+641
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into dev04merge
| * | made bookmarks searchablenehlsen2009-11-164-19/+85
| | |
| * | added bookmarks panel and model(read only atm)nehlsen2009-11-169-28/+575
| | |
* | | Activate Find with slash, too.Andrea Diamantini2009-11-181-2/+6
|/ / | | | | | | Never noticed this browser behaviour :D
* | Fixing "open in ne window" slotAndrea Diamantini2009-11-151-2/+6
|/
* Finally remembered to fix urlbarAndrea Diamantini2009-11-131-1/+1
|
* This hack seems solve the about: protocol loading problemAndrea Diamantini2009-11-133-3/+9
| | | | | also in Qt 4.6. Hope it works really well :)
* Fixing about: protocol loading.Andrea Diamantini2009-11-112-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 editDomrachev Alexandr2009-11-101-0/+1
|
* switching back from rekonq: protocol to about: oneAndrea Diamantini2009-11-107-26/+26
| | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select
* Changing homepage.* --> newtabpage.* and fixing APIAndrea Diamantini2009-11-106-39/+44
|
* warning addedAndrea Diamantini2009-11-101-0/+1
|
* removing unuseful kDebug callsAndrea Diamantini2009-11-109-27/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-1016-159/+158
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* fixing new mainWindow() behaviour, porting functions calling itAndrea Diamantini2009-11-108-59/+47
|
* Safer Application::mainWindow() call. No 0 return..Andrea Diamantini2009-11-101-1/+2
|
* Setting m_url in the ctor. Seems safer :)Andrea Diamantini2009-11-091-4/+4
|
* Changed loadUrl behaviour to let rekonq being more UI responsiveAndrea Diamantini2009-11-081-34/+34
| | | | and try fixing UI spared hangs
* String changesAndrea Diamantini2009-11-062-8/+9
| | | | From ChussLove "ilic"
* This should fix bookmarks toolbar crash on adding a new bookmark.Andrea Diamantini2009-11-051-6/+9
| | | | At least it shouldn't be dangerous.. :)