Commit Graph
100 Commits
Author SHA1 Message Date
YuSanka fe395546f0 Added "info" tooltip for a LockButton on Manipulation panel (#2539) 2019-06-20 12:56:23 +02:00
YuSanka 09f4831f4e Merge remote-tracking branch 'origin/master' into ys_bugfixing 2019-06-19 16:32:40 +02:00
YuSanka 7f8bb94a55 Fixed wxEVT_CHAR handling for DoubleSlider 2019-06-19 16:28:56 +02:00
YuSanka 917702f252 Fixed DoubleSlider manipulation from Preview scene 2019-06-18 11:40:26 +02:00
YuSanka 90beadb65f Check a possibility to load SLA project if there is at least one multi-part object on the bed 2019-06-17 17:04:19 +02:00
YuSanka f70b25d2f8 Fixed SPE 957 - Impossible to add a part by "Load..." to an object, if the object has some instances 2019-06-17 15:33:58 +02:00
YuSanka 72479428d7 Merge remote-tracking branch 'origin/master' into ys_bugfixing 2019-06-17 14:02:43 +02:00
YuSanka 7fe8965c53 Merge remote-tracking branch 'origin/master' into ys_new_features 2019-06-17 13:50:12 +02:00
YuSanka 5fd3cc2676 Select edited layer after changing instead of "Layers" selection, if editing was in "Layer" mode 2019-06-17 13:46:56 +02:00
YuSanka f394f84d51 Fixed selection after layers deleting 2019-06-17 13:09:11 +02:00
YuSanka 7da9d2f66d Merge remote-tracking branch 'origin/master' into ys_new_features 2019-06-13 16:18:39 +02:00
YuSanka 86e7a07dd8 Fixed selection 2019-06-13 16:17:54 +02:00
YuSanka 4712c5bbdf DoubleSlider manipulation from preview scene 2019-06-13 16:10:33 +02:00
YuSanka a9ee4ff4b5 Fixed object selection in right panel form the Scene by context menu 2019-06-13 15:35:10 +02:00
YuSanka e00774d2e2 Workarounds for selection under OSX and GTK 2019-06-13 13:00:46 +02:00
YuSanka c9dd5f8786 Fixed updating of data for LayerEditors selection 2019-06-13 11:37:03 +02:00
YuSanka 1694204687 Added some logic to layers editor selection 2019-06-12 16:28:25 +02:00
YuSanka 26fb68ba45 Added missed include for the OSX build 2019-06-11 14:54:31 +02:00
YuSanka 4e0eb12ef6 Import/export of the Layers information to/from 3MF 2019-06-11 14:39:41 +02:00
YuSanka f0f608f247 Copy/paste Layers for OSX 2019-06-11 10:11:42 +02:00
YuSanka 16c5a87997 Import/export of the Layers information to/from AMF 2019-06-11 09:50:58 +02:00
YuSanka 72046598a9 Fixed OSX build 2019-06-10 15:49:41 +02:00
YuSanka 8ba447e97f Merge remote-tracking branch 'origin/master' into ys_new_features 2019-06-10 15:24:17 +02:00
YuSanka 2b6e5a0a70 Implemented Copy/Paste for Layers.
+ improved selection (in respect to the Layers)
2019-06-10 15:22:09 +02:00
YuSanka 2fa87044be Implemented update_object_list_by_printer_technology() 2019-06-10 10:48:43 +02:00
YuSanka 819a4506fa Merge remote-tracking branch 'origin/master' into ys_new_features 2019-06-07 12:35:16 +02:00
YuSanka 446e37b151 Implemented extruder selection for Layers 2019-06-07 11:32:46 +02:00
YuSanka 71cc0fdb53 Some code refactoring and improvements 2019-06-06 15:56:42 +02:00
YuSanka 44c05fa209 Implemented additional settings for layers range (except of "extruder") 2019-06-05 16:47:09 +02:00
YuSanka 67ed89c240 Fixed OSX build and a bug when for part is able to add "layer_height" option 2019-06-05 13:52:53 +02:00
YuSanka 401999b68b Next try to fix OSX build 2019-06-05 12:32:59 +02:00
YuSanka 1090105b68 Experiments with updating layer_config_ranges from UI
+ Fixed OSX build
2019-06-05 11:50:59 +02:00
YuSanka 4b3df010ab Merge remote-tracking branch 'origin/master' into ys_new_features 2019-06-05 11:16:25 +02:00
YuSanka 567f382938 Implemented focusing of the last edited range 2019-06-05 11:14:57 +02:00
YuSanka 213635f559 Implemented range's min/max Z editing 2019-06-04 17:30:44 +02:00
YuSanka 4756961678 Added LayerRangeEditor class for universally editing of the layer_range's parameters
+ Implemented layer_height editing
2019-06-04 15:22:29 +02:00
YuSanka 79a89c4c8f Some code review for avoid use of OptionsGroup 2019-06-04 11:56:59 +02:00
YuSanka 51b18fddeb Changed data types 2019-06-03 15:35:21 +02:00
YuSanka 0ee0b546df Fixed a bug with a "gear" button near the filament preset (part of #2440) 2019-06-03 14:59:16 +02:00
YuSanka e09207e27e Fixed OSX and Linux build 2019-05-31 15:36:38 +02:00
YuSanka 5f4b7a5292 ObjectLayers::add_layer_range() -> add a layers range using "Add" button from ObjectLayers sizer 2019-05-31 15:29:09 +02:00
YuSanka 38641ef578 ObjectLayers::del_layer_range() -> delete a layers range using "Del" button from ObjectLayers sizer 2019-05-31 10:54:52 +02:00
YuSanka e531d224e8 Implemented delete_layers_from_object() 2019-05-30 16:53:17 +02:00
YuSanka a516f76f94 Improved layer sizer
+ fixed build under OSX and Linux
2019-05-30 14:42:38 +02:00
YuSanka 080274c638 Added missed files to the CMakeLists.txt 2019-05-30 13:08:05 +02:00
YuSanka b5d7909afb Merge remote-tracking branch 'origin/master' into ys_new_features 2019-05-30 12:53:21 +02:00
YuSanka bf56d79354 Layers sizer updating 2019-05-30 12:41:16 +02:00
YuSanka 765d4264ae Implemented ObjectLayers class
+ some code refactoring
2019-05-28 16:38:04 +02:00
YuSanka 9d19e3d2a7 Improved Delete() Add() ans Select() functions for Layer(s)Item 2019-05-27 16:13:24 +02:00
YuSanka dd70dd6e10 Implemented LayerItem for ObjectList 2019-05-27 14:00:34 +02:00
YuSanka abdd76de44 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-24 12:46:36 +02:00
YuSanka 5eab933fc2 Workaround for #2331 2019-05-24 12:37:26 +02:00
YuSanka 00ebd76431 Merge remote-tracking branch 'origin/ys_bugfixing' 2019-05-23 15:24:16 +02:00
YuSanka 16508fcd93 Merge remote-tracking branch 'origin/ys_new_features' 2019-05-23 15:23:35 +02:00
YuSanka 149665742c Fix of #2318 2019-05-23 15:12:19 +02:00
YuSanka be2681dab6 Merge remote-tracking branch 'origin/master' into ys_bugfixing 2019-05-23 12:42:59 +02:00
YuSanka 6de5b34312 Set current filament color to the ColorPicker 2019-05-23 12:39:55 +02:00
YuSanka 8e12189b37 Fixed filament color editing from Combobox (related to #2321) 2019-05-23 10:55:57 +02:00
YuSanka 1721a7db5b Added comments and some changes of input parameters for slider 2019-05-23 08:58:42 +02:00
YuSanka a1e09c3db3 Fix of an icon size slider under OSX and GTK 2019-05-22 17:08:02 +02:00
YuSanka ccdd68f157 Merge remote-tracking branch 'origin/master' into ys_new_features 2019-05-22 13:51:49 +02:00
YuSanka d845966cbb Implemented a possibility to set a custom toolbars icon size (related to #2247 and same others) 2019-05-22 13:51:02 +02:00
YuSanka f31bc54471 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-20 17:14:49 +02:00
YuSanka eee23d1653 New dictionaries 2019-05-20 17:14:34 +02:00
YuSanka b65d5683e2 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-20 16:38:07 +02:00
YuSanka 64aa7237c0 New POT 2019-05-20 16:37:55 +02:00
YuSanka 213ee6baae Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-20 16:37:13 +02:00
YuSanka 7b84d1e710 Fix of #2277
+ new POT
2019-05-20 16:05:15 +02:00
YuSanka 74b3351aeb Typo to last commit 2019-05-17 16:05:32 +02:00
YuSanka 6b379428d4 Workaround to fix #2251 2019-05-17 15:49:37 +02:00
YuSanka 803e748849 Added CopyrightsDialog 2019-05-16 16:55:44 +02:00
YuSanka cf35d750a0 Merge remote-tracking branch 'origin/ys_bugfixing' 2019-05-16 13:27:18 +02:00
YuSanka cc933789eb Fix of #2249 2019-05-16 13:16:43 +02:00
YuSanka 0bcb449fb4 em_unit initialization in one place (DPIAware constructor) 2019-05-15 16:44:33 +02:00
YuSanka b099ca1d4e Deleted unnecessary size settings 2019-05-15 16:01:40 +02:00
YuSanka 41f29c9f09 Fix of #2237 2019-05-15 12:30:32 +02:00
YuSanka f0acf4f745 Fixed a manually editing of a "Filament Settings -> Advanced -> Filament type" (#2232) 2019-05-15 10:42:15 +02:00
YuSanka 68bffee102 Fixed a typo leading to a crash in another then English languages (#2233) 2019-05-15 09:44:38 +02:00
YuSanka 3478d8e09c Updated dictionaries 2019-05-14 18:01:29 +02:00
YuSanka 6e5df76f2e Don't call SetFont() for MainFrame and wxNotebook under OSX to avoid name cutting in ObjectList 2019-05-14 15:41:20 +02:00
YuSanka 66aee035ac Set a max extruder's count for the Additional Setting "Extruders".
+ cat sidetext for options from Additional Setting "Extrusion Width".
2019-05-14 12:17:34 +02:00
YuSanka ca2fb88221 Fixed "bed_shape" reverting 2019-05-14 10:08:52 +02:00
YuSanka b30405b572 Fixed typo (image grayscaling) 2019-05-14 10:08:52 +02:00
YuSanka 42ab22e243 Typo fix 2019-05-13 18:21:47 +02:00
YuSanka bfaa92eabb Added grayscale parameter for create_scaled_bitmap() 2019-05-13 17:58:15 +02:00
YuSanka 5979e21f2c Set default width for ModeButtons to correct rendering on OnFocus under OSX 2019-05-13 17:03:09 +02:00
YuSanka fa00719bcc Fixed input parameter for ConvertToGreyscale() 2019-05-13 15:57:26 +02:00
YuSanka b62351299d Merge remote-tracking branch 'origin/master' into ys_menuicons 2019-05-13 15:12:36 +02:00
YuSanka 1b50ea3bda Deleted unused menu items for OSX
+ Marked items for "Change part type" list
+ new POT
2019-05-13 15:07:53 +02:00
YuSanka d8d211cb67 Code refactoring for Bind(wxEVT_UPDATE_UI) universally (inside append_menu_item(...))
+ Marked text for "Change part type" list
2019-05-13 14:27:51 +02:00
YuSanka 5def5ccfd3 Fixed bug with "Extruder" column updating after preset changing SLA<=>FFF 2019-05-11 23:50:32 +02:00
YuSanka 92fb71e5af Updated POT-file 2019-05-11 23:33:50 +02:00
YuSanka 3a7e453295 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-11 23:32:48 +02:00
YuSanka cd82b03a0e Localization improvements : Empty spaces at the end of phrase are removed from dictionary.
+ new POT
2019-05-11 23:29:25 +02:00
YuSanka ec252eb71d More localization improvements, new POT
+ fixed crash after application closing with non-saved presets
2019-05-10 15:10:37 +02:00
YuSanka c37ec5bc9e New POT-file 2019-05-10 13:26:20 +02:00
YuSanka 394d02fdd9 Localized "default" extruder 2019-05-10 12:54:20 +02:00
YuSanka 62590d291c use _() instead of _utf8() for ButtonsDescription 2019-05-10 12:28:56 +02:00
YuSanka 5804473171 Localization improvements
New list.txt and POT
2019-05-10 11:50:11 +02:00
YuSanka 39be95f0f6 Fixed SPE-913
(Slicer do not display all extruders when it is started with SLA profile)

+ Updated POT-file
2019-05-10 11:06:46 +02:00