summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [maingui] Properly support inverted meaning of HPColorAsGraySimon Rettberg2017-06-231-5/+12
| | | | Fixes #3163
* [maingui] Added HPColorAsGray to color printer markersChristian Rößler2017-06-211-1/+1
|
* [maingui] Cache parsed ppds, more error handling/debug output on errorSimon Rettberg2017-03-102-3/+22
|
* [printergui] Handle NULL ppd in handleTrustedPrint()Simon Rettberg2017-03-101-10/+13
|
* [printergui] Removed NULL checks that can never yield trueSimon Rettberg2017-03-091-8/+2Star
|
* [printergui] Fill location column by working around cups bugSimon Rettberg2017-01-111-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 enabledSimon Rettberg2016-12-231-9/+21
|
* [pwgui] Focus password field by default, react to return key in text boxesSimon Rettberg2016-12-211-0/+3
|
* [maingui] Support SecuredPrint (Canon)Simon Rettberg2016-12-213-13/+133
|
* [pwgui] Steal env var for user prefix from printerguiSimon Rettberg2016-09-021-18/+21
|
* [pwgui] Fix formatting, introduce constants for argv indexSimon Rettberg2016-09-021-15/+23
|
* read the environment PWGUI_USERPREFIX and prefix the username with it.Christian Klinger2016-08-231-1/+26
|
* added x11 workaround.Christian Klinger2016-06-014-0/+38
|
* [printergui] Interpret --error message as utf8Simon Rettberg2016-03-242-3/+8
|
* [printergui] Sanitize job names (ASCII only to be extra safe)Simon Rettberg2015-10-291-2/+279
|
* [pwgui] Fix compiler warningSimon Rettberg2015-10-291-1/+1
|
* [pwgui] Break backend messages by \n, feed backend through stdinSimon Rettberg2015-10-221-12/+31
|
* [pwgui] Revert using cupsTempFile2 - has issues when running backendSimon Rettberg2015-10-121-4/+2Star
|
* [pwgui] Include cups.hSimon Rettberg2015-10-121-0/+1
|
* [pwgui] return "cancel job" on failure, so we don't depend on proper cups ↵Simon Rettberg2015-10-121-15/+19
| | | | error policy
* [printergui] Don't allow selecting paper size until we figured things outSimon Rettberg2015-10-091-6/+7
|
* [pwgui] Also use the grayed out fake backgroundSimon Rettberg2015-10-096-6/+22
|
* Merge branch 'master' of dnbd3:openslx-ng/printerguiSimon Rettberg2015-10-081-3/+5
|\
| * germanizeJonathan Bauer2015-10-081-1/+1
| |
| * fix msgBox not beeing properly centeredJonathan Bauer2015-10-081-2/+4
| |
* | Add fullscreen bg to printergui; preserve job nameSimon Rettberg2015-10-087-214/+387
|/
* move msgBox closer to center :) TOFIXJonathan Bauer2015-10-071-1/+5
|
* [pwgui] Actually execute the message box after creating it...Simon Rettberg2015-10-071-0/+1
|
* [pwgui] Only kill printergui after we tried running the backend for the ↵Simon Rettberg2015-10-071-5/+25
| | | | first time
* [printergui] Add paper size optionSimon Rettberg2015-10-063-53/+101
|
* [printergui] Refactor option parsingSimon Rettberg2015-10-062-78/+52Star
|
* [printergui] Fix memory leakSimon Rettberg2015-10-061-0/+1
|
* [printergui] Add simple error-message displaying command line optionSimon Rettberg2015-10-051-10/+18
|
* Man man man, Manuel...Simon Rettberg2015-10-052-34/+31Star
| | | | | | 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-036-295/+320
|
* Bring windows to top more agressivelySimon Rettberg2015-02-032-0/+8
|
* Add Dell option. Cleanup code.Manuel Schneider2014-12-031-54/+7Star
|
* Make color and duplex options whitelisted. [NEEDS TESTING]Manuel Schneider2014-12-033-126/+212
|
* Fix intentionManuel Schneider2014-12-031-395/+395
|
* Fix printing problemsManuel Schneider2014-12-031-20/+59
|
* Fixed stupid bugsSimon Rettberg2014-09-181-31/+42
|
* psgray is dead. ps2write + options for grayscaleJonathan Bauer2014-05-281-1/+1
| | | | This takes forever ... maybe there is faster way?
* [printpwgui] rename helper_error to helper_messageBox, show messageBox if ↵Simon Rettberg2014-05-061-17/+38
| | | | print job was submitted to remote print server, handle "Printer does not exist" message from backend
* Fix: run_backend returned wrong status codeSimon Rettberg2014-02-261-1/+3
|
* [printpwgui] Show message boxes on error whereever possibleSimon Rettberg2014-02-251-4/+85
|
* Add auth support for iprint via ipp14Simon Rettberg2014-02-131-1/+76
| | | | | | ipp14 will not return CUPS_BACKEND_AUTH_REQUIRED but just fail, but luckily it tells you on stderr that it is "not authorized"... So we just check stderr of the real backend and act accordingly if we encounter such a message.
* Fix indentationSimon Rettberg2014-02-101-3/+3
|
* Fix reading from stdin. fread sucks.Simon Rettberg2014-02-101-4/+12
|
* Hooray for UTF-8Simon Rettberg2014-02-071-3/+3
|
* Finally make it work as intended.Simon Rettberg2014-02-072-12/+34
| | | | | | | | | | 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