summaryrefslogtreecommitdiff
path: root/src/analyzer/analyzerpanel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Krazy fixesAndrea Diamantini2012-01-191-5/+5
| | | | | | | - 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...
* clean upAndrea Diamantini2011-07-251-1/+1
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-3/+3
|
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-6/+0
|
* Coding styleAndrea Diamantini2011-02-251-6/+6
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Fix Network Analyzer Panel switch..Andrea Diamantini2010-06-171-2/+4
|
* Fix developers panel handlingAndrea Diamantini2010-05-211-6/+2
| | | | BUG:236319
* This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-051-0/+103
network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :)