• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..31-Jan-2020-

i18n/H31-Jan-2020-13,29313,230

PhotoView.cppH A D31-Jan-20201.7 KiB8272

PhotoView.hH A D31-Jan-2020581 2722

README.mdH A D31-Jan-2020552 2620

lumina-photo.1H A D31-Jan-2020711 3729

lumina-photo.desktopH A D31-Jan-2020190 1110

lumina-photo.proH A D31-Jan-20203.4 KiB10992

main.cppH A D31-Jan-2020994 4331

mainUI.cppH A D31-Jan-20206.9 KiB248205

mainUI.hH A D31-Jan-20201.4 KiB7350

mainUI.uiH A D31-Jan-20205.5 KiB225224

README.md

1## Image viewer for the Lumina Desktop
2
3This is an image viewer.
4
5### Library Dependencies
6
71. Qt 5.9+ (specific modules listed below)
8   * concurrent
9   * core
10   * gui
11   * network
12   * multimedia
13   * multimediawidgets
14   * svg
15   * widgets
16   * printsupport
172. Other Libraries
18   * libc
19
20### Command Line Arguments
21
22* Any files listed after `lumina-photo` will be added to the playlist
23 * Example : `lumina-photo ./test1.png ./test2.svg ./test3.jpg`
24* Wildcards are allowed to open multiple files in any path
25 * Example : `lumina-photo ./testdir/*
26