Commit Graph

42 Commits

Author SHA1 Message Date
1f6aab312b 1st installment of export of gcode toolpaths to obj file 2019-08-20 09:01:09 +02:00
ef4ff55e55 Fix encoding of a few files in GUI
GUI/AboutDialog.cpp
GUI/MainFrame.hpp
GUI/OptionsGroup.cpp
2019-08-19 17:04:14 +02:00
9471c9cd17 Implemented FR #2633 2019-08-01 16:25:08 +02:00
de88db5918 #2616 - Added Recent projects item to File menu 2019-07-12 15:36:01 +02:00
d60ecb3788 Merge remote-tracking branch 'origin/master' into tm_ui_jobs 2019-06-18 12:16:24 +02:00
f54fd10897 Implementation of File->New project menu item 2019-05-14 15:00:24 +02:00
14c4469cbf Added Esc shortcut and menu item for command deselect all 2019-05-14 11:57:39 +02:00
696ade15ca New way of starting arrange and rotation optimization.
To prevent segfaults when exiting while processing is running.
2019-05-13 18:58:56 +02:00
a3385278e5 Export to STL of SLA supports and pad 2019-05-02 13:46:39 +02:00
646986348a Fixed menubar item's name in respect to printer_technology 2019-04-30 13:52:05 +02:00
31c02b6bfb Added missing includes 2019-04-23 08:47:23 +02:00
255a4e05dc Fix of "Repir from File menu doesn't save the file #2064"
The file was saved, albeit using an "obj" format, but into a file
with an ".stl" extension.
The software was fixed to propose a file to save with a correct ".obj"
extension.
2019-04-13 14:45:35 +02:00
7e32f2df71 Implement per-screen DPI on Windows, DPI change event, wxDialog & wxFrame mixin base classes 2019-04-08 11:34:46 +02:00
26833ee641 Fixed bug with update (part of #1801) 2019-02-22 09:38:56 +01:00
1a474ea282 L10n improvements 2019-01-21 12:34:28 +01:00
5b1c1d5922 Fixed a bug in the Win32 start wrapper (wrong number of parameters was passed for the GUI slic3r.exe).
Reworked command line processing for the GUI slic3r. Now the config is loaded first, then the model files (also the configs from AMF/3MF are applied), and lastly the free standing parameters are applied.
Fixed unescaping for command line parameters. The string parameters are now not unescaped, string vector parameters are unescaped only if enquoted.
Tab::load_current_preset() - disabled CallAfter for predictability. With CallAfter, it was difficult to call the method in sequence with other methods.
Fixed some missing ->Destroy() calls on dialogs created from MainFrame
Fixed some compiler warnings.
2019-01-09 10:43:17 +01:00
c40b8aba24 Fixed recreate_GUI() after language change. 2018-12-19 17:38:41 +01:00
862217a6b3 OctoPrint basics working, niceties to-do 2018-12-17 17:14:00 +01:00
79986188a7 Removed the "Quick Slice" menu items from the main menu,
a little bit of code cleaning / refactoring.
2018-12-06 14:47:53 +01:00
fe8e431356 New menu layout set as default 2018-12-03 15:06:02 +01:00
a378bb7bed Removed some obsolete Perl bindings.
Removed libslic3r from the default include paths for all modules but
libslic3r. Now headers from libslic3r need to be included with an
explicit path (libslic3r/libslic3r.h etc)
Split the localization macros into I18N.{cpp,h}
2018-11-26 14:41:58 +01:00
e247b532fb Added Edit -> Delete all menu item 2018-11-22 11:31:53 +01:00
3e939a7496 Added menu Edit -> Delete selected 2018-11-21 15:47:41 +01:00
681beeadf6 Added menu Edit -> Select all 2018-11-21 15:28:35 +01:00
398f15d546 Some code rebase 2018-11-19 14:05:29 +01:00
6629d75853 Cutting 2018-11-18 21:20:47 +01:00
417783a469 View menu items enabled only when Plater is the current active tab 2018-11-16 12:31:06 +01:00
9bb04ff15a Modified menu for open/save/save as project (3mf) and import/export 2018-11-15 15:27:39 +01:00
e83e755e8b Fixed crash when dismissing file dialog for quick slice menu command 2018-11-15 12:21:09 +01:00
90c38daeae trying to get the export dialog for zip files. 2018-11-12 18:09:47 +01:00
a4e1ab2281 Getting rid of AppController. 2018-11-12 15:02:42 +01:00
80f79451f7 Merge remote-tracking branch 'origin/ys_dev_native' into dev_native 2018-10-18 11:41:29 +02:00
e223120e7e Added instances to ObjectList 2018-10-18 10:40:26 +02:00
7d1828df05 Object context menu wip / Removed links to settings dialog from user interface / Fixed and unified append_menu_item() function / Fixed File->Open menu item / Fixed Window menu items / Added Plater menu 2018-10-17 12:17:25 +02:00
8337d4675f Plater: increase, decrease, set_number_of_copies, arrange 2018-10-11 12:48:35 +02:00
085020a814 Ported show_preset_comboboxes function 2018-10-09 12:41:05 +02:00
42fd6bc7b5 Merge remote-tracking branch 'origin/dev_native' into ys_dev_native 2018-10-05 23:39:51 +02:00
ea30385fd0 Completed split of the GUI_ObjectParts 2018-10-05 23:29:15 +02:00
f31cf684cb Tab preset & value change events 2018-10-03 17:55:21 +02:00
342b584399 WIP: Plater 2018-10-01 09:28:40 +02:00
8b582bbcd1 Menu_bar and preset_tabs are in main window now 2018-09-21 01:35:25 +02:00
ebb6f47f50 Added GUI_App and MainFrame 2018-09-20 08:40:22 +02:00