Alfred Reynolds
66d619f49e
- Add a "scheduler" key to the config file that lets you define multiple image selectors and time windows they are valid for
2021-08-21 15:58:16 +12:00
Alfred Reynolds
6784a5dcb3
- Move the folder/app configuration logic into its own file
2021-08-12 16:12:13 +12:00
Alfred Reynolds
9a5b78cbfd
- Update documentation with details on the configuration file
2021-08-11 14:19:45 +12:00
Alfred Reynolds
24a4a07593
- Change the object ownership semantics to take ownership of unique_ptr's rather than references
...
- Add helper functions for setting up config
- Add support for dynamically updating more config options (path related ones in particular)
2021-08-11 14:01:18 +12:00
Alfred Reynolds
8ac20f4b43
- Add support for loading configuration via a file rather than the command line
...
- Added "-c" command line option to look for config file "slide.options.json" in. Otherwise looks in ~/.config/slide/slide.options.json or /etc/slide/slide.options.json
- Added code to reload config options at runtime (when the image is scheduled to update)
2021-08-10 18:20:33 +12:00
Alfred Reynolds
eac73d618b
- Remove _t postfix from struct defns
...
- Remove inline header function definitions
- Change assorted functions to return structs rather than modifying an argument
2021-08-05 19:50:07 +12:00
Alfred Reynolds
e8e4a2a1ce
- Add new aspect mode EImageAspect_Monitor , match the aspect of the monitor
...
- Added code to make sure the QMainWindow matches the screen size, dynamic rotation of the monitor caused incorrect screen sizes
2021-08-03 17:56:29 +12:00
Alfred Reynolds
096a68636c
- Change display options to be passed down from the window, and have the imageselector pass a struct back that contains image metadata
...
- Added ImageDisplayOptions_t to control user controllable options for how we show an image (aspect filtering, stretching)
- Added ImageDetails_t to encapsulate image metadata along with its image options
2021-08-03 14:14:11 +12:00
Alfred Reynolds
5eaf7ee539
- Add support for per folder image display options. The file called options.json contains json keys to control image options when displaying files in this folder. Currently a singled option, fitAspectAxisToWindow, is supported
...
- Remove duplicated image rotation reading code, have the image selector logic just pass this up via the per image options
2021-08-01 13:05:43 +12:00
Alfred Reynolds
c29e228ae0
- Add image list display type, you provide a comma delimited list of fully qualified path names to display
2021-08-01 11:27:22 +12:00
Alfred Reynolds
a0089db75b
- Add a verbose flag and put debugging output being it ("-v" || " --verbose")
...
- In verbose mode draw a thumbnail of the source image in the bottom left of the window
- Add support for long options in the command line parsing
- Add a "stretch" argument that will stretch the aspect axis to fit the window when set. For example, in landscape mode the drawn picture will be as wide as the window, cropping the top and bottom
2021-07-29 13:13:38 +12:00
Alfred Reynolds
23a0e208bf
- Add "-a" argument to filter show pictures by aspect ratio (potrait, landscape or all)
2021-07-29 11:52:32 +12:00
Manuel Dewald
d4beb46f28
Add text overlays
2021-03-04 14:40:11 +01: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
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
bc9dd90acc
split imageselector
...
* image updating in seperate class ImageSwitcher
* image selection in class ImageSelector
2020-01-02 23:34:06 +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
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
39047e6470
cleanup
2019-01-21 21:00:00 +01:00