Commit Graph

820 Commits (6f446e3726be65328ceae86ade4ca98a10c7a5a5)

Author SHA1 Message Date
Guillaume Seguin 3c599713f9 Merge branch 'master' of github.com:iXce/Printrun into experimental 2012-02-26 04:11:35 +01:00
Guillaume Seguin 129aa9b009 Resync French pronterface.mo 2012-02-26 04:09:56 +01:00
Guillaume Seguin 5e76ce2e37 Merge branch 'master' of github.com:iXce/Printrun into experimental 2012-02-26 04:07:20 +01:00
Guillaume Seguin f2d6f2ded5 Update all translations for 2afaf4c61 2012-02-26 03:52:53 +01:00
Guillaume Seguin 91eb75dff7 French translation for plater 2012-02-26 03:10:12 +01:00
Guillaume Seguin 8066764a07 Update plater.pot 2012-02-26 02:48:39 +01:00
Guillaume Seguin e9c0469778 Use format string for translation 2012-02-26 02:41:50 +01:00
Guillaume Seguin 26fbc96b53 Update French translation 2012-02-26 02:14:49 +01:00
Guillaume Seguin 2afaf4c61a Use format strings as much as possible for translations 2012-02-26 02:14:06 +01:00
Guillaume Seguin 9a20974d8f Mark button name as translatable 2012-02-26 02:08:57 +01:00
Guillaume Seguin a9d7b082f9 Add a word on updating .po from .pot 2012-02-26 01:26:36 +01:00
Guillaume Seguin 536c84ae47 Fix minor typo (translation argument inside _()) 2012-02-26 01:00:20 +01:00
kliment 28c05419d1 Merge pull request #179 from iXce/master
Handle exceptions raised when printer is disconnected
2012-02-25 14:44:22 -08:00
Guillaume Seguin b444ebcd72 Handle the exceptions raised when printer is disconnected. 2012-02-25 22:35:48 +01:00
kliment 7a1ccb8cab Merge pull request #177 from skade/patch-1
OS X pre-lion comes with readline preinstalled in the system python.
2012-02-18 14:50:10 -08:00
Florian Gilcher 7f46e9befe OS X pre-lion comes with readline preinstalled in the system python. 2012-02-18 18:51:04 +01:00
Keegi 4198697112 changed console window log hiding pattern logic to avoid memory leaking and newlines separating from lines to be hidden 2012-02-13 09:39:35 +02:00
Keegi c187622660 Changed way .pronsolerc is saved so that it is possible to symlink it 2012-02-13 09:39:33 +02:00
kliment fa08790d26 Merge pull request #176 from alexrj/i18n-ita
Italian translation
2012-02-10 02:34:59 -08:00
Alessandro Ranellucci c687bdea6a Italian translation 2012-02-10 11:32:29 +01:00
kliment 901023bdb7 Merge pull request #175 from henrikbrixandersen/patch-1
Handle g0 equal to g1.
2012-02-06 12:47:32 -08:00
Henrik Brix Andersen 3cf7e03095 Handle g0 equal to g1. 2012-02-06 21:46:08 +01:00
kliment fa552ceeb0 Merge pull request #171 from AxTheB/export
Threaded gl rendering
2012-01-27 14:22:19 -08:00
Václav 'Ax' Hůla b9d8fac7aa line rendering in separate thread 2012-01-27 23:14:20 +01:00
kliment 0c8660cb36 Merge pull request #170 from AxTheB/export
Green is feedrate now
2012-01-25 13:47:50 -08:00
Václav 'Ax' Hůla afc3abb4c4 Green is feedrate 2012-01-25 21:58:07 +01:00
kliment 56ca54bc74 Merge pull request #169 from AxTheB/export
gcode viewer, for now in separate file
2012-01-25 08:18:49 -08:00
Václav 'Ax' Hůla 6388e31841 Vary blue to see to line thickness 2012-01-25 14:50:07 +01:00
Václav 'Ax' Hůla 38fdf15f73 Comments, small touches 2012-01-25 14:13:12 +01:00
Václav 'Ax' Hůla ddec65e50f Colors! 2012-01-25 13:44:07 +01:00
Václav 'Ax' Hůla 20a28bb6e6 OpenGL gcode viewer, line only, working. 2012-01-24 20:13:22 +01:00
Kliment Yanev e5b0a4ff33 Merge branch 'master' of github.com:kliment/Printrun into experimental 2012-01-23 12:50:39 +01:00
kliment face1f84b9 Merge pull request #165 from metzench/master
update translations, fix plater.py wildcards
2012-01-23 03:50:06 -08:00
kliment c9444823b0 Merge pull request #166 from alexrj/gplv3
Added licensing info to README and all source files
2012-01-23 03:39:02 -08:00
Alessandro Ranellucci 34ede756a6 Full GPLv3 notice 2012-01-23 12:36:49 +01:00
Alessandro Ranellucci 7d2ef9a6b6 Added licensing info to README and all source files 2012-01-23 12:17:28 +01:00
Christian Metzen cee6e05ab0 update translations, fix plater.py wildcards 2012-01-23 10:01:52 +01:00
kliment 589debc28f Merge pull request #161 from metzench/master
Translation Updates
2012-01-19 00:30:18 -08:00
Christian Metzen 2c28694b03 merge missing translations from pronsole, add new ones, clean up naming scheme 2012-01-19 09:26:23 +01:00
kliment 3b2f8c2be2 Merge pull request #159 from cakeller98/experimental
Fixed the Options dialog so input boxes re-size but labels don't
2012-01-18 22:42:36 -08:00
Christopher Keller aeaaf5835b Fixed the Options Dialog so that only the input boxes resize.
Added right alignment for labels for easier reading/connecting label to input box.
Centered vertically the label and box so they line up clearly.
2012-01-18 20:44:40 -08:00
Kliment Yanev 813b33f225 Add pyglet to requirements 2012-01-18 17:56:01 +01:00
Kliment Yanev a07d40b896 Add screen size parameters to projector module 2012-01-10 17:09:46 +01:00
Kliment Yanev 9633355c99 Merge branch 'experimental' of github.com:kliment/Printrun into experimental 2012-01-10 15:12:48 +01:00
Kliment Yanev 74a7388f01 Add rudimentary slice projector support for resin printing. Uses relative moves in Z. 2012-01-10 15:05:56 +01:00
kliment fb06909855 Merge pull request #157 from metzench/experimental
plater.py i18n
2012-01-09 07:26:19 -08:00
Christian Metzen 09a4bfac06 i18n for plater.py, including german translation 2012-01-09 16:04:02 +01:00
Christian Metzen 824a5f1761 Revert "bugfix for german language, remove umlauts from unicode console output"
This reverts commit bfc30d6b94.
2012-01-09 14:31:54 +01:00
Christian Metzen 5ccedfd323 Merge remote branch 'upstream/experimental' into experimental 2012-01-09 14:25:14 +01:00
Kliment Yanev 6dff577613 Merge branch 'experimental' of github.com:kliment/Printrun into experimental 2012-01-09 14:07:57 +01:00