410211a3e4
Completed uniform scale in sidebar
2019-01-09 09:47:05 +01:00
6d7e2b2dd7
Added SetLock() function for PrusaLockButton
2019-01-09 08:52:08 +01:00
8d1b854acb
Replaced all wxString.ToStdString() with wxString.ToUTF8().data()
...
to be sure that the strings are correctly converted to UTF8.
2019-01-03 14:34:53 +01:00
0d7e53badb
Fix of 1.42.0-Alpha1 won't open from self contained folder #1500
...
Added some missing UTF8 to wxString path explicit conversions.
2019-01-03 12:32:13 +01:00
6282e904b9
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-20 10:56:04 +01:00
5632279213
Improvements of assigning the layer span to the layer slider
...
on slice update.
2018-12-20 10:55:50 +01:00
4c55f1ce9e
DoubleSlider issues (1 & 3 from SPE-686)
...
+ added icon for "Keyboard shortcuts" dialog
2018-12-19 15:58:42 +01:00
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
18a6205738
Fixed build on OSX & Linux
2018-12-17 08:37:50 +01:00
907e510535
Changed PrusaBitmapTextRenderer's inheritance to wxDataViewRenderer instead of wxDataViewCustomRenderer :
...
to fix name editing under OSX
2018-12-14 17:10:08 +01:00
416f220c36
Save edited object/part's name to the object model
2018-12-12 14:44:43 +01:00
e1e4bf74ba
ObjectList: first column editing
2018-12-12 14:44:42 +01:00
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
05fef33b10
Update extruder value for adding objects
2018-12-11 08:53:18 +01:00
c80267bb29
Context menu from the object on the 3Dscene
2018-12-07 17:50:48 +01:00
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
9e19e43818
Fix for my last commit
2018-12-04 18:15:20 +01:00
c010e14460
Suppress ColorPrint for the multi-material printing
2018-11-28 16:03:25 +01:00
360133246c
Fixed ColorPrint current layer identification
2018-11-28 16:03:24 +01:00
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
e6369fe548
SLA slices preview - wip 3
2018-11-27 14:50:57 +01:00
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
f8bc7cb959
Implementation of the "ColorPrint" on the 3DScene
2018-11-26 16:28:12 +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
4575443c4c
Fixed bug with last solid part deleting
...
+ fixed building
+ deleted last ";" from the settings digest
2018-11-23 11:57:04 +01:00
87d49cf82f
Adding object elevation param.
...
Quick attempt to build with MinGW 7.3. Successful compile, failed linking
2018-11-19 17:58:08 +01:00
d20bac7039
Added a modifier selection in the object list
...
+ set box-subobject's center to the objects center
+ fixed bug in PrusaObjectDataViewModel.Delete(), when deleting last volume_idx
2018-11-12 16:03:50 +01:00
c227dad8cc
Changed object list behavior when we have only one part(volume) inside main object
2018-11-12 13:48:41 +01:00
7f4a8bccd5
Fixed controls layout on right panel.
...
+ Split ObjectManipulation class to ObjectManipulation and ObjectSettings
+ fixed typo-bug in GetItemByVolumeId
2018-11-09 18:42:06 +01:00
2c0b784a2d
Added(ported) function fix_through_netfabb()
...
+ Fixed adding of the instances to the object list
2018-11-08 09:58:48 +01:00
9ca9e2a545
Merge branch lm_colorprint_integration into dev_native + deleting ticks outside slider range
2018-11-07 14:44:47 +01:00
0ac17b5513
Changed sequence of the items in the objects list (inside object): Additional Settings, Subvolumes(parts), Instances
2018-11-06 11:39:38 +01:00
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
95af5c7cc6
Instance selection in object list according to the canvas selection
2018-11-06 10:17:56 +01:00
4eae6c0189
Changing of a type of a volume in the object list
2018-11-05 08:58:14 +01:00
618d0e4910
Fixed splitting of the objects with instances
2018-11-01 16:24:20 +01:00
7c673179f6
Temporary (for testing) crash fixing on get_label from PrusaDoubleSlider
2018-11-01 16:24:20 +01:00
7f08f460f1
Some code review
2018-10-31 12:58:35 +01:00
cbb62142de
Added "Set number of copies…" to the context menu
2018-10-25 21:13:45 +02:00
5557ee3cd2
Fixed object adding to list with same object's name
...
+ Added name for main object for complex objects
+ Fixed incorrect Instances and Settings deleting from ObjectList
2018-10-19 11:08:43 +02:00
ea7216c019
Unified append_submenu() function and modified append_menu_item() function
2018-10-18 14:42:21 +02:00
80f79451f7
Merge remote-tracking branch 'origin/ys_dev_native' into dev_native
2018-10-18 11:41:29 +02:00
33a0f5beff
Deleted "Copy" column from ObjectList
2018-10-18 11:28:31 +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
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
561bbf5a80
Fix build on non-MSVC
2018-10-16 13:57:11 +02:00
317fc45522
Fixed wxASSERT( variant.GetType() == PrusaDataViewBitmapText );
2018-10-15 13:25:22 +02:00
b7980f6b9b
Added correct deleting of the selected objects(parts, mix)
...
but only in "ObjectList->Scene" direction
2018-10-12 12:00:37 +02:00
9cf80581d9
Added extended selection ObjectList -> to canvas3D
2018-10-11 16:13:23 +02:00