summaryrefslogtreecommitdiff
path: root/src/webinspectorpanel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-7/+4
|
* Fix developers panel handlingAndrea Diamantini2010-05-211-12/+15
| | | | BUG:236319
* cleaning headersAndrea Diamantini2010-04-301-1/+0
|
* A coding style roundAndrea Diamantini2010-04-301-11/+11
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* HUGE CHANGE on Preview Page ChoosingAndrea Diamantini2010-02-091-3/+3
| | | | | | | | | | | 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/+86
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 :)