summaryrefslogtreecommitdiffstats
path: root/src/maingui/printergui.h
Commit message (Collapse)AuthorAgeFilesLines
* [maingui] Cache parsed ppds, more error handling/debug output on errorSimon Rettberg2017-03-101-0/+3
|
* [maingui] Support SecuredPrint (Canon)Simon Rettberg2016-12-211-1/+4
|
* Add fullscreen bg to printergui; preserve job nameSimon Rettberg2015-10-081-2/+13
|
* [printergui] Add paper size optionSimon Rettberg2015-10-061-5/+0Star
|
* [printergui] Refactor option parsingSimon Rettberg2015-10-061-4/+5
|
* Man man man, Manuel...Simon Rettberg2015-10-051-3/+3
| | | | | | Warum zur Hölle entfernt der commit "Make color and duplex options whitelisted. [NEEDS TESTING]" einen Haufen wichtigen Code für z.B. passwortgeschütztes Drucken? :(
* Consistent code formattingSimon Rettberg2015-02-031-15/+16
|
* Make color and duplex options whitelisted. [NEEDS TESTING]Manuel Schneider2014-12-031-3/+7
|
* Lots of changes: Two binaries (selection/pw auth), qmake -> cmake, ↵Simon Rettberg2014-02-061-0/+41
gitignore, more error handling 1. We now have two binaries: One pops up when the print job comes in so you can select the printer, duplex, copies, etc... The other one pops up when used as a backend and handles authentication by asking for username and password (WORK IN PROGRESS!). This is to better handle things like smb printing 2. We use cmake everywhere, and now that we want two binaries it made sense to switch. 3. Gitignore, well, what to say 4. Show an error message when calling ghostscript for grayscale conversion failed, insted of just doing nothing and not even closing the GUI. 5. Keep the printergui open for a few seconds after printing, but hide the window. Later we want to check in the password gui if the printergui is open to make sure we really should run, and maybe even exchange some information.