1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00
Commit Graph

623 Commits

Author SHA1 Message Date
lgtst
ea80090e6f Started Implementing GratingStim; 2022-03-30 14:03:52 +03:00
lgtst
3b57bd76b4 added onChange() callback to properly reflect changes of the _gamma value in adjustmentFilter; 2022-03-30 14:03:52 +03:00
lgtst
9c332e8dde gamma correction introduced; 2022-03-30 14:03:52 +03:00
lgtst
b7c7ae7381 TextBox fillColor, borderColor and color are now becoming transparent if no color specified, also undefined is the default color value; 2022-03-25 15:56:52 +03:00
Alain Pitiot
9ebfaedd86
Merge pull request #484 from psychopy/2022.1.1
2022.1.1
2022-03-06 10:15:53 +01:00
Alain Pitiot
cd4b76c1cb
Merge pull request #483 from TEParsons/_numClicks
BF: Initialise ButtonStim with a `numClicks` attribute
2022-03-06 10:14:18 +01:00
Todd
24829683b1 BF: Initialise ButtonStim with a numClicks attribute 2022-03-04 13:29:56 +00:00
Alain Pitiot
e9d811e59d
Merge pull request #482 from apitiot/2022.1.1
BF: importConditions with a selection consisting of a string, e.g. '1,2,3'
2022-02-22 10:58:48 +01:00
Alain Pitiot
590911c1c3 BF: importConditions with a selection consisting of a string, e.g. '1,2,3' 2022-02-22 10:54:00 +01:00
Alain Pitiot
52df4e0421
Merge pull request #481 from apitiot/2022.1.1
2022.1.1
2022-02-18 11:12:55 +01:00
Alain Pitiot
08a39b3b45 version 2022.1.1 2022-02-18 11:10:58 +01:00
Alain Pitiot
d23f2c90ba Merge branch '2022.1.0' of github.com:apitiot/psychojs into 2022.1.0 2022-02-16 13:24:49 +01:00
Alain Pitiot
5c2b87d950 BF: make sure that the OK button of the startup dialog box is active when the experiment has no resources to load 2022-02-16 13:24:36 +01:00
Alain Pitiot
02b5b27683
Merge pull request #479 from apitiot/2022.1.0
DOC edits to the README.md file
2022-02-11 11:51:24 +01:00
Alain Pitiot
9da5759f57
Merge branch 'psychopy:2022.1.0' into 2022.1.0 2022-02-11 11:50:01 +01:00
Alain Pitiot
4b2ab80781 edits to the README.md file 2022-02-11 11:49:01 +01:00
Alain Pitiot
0b1f318830
Merge pull request #478 from apitiot/2022.1.0
FF completed the information available in the experiment data for MultiStairHandler
2022-02-11 11:02:56 +01:00
Alain Pitiot
86dee66770 FF completed the information available in the experiment data for MultiStairHandler 2022-02-11 11:01:13 +01:00
Alain Pitiot
3424b24b43 Merge branch '2022.1.0' of github.com:apitiot/psychojs into 2022.1.0 2022-01-25 11:40:44 +01:00
Alain Pitiot
e9ebcba5fb ENH: prepareResources can now be use concurrently, with several batches of resources 2022-01-25 11:34:29 +01:00
Alain Pitiot
57720d6456
Merge pull request #473 from psychopy/main
BF: _pixi.rotation should be set to -this._ori to match PsychoPy (clock) ori
2022-01-25 11:31:59 +01:00
Alain Pitiot
4fea70f605
Merge pull request #472 from peircej/bf-orientation-convention
BF: _pixi.rotation should be set to -this._ori to match PsychoPy (clock) ori
2022-01-25 11:26:25 +01:00
Jon Peirce
adf8a392fd BF: _pixi.rotation should be set to -this._ori to match PsychoPy (clock) ori
In PsychoPy @peircej chose to use clock/compass convention for ori rather than
engineering/maths convention, so +ve changes move clockwise not anti.

A previous change ( f12ccafff3 ) to the setOri function doesn't appear to have any
effect on the stimuli using the current rendering method
2022-01-24 17:16:55 +00:00
Alain Pitiot
16f84872c6 added user-specified filenames, opening and closing of sessions uses gitlab Id in order to benefit from the speed-up provided by the database indexes 2022-01-19 11:04:15 +01:00
Alain Pitiot
aeca039240 estimate of download speed 2022-01-14 11:41:29 +01:00
Alain Pitiot
988d1c69e6
Merge pull request #468 from apitiot/2022.1.0
2022.1.0
2021-12-08 08:16:31 +01:00
Alain Pitiot
874743105a _ 2021-12-07 11:09:07 +01:00
Alain Pitiot
2d6f994180
Merge branch 'psychopy:2021.3.0' into 2021.3.0 2021-09-30 08:23:58 +02:00
Alain Pitiot
5dbac82d73 various fixed to Slider, add intensity to MultiStairHandler, improved background download of resources, faster TextStim 2021-09-30 08:22:47 +02:00
Alain Pitiot
fdbb2c076a
Merge pull request #458 from apitiot/2021.3.0
2021.3.0
2021-08-30 11:32:38 +02:00
Alain Pitiot
860cf1f51d much tighter bounding box calculations in TextStim 2021-08-30 11:31:31 +02:00
Alain Pitiot
2f072ebb9f
Merge pull request #457 from TEParsons/_randchoice
NF: Add `util.randchoice` to mirror Python
2021-08-20 10:03:00 +02:00
Todd
8833043f02 FF: Select random index rather than shuffling and indexing -1 2021-08-19 16:22:39 +01:00
Todd
146cf55f23 NF: Add util.randchoice to mirror Python
In Python, we import `numpy.random.choice` as `randchoice`, so this adds an equivalent function to the JS side.
2021-08-16 09:25:56 +01:00
Thomas Pronk
cbf475723a ENH: Converted any string values for method to corresponding QuestHandler.Method values 2021-07-28 08:45:25 +02:00
tpronk
25f8c480a1
Fail workflow on failed join_reports
Fixes https://github.com/psychopy/psychojs_testing/issues/7
2021-07-27 11:20:52 +02:00
Alain Pitiot
ff9f94865c _ 2021-07-26 15:03:06 +02:00
Alain Pitiot
fd0030a8b1
Merge pull request #446 from apitiot/2021.3.0
merge from apitiot 2021.3.0
2021-07-26 14:41:56 +02:00
Alain Pitiot
87ff0ea98c
Merge branch '2021.3.0' into 2021.3.0 2021-07-26 14:41:44 +02:00
Alain Pitiot
9c3c27201d added MultiStairHandler 2021-07-26 14:32:09 +02:00
Alain Pitiot
a814c972aa
Merge pull request #437 from thewhodidthis/bf435-dialog
css: override ui-dialog inline styles, use percentage height on body
2021-07-26 13:17:31 +02:00
Alain Pitiot
8943dee36b
Merge pull request #442 from psychopy/2021.2.1
merge from 2021.2.1
2021-07-23 08:44:39 +02:00
Alain Pitiot
5ceec31ea3
Merge pull request #441 from apitiot/master
polished up QuestHandler, various cosmetic improvements
2021-07-23 08:41:32 +02:00
Alain Pitiot
798611e91f
Update package.json 2021-07-23 08:39:57 +02:00
Alain Pitiot
dd0c46ccd0 improved documentation for FaceDetector, Camera, and QuestHandler 2021-07-23 08:33:09 +02:00
Alain Pitiot
b6125d5b16 polished up QuestHandler, various comestic improvements, small fixes to Camera 2021-07-23 08:00:20 +02:00
Alain Pitiot
8ed91c97d9
Merge pull request #2 from psychopy/main
merge in Sotiri's cosmetic changes
2021-07-23 07:44:06 +02:00
Alain Pitiot
7975dd8df0
Merge branch 'master' into main 2021-07-23 07:42:29 +02:00
Sotiri Bakagiannis
636506e43e css: override ui-dialog element inline styles, use percentage height on body 2021-07-15 19:48:38 +01:00
Alain Pitiot
0a7d15077c added a first prototype of the Quest Trial Handler 2021-07-14 14:52:03 +02:00