summaryrefslogtreecommitdiff
path: root/src/analyzer
Commit message (Collapse)AuthorAgeFilesLines
* 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 :)