summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing trHEADmasterGirish Ramakrishnan2009-11-291-1/+1
|
* Give the message box a parentGirish Ramakrishnan2009-11-291-1/+2
|
* Correct typo in READMERoopesh Chander2009-11-271-1/+1
|
* remove unused imagesRoopesh Chander2009-11-275-3/+0
|
* add copyright notice to LICENSERoopesh Chander2009-11-271-0/+5
|
* Use QString::number instead of QString::argGirish Ramakrishnan2009-11-271-1/+1
|
* Make toolbars of the same sizeGirish Ramakrishnan2009-11-271-0/+5
|
* Set build directoryGirish Ramakrishnan2009-11-271-0/+6
|
* Add copyright headerGirish Ramakrishnan2009-11-2515-0/+435
|
* Add BSD LicenseGirish Ramakrishnan2009-11-251-0/+7
|
* Make the corners antialiasedGirish Ramakrishnan2009-11-251-0/+2
|
* Put the description.txt into README.Girish Ramakrishnan2009-11-252-10/+11
|
* const correctnessGirish Ramakrishnan2009-11-258-15/+15
|
* a little optimization on searching scrapsRoopesh Chander2009-11-241-5/+6
|
* fix coding style using astyleRoopesh Chander2009-11-2411-188/+308
| | | | astyle --indent=spaces=4 --brackets=linux --indent-labels --pad=oper --unpad=paren --one-line=keep-statements --convert-tabs --indent-preprocessor
* fix compiler warningRoopesh Chander2009-11-241-0/+1
|
* add description.txtRoopesh Chander2009-11-231-0/+10
|
* glow colors should remain consistentunknown2009-11-191-2/+2
|
* use a gradient with Qt green for the backgroundunknown2009-11-181-1/+7
|
* dont reposition if there's no settingsRoopesh Chander2009-11-161-2/+4
|
* change 500ms to 250msGirish Ramakrishnan2009-11-161-5/+5
|
* Revert "animate the webview and the scraps sequentially instead of parallelly"Girish Ramakrishnan2009-11-162-7/+7
| | | | This reverts commit 5754c93d2bc583ba782f0fc26260e8dbf2141962.
* derive the scraps fly offset from the screen sizeRoopesh Chander2009-11-162-3/+5
|
* animate the webview and the scraps sequentially instead of parallellyRoopesh Chander2009-11-162-7/+7
|
* animate webview on opacity instead of on positionRoopesh Chander2009-11-161-9/+9
|
* looks like it's the big webview who's the bottle neck. lets cache him during ↵Roopesh Chander2009-11-163-2/+12
| | | | the animation.
* explicit update on changing scrap's scaleRoopesh Chander2009-11-131-0/+1
|
* change colors a bit. again. :)Roopesh Chander2009-11-132-4/+4
|
* dont create the frame and the title bar as qgraphicsitems, let's paint them ↵Roopesh Chander2009-11-132-39/+43
| | | | ourselves
* don't blur the toolbar when we're using the Locate combo boxRoopesh Chander2009-11-132-7/+28
|
* 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
|
* a less weird progress indicator, pleaseunknown2009-11-125-6/+65
| | | | (code flicked from Arora browser)
* setPageSize() is rendered unnecessary by the previous commitunknown2009-11-123-13/+1
|
* initialize page viewport and geometry on creation.unknown2009-11-123-5/+6
| | | | | change geometry only when required. the added scrap's initial scroll position is now accurate.
* enable flashunknown2009-11-121-0/+7
|
* disable scrap selection on entering the browserunknown2009-11-122-1/+8
|
* make the toolbars approximately match in lengthRoopesh Chander2009-11-111-1/+1
|
* use our old icon for the edit mode, is more relevantRoopesh Chander2009-11-111-1/+1
|
* Qt signal name changed: s/polished/propertiesAssigned/g;Roopesh Chander2009-11-111-2/+2
|
* since QGraphicsWebView::setInteractive() is gone, we need an alternate way toRoopesh Chander2009-11-112-2/+26
| | | | make links unclickable when you move/adjust the page with the mouse in the edit mode.
* use another way to know whether it's loading or not, now that there's no ↵Roopesh Chander2009-11-112-7/+16
| | | | progress()
* make the scrap frame überthinRoopesh Chander2009-11-111-1/+1
|
* refactoring: make the frame padding changeable easily in codeRoopesh Chander2009-11-112-7/+12
|
* oops. ought to be private.Roopesh Chander2009-11-111-1/+1
|
* 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
|
* show progress horizontally, and no transparency, pleaseunknown2009-11-112-5/+7
|