summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use QUrl::fromUserInput instead of QWebView::guessUrlFromStringunknown2009-11-111-1/+1
* remove QDebug includesunknown2009-11-103-3/+0
* make it more readable. some refactoring, a little commentingunknown2009-11-101-36/+26
* fix whitespaceunknown2009-11-101-11/+11
* page size can be set only after the page is loaded, dumbounknown2009-11-103-2/+15
* change the startup urlunknown2009-11-101-1/+1
* add some more default scraps. and let's always position the toolbar ourselves.unknown2009-11-101-8/+11
* change the toolbar brushunknown2009-11-101-1/+3
* use state transitions for blur/unblur of the toolbarunknown2009-11-103-16/+41
* change both opacity and blur parallellyunknown2009-11-103-16/+14
* paint a background to the qgraphicswebitemunknown2009-11-102-0/+3
* no blurring on the scrap button cluster, pleaseunknown2009-11-102-1/+4
* bugfix: set the correct position to enterAnimunknown2009-11-101-1/+1
* update enterAnimation of the scrap on position change of the scrapunknown2009-11-102-0/+8
* dont use properties on the scrap. it's a bit awkward.unknown2009-11-104-14/+30
* refactor the animations as associated with state transitionsunknown2009-11-103-51/+87
* change title using state machine frameworkRoopesh Chander2009-11-062-5/+20
* just trying to force myself to use the statemachine :)Roopesh Chander2009-11-053-0/+13
* keep track of the size of the page when the scrap was added. helps keep it lo...Roopesh Chander2009-11-044-9/+12
* cleanup some settings stuffRoopesh Chander2009-11-041-3/+3
* make sure the add/cancel toolbar is visibleRoopesh Chander2009-11-041-0/+3
* bad bug. i told you not to write breakless switch-cases.Roopesh Chander2009-11-041-2/+2
* remember refresh interval across sessionsRoopesh Chander2009-11-042-4/+9
* 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-042-0/+15
* make refresh interval editing workRoopesh Chander2009-11-041-0/+10
* no glow while editingRoopesh Chander2009-11-042-7/+17
* 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-043-6/+7
* a scrap edit toolbar for setting refresh interval and to reset zoomRoopesh Chander2009-11-042-0/+60
* nothing to delete there since commit 87520ccRoopesh Chander2009-11-041-1/+0
* add missing iconsRoopesh Chander2009-11-044-0/+0
* some cosmetic changesRoopesh Chander2009-11-042-2/+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-042-6/+6
* as hhartz said, why mainwindow?Roopesh Chander2009-11-042-35/+15
* restore scraps correctly even when we close the app from the browser viewRoopesh Chander2009-11-032-4/+9
* remove unnecessary includeRoopesh Chander2009-11-032-2/+0
* handle zvalue a bit more predictablyRoopesh Chander2009-11-031-10/+12
* remember scaling of scraps across sessionsRoopesh Chander2009-11-034-12/+22
* delete scraps from the dropdown tooRoopesh Chander2009-11-031-2/+5
* remember scraps across sessionsRoopesh Chander2009-11-032-15/+60
* make the effect object part of the scrapRoopesh Chander2009-11-034-29/+51
* 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-024-4/+54
* Locate scraps functionalityRoopesh Chander2009-11-022-6/+27
* add a drop down list of current scrapsRoopesh Chander2009-11-024-1/+32
* convert that lineedit into a search barRoopesh Chander2009-11-024-11/+28