summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-04-06Disable dragging and zoom events on app imagesmarlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.012.93.012.92.012.91.012.90.112.90.011.92.011.91.0Lorenzo Tilve2-12/+20
We identified that part of the problems that were triggering the race condition were related with starting the drag of webapp images. Disabling those events, and also removing href link to avoid displaying draggable link. Bug-AGL: SPEC-3786 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: I075d6bcd35700dcdd2e66cbc4b00f71527f2069e
2020-08-07Do not require windowmanager APIkoi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish/9.99.4jellyfish/9.99.39.99.49.99.310.93.010.92.010.91.0Antia Puentes1-1/+0
The window manager was removed in favor of the agl-compositor. Bug-AGL: SPEC-3497 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: I981926e16ce1d29c9fb15fb259dc1cb13abd455f
2020-06-25Update autobuild scriptsjellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.2jellyfish/9.99.19.99.29.99.1Scott Murray2-0/+4
Fix a couple of issues related to running the autobuild script from outside the source tree. Bug-AGL: SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I005c7f8c14747b7dea12f5b6cb1cbbc5d45dc93a
2020-06-02Add autobuild scriptsScott Murray2-0/+208
Bug-AGL: SPEC-2049, SPEC-3397 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I53a11861be80629bcc9aad2c7dfd705916870bc2
2020-01-31BUGFIX Correct layout for 1080 landscapeAntia Puentes1-5/+26
Authored by: Humberto Alfonso Díaz <humberto.alfonso@asvito.es> Signed-off-by: Antia Puentes <apuentes@igalia.com> Signed-off-by: Humberto Alfonso Díaz <humberto.alfonso@asvito.es> Change-Id: Ia4d118db734551d1bd5cecf08ad56dec076c14b8
2019-12-10Add support for landscape and portrait on 1080 and 720icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish/8.99.5icefish/8.99.4icefish/8.99.38.99.58.99.48.99.3Jacobo Aragunde Pérez6-22/+86
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Signed-off-by: Humberto Alfonso Díaz <humberto.alfonso@asvito.es> Change-Id: I37d42485720bd7bbf6603abb05907c846d8335d4
2019-12-10Update package.json referencesJacobo Aragunde Pérez1-3/+2
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Change-Id: Ida641685cfcb55d8a27456b2457bdd9562a3ab80
2019-12-10Generate .wgt under package dirJacobo Aragunde Pérez2-1/+2
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Change-Id: I5bec8ded9be7407da89bb6fe331b5dd943871e1e
2019-12-10Add .gitreviewJacobo Aragunde Pérez1-0/+5
Change-Id: I9f8e1fbd2a68213b9f76f5eb3ecbb155fb0f73bf Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2019-09-25Add permissions required for Halibut releaseicefish_8.99.2icefish_8.99.1icefish/8.99.2icefish/8.99.18.99.28.99.1Jacobo Aragunde Pérez1-1/+3
2019-07-15Basic README with build and install instructionsJacobo Aragunde Pérez1-0/+14
2019-07-15Release code under Apache 2.0 licenseJacobo Aragunde Pérez8-1/+298
2019-07-09BUGFIX Correct wrong size on scssHumberto Alfonso Díaz1-3/+5
2019-07-09BUGFIX Correct config.xmlHumberto Alfonso Díaz1-3/+3
2019-07-05RESTRUCT Remove unused fileHumberto Alfonso Díaz1-0/+0
2019-07-05OPT Update buttons codeHumberto Alfonso Díaz2-44/+16
2019-07-05OPT Improve chair and fan codeHumberto Alfonso Díaz3-21/+22
2019-07-05FUNCT Add temperature managementHumberto Alfonso Díaz5-116/+87
2019-07-05FUNCT Add buttons, fan speed and chair functionalityHumberto Alfonso Díaz6-32/+186
2019-07-05BUGFIX Correct errors on scssHumberto Alfonso Díaz2-3/+3
2019-07-05FUNCT Add fan speed containerHumberto Alfonso Díaz4-5/+99
2019-07-04FUNCT Add temperatures navigationHumberto Alfonso Díaz2-13/+112
2019-07-04FUNCT First layout structureHumberto Alfonso Díaz25-14/+1612
2019-07-01RESTRUCT Update config.xml and app.jsHumberto Alfonso Díaz2-82/+2
2019-07-01RESTRUCT Update layout to remove homescreen stylesHumberto Alfonso Díaz17-44627/+321
2019-06-21FUNCT Basic support to launch appsHumberto Alfonso Díaz4-8/+36
2019-06-20DOC Add code commentHumberto Alfonso Díaz1-3/+1
2019-06-20FUNCT Add support to load apps from AGLHumberto Alfonso Díaz9-39/+560
2019-06-20FUNCT Update app iconHumberto Alfonso Díaz1-68/+300
2019-06-20RESTRUT Rename app.js to index.js and remove bootstrap dependencyHumberto Alfonso Díaz3-5/+3
2019-06-20FUNT Add Sass vars for color customizationHumberto Alfonso Díaz3-2/+7
2019-06-20RESTRUCT Split style into several filesHumberto Alfonso Díaz7-73/+76
2019-06-20FUNCT Update main layoutHumberto Alfonso Díaz1-8/+7
2019-06-20FUCNT Add zip stepHumberto Alfonso Díaz2-1/+10
2019-06-20FUNCT Added first visual versionHumberto Alfonso Díaz14-9/+44203
2019-06-19STRUCT Repo structure with basic layoutHumberto Alfonso Díaz10-0/+265