YuSanka
7268fc9a71
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
40f76368e5
Fixed menu items "Add..." scaling under MSW
2019-05-09 14:53:31 +02:00
YuSanka
22f170e29e
ObjectList improvements: Added warning icon for Parts with a repaired errors
2019-04-29 15:27:59 +02:00
YuSanka
7625bf118b
Merge remote-tracking branch 'origin/master' into ys_ftn_improvements
2019-04-25 08:12:19 +02:00
YuSanka
0da12d08fd
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
...
- cleaned code from commented parts
- rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
YuSanka
56c063546f
Merge remote-tracking branch 'origin/ys_msw_dpi'
2019-04-24 23:09:50 +02:00
YuSanka
59fda680e9
Refactoring: get_mesh_errors_count() moved to ModelObject
...
+ added get_object_stl_stats() to ModelObject
2019-04-24 16:04:47 +02:00
YuSanka
903f22a28a
Changed Manipulation panel. (Simple mode)There is exclamation mark icon next for the object name, if it has errors.
...
+ some code refactoring
2019-04-24 13:33:05 +02:00
YuSanka
62c814310a
Code refactoring: Deleted unused variables and _cleaned_ overbusy functions
2019-04-22 01:51:10 +02:00
YuSanka
70e794f17d
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
...
+ Set wider default size for Preset Comboboxes from Tabs (#2023 )
2019-04-16 10:05:45 +02:00
YuSanka
89142e48fb
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-14 13:49:22 +02:00
YuSanka
252381aa38
Application Scaling for MSW: Next big step
...
- Added rescale() function for the most of controls
- Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-04-13 23:46:52 +02:00
Enrico Turri
81a5b161c1
Copy and paste -> prototype of copy and paste for objects
2019-04-10 15:55:32 +02:00
Enrico Turri
6d5d74c0cb
Copy and paste -> Copy a volume from an object and paste to another
2019-04-10 09:27:42 +02:00
Enrico Turri
8bd3c6ec5c
1st installment of copy and paste -> prototype for volumes copy and paste
2019-04-10 08:40:58 +02:00
YuSanka
e51ebadb09
Merge remote-tracking branch 'origin/ys_selection'
2019-04-05 11:25:29 +02:00
YuSanka
009dc80af8
Implemented new logic for Instances splitting
2019-04-04 18:03:40 +02:00
YuSanka
40c5bbc0aa
Improved Selection from ObjectList side
2019-04-04 18:03:40 +02:00
YuSanka
f925aa3dbf
Fixed non-consistency of the selection
2019-04-04 15:07:54 +02:00
YuSanka
366c6ccd04
Selection improvements
...
+ "Delete" menu_item for Instances under OSX
2019-04-02 16:33:52 +02:00
YuSanka
cc66871238
Improved Selection from ObjectList side
2019-03-29 14:36:59 +01:00
YuSanka
9152ad2a4e
Added context menu Item "Change Extruder" on 3D-Scene
2019-03-28 16:32:19 +01:00
YuSanka
d6879161da
Implemented issue #1990
2019-03-21 09:37:52 +01:00
YuSanka
579748c930
Implemented set extruder number on multiple items at the same time ( #1940 )
2019-03-14 13:15:28 +01:00
YuSanka
5da771ee80
Added function for the updating of the Error icon after a fix through the NetFabb
2019-03-13 15:35:39 +01:00
YuSanka
85edef217d
Added "Export object as STL" menu item to the ObjectList context menu
2019-03-07 12:09:23 +01:00
YuSanka
f170807f03
Fixed a preset selection after a config wizard running (SPE-841)
2019-03-05 15:36:14 +01:00
YuSanka
c157f133cd
Fixed SLA-parameters initialization with correct current values, not default (SPE-834)
2019-03-05 10:46:57 +01:00
Lukas Matena
cf72f5e156
An attempt to fix an OSX crash when manipulating the ImGui sliders
2019-03-04 12:47:02 +01:00
bubnikv
ab968364e5
Renamed the "lambda-" prefix for the generic modifiers to "Generic-"
...
Refactored ModelVolume::Type to enum class ModelVolumeType to be able
to forward declare it.
Refactored UI to use the ModelVolumeType instead of the untyped int.
2019-02-22 12:12:10 +01:00
YuSanka
78505009aa
Added menu item for the "Fix through the Netfabb"
2019-01-30 16:27:33 +01:00
YuSanka
e8e8e7e9c5
Updated draw_colored_band() according to the new colors.
...
+ some code refactoring
2019-01-30 14:45:18 +01:00
YuSanka
1a69cea320
Implemented object/part renaming under OSX, using popup_menu
2019-01-30 11:35:37 +01:00
YuSanka
f1ca3f049a
Fixed first binding for "Split to parts" menu item in ObjectList
2019-01-30 10:06:10 +01:00
YuSanka
f704299d95
Set options value from edited preset instead of default preset, when call "Add Settings"
...
+ added code for custom editing of the frequently used settings bundle (it's commented for this moment)
+ some code refactoring
2019-01-28 12:13:53 +01:00
YuSanka
68df4e1937
Implemented function create_freq_settings_popupmenu()
...
to add bundles with frequently used settings
2019-01-25 16:57:44 +01:00
YuSanka
f6d9ab2a99
Updated settings menu according to the view mode
...
+ Created new class PrusaMenu, derived from wxMenu and contains pointers to the separators.
2019-01-25 16:57:44 +01:00
YuSanka
2bc61e663f
Updated view mode for object_list and object_menu
2019-01-25 10:57:13 +01:00
YuSanka
707078b48d
Improved Instance splitting :
...
- Added icon and context menu for Instance.
- Added multiple selection and splitting for the instances (add new object with selected instances)
2019-01-23 16:12:47 +01:00
YuSanka
2d8b37afb3
Implemented splitting of object instances by :
...
- drag & drop outside of any object
- set as a separated Object (context menu)
2019-01-22 16:40:37 +01:00
YuSanka
8322afa988
Scroll the Object List to selected item been visible in the list (after object/part selection from the 3DScene)
2018-12-13 13:38:18 +01:00
YuSanka
72ee8813a6
Save edited object/part's name to the object model
2018-12-12 14:44:43 +01:00
YuSanka
8b689af386
Fixed DnD under all platforms
...
+ try to fix the work of Backspase in ObjectList (using EVT_KEY_DOWN instead of EVT_CHAR)
2018-12-12 08:40:10 +01:00
YuSanka
5b497ee2d4
Try to fix DnD under OSX
...
+ try to fix wxEVT_CHAR under OSX
+ some code-rebase
2018-12-11 09:37:58 +01:00
YuSanka
d8ccee01ac
Fixed extruder number updating after changing of the extruder count
2018-12-10 17:02:54 +01:00
YuSanka
27b5ae0961
Fixed build under OSX
2018-12-10 14:13:25 +01:00
YuSanka
a6e85ed1f6
Suppressed import/adding of the 3mf which contains multi-part objects
...
+ Try to fix the wrong extruder selection under OSX
2018-12-10 13:40:19 +01:00
YuSanka
abddd92a37
Context menu from the object on the 3Dscene
2018-12-07 17:50:48 +01:00
bubnikv
2a592324d8
Fixed missing includes on osx.
2018-12-06 17:00:46 +01:00
YuSanka
f9b25324ab
Try to fix sub_menu work(on the Scene) under OSX and Linux
...
+ some code refactoring for context menu inside ObjectList
2018-12-06 14:49:57 +01:00