summaryrefslogtreecommitdiffstats
path: root/webscrap.h
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-1/+2
* dont create the frame and the title bar as qgraphicsitems, let's paint them o...Roopesh Chander2009-11-131-3/+6
* setPageSize() is rendered unnecessary by the previous commitunknown2009-11-121-3/+0
* initialize page viewport and geometry on creation.unknown2009-11-121-1/+1
* since QGraphicsWebView::setInteractive() is gone, we need an alternate way toRoopesh Chander2009-11-111-1/+5
* use another way to know whether it's loading or not, now that there's no prog...Roopesh Chander2009-11-111-1/+3
* refactoring: make the frame padding changeable easily in codeRoopesh Chander2009-11-111-0/+2
* oops. ought to be private.Roopesh Chander2009-11-111-1/+1
* page size can be set only after the page is loaded, dumbounknown2009-11-101-0/+4
* change both opacity and blur parallellyunknown2009-11-101-0/+1
* update enterAnimation of the scrap on position change of the scrapunknown2009-11-101-0/+1
* dont use properties on the scrap. it's a bit awkward.unknown2009-11-101-5/+5
* refactor the animations as associated with state transitionsunknown2009-11-101-1/+3
* make reset zoom button workRoopesh Chander2009-11-041-0/+1
* no glow while editingRoopesh Chander2009-11-041-0/+1
* a scrap edit toolbar for setting refresh interval and to reset zoomRoopesh Chander2009-11-041-0/+10
* restore scraps correctly even when we close the app from the browser viewRoopesh Chander2009-11-031-0/+3
* remember scaling of scraps across sessionsRoopesh Chander2009-11-031-1/+2
* make the effect object part of the scrapRoopesh Chander2009-11-031-0/+5
* searching for scraps. doesnt work all that great. :(Roopesh Chander2009-11-021-1/+2
* add a drop down list of current scrapsRoopesh Chander2009-11-021-0/+3
* some icons to help clarify the somewhat unusual uiRoopesh Chander2009-10-291-0/+1
* enable scaling of the scrapsRoopesh Chander2009-10-291-0/+2
* resizing of a scrap after it's addedRoopesh Chander2009-10-291-0/+3
* make the container move, not the frameRoopesh Chander2009-10-291-0/+1
* add a reload-now buttonRoopesh Chander2009-10-281-1/+1
* model it not as adjust mode, but as dimensions-fixed modeRoopesh Chander2009-10-281-3/+3
* make the adjust button workRoopesh Chander2009-10-281-0/+6
* implement removing of scrapsRoopesh Chander2009-10-281-0/+2
* create a control toolbar for each scrapRoopesh Chander2009-10-281-0/+7
* save current look as an image, so we can paint that while it's loadingRoopesh Chander2009-10-271-0/+1
* clicking on a scrap frame brings it to frontRoopesh Chander2009-10-271-4/+12
* show the title of the scrapRoopesh Chander2009-10-271-0/+4
* add a frame to the scraps. make their collective fly direction a little random.Roopesh Chander2009-10-271-0/+6
* make the scraps interactive. links open in an external browser.Roopesh Chander2009-10-271-0/+1
* added animations for scraps and the webview. and it's s...l...o...w.Roopesh Chander2009-10-261-0/+3
* add an overlay gradientRoopesh Chander2009-10-161-1/+2
* add a setScrapRect method/slotRoopesh Chander2009-10-161-0/+3
* change the Loading... lookRoopesh Chander2009-10-161-0/+2
* auto-refresh for the scrapsRoopesh Chander2009-10-161-1/+8
* be able to see the scrap's rect before it's loadedRoopesh Chander2009-10-151-0/+1
* Use the spanking new QGraphicsWebView to model the scrapsRoopesh Chander2009-10-151-2/+3
* try to create a webscrap from the selection rectRoopesh Chander2009-10-131-0/+19