Commit Graph

103 Commits

Author SHA1 Message Date
Florian Streibelt 18f1de1b26 screensaver now implemented in python (too) including idle message per state. 2011-10-15 05:38:14 +02:00
Florian Streibelt f5f55eff84 reordering of functions 2011-10-15 04:19:49 +02:00
Sebastian Pipping 7a70f06bbb client-barcode: No longer mention absense of deposit for items how never have deposit 2011-10-15 04:17:22 +02:00
Florian Streibelt 5684b46001 Moar functions for the display 2011-10-15 04:15:50 +02:00
Sebastian Pipping 35989b3e04 client-barcode: Update server URL 2011-10-15 04:12:55 +02:00
Florian Streibelt 665ba7cc5e Display now has scrolling text implemented in a python thread and error-screens, etc 2011-10-15 03:49:13 +02:00
Florian Streibelt 15493ee6aa now now exit if display daemin dies 2011-10-15 02:21:32 +02:00
Florian Streibelt 5124cf1d23 wrong escape sequence 2011-10-15 02:10:19 +02:00
Florian Streibelt b83d15a461 finally{} 2011-10-14 01:48:28 +02:00
Florian Streibelt f0fa719d9f now displays deposit corectly 2011-10-13 23:58:47 +02:00
Florian Streibelt f880ec04ea now with goodbye message 2011-10-13 23:21:09 +02:00
Florian Streibelt 2a1ad9f122 fixed some escape codes and added some output screens 2011-10-13 22:23:36 +02:00
Sebastian Pipping 56673f9936 client-barcode: Turn "UNDO" into "STORNO" on howto sheet 2011-10-13 20:54:02 +02:00
Sebastian Pipping aa204aea02 client-barcode: Increase visibility of commit reminder 2011-10-13 20:51:47 +02:00
Florian Streibelt 8261c3ecef Merge branch 'master' into display 2011-10-13 19:21:15 +02:00
Sebastian Pipping 584cd364e5 client-barcode: Repair deposit, bug reported by Florian 2011-10-13 19:08:00 +02:00
Sebastian Pipping f48d01ff1a client-barcode: Integrate feedback from Theresa into howto sheet 2011-10-13 03:12:34 +02:00
Florian Streibelt f9550712d8 not all screens yet on the display. scroll text would be nice... 2011-10-12 20:45:28 +02:00
Florian Streibelt ed8659964c Merge branch 'master' into display
Conflicts:
	client-barcode/freitagskasse.py
2011-10-12 19:59:34 +02:00
Florian Streibelt ffe61d7e7c stuff... 2011-10-12 19:53:05 +02:00
Sebastian Pipping f5f1b25bc0 client-barcode: Update howto sheet to include to-go codes 2011-10-12 17:13:44 +02:00
Sebastian Pipping 255c08d6c3 Show hint on Plugin permissions if user unknown 2011-10-12 16:06:03 +02:00
Sebastian Pipping 9a0206da97 Remove unused COLOR_WARN 2011-10-12 16:02:08 +02:00
Sebastian Pipping 356c2584db client-barcode: Resolve class ToGoCommand, make UNDO delete commodity/deposity combined 2011-10-12 05:51:11 +02:00
Florian Streibelt 5c15a18110 do not create fifo if not there 2011-10-12 02:46:36 +02:00
Florian Streibelt 7bcc8f0c18 Added first Code fragments for external display. 2011-10-12 02:28:35 +02:00
Florian Streibelt 8d6ff280e3 fix for exception handlibg if not an HTTP but URLError 2011-10-12 02:19:52 +02:00
Florian Streibelt 83c4e1441d one typo and one bugfix for user unknown on login 2011-10-12 01:35:07 +02:00
Sebastian Pipping e72e5838f1 client-barcode: Adjust display of deposit to match the webapp 2011-10-10 22:10:17 +02:00
Sebastian Pipping f697486296 client-barcode: Allow buying sole deposit of an item 2011-10-10 22:10:17 +02:00
Sebastian Pipping 92efe05fed client-barcode: Implement (in)equality test for class Item 2011-10-10 22:00:10 +02:00
Sebastian Pipping 22d0bf50b9 Propaget deposit flag to server 2011-10-10 07:54:27 +02:00
Sebastian Pipping 5fffd09053 Ignore empty input lines rather than trying to find a barcode to match them 2011-10-10 07:38:14 +02:00
Sebastian Pipping 7242261f16 urllib2.URLError may not have attribute "reason" 2011-10-10 07:38:14 +02:00
Sebastian Pipping fafb03c843 Implement to-go logic for all, none, or previous 2011-10-10 07:38:14 +02:00
Sebastian Pipping cf5cae5303 Show total effect on balance, too 2011-10-10 04:49:35 +02:00
Sebastian Pipping c720456749 Fix sign of buy command (display only) 2011-10-10 04:49:35 +02:00
Sebastian Pipping a3521100b6 Add first bits of color 2011-10-10 04:49:35 +02:00
Sebastian Pipping 6b726137b8 Add colorama 0.2.4 2011-10-10 04:49:35 +02:00
Sebastian Pipping 15a154b05c Be less loud 2011-10-10 03:54:14 +02:00
Sebastian Pipping 83ac56d9e4 client-barcode: Move from product ids to product barcodes 2011-10-05 21:50:14 +02:00
Sebastian Pipping dd224f42f6 client-barcode: Handle KeyboardInterrupt 2011-10-05 17:45:32 +02:00
Sebastian Pipping 11122966b5 client-barcode: Fix random 401s with HTTP authentication 2011-10-05 17:30:05 +02:00
Sebastian Pipping 3402393fe4 client-barcode: Fix constant reference 2011-10-05 16:40:15 +02:00
Sebastian Pipping c70ec751b1 client-barcode: Add some network error handling 2011-10-05 16:39:20 +02:00
Sebastian Pipping f3c86688a7 client-barcode: Simplify decimal.Decimal to Decimal 2011-10-05 12:43:23 +02:00
Sebastian Pipping 61af03c5f9 client-barcode: Add an item cache 2011-10-05 12:39:22 +02:00
Sebastian Pipping 5b42351454 client-barcode: Integrate networking (little error checking for now) 2011-10-05 12:31:48 +02:00
Sebastian Pipping a4c37ce813 client-barcode: Add command classes 2011-10-05 12:28:37 +02:00
Sebastian Pipping 68ba629966 client-barcode: Remove hard-coded sample products 2011-10-05 12:24:10 +02:00
Sebastian Pipping f7963b9acf client-barcode: Rename login_code to auth_blob 2011-10-05 11:43:34 +02:00
Sebastian Pipping 7a1ee41ca2 client-barcode: Add basic networking code 2011-10-05 11:35:56 +02:00
Sebastian Pipping 7922d3254c Add current demo code of Freitagskasse Barcode Client and related HOWTO paper 2011-08-03 23:58:17 +02:00