Commit Graph

96 Commits

Author SHA1 Message Date
Manuel Dewald d5c7e76aa6 more templates 2021-03-05 09:05:29 +01:00
Manuel Dewald 5d6d9a804d fade transitioning 2021-03-04 16:22:53 +01:00
Manuel Dewald d4beb46f28 Add text overlays 2021-03-04 14:40:11 +01:00
Manuel Dewald c84f01434e add png support 2021-03-03 13:38:52 +01:00
Manuel Dewald 9ade0cb4ee enable smooth tranformation 2021-03-03 13:10:19 +01:00
Manuel Dewald 6430620335 Merge pull request #30 from pepe82sh/patch-1
Reduce window size for small display support
2021-03-02 19:55:20 +01:00
pepe e6f97b4f77 Reduce window size for small display support
Pictures will show wrong resize behavior at the beginning of a slide show, when the window size exceeds the display size. As the Window will be shown in full screen anyway, an initial window size of 1x1px should support all display sizes.
2021-03-02 19:53:33 +01:00
Manuel Dewald 071d9e06ab Update README.md 2021-03-02 18:36:26 +01:00
Manuel Dewald 5711186543 Merge pull request #25 from omegahack0/omegahack0-patch-1
Added info about fixing black border & more examples
2021-02-10 15:50:25 +01:00
pepe82sh 70806017d1 Touch off feature
The program will quit if all 4 corners of a touch screen are touched
simultaniously.
2020-12-16 20:54:06 +01:00
omegahack0 df931db436 Added info about fixing black border & more examples
Added how to disable over scan removing the black bar for your raspberry pi, as well as linked to an article that includes more examples on how to use the project.
2020-12-15 14:03:11 -05:00
pepe82sh 6313491816 Fixed display issues with oversized window
If the window defined in src/mainwindow.ui exceeds the size of the
display, the program behaves weirdly. Growing the window size even further
leads to crashes. Reducing the window size to 1x1px seems to work fine
and should be smaller than any display size.
2020-12-12 11:53:02 +01:00
pepe82sh 94d18177c2 Revert "Fixed full screen behaviour"
This reverts commit 2960ec8d21.
2020-12-12 11:45:00 +01:00
pepe82sh 2960ec8d21 Fixed full screen behaviour
In case the screen resulution did not match the size set in
mainwindow.ui, you may only see part of the image shown. Putting the
window in full screen explicitly fixes that issue.
2020-12-12 08:48:57 +01:00
Manuel Dewald 7338aee6ba Merge pull request #22 from Marioheld/patch-1
Added support for jpeg files
2020-10-08 13:56:29 +02:00
Marioheld daa86ea271 Added support for jpeg files
Addes .jpeg and .JPEG in the file whitelist to suppot .jpeg files as well. 
.jpg is just a shortcut for .jpeg files because old OSes did only support 3-character fileformats.
2020-10-08 10:51:36 +02:00
Manuel Dewald fa579f7177 Merge pull request #21 from NautiluX/sort-by-name
sorted mode
2020-08-14 11:46:59 +02:00
Manuel Dewald 05e5bb9460 sorted mode 2020-08-14 11:45:44 +02:00
Manuel Dewald 7b77e62af5 update usage 2020-02-14 23:22:58 +01:00
Manuel Dewald 8f01970e3e Update README.md 2020-02-14 23:21:20 +01:00
Manuel Dewald bddcde4ca1 Merge pull request #12 from NautiluX/split_traverser_selector
Enable shuffle mode
2020-02-14 23:16:58 +01:00
Manuel Dewald d399dfaff1 shuffle: reload files if image gets lost 2020-02-14 23:16:20 +01:00
Manuel Dewald 605c04fca3 add lib and include for libexif on mac 2020-02-14 23:15:38 +01:00
Manuel d21677399d Enable shuffle mode
Co-authored-by: data-dude92 <60513060+data-dude92@users.noreply.github.com>
2020-02-13 23:25:04 +01:00
Manuel db09dc43f2 split switcher and traverser to prepare for shuffle mode 2020-02-13 21:52:17 +01:00
Manuel 0eb9596095 add remote packaging script 2020-01-26 22:30:04 +01:00
Manuel fa25ced107 Fix issue #8 2020-01-26 22:12:38 +01:00
Manuel bc9dd90acc split imageselector
* image updating in seperate class ImageSwitcher
 * image selection in class ImageSelector
2020-01-02 23:34:06 +01:00
Manuel eec0eb8998 fix typo in README 2019-12-23 13:17:47 +01:00
Manuel f44a0d0dd2 add recursive flag to readme 2019-12-23 13:17:15 +01:00
Manuel 09fc431034 Recursive folders
* Allow recursive traversing of folders with -r flag
* Print useful error in case of no image found
* Fixes issues 4 & 6
2019-12-23 11:28:12 +01:00
Manuel Dewald ee7e88128a workaround for zooming issue 2019-10-25 10:15:56 +02:00
Manuel Dewald 08871ef4c0 Update README.md 2019-10-25 09:00:07 +02:00
Manuel Dewald 62774ba5e2 Merge pull request #3 from GuGuss/patch-1
Fix documentation of Build
2019-10-14 17:00:22 +02:00
Manuel Dewald ab83982cdd Update README.md 2019-10-11 09:12:30 +02:00
Augustin Delaporte e90aa12e1d Fixing documentation of Build
This should solve #2
2019-10-10 15:55:07 +02:00
Manuel Dewald 178dc6ba8e fix install readme 2019-01-31 09:08:37 +01:00
Manuel Dewald 50e48664e1 add package script and install howto 2019-01-31 09:00:06 +01:00
Manuel ac307135ce update readme 2019-01-24 21:18:35 +01:00
Manuel ea980253fe screenshot 2019-01-24 21:14:42 +01:00
Manuel 910d0d8121 update usage 2019-01-23 22:37:27 +01:00
Manuel aa168ca222 Blur and Command line opts
* blur background image
* command line options for
        * background blur radius
        * background opacity
        * path to image folder
        * timeout for password rotation
2019-01-23 22:26:36 +01:00
Manuel 34a6394ee8 image orientation 2019-01-21 22:18:20 +01:00
Manuel 39047e6470 cleanup 2019-01-21 21:00:00 +01:00
Manuel 08e159eb8e init 2019-01-21 20:58:05 +01:00
Manuel Dewald 621681dd05 Initial commit 2019-01-21 20:53:46 +01:00