summaryrefslogtreecommitdiffstats
path: root/src/scroller.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearTitta Heikkala2014-05-131-1/+1
| | | | | | Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
| | | | | | | Also updated licenses. Change-Id: Ie14327305207e14879c1f1223219fcdfa1669dc0 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
|
* Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses ↵Marek Rosa2012-11-071-2/+2
| | | | qFuzzyIsNull becasue it started failing when qFuzzyCompare was used
* moving mouse event handling logic to scrollersauimone2012-10-171-6/+60
|
* better implementation of mouse event handling in legendsauimone2012-10-171-1/+1
|
* minor code style fixsauimone2012-10-171-4/+3
|
* accurate speed calculation to kinetic scrollingsauimone2012-10-171-3/+7
|
* Kinetic scrolling is back for legendsauimone2012-10-171-131/+43
|
* Legend can now handle clicked and do scrollingsauimone2012-10-171-1/+19
|
* more coding style fixes for src-folderJani Honkonen2012-09-251-6/+6
| | | | mostly putting the * or & next to the variable name
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-54/+32
|
* Fix wrong intialization of QPointF with QPointMichal Klocek2012-08-011-1/+1
|
* minor. Release polishingpre-alphaMichal Klocek2012-04-171-2/+2
|
* Improves build configurationMichal Klocek2012-04-121-0/+1
| | | | | | | | * adds local_build config option * adds developer_build config option * reanmes config files * removes debug stuff * fixes headers issues
* Krazy reported errorsMichal Klocek2012-04-111-0/+2
| | | | | | | | * adding Q_OBJECT macros * spelling corrections * missing consts in foreach loops * missing float convertions * adds better ownership handling
* Adds ScrolledQLegendMichal Klocek2012-04-031-13/+2
| | | | | * Scroller can be used for domain real scroll hadning * cleans up some private code
* Refactor qledgend handlingMichal Klocek2012-04-031-0/+259
* rewrite some parts to fix the graphics artefacts * remove button hadnling * adds scroller * adds layout managmnet to presenter * fix issues of layout