summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix default material fresnel calculationsMäättä Antti2018-10-225-65/+6
* Save subpresentation properly to mat filesJere Tuliniemi2018-10-221-0/+2
* Create new material when importingJere Tuliniemi2018-10-221-8/+24
* Improve Custom material assets loadingMahmoud Badri2018-10-226-35/+28
* Add Make Animatable to ref material timeline menuJere Tuliniemi2018-10-196-0/+70
* Make time and duration edit dialog showing asynchronousMiikka Heikkinen2018-10-197-44/+69
* Make ESC key close various browser popupsMiikka Heikkinen2018-10-1914-1/+64
* Ensure browser popups always end up with desired sizeMiikka Heikkinen2018-10-191-1/+6
* Fix dialog resizing issues when moving between different screensMiikka Heikkinen2018-10-1916-873/+1266
* Fix datainput chooser popup alignmentMiikka Heikkinen2018-10-197-14/+42
* Use QSaveFile when writing various filesMiikka Heikkinen2018-10-197-120/+131
* Allow String and Variant datainput types as slide controllers everywhereJanne Kangas2018-10-181-1/+1
* Clean up StudioUtilsMiikka Heikkinen2018-10-1827-219/+125
* Update UI when datainput name is changedJanne Kangas2018-10-181-2/+11
* Prevent unnecessary selection changeMahmoud Badri2018-10-176-43/+56
* Fix crash on exitTomi Korpipaa2018-10-177-18/+34
* Add replace datainput controller functionalityJanne Kangas2018-10-1711-33/+359
* Update runtime submoduleMiikka Heikkinen2018-10-161-0/+0
* Remember override/skip all choice correctly within single multi-importMiikka Heikkinen2018-10-162-103/+75
* Remove native separators usageMiikka Heikkinen2018-10-168-207/+16
* Drag and drop images to the timelineMahmoud Badri2018-10-1534-344/+243
* Change material context menusJere Tuliniemi2018-10-153-4/+12
* Rename material to the shared material nameJere Tuliniemi2018-10-121-0/+1
* Copy values when changing from ref to custom matJere Tuliniemi2018-10-121-10/+26
* Fix warning about forward declaring a struct as a classMiikka Heikkinen2018-10-121-1/+1
* Ensure each asset is only imported once per import operationMiikka Heikkinen2018-10-124-45/+131
* Make effect/material asset importing more robustMiikka Heikkinen2018-10-128-375/+126
* Fix crash when importing multiple presentations at onceMiikka Heikkinen2018-10-126-56/+93
* Refactor material property writingJere Tuliniemi2018-10-111-25/+21
* Fix copying when changing from ref to standard matJere Tuliniemi2018-10-114-45/+78
* Change many CStrings to QStringMahmoud Badri2018-10-1090-1957/+869
* Turn on warnings as errors on clang with few exceptionsPasi Keranen2018-10-101-4/+123
* Refactor mouse handling in project paletteMiikka Heikkinen2018-10-103-108/+112
* Reset timeline time when presentation changesMiikka Heikkinen2018-10-051-0/+3
* Do not add Name to property list for actionsTomi Korpipaa2018-10-051-6/+6
* Fix right click accepted as part of the double clickMiikka Heikkinen2018-10-051-14/+16
* Implement renaming presentationsMiikka Heikkinen2018-10-0510-22/+250
* Correct loading initial presentationMahmoud Badri2018-10-047-254/+20
* Fix Dnd a sub-presentation to the scene as a textureMahmoud Badri2018-10-045-40/+43
* Fix multiline string field for actionsTomi Korpipaa2018-10-043-13/+12
* Merge branch '2.1' into masterMiikka Heikkinen2018-10-0313-117/+136
|\
| * Fix rendering subpresentation to texturev2.1.02.1Tomi Korpipaa2018-09-281-2/+4
| * Update datainput dialog internal map when renaming datainputsJanne Kangas2018-09-271-1/+9
| * Use scene element as starting point for datainput map updateJanne Kangas2018-09-272-2/+2
| * Fix constant CPU load when project contains qml filesMiikka Heikkinen2018-09-274-24/+29
| * Fix dragging binding loops and the subpresentation drag dialog issuesMiikka Heikkinen2018-09-275-52/+51
| * Fix welcome screen glitchesMiikka Heikkinen2018-09-252-35/+41
* | Add support for string type properties in ActionsTomi Korpipaa2018-10-034-41/+69
* | Show presentation ID in project paletteMiikka Heikkinen2018-10-0315-35/+138
* | Stop autoscroll in scene graph when drag endsTomi Korpipaa2018-10-033-2/+11