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

..31-Jan-2020-

i18n/H31-Jan-2020-18,43318,366

ImageEditor.cppH A D31-Jan-20204.6 KiB163125

ImageEditor.hH A D31-Jan-20202.2 KiB7652

MainUI.cppH A D31-Jan-202014.1 KiB358287

MainUI.hH A D31-Jan-20202.1 KiB10071

MainUI.uiH A D31-Jan-202018.9 KiB602601

README.mdH A D31-Jan-2020614 2824

lumina-screenshot.1H A D31-Jan-2020692 3024

lumina-screenshot.desktopH A D31-Jan-2020188 109

lumina-screenshot.proH A D31-Jan-20203.7 KiB10691

main.cppH A D31-Jan-2020733 2820

README.md

1## Screenshot utility for the Lumina Desktop
2
3This is a utility for taking screenshots of the local desktop session and saving them on the system. It also provides some basic editing capabilities prior to saving the screenshot to a file.
4
5### Library Dependencies
6
71. Qt 5.2+ (specific modules listed below)
8   * concurrent
9   * core
10   * gui
11   * network
12   * multimedia
13   * svg
14   * widgets
152. X11 Libraries
16   * libXdamage
173. XCB Libraries
18   * libxcb
19   * libxcb-ewmh
20   * libxcb-icccm
21   * libxcb-image
22   * libxcb-composite
23   * libxcb-damage
24   * libxcb-randr
25   * libxcb-util
264. Other Libraries
27   * libc
28