summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make toolbars of the same sizeGirish Ramakrishnan2009-11-271-0/+5
|
* Add copyright headerGirish Ramakrishnan2009-11-251-0/+29
|
* const correctnessGirish Ramakrishnan2009-11-251-2/+2
|
* fix coding style using astyleRoopesh Chander2009-11-241-32/+54
| | | | astyle --indent=spaces=4 --brackets=linux --indent-labels --pad=oper --unpad=paren --one-line=keep-statements --convert-tabs --indent-preprocessor
* 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-161-6/+6
| | | | This reverts commit 5754c93d2bc583ba782f0fc26260e8dbf2141962.
* derive the scraps fly offset from the screen sizeRoopesh Chander2009-11-161-3/+4
|
* animate the webview and the scraps sequentially instead of parallellyRoopesh Chander2009-11-161-6/+6
|
* 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-161-2/+2
| | | | the animation.
* change colors a bit. again. :)Roopesh Chander2009-11-131-1/+1
|
* a less weird progress indicator, pleaseunknown2009-11-121-3/+2
| | | | (code flicked from Arora browser)
* setPageSize() is rendered unnecessary by the previous commitunknown2009-11-121-2/+1
|
* initialize page viewport and geometry on creation.unknown2009-11-121-1/+1
| | | | | 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-121-1/+7
|
* make the toolbars approximately match in lengthRoopesh Chander2009-11-111-1/+1
|
* Qt signal name changed: s/polished/propertiesAssigned/g;Roopesh Chander2009-11-111-2/+2
|
* show progress horizontally, and no transparency, pleaseunknown2009-11-111-2/+2
|
* use QUrl::fromUserInput instead of QWebView::guessUrlFromStringunknown2009-11-111-1/+1
|
* remove QDebug includesunknown2009-11-101-1/+0
|
* make it more readable. some refactoring, a little commentingunknown2009-11-101-36/+26
|
* page size can be set only after the page is loaded, dumbounknown2009-11-101-2/+2
|
* 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-101-0/+1
|
* bugfix: set the correct position to enterAnimunknown2009-11-101-1/+1
|
* dont use properties on the scrap. it's a bit awkward.unknown2009-11-101-8/+7
|
* refactor the animations as associated with state transitionsunknown2009-11-101-48/+71
|
* change title using state machine frameworkRoopesh Chander2009-11-061-4/+16
|
* just trying to force myself to use the statemachine :)Roopesh Chander2009-11-051-0/+11
|
* keep track of the size of the page when the scrap was added. helps keep it ↵Roopesh Chander2009-11-041-6/+9
| | | | looking the same.
* cleanup some settings stuffRoopesh Chander2009-11-041-3/+3
|
* remember refresh interval across sessionsRoopesh Chander2009-11-041-3/+8
|
* nothing to delete there since commit 87520ccRoopesh Chander2009-11-041-1/+0
|
* some cosmetic changesRoopesh Chander2009-11-041-0/+1
|
* as hhartz said, why mainwindow?Roopesh Chander2009-11-041-30/+14
|
* restore scraps correctly even when we close the app from the browser viewRoopesh Chander2009-11-031-4/+6
|
* handle zvalue a bit more predictablyRoopesh Chander2009-11-031-10/+12
|
* remember scaling of scraps across sessionsRoopesh Chander2009-11-031-3/+7
|
* delete scraps from the dropdown tooRoopesh Chander2009-11-031-2/+5
|
* remember scraps across sessionsRoopesh Chander2009-11-031-15/+55
|
* make the effect object part of the scrapRoopesh Chander2009-11-031-29/+19
|
* searching for scraps. doesnt work all that great. :(Roopesh Chander2009-11-021-2/+27
|
* Locate scraps functionalityRoopesh Chander2009-11-021-5/+25
|
* add a drop down list of current scrapsRoopesh Chander2009-11-021-1/+22
|
* convert that lineedit into a search barRoopesh Chander2009-11-021-2/+3
|