Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 1 | -1/+1 |
| | | | | | - doublequote_chars - normalize | ||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -3/+3 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 1 | -2/+2 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -6/+6 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -10/+10 |
| | |||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -5/+0 |
| | |||||
* | Fix crash on some sites loading with Network Analyzer open | Andrea Diamantini | 2011-02-25 | 1 | -0/+5 |
| | | | | BUG:258947 | ||||
* | cppcheck round... | Andrea Diamantini | 2011-02-25 | 1 | -0/+2 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -50/+52 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | GCI Task: Copy Context menu for Network Analyzer, by Furkan Uzumcu | Andrea Diamantini | 2010-12-13 | 1 | -4/+26 |
| | | | | This patch adds the ability of copying an url request from network analyzer. | ||||
* | Revert "This hacks should fix (a lot of) javascript handling." | Andrea Diamantini | 2010-09-06 | 1 | -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 Diamantini | 2010-09-01 | 1 | -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 operations | Andrea Diamantini | 2010-08-30 | 1 | -3/+10 |
| | |||||
* | add i18n to untranslatable strings | Panagiotis Papadopoulos | 2010-07-14 | 1 | -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 :-) | ||||
* | Let analyzer panel columns to be resizable. | Andrea Diamantini | 2010-06-15 | 1 | -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 fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | This commit implements another dockwidget for rekonq, containing a | Andrea Diamantini | 2010-05-05 | 1 | -0/+199 |
network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :) |