summaryrefslogtreecommitdiffstats
path: root/webview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headerGirish Ramakrishnan2009-11-251-0/+29
* const correctnessGirish Ramakrishnan2009-11-251-2/+2
* fix coding style using astyleRoopesh Chander2009-11-241-18/+33
* looks like it's the big webview who's the bottle neck. lets cache him during ...Roopesh Chander2009-11-161-0/+8
* remove QDebug includesunknown2009-11-101-1/+0
* paint a background to the qgraphicswebitemunknown2009-11-101-0/+2
* keep track of the size of the page when the scrap was added. helps keep it lo...Roopesh Chander2009-11-041-1/+1
* make sure the add/cancel toolbar is visibleRoopesh Chander2009-11-041-0/+3
* Mmm. Can't figure out how to handle the webview scrolling during resize.Roopesh Chander2009-11-041-0/+4
* make resizing of selected scrap rect work on a scrolled webviewRoopesh Chander2009-11-041-5/+5
* enable resizing of the scrap rect while selecting the scrap in the webviewRoopesh Chander2009-10-291-4/+25
* added animations for scraps and the webview. and it's s...l...o...w.Roopesh Chander2009-10-261-0/+8
* make adding scraps workRoopesh Chander2009-10-221-0/+8
* account for scrolling while positioning the add/cancel toolbarRoopesh Chander2009-10-221-1/+1
* make the cancel button workRoopesh Chander2009-10-221-0/+1
* create a toolbar for the add/cancel buttons and show it after you select the ...Roopesh Chander2009-10-221-5/+42
* bugfix: make escape key work againRoopesh Chander2009-10-221-1/+1
* allow enabling disabling of the selection uiRoopesh Chander2009-10-211-3/+19
* aah. remember, with a graphicsview, we use the same painter.Roopesh Chander2009-10-191-0/+2
* it's hover event, not moveRoopesh Chander2009-10-191-4/+4
* port the browser (that helps create the scraps) to QGraphicsWebViewRoopesh Chander2009-10-191-35/+30
* try to create a webscrap from the selection rectRoopesh Chander2009-10-131-0/+1
* detect hit correctlyRoopesh Chander2009-10-121-1/+1
* minor refactoring: use mainFrame instead of hitFrameRoopesh Chander2009-10-121-6/+6
* dont draw on the scrollbarRoopesh Chander2009-10-121-21/+25
* paint correctly even while scrollingRoopesh Chander2009-10-121-9/+10
* make scrollbars work even when a section is selectedRoopesh Chander2009-10-121-0/+6
* dont consider the scrollbar region for greyout and for hitTestRoopesh Chander2009-10-121-3/+18
* selecting the scrapRoopesh Chander2009-10-091-1/+46
* draw the outline of the scrap rect in whiteRoopesh Chander2009-10-091-0/+2
* Enable ability to pick small items if Ctrl is pressedRoopesh Chander2009-10-091-5/+8
* if the highlight web element is too small, pick the containing web elementRoopesh Chander2009-10-091-2/+9
* highlight by greying out the rest of the pageRoopesh Chander2009-10-091-6/+10
* try highlighting the web element on hoverRoopesh Chander2009-10-091-0/+41