summaryrefslogtreecommitdiff
path: root/src/webinspectorpanel.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash webinspector relatedAndrea Diamantini2011-12-291-0/+1
| | | | | it seems qtwebkit is managing the webinspector on its own, so DON'T try to delete it ourselves...
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Include clean-up in the big src directoryJon Ander PeƱalba2010-09-031-3/+0
|
* Fix developers panel handlingAndrea Diamantini2010-05-211-3/+6
| | | | BUG:236319
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-7/+7
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+4
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* HUGE CHANGE on Preview Page ChoosingAndrea Diamantini2010-02-091-1/+1
| | | | | | | | | | | The idea here is to free rekonq from unuseful weight while browsing and better maintain code. - Moved PreviewSelectorBar to be one of the WebTab bar - (this way position moved to up rather then down) - creation on use && deletion on close (SAVE MEMORY) - free others page for browsing - fix copyright - CLEAN API (is private/public a misconception?) && comments
* Fixing panelsAndrea Diamantini2010-01-241-0/+58
With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :)