Commit Graph

31 Commits

Author SHA1 Message Date
72c7a0c216 Zipper concept clarified. 2018-09-19 13:43:15 +02:00
ad8a62a54b Zipper implementation in gui level for png export. 2018-09-19 11:08:10 +02:00
51e650f6bf Merged with dev 2018-09-17 15:12:13 +02:00
1e53f61691 Removed Strings.hpp, replaced with wxString
Fixed UTF8 rendering of status messages.
2018-09-12 13:17:47 +02:00
eed3887a61 Merged with dev 2018-09-12 11:59:02 +02:00
4600f6c867 Merge remote-tracking branch 'origin/cpp_progress_status_bar' into dev
# Conflicts:
#	lib/Slic3r/GUI/MainFrame.pm
#	xs/src/slic3r/AppController.cpp
#	xs/src/slic3r/AppControllerWx.cpp
#	xs/src/slic3r/GUI/GUI.hpp
2018-08-30 17:35:49 +02:00
46fb4a9d8f working C++ status bar.
Signed-off-by: tamasmeszaros <meszaros.q@gmail.com>
2018-08-30 11:55:10 +02:00
54ad58bff8 Almost working c++ status bar
Signed-off-by: tamasmeszaros <meszaros.q@gmail.com>
2018-08-30 11:54:08 +02:00
dc9d347540 png export parameters routed to SLA print config. PngExportDialog disabled. 2018-08-28 14:55:40 +02:00
6b21e5bd3c Merge remote-tracking branch 'origin/master' into feature_slice_to_png 2018-07-18 10:14:28 +02:00
5664937004 Patch from Lubomír for CLI parameters 2018-07-03 17:59:49 +02:00
7995ea014f Remove progress indicators for individual threads. 2018-07-03 13:58:35 +02:00
ee6a1e22d7 Removing progress indicators for individual threads. 2018-07-03 12:43:17 +02:00
2ef581e175 Localization for app controller. 2018-07-03 10:22:55 +02:00
fce52e4b89 Scale correction revert in case of exception. 2018-07-02 16:36:30 +02:00
4081134cfc Proper localization of AppController 2018-07-02 16:15:21 +02:00
ab6369f58d Fixing crash on linux. Exporting png in the UI thread. 2018-07-02 14:50:54 +02:00
b9aee1617f Autocenter finally disabled. Progress indication works. 2018-06-29 17:46:21 +02:00
f0b44f95e2 AppController integration 2018-06-28 18:47:18 +02:00
d3881b6a30 ExpTime incorporated. Some refactor as welll. 2018-06-28 13:21:24 +02:00
dee8d8d568 Execution abstraction and build fix for linux and mac 2018-06-27 18:23:53 +02:00
eebc20098a Refactor and extensions to png export dialog. 2018-06-27 17:43:54 +02:00
a0b8ede704 Patch from Lubomír Bláha applied. Polished comments and PngExportDialog. 2018-06-27 10:28:44 +02:00
4ee61008ef Comments and refactoring 2018-06-26 17:02:46 +02:00
b180650da7 File saving to new file fixed. 2018-06-26 16:08:58 +02:00
e4e2fc7814 Export dialog ready 2018-06-26 15:53:43 +02:00
07da934398 Merge branch 'feature_slice_to_png' of github.com:prusa3d/Slic3r into feature_slice_to_png
# Conflicts:
#	xs/src/slic3r/AppController.cpp
#	xs/src/slic3r/AppController.hpp
2018-06-25 17:13:36 +02:00
996791ca7c Merge remote-tracking branch 'origin/master' into feature_slice_to_png
# Conflicts:
#	lib/Slic3r/GUI/MainFrame.pm
2018-06-25 13:24:37 +02:00
0ee31bc3d1 Separating wx and the app controller. 2018-06-25 12:40:01 +02:00
935bd252e2 Slicing in C++ with progress indication. 2018-06-20 14:50:18 +02:00
e51c13841b AppController class created to take the necessary app logic into C++. 2018-06-19 17:45:21 +02:00