summaryrefslogtreecommitdiffstats
path: root/webscrap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing trHEADmasterGirish Ramakrishnan2009-11-291-1/+1
* Give the message box a parentGirish Ramakrishnan2009-11-291-1/+2
* Use QString::number instead of QString::argGirish Ramakrishnan2009-11-271-1/+1
* Add copyright headerGirish Ramakrishnan2009-11-251-0/+29
* const correctnessGirish Ramakrishnan2009-11-251-2/+2
* a little optimization on searching scrapsRoopesh Chander2009-11-241-5/+6
* fix coding style using astyleRoopesh Chander2009-11-241-63/+104
* fix compiler warningRoopesh Chander2009-11-241-0/+1
* glow colors should remain consistentunknown2009-11-191-2/+2
* explicit update on changing scrap's scaleRoopesh Chander2009-11-131-0/+1
* change colors a bit. again. :)Roopesh Chander2009-11-131-3/+3
* dont create the frame and the title bar as qgraphicsitems, let's paint them o...Roopesh Chander2009-11-131-36/+37
* allow only int for refresh intervalRoopesh Chander2009-11-131-0/+1
* make the buttons cluster fit the scrap frame in all stylesRoopesh Chander2009-11-131-0/+8
* make the scrap frame top-right corner buttons look more native-ishunknown2009-11-131-18/+9
* a more native look for the frame and the edit toolbar of the scrapsunknown2009-11-121-16/+4
* setPageSize() is rendered unnecessary by the previous commitunknown2009-11-121-8/+0
* initialize page viewport and geometry on creation.unknown2009-11-121-3/+4
* use our old icon for the edit mode, is more relevantRoopesh Chander2009-11-111-1/+1
* since QGraphicsWebView::setInteractive() is gone, we need an alternate way toRoopesh Chander2009-11-111-1/+21
* use another way to know whether it's loading or not, now that there's no prog...Roopesh Chander2009-11-111-6/+13
* make the scrap frame überthinRoopesh Chander2009-11-111-1/+1
* refactoring: make the frame padding changeable easily in codeRoopesh Chander2009-11-111-7/+10
* use icons from QStyle where possibleRoopesh Chander2009-11-111-3/+4
* remove calls to obsolete methods: progress() and setInteractive()Roopesh Chander2009-11-111-4/+4
* remove QDebug includesunknown2009-11-101-1/+0
* fix whitespaceunknown2009-11-101-11/+11
* page size can be set only after the page is loaded, dumbounknown2009-11-101-0/+9
* paint a background to the qgraphicswebitemunknown2009-11-101-0/+1
* no blurring on the scrap button cluster, pleaseunknown2009-11-101-1/+1
* update enterAnimation of the scrap on position change of the scrapunknown2009-11-101-0/+7
* dont use properties on the scrap. it's a bit awkward.unknown2009-11-101-0/+18
* bad bug. i told you not to write breakless switch-cases.Roopesh Chander2009-11-041-2/+2
* restrict actions while in the edit modeRoopesh Chander2009-11-041-0/+4
* make positioning of edit bar work with scaled scrapsRoopesh Chander2009-11-041-3/+4
* make reset zoom button workRoopesh Chander2009-11-041-0/+14
* make refresh interval editing workRoopesh Chander2009-11-041-0/+10
* no glow while editingRoopesh Chander2009-11-041-7/+16
* dont refresh while editingRoopesh Chander2009-11-041-0/+2
* make sure that the edit toolbar is not cropped by the frameRoopesh Chander2009-11-041-1/+2
* use options enable/disable instead of fixedness disable/enable. it's more int...Roopesh Chander2009-11-041-5/+5
* a scrap edit toolbar for setting refresh interval and to reset zoomRoopesh Chander2009-11-041-0/+50
* some cosmetic changesRoopesh Chander2009-11-041-2/+2
* remember scaling of scraps across sessionsRoopesh Chander2009-11-031-7/+12
* make the effect object part of the scrapRoopesh Chander2009-11-031-0/+26
* try an alternative search strategy. works like a charm. :)Roopesh Chander2009-11-031-7/+5
* searching for scraps. doesnt work all that great. :(Roopesh Chander2009-11-021-1/+24
* add a drop down list of current scrapsRoopesh Chander2009-11-021-0/+4
* QGraphicsWebView api has changed in Qt's 4.6 branch. Let's update our slot si...Roopesh Chander2009-10-301-1/+1
* some update()s have become necessary nowRoopesh Chander2009-10-291-0/+2