summaryrefslogtreecommitdiff
path: root/src/analyzer
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-104-477/+0
| | | | Preparing repo to merge rekonq2 code...
* Kitchen sink clean upAndrea Diamantini2012-05-272-5/+5
| | | | | | - astyle - copyrights - (some) includes
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-204-14/+16
|
* Krazy fixesAndrea Diamantini2012-02-162-5/+5
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-194-10/+10
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Fix crash webinspector relatedAndrea Diamantini2011-12-291-4/+3
| | | | | it seems qtwebkit is managing the webinspector on its own, so DON'T try to delete it ourselves...
* Unifies macro styleJohannes Troscher2011-11-273-4/+4
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* clean upAndrea Diamantini2011-07-252-7/+7
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-172-13/+13
|
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-284-13/+0
|
* Fix crash on some sites loading with Network Analyzer openAndrea Diamantini2011-02-251-0/+5
| | | | BUG:258947
* cppcheck round...Andrea Diamantini2011-02-251-0/+2
|
* Coding styleAndrea Diamantini2011-02-253-59/+61
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-244-6/+6
|
* GCI Task: Copy Context menu for Network Analyzer, by Furkan UzumcuAndrea Diamantini2010-12-132-4/+29
| | | | This patch adds the ability of copying an url request from network analyzer.
* Revert "This hacks should fix (a lot of) javascript handling."Andrea Diamantini2010-09-061-2/+1
| | | | | | | | Really sorry. Proposed fix does not handle cookies This reverts commit b08c67eb1e45cb94dc6250fe555d84f0c0e7debe. CCBUG:250298
* This hacks should fix (a lot of) javascript handling.Andrea Diamantini2010-09-011-1/+2
| | | | | | | | Hope this will be properly fixed upstream in KIO... Please, Jurian & Pano. Let me know if this has been really fixed. BUG: 242886
* Missing operationsAndrea Diamantini2010-08-301-3/+10
|
* add i18n to untranslatable stringsPanagiotis Papadopoulos2010-07-141-2/+2
| | | | | | | I chose to do this in my own clone, instead of doing it directly in the mainline, because I’m not sure whether how I did it is “good pratice”. If you think it is, please merge it :-)
* Fix Network Analyzer Panel switch..Andrea Diamantini2010-06-172-3/+5
|
* Let analyzer panel columns to be resizable.Andrea Diamantini2010-06-151-5/+7
| | | | | This anyway leave normal user in the need to resize them to see all the contents, so I added a resizeContents call everytime the panel is filled
* last minute string fixesPanagiotis Papadopoulos2010-05-241-1/+1
|
* Fix developers panel handlingAndrea Diamantini2010-05-211-6/+2
| | | | BUG:236319
* This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-054-0/+448
network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :)