Commit Graph

304 Commits (9452b572c89d063d3c38049e7fac5bf733781bc6)

Author SHA1 Message Date
Guillaume Seguin 9452b572c8 Fix wrong automated change, update pot and French translation 2012-08-08 10:10:14 +02:00
Guillaume Seguin 6f446e3726 More automated cleanup 2012-08-08 09:58:09 +02:00
Guillaume Seguin 77eb2440e3 Semi-automated coding style cleanup 2012-08-08 09:38:48 +02:00
Guillaume Seguin 49f90395c9 Mark a "Connect" string as translatable to have it translated 2012-08-08 08:40:22 +02:00
Guillaume Seguin 8cc134955f Run reindent.py on the whole repository 2012-08-08 08:39:50 +02:00
Guillaume Seguin 08c42443f1 Improve (and fix) time displays 2012-08-07 13:54:07 +02:00
Guillaume Seguin aba8848647 Cleanup 2012-08-07 13:49:58 +02:00
Guillaume Seguin c7c52e1c1d Disable recover button when disconnecting 2012-08-07 13:49:11 +02:00
Guillaume Seguin e6448ade53 Fix time display 2012-08-07 10:58:42 +02:00
Guillaume Seguin 1581c12f8e Only run final command if one is set 2012-08-07 10:58:28 +02:00
Guillaume Seguin 6f7ecce7ff Improve responsivity by reducing sleep times 2012-08-06 23:25:37 +02:00
Guillaume Seguin 0406041689 Make finish feature actually work 2012-08-06 23:25:01 +02:00
Guillaume Seguin 7edb74b18d Remove try: except: pass around status check 2012-08-06 19:38:01 +02:00
Guillaume Seguin 0816e6cafe Fix bug 2012-08-06 19:19:07 +02:00
Guillaume Seguin c8b4626d33 Initial attempt for recover button enable/disable behavior 2012-08-06 19:18:45 +02:00
Guillaume Seguin 0e0a41bef7 Add recover button to pronterface 2012-08-04 23:38:22 +02:00
Guillaume Seguin f47e979f19 Check if status thread has been started before joining it 2012-08-04 23:18:17 +02:00
Guillaume Seguin cda29232e6 Attempt at adding a recover print function 2012-08-04 23:15:50 +02:00
Guillaume Seguin e046dc8016 Fix bug in loadfile() causing file not to be closed 2012-08-04 22:54:12 +02:00
Guillaume Seguin 3ba713e5d0 Cleanup status check in pronterface 2012-08-04 22:24:45 +02:00
Guillaume Seguin 9072db0ae3 Update french translation, pronterface.pot and minor string change 2012-08-04 22:00:53 +02:00
Guillaume Seguin 8e9a09a70d i18n fix to pronterface.py 2012-08-04 21:51:07 +02:00
Guillaume Seguin ea3ea4e975 Fix scoping error in webinterface start in pronterface.py 2012-08-04 11:05:55 +02:00
Guillaume Seguin a2e50a09b7 Time display cleanup in pronterface.py 2012-08-04 11:02:17 +02:00
Guillaume Seguin 24b7f97887 Correctly import printcore in pronsole and pronterface 2012-08-04 10:43:29 +02:00
Guillaume Seguin e4282270ee Migrate dialogs and widgets to printrun/pronterface_widgets.py 2012-08-04 10:35:33 +02:00
Guillaume Seguin a052f0fb33 Coding style cleanup, pronterface.py, first 25% 2012-08-04 10:30:58 +02:00
Guillaume Seguin e5fb12b5bd Doc cleanup 2012-08-04 10:15:54 +02:00
Guillaume Seguin eaab285912 Cleanup in pronterface.py 2012-08-03 23:35:06 +02:00
Guillaume Seguin ffd655d85f Fix typos 2012-08-02 18:26:56 +02:00
Guillaume Seguin 9eb3fc68ee Fix probable typo and minor cleanup 2012-08-02 09:28:39 +02:00
Guillaume Seguin 72173c6023 Add CLI parameters for web config files location (if not in ~/.printrun or cwd)
Also remove the chdir() to pronterface.py directory
2012-07-31 22:37:00 +02:00
Guillaume Seguin cc60367a83 New commandline paramters : -w/--web to request web interface
Also install webinterface deps and fix bug in configfile()
2012-07-31 12:00:05 +02:00
Guillaume Seguin 1d79b1231a Look for configuration files in ~/.printrun/ before looking in `pwd` 2012-07-31 11:02:06 +02:00
Guillaume Seguin 888143be42 Initial work towards a setup.py build system 2012-07-31 10:51:17 +02:00
Guillaume Seguin 7c48b6c446 Cleanup temp report parsing
Factorize into a single function and support Marlin-style reports
2012-07-31 09:00:28 +02:00
Guillaume Seguin 57c71300e2 Whitespace cleanups 2012-07-31 08:45:15 +02:00
Keegi 8b83ba62b6 fix custom button drag and drop being broken, with different strategy (1px size) to hide the drag-drop targets when not in use 2012-07-23 16:08:41 +03:00
Keegi 89364d6f84 tweak temperature gauge layout a little 2012-07-23 16:01:47 +03:00
Keegi 2cfca605c2 fail more cleanly on non-ascii macro name 2012-07-23 15:48:18 +03:00
Kliment Yanev e73e11d554 Allow unicode characters in custom button command names 2012-07-15 14:55:11 +02:00
Kliment Yanev da2a02693d Save command currently being typed so pressing up does not accidentally delete it. 2012-07-15 14:27:22 +02:00
Kliment Yanev c1a9f8d6b6 Save commands entered into command box and retrieve them when up/down key is pressed. 2012-07-15 14:22:57 +02:00
Kliment Yanev 193347b63d Set target temps to zero on reset. 2012-07-15 13:43:34 +02:00
Kliment Yanev 73055e59a8 Fix math domain error in estimation code.
Make crash in estimation code not block file load.
Diable web interface by default.
2012-07-15 13:07:16 +02:00
Kliment Yanev a20c1fe4c0 POtential fix for wx unicode decode errors 2012-07-11 20:56:15 +02:00
unknown 48f82b9062 Merge Complete 2012-06-05 09:56:37 -05:00
unknown 4158bc63ca Only enable webinterface if CherryPy is available. Fix buttons on the web 2012-06-04 13:44:49 -05:00
unknown e2e47c494c Added custom buttons, gui, cleaned up interface 2012-05-31 17:10:51 -05:00
unknown f2e87c6e7c Kill CherryPy when Pronterface closes 2012-05-31 14:49:32 -05:00