Commit Graph

35 Commits

Author SHA1 Message Date
2193d38d5c Added Esc shortcut and menu item for command deselect all 2019-05-14 11:57:39 +02:00
283ef2665c Export to STL of SLA supports and pad 2019-05-02 13:46:39 +02:00
2b7350bdf9 Fixed menubar item's name in respect to printer_technology 2019-04-30 13:52:05 +02:00
3815c6fd21 Added missing includes 2019-04-23 08:47:23 +02:00
3ce26a9be2 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
989aaf086c Implement per-screen DPI on Windows, DPI change event, wxDialog & wxFrame mixin base classes 2019-04-08 11:34:46 +02:00
59784e8eac Fixed bug with update (part of #1801) 2019-02-22 09:38:56 +01:00
ee1e590858 L10n improvements 2019-01-21 12:34:28 +01:00
e57172a7bf 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
b54648b615 Fixed recreate_GUI() after language change. 2018-12-19 17:38:41 +01:00
0fc0ba119d OctoPrint basics working, niceties to-do 2018-12-17 17:14:00 +01:00
1f0b0b3b20 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
5f8c77c30c New menu layout set as default 2018-12-03 15:06:02 +01:00
91ac484405 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
18bc95b11c Added Edit -> Delete all menu item 2018-11-22 11:31:53 +01:00
88bf9b40b4 Added menu Edit -> Delete selected 2018-11-21 15:47:41 +01:00
a5f35f3fd3 Added menu Edit -> Select all 2018-11-21 15:28:35 +01:00
3677dd4bd5 Some code rebase 2018-11-19 14:05:29 +01:00
6f3e386e85 Cutting 2018-11-18 21:20:47 +01:00
f29e3ae1de View menu items enabled only when Plater is the current active tab 2018-11-16 12:31:06 +01:00
13e24c8734 Modified menu for open/save/save as project (3mf) and import/export 2018-11-15 15:27:39 +01:00
8256d4f947 Fixed crash when dismissing file dialog for quick slice menu command 2018-11-15 12:21:09 +01:00
288a0b3663 trying to get the export dialog for zip files. 2018-11-12 18:09:47 +01:00
1782b76a46 Getting rid of AppController. 2018-11-12 15:02:42 +01:00
1e8aaeeeaf Merge remote-tracking branch 'origin/ys_dev_native' into dev_native 2018-10-18 11:41:29 +02:00
618de84423 Added instances to ObjectList 2018-10-18 10:40:26 +02:00
de1a811167 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
f5b56b5716 Plater: increase, decrease, set_number_of_copies, arrange 2018-10-11 12:48:35 +02:00
8d11d97eaa Ported show_preset_comboboxes function 2018-10-09 12:41:05 +02:00
c9fb0efb31 Merge remote-tracking branch 'origin/dev_native' into ys_dev_native 2018-10-05 23:39:51 +02:00
ace7e465f0 Completed split of the GUI_ObjectParts 2018-10-05 23:29:15 +02:00
09783ca005 Tab preset & value change events 2018-10-03 17:55:21 +02:00
3363f62d40 WIP: Plater 2018-10-01 09:28:40 +02:00
5e78c95b54 Menu_bar and preset_tabs are in main window now 2018-09-21 01:35:25 +02:00
504069fd1d Added GUI_App and MainFrame 2018-09-20 08:40:22 +02:00