| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't make the return key press the Cancel button...v23 | Simon Rettberg | 2018-03-16 | 1 | -0/+1 |
| | | |||||
| * | [maingui] Properly support inverted meaning of HPColorAsGray | Simon Rettberg | 2017-06-23 | 1 | -5/+12 |
| | | | | | Fixes #3163 | ||||
| * | [maingui] Added HPColorAsGray to color printer markers | Christian Rößler | 2017-06-21 | 1 | -1/+1 |
| | | |||||
| * | [maingui] Cache parsed ppds, more error handling/debug output on error | Simon Rettberg | 2017-03-10 | 1 | -3/+19 |
| | | |||||
| * | [printergui] Handle NULL ppd in handleTrustedPrint() | Simon Rettberg | 2017-03-10 | 1 | -10/+13 |
| | | |||||
| * | [printergui] Removed NULL checks that can never yield true | Simon Rettberg | 2017-03-09 | 1 | -8/+2![]() |
| | | |||||
| * | [printergui] Fill location column by working around cups bug | Simon Rettberg | 2017-01-11 | 1 | -4/+29 |
| | | | | | | | CUPS docs say cupsGetDests should also fill in "printer-location" for all the printers, but in fact it doesn't. So query the printer attributes using ipp. | ||||
| * | [maingui] Also set UseSecured and OptSecured if secure print is enabled | Simon Rettberg | 2016-12-23 | 1 | -9/+21 |
| | | |||||
| * | [maingui] Support SecuredPrint (Canon) | Simon Rettberg | 2016-12-21 | 1 | -5/+88 |
| | | |||||
| * | [printergui] Interpret --error message as utf8 | Simon Rettberg | 2016-03-24 | 1 | -2/+7 |
| | | |||||
| * | [printergui] Sanitize job names (ASCII only to be extra safe) | Simon Rettberg | 2015-10-29 | 1 | -2/+279 |
| | | |||||
| * | [printergui] Don't allow selecting paper size until we figured things out | Simon Rettberg | 2015-10-09 | 1 | -6/+7 |
| | | |||||
| * | [pwgui] Also use the grayed out fake background | Simon Rettberg | 2015-10-09 | 1 | -1/+9 |
| | | |||||
| * | Add fullscreen bg to printergui; preserve job name | Simon Rettberg | 2015-10-08 | 1 | -13/+55 |
| | | |||||
| * | [printergui] Add paper size option | Simon Rettberg | 2015-10-06 | 1 | -9/+36 |
| | | |||||
| * | [printergui] Refactor option parsing | Simon Rettberg | 2015-10-06 | 1 | -74/+47![]() |
| | | |||||
| * | [printergui] Fix memory leak | Simon Rettberg | 2015-10-06 | 1 | -0/+1 |
| | | |||||
| * | Man man man, Manuel... | Simon Rettberg | 2015-10-05 | 1 | -31/+28![]() |
| | | | | | | | 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 formatting | Simon Rettberg | 2015-02-03 | 1 | -145/+141![]() |
| | | |||||
| * | Bring windows to top more agressively | Simon Rettberg | 2015-02-03 | 1 | -0/+4 |
| | | |||||
| * | Add Dell option. Cleanup code. | Manuel Schneider | 2014-12-03 | 1 | -54/+7![]() |
| | | |||||
| * | Make color and duplex options whitelisted. [NEEDS TESTING] | Manuel Schneider | 2014-12-03 | 1 | -81/+170 |
| | | |||||
| * | psgray is dead. ps2write + options for grayscale | Jonathan Bauer | 2014-05-28 | 1 | -1/+1 |
| | | | | | This takes forever ... maybe there is faster way? | ||||
| * | Hooray for UTF-8 | Simon Rettberg | 2014-02-07 | 1 | -3/+3 |
| | | |||||
| * | Finally make it work as intended. | Simon Rettberg | 2014-02-07 | 1 | -5/+8 |
| | | | | | | | | | | | There's probably some debug code and debug output left in some places that needs to be replaced. TODO: - Focus should be in password box when showing pwgui - Pressing return should be clicking OK - Pressing escape should be clicking Cancel | ||||
| * | Getting there, slowly: | Simon Rettberg | 2014-02-07 | 1 | -1/+3 |
| | | | | | | | | | | | | - Check if the backend is invoked as a result of the printergui sending a printjob If not, just relay to the real backend and appear transparent If yes, copy environment from the printergui (X access etc) and show the username/password dialog. - Drop privileges whereever neccessary (when invoking backend, when showing GUI) TODO: Use pipe to send user/pass to backend from the GUI. Make OK and Cancel in the GUI work. | ||||
| * | Lots of changes: Two binaries (selection/pw auth), qmake -> cmake, ↵ | Simon Rettberg | 2014-02-06 | 1 | -0/+243 |
| 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. | |||||

