YuSanka
|
825f3641e2
|
Created GetRowByItem() to fix the Scrolling of the Object List to selected item under all platforms
+ temporary suppressed object/part mane editing under OSX
|
2018-12-17 12:47:08 +01:00 |
|
YuSanka
|
18a6205738
|
Fixed build on OSX & Linux
|
2018-12-17 08:37:50 +01:00 |
|
YuSanka
|
907e510535
|
Changed PrusaBitmapTextRenderer's inheritance to wxDataViewRenderer instead of wxDataViewCustomRenderer :
to fix name editing under OSX
|
2018-12-14 17:10:08 +01:00 |
|
YuSanka
|
416f220c36
|
Save edited object/part's name to the object model
|
2018-12-12 14:44:43 +01:00 |
|
YuSanka
|
e1e4bf74ba
|
ObjectList: first column editing
|
2018-12-12 14:44:42 +01:00 |
|
YuSanka
|
a57ff1c221
|
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
|
05fef33b10
|
Update extruder value for adding objects
|
2018-12-11 08:53:18 +01:00 |
|
YuSanka
|
e382692a3f
|
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 |
|
YuSanka
|
c010e14460
|
Suppress ColorPrint for the multi-material printing
|
2018-11-28 16:03:25 +01:00 |
|
YuSanka
|
f203f6fbd9
|
ColorPrint improvement
+ Select "Color Print" preview type if it's not after add/delete new color change
+ Added level heights to the color legend instead of "Color N"
|
2018-11-27 16:04:56 +01:00 |
|
YuSanka
|
db4ceaa5fa
|
DoubleSlider improvement
+ added thicks selection by mouse in the DoubleSlider
+ Click on the Unlock icon on DoubleSlider => set Min and Max slider values
|
2018-11-27 11:13:00 +01:00 |
|
bubnikv
|
74ba1eaa16
|
WIP: Support of SLA suport & pad GLVolumes, couple of fixes.
|
2018-11-17 17:23:56 +01:00 |
|
YuSanka
|
c227dad8cc
|
Changed object list behavior when we have only one part(volume) inside main object
|
2018-11-12 13:48:41 +01:00 |
|
Lukas Matena
|
9ca9e2a545
|
Merge branch lm_colorprint_integration into dev_native + deleting ticks outside slider range
|
2018-11-07 14:44:47 +01:00 |
|
YuSanka
|
4a8b738a6b
|
Fixed object/part splitting
If object has additional settings and we split it, add this settings for each of the new objects(parts)
|
2018-11-06 10:17:56 +01:00 |
|
YuSanka
|
95af5c7cc6
|
Instance selection in object list according to the canvas selection
|
2018-11-06 10:17:56 +01:00 |
|
YuSanka
|
4eae6c0189
|
Changing of a type of a volume in the object list
|
2018-11-05 08:58:14 +01:00 |
|
YuSanka
|
7f08f460f1
|
Some code review
|
2018-10-31 12:58:35 +01:00 |
|
YuSanka
|
3ecb65d62c
|
Fixed mode updating under GTK
|
2018-10-22 15:18:33 +02:00 |
|
YuSanka
|
f47949504e
|
Prototype of the hiding according to view mode
+ Added mode icon near option's label
+ Fixed segmentation fault on Linux
|
2018-10-21 23:10:36 +02:00 |
|
Enrico Turri
|
ea7216c019
|
Unified append_submenu() function and modified append_menu_item() function
|
2018-10-18 14:42:21 +02:00 |
|
YuSanka
|
80f79451f7
|
Merge remote-tracking branch 'origin/ys_dev_native' into dev_native
|
2018-10-18 11:41:29 +02:00 |
|
YuSanka
|
33a0f5beff
|
Deleted "Copy" column from ObjectList
|
2018-10-18 11:28:31 +02:00 |
|
YuSanka
|
e223120e7e
|
Added instances to ObjectList
|
2018-10-18 10:40:26 +02:00 |
|
Enrico Turri
|
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 |
|
YuSanka
|
37a320c79e
|
Changed logic of the PrusaObjectDataViewModelNode:
now each node has:
* name,
* type,
* id (-1, if type == itSettings OR itInstanceRoot),
* bmp,
* action_bmp
* extruder
|
2018-10-16 16:46:35 +02:00 |
|
Vojtech Kral
|
561bbf5a80
|
Fix build on non-MSVC
|
2018-10-16 13:57:11 +02:00 |
|
YuSanka
|
317fc45522
|
Fixed wxASSERT( variant.GetType() == PrusaDataViewBitmapText );
|
2018-10-15 13:25:22 +02:00 |
|
YuSanka
|
b7980f6b9b
|
Added correct deleting of the selected objects(parts, mix)
but only in "ObjectList->Scene" direction
|
2018-10-12 12:00:37 +02:00 |
|
bubnikv
|
6003005812
|
Removed dependency on wxWidgets from Alien.
Updated source code to wxWidgets 3.1.1
Moved invocation of perl unit / integration tests to the xs project.
|
2018-09-19 17:19:06 +02:00 |
|
bubnikv
|
0558b53493
|
WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
|
2018-09-19 11:02:24 +02:00 |
|