summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop local_pdffile function, don't reference unused PDF_FILE variable anymore.pr/multidisplaysupportDanielsLPecke2016-11-141-21/+6
* Clear screen on script startupDanielsLPecke2016-11-141-1/+0
* Add support for individually configuring multiple displays.DanielsLPecke2016-11-144-43/+41
* release 0.2.5Mike Gabriel2016-11-143-4/+38
* New feature: support hostname-fakingDanielsLPecke2016-11-101-1/+9
* Rename 'SLAVE_RESOLUTION' to 'SECONDARIES_RESOLUTION'.DanielsLPecke2016-11-101-3/+3
* Fix name of user config file when sourcing it.DanielsLPecke2016-11-101-1/+1
* Correct usage of var 'PRIMARY_DISPLAYS' (was: 'PRIMARIES_TERMINAL').DanielsLPecke2016-11-101-2/+2
* impressive-display: When applications starts, don't use basename $0, use a ha...Mike Gabriel2016-10-191-1/+1
* impressive-display: Log when impressive gets started, terminated and triggere...Mike Gabriel2016-10-191-0/+3
* release 0.2.40.2.4Mike Gabriel2016-10-171-2/+6
* release 0.2.4Mike Gabriel2016-10-173-5/+10
* impressive-display: Provide means for logging to syslog.Mike Gabriel2016-10-171-13/+21
* release 0.2.30.2.3Mike Gabriel2016-04-023-5/+43
* Print script version on script startup.Mike Gabriel2016-04-021-0/+4
* Print PDF_URL and PDF_FILE on script startup.Mike Gabriel2016-04-021-2/+2
* Make impressive-display script really quiet, so that we avoid writing too muc...Mike Gabriel2016-04-021-6/+5
* Add support for RUSH_HOURS and SLEEP_HOURS to the PDF download loop.Mike Gabriel2016-04-021-2/+105
* Slightly modify debugging comment at beginning of impressive-display script.Mike Gabriel2016-04-021-2/+2
* Handle situations where the 'bc' command line calculator is not installed.Mike Gabriel2016-04-011-0/+5
* Silence stderr output of the kill command when testing for existing PIDs.Mike Gabriel2016-03-291-2/+2
* release 0.2.20.2.2Mike Gabriel2016-03-292-3/+20
* Move files further to the project's base directory.Mike Gabriel2016-03-293-0/+0
* Fix uppercase/lowercase spelling for $WORKDIR in local_pdffile() function.Mike Gabriel2016-03-291-3/+3
* release 0.2.10.2.1Mike Gabriel2016-03-2913-257/+115
* update upstream versionMike Gabriel2016-03-291-1/+1
* debian/control: Minor fix in LONG_DESCRIPTION.Mike Gabriel2016-03-292-1/+3
* User .impressive-display-rc as user configuration file.Mike Gabriel2016-03-292-3/+4
* Improve man page.Mike Gabriel2016-03-292-2/+8
* debian/impressive-display.default: Rework comments.Mike Gabriel2016-03-292-14/+20
* drop MASTERS and SLAVES terminologyMike Gabriel2016-03-292-27/+27
* debian/control: Various adjustment in Depends:, Recommends: and Suggests:. Mo...Mike Gabriel2016-03-292-16/+14
* Avoid cleanup() function being called twice.Mike Gabriel2016-03-292-2/+1
* Drop using redundant variable $pdffile.Mike Gabriel2016-03-292-5/+2
* Support existing impressive-display via exiting impressive (Q hotkey). Furthe...Mike Gabriel2016-03-292-3/+10
* Check downloaded PDF for actually being a PDF file.Mike Gabriel2016-03-292-6/+15
* Use $HOME/.impressive-display as temporary data directory.Mike Gabriel2016-03-292-1/+2
* Disable debugging option (set -x).Mike Gabriel2016-03-292-1/+3
* Make cleanup trap more genuine: Really clean-up all created temporary files, ...Mike Gabriel2016-03-292-5/+25
* release 0.2.00.2.0Mike Gabriel2016-03-291-2/+2
* Add GPL-2 license file.Mike Gabriel2016-03-291-0/+339
* redesign the looping in impressive-display scriptMike Gabriel2016-03-292-82/+109
* impressive-display: Work around buggy impressive polling feature.Mike Gabriel2016-03-241-12/+62
* impressive-display: Make interval between slide transitions configurable.Mike Gabriel2016-03-242-1/+7
* debian/impressive-display.default: Mention DOWNLOAD_INTERVAL variable here.Mike Gabriel2016-03-241-0/+3
* Fix merging of portrait pages. The pdfnup tool drops its output file in the c...Mike Gabriel2016-03-241-11/+13
* debian/impressive-display.default: Use Debian FAQ PDF rather than shipping on...Mike Gabriel2016-03-244-3/+3
* impressive-display: Do portrait check and page merging for downloaded and loc...Mike Gabriel2016-03-241-8/+12
* impressive-display: Fix breaking/returning out of while loop.Mike Gabriel2016-03-241-2/+4
* impressive-display: Check if a filename is given _and_ if the file is readable.Mike Gabriel2016-03-241-3/+1