Commit Graph

52 Commits

Author SHA1 Message Date
Mateus Meyer Jiacomelli a04ed99dfc Display API abstraction 2023-08-12 15:59:37 +00:00
Raoul Snyman 183724cc08 Merge branch 'footer-song-first-slide' into 'master'
Adding Footer Content as Extra First Slide

See merge request openlp/openlp!523
2023-05-20 14:31:59 +00:00
Mateus Meyer Jiacomelli d9911790d4 Adding Footer Content as Extra First Slide 2023-05-20 14:31:59 +00:00
Mateus Meyer Jiacomelli 69d20d8fa2 Display Custom Scheme 2023-05-18 05:08:43 +00:00
Mateus Meyer Jiacomelli 4615eb5b7b Adding foundational support to Footer per slide 2023-04-20 18:52:39 +00:00
Raoul Snyman 6ac288deeb Fix white preview display when previewing presentations 2023-01-17 23:16:34 +00:00
Tim Bentley 4c83aa58c1 Merge branch 'previous-verse-flash-fix' into 'master'
Adjusting display transitions that causes content flashes

Closes #979

See merge request openlp/openlp!429
2022-03-01 08:04:27 +00:00
Mateus Meyer Jiacomelli 526a46d002 Adjusting display transitions that causes content flashes 2022-03-01 08:04:27 +00:00
Raoul Snyman fe0f2e5a20 Switch to using the old way of making text outlines 2022-03-01 07:49:44 +00:00
Mateus Meyer Jiacomelli 7d0990021d Alert scroll missing text + default font mismatch fix 2021-08-19 16:30:49 +00:00
Scott Western 0eb4e4b99e Use CSS standard gradients 2021-07-21 20:44:41 +00:00
Daniel Martin 837b62ce39 Make images fullscreen 2021-01-30 05:02:57 +00:00
Daniel 9a1605694a Remove image background setting
Background images never needed this because they expand to fit
Foreground images will get a theme background
2020-11-24 20:23:35 +00:00
Raoul Snyman 47261d206b
Try to fix some font issues
- Closes #39
2020-10-04 23:22:31 -07:00
Daniel b33d27f77c Fix theme combo box not showing at start
The theme combo box did not show when the currently rendered item
doesn't support the service/song theme levels.

This changes the theme combo box to use the theme level from the
settings rather than the currently rendered item.
2020-09-20 17:35:49 +00:00
Daniel b4648ee618 Fix preview flicker
fixes #553
This line is not needed as the display will move
to the first slide by default.
2020-05-25 05:01:12 +00:00
Daniel 59ab4a1ad4 remove unused `themes/wrap footer` setting
Maybe add a new theme attribute for this later
2020-05-21 20:17:03 +00:00
Daniel 3a93e52d2c Remove global background
Add new "global" background as checker board for non displays.
2020-04-20 20:13:11 +00:00
Daniel d5892b6258 Don't reload images on start (they are already loaded)
Someone should check if the start param in this function is even needed now, looks like an artifact from the old renderer
2020-03-05 20:35:25 +00:00
Daniel 11a68d36ad fix vertical positioning on text slides 2020-03-03 20:25:36 +13:00
Raoul Snyman 68f37e635a
Fix exception thrown due to a form not existing yet
- Fix an issue where an exception was thrown because the theme progress form didn't exist yet
- Refactor a few things
- Fix other tests
- Add a test for wait_for
2019-12-18 09:13:45 -07:00
Daniel 11dcf5b9ad Change transition direction 2019-12-14 11:44:42 +00:00
Daniel a94449d8bc Fix display keypress issues 2019-11-02 05:21:01 +00:00
Daniel 61cf097d45 Revert "Don't load images twice"
This is beyond the scope of this branch, I would leave this in, but there is a lot of strange code including commented code in this file, so I'm leaving it out. It would be a better idea to fix the whole file in another branch (or Tim might be fixing this file with the media fixes)
2019-10-29 22:54:14 +00:00
Daniel d2e31c26e9 Added new values to theme.json and added logic for ui
Also fixed normal speed not working and changed "Default" to "Normal" in the enums as it makes more sense.
2019-10-26 09:57:00 +00:00
Daniel 34eb93f565 Fix shadows toggle button 2019-10-26 09:37:20 +00:00
Daniel 471ab7923d Use flexbox to align stuff
I don't know what you would need it for, but the manual position setting in the theme currently only works for the footer, won't be a hassle to do for main though.
2019-10-24 20:22:49 +00:00
Raoul Snyman 671abe1def Fix the queued alerts not being displayed 2019-09-12 15:39:57 -07:00
Raoul Snyman 3b87327682 Fix all the tests 2019-09-11 23:06:35 -07:00
Raoul Snyman 83cd5c1a88 HEAD 2019-09-11 21:41:43 -07:00
Raoul Snyman 3af3068027 Fix alerts to scroll properly, and simplify how everything works 2019-09-11 21:41:30 -07:00
Raoul Snyman 3ce073c4bf Fix image height, update tests, and make 'npm test' only run the tests once instead of continually 2019-08-22 09:40:45 -07:00
Nico Opiyo b42034de47 Changed variable names to camelCase and added parameter for Jenkins JS tests 2019-07-01 20:45:08 +03:00
Nico Opiyo 0eff721f24 Fixed unit tests for alerts branch 2019-06-30 22:16:54 +03:00
Nico Opiyo 628cfbf213 Fixed alert positioning with CSS flexbox and also fixed non-scrolling alert display 2019-04-05 17:29:27 +03:00
Nico Opiyo e56971fa81 Fixed queue bug when showing alerts from the queue 2019-04-02 22:08:27 +03:00
Nico Opiyo 0e1989f06f Fixed all tests and changed entrance transition to class based toggling 2019-03-29 17:18:54 +03:00
Nico Opiyo c25f4d8197 Cleaned up Javascript and refactored the functions and tests plus optimized animation of text 2019-03-29 15:36:32 +03:00
Nico Opiyo fe6130a534 Fixed buggy alerts and refactored CSS 2019-03-17 22:05:31 +03:00
Nico Opiyo 7a1c82096d Fixed tests and refactored event listeners for effective testing 2019-03-15 17:46:26 +03:00
Nico Opiyo 53d8b239ff Added scrolling option to alerts 2019-03-12 22:37:07 +03:00
Nico Opiyo 93a6a6a75b Added a few tests and fixed failing JS tests 2019-03-06 13:05:28 +03:00
Nico Opiyo 72980b5365 Added queuing functionality to the alerts 2019-03-04 13:29:08 +03:00
Nico Opiyo 7a5ddc454e Refactored the tests for the alerts to mkae them DRY 2019-03-01 15:39:29 +03:00
Nico Opiyo d44e54c1b3 Refactored transition code and added settings from alert settings configuration 2019-02-22 14:31:38 +03:00
Nico Opiyo fe431b2b2c Refactored alert tests and optimized alert code plus fixed spacing 2019-02-12 13:08:25 +03:00
gregzovic@bazaar.launchpad.net 03bfe63135 Minor test fix 2019-02-06 23:55:17 +03:00
gregzovic@bazaar.launchpad.net b83df5cd29 Fixed alerts and removed unnecessary debug statements and added tests 2019-02-06 23:33:16 +03:00
gregzovic@bazaar.launchpad.net 178df476bd Added alert animations and transitions 2019-01-24 12:49:45 +03:00
Raoul Snyman 28a920b540 Fix up some of the Javascript tests 2019-01-15 23:15:21 -07:00