Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-23Release Printrun-2.0.0rc4printrun-2.0.0rc4Miro Hrončok
2018-03-23Dynamically rebuild menu when options change - should fix #865Kliment Yanev
2018-03-23Save pronterface command box history to same place as pronsole command histor...Kliment Yanev
2018-03-23Merge pull request #915 from hroncok/new_macro_button_sizekliment
2018-03-23Make slicer process work correctly on setups with no stdinKliment Yanev
2018-03-22Hide echo:busy: processing messagesKliment Yanev
2018-03-22Change DeleteItem to DestroyItem to remove entries from menu. Fixes #907Kliment Yanev
2018-03-22Hide active extruder messages by defaultKliment Yanev
2018-03-22Add slic3r as default command and restore load button text when gcode loading...Kliment Yanev
2018-03-22Squelch busy: processing messagesKliment Yanev
2018-03-22Prevent race condition on exit in all display modesKliment Yanev
2018-03-22Prevent race condition on exitKliment Yanev
2018-03-22fix typoKliment Yanev
2018-03-22Handle pyinstaller frozen pathsKliment Yanev
2018-03-22Add log output handler only onceKliment Yanev
2018-03-22Silence repetier messagesKliment Yanev
2018-03-22Merge branch '2.x' of github.com:kliment/Printrun into 2.xKliment Yanev
2018-03-22Ignore ok followed by a number when deciding what to show to userKliment Yanev
2018-03-21p/pronterface: Fix new-macro dialog layoutRock Storm
2018-03-20Make sure the New macro dialog is large enoughMiro Hrončok
2018-03-20Enlarge buttons to get rid of gtk warningstobbelobb
2018-03-19Handle T? command - treat as no tool change for nowKliment Yanev
2018-03-19Fix segfault on exit and traceback when toggling large graph multiple timesKliment Yanev
2018-03-19Release Printrun-2.0.0rc3printrun-2.0.0rc3Miro Hrončok
2018-03-19Handle segfaults when recreating UI with monitor running, and when closing gr...Kliment Yanev
2018-03-19Don't destroy any controls when redrawing uiKliment Yanev
2018-03-19Segfault mitigation - deal with deleted graph objectKliment Yanev
2018-03-19Attempt at segfault mitigation - do not destroy graph and gauges when recreat...Kliment Yanev
2018-03-18p/spoolmanager: Fix for too long spool namesRock Storm
2018-03-18p/spoolmanager: Fix various GUI problemsRock Storm
2018-03-14Merge pull request #912 from tobbelobb/slic3r_config_read_fixkliment
2018-03-14Repairs read_slic3r_config()tobbelobb
2018-03-10Merge pull request #910 from hroncok/patch-4kliment
2018-03-10Fix #908Miro Hrončok
2018-03-09Replace deprecated wx functionKliment Yanev
2018-03-08Merge branch '2.x' of github.com:kliment/Printrun into 2.xKliment Yanev
2018-03-08Fix macro-related functionality:Kliment Yanev
2018-03-08Merge pull request #906 from siorai/2.xkliment
2018-03-08Updated copyright.siorai
2018-03-07Replace pycairo with cffi and cairocffiKliment Yanev
2018-03-07Merge pull request #901 from hroncok/requirements_sys_platformkliment
2018-03-06Update requirements.txt to support more OSesMiro Hrončok
2018-03-05Merge pull request #896 from hroncok/setuptoolskliment
2018-03-05Setlocale does not work like that on Windows, so attempt to set it but do not...Kliment Yanev
2018-03-05Merge pull request #899 from hroncok/gtk3_kliment
2018-03-05fixup! Fix bunch of GTK3 issuesMiro Hrončok
2018-03-05Fix bunch of GTK3 issuesMiro Hrončok
2018-03-05Merge pull request #898 from rockstorm101/remove-serialwrapperkliment
2018-03-03Revert PR #712 "Add a wrapper around pySerial"Rock Storm
2018-03-03Use setuptools, install printrun.spoolmanagerMiro Hrončok