YuSanka
ef5e40bf5e
Added LambdaObjectDialog
2018-06-14 21:48:06 +02:00
YuSanka
98752cc84f
Buttons "Add Part" and "Add Modifier" (in the Object Settings) works now
2018-06-14 15:33:42 +02:00
YuSanka
4e81067ca1
Started porting of the functions for object settings editing
2018-06-13 16:39:33 +02:00
YuSanka
4a4daea32f
Added object movers to the object settings. Added SliderControl to Field.
2018-06-12 23:42:01 +02:00
YuSanka
f440c086bd
Prepared callback from c++ to Perl to inform about a change of object settings
2018-06-12 19:15:03 +02:00
YuSanka
6428799a29
Merge remote-tracking branch 'origin/master' into new_main_page_ui
2018-06-12 13:03:40 +02:00
Vojtech Kral
86b5929ed1
ConfigWizard: Use scrollbars on smaller screens
2018-06-11 18:52:18 +02:00
YuSanka
c88b6cc436
Overrided OnStateChange() function to CollapsiblePane
2018-06-08 12:43:39 +02:00
YuSanka
7c13fb619d
Merge remote-tracking branch 'origin/master' into new_main_page_ui
2018-06-08 10:10:10 +02:00
YuSanka
ad5872e15b
Deleted debugging messages
2018-06-08 09:55:27 +02:00
YuSanka
de07f47f8b
Try to fix the circular event handling Select() on OSX
2018-06-08 09:03:46 +02:00
bubnikv
f44dcb489b
Merge remote-tracking branch 'remotes/origin/vk-bugfixes'
2018-06-07 22:10:49 +02:00
bubnikv
c38ca0d2c8
Fixed mangling of UTF characters when converted implicitely to
...
wxString on Windows through the + operator.
2018-06-07 22:10:23 +02:00
YuSanka
1f721e231c
Added MessageBoxes for experimenting on OSX
2018-06-07 15:52:35 +02:00
Vojtech Kral
47f1d8ba8e
Fix: Dialog initialization ordering on OS X
...
Perform update_check after MainFrame is created
2018-06-07 15:41:36 +02:00
YuSanka
cf329d905b
Fixed uncorrected Settings sizer showing
2018-06-07 14:57:45 +02:00
YuSanka
c9233ee27f
Fixed OSX compilation bug
...
Changed info_box (more place to the manifold information)
2018-06-07 11:54:42 +02:00
YuSanka
a92290a236
ListView doesn't used now.
...
(Whole logic of the object list manipulation is on c++ side)
Remove experimental add/del buttons
2018-06-07 11:12:09 +02:00
YuSanka
0376a0e516
CallBack from C++ to Perl to manipulations with object list
2018-06-07 00:55:09 +02:00
YuSanka
b211166487
Move font initialization to init_fonts
2018-06-05 14:38:22 +02:00
YuSanka
c694fb9eae
Porting object list manipulation from Perl to c++:
...
* Set count and scale to the objects on c++ side
* Select/unselect object
2018-06-05 14:35:38 +02:00
YuSanka
b9ce805f9f
Next try to fix OSX/Linux compilation bug
2018-06-05 10:41:20 +02:00
YuSanka
e4b41ad3b6
Try to fix compilation bug
2018-06-05 09:13:03 +02:00
YuSanka
908c92216b
Add, Delete and DeleteAll are working for new list now
2018-06-04 15:59:55 +02:00
Enrico Turri
ccad259312
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-06-04 09:25:12 +02:00
Enrico Turri
c78a3df2c8
Fixed preference dialog behavior
2018-06-04 09:24:48 +02:00
Vojtech Kral
d032498536
Beta bugfixes ( #931 )
...
* Fix: Function signature in avrdude
* Fix: Remove mockup vendor bundles
* Fix: Make ConfigWizard error handling more friendly
* Fix: Opening the datadir in AppImage-based Slic3r
2018-06-04 09:07:29 +02:00
YuSanka
8df6821661
Functions "Add/Delete" objects to/from list works correct now
2018-05-31 08:43:10 +02:00
YuSanka
7d0e4400c2
Extended "Delete" functions
2018-05-30 00:36:44 +02:00
YuSanka
04f7b932a6
Added "Add/Delete" functions to the MyObjectTreeModel
2018-05-29 22:45:35 +02:00
YuSanka
d7b8d73692
Updated Collapsed/Layout for PrusaCollapsiblePane.
...
Cleaned right_panel
2018-05-28 17:08:48 +02:00
YuSanka
aba09d4f97
edit_object_buttons moved to Object/Part Settings
2018-05-28 12:04:39 +02:00
YuSanka
13276842ac
Final prototype
2018-05-28 11:19:51 +02:00
YuSanka
f676149eca
New concept of the main IU.
...
* only 2 mode - Regular & Expert
* "Export Gcode" moved to bottom of the window (analogue to the PrusaControll)
* Experiments with layout of collapsible_pane [! not successful]
2018-05-27 22:12:01 +02:00
YuSanka
ebc44800db
Some changes in the concept of the new right column
2018-05-24 16:57:35 +02:00
YuSanka
aba6b510af
Filling object settings (continue)
2018-05-23 16:21:42 +02:00
YuSanka
295924b9b6
Merge remote-tracking branch 'origin/master' into new_main_page_ui
2018-05-23 08:30:27 +02:00
YuSanka
95bc754136
Filled content_object_settings
2018-05-22 16:14:41 +02:00
Vojtech Kral
2ae6f1bee4
ErrorDialog: Fix size and message encoding
2018-05-22 14:33:37 +02:00
YuSanka
e870e4859f
Merge remote-tracking branch 'origin/master' into new_main_page_ui
2018-05-22 09:05:34 +02:00
YuSanka
6af6d85d02
Billet for the part of the expert view mode
2018-05-22 08:41:33 +02:00
bubnikv
a696f97712
One day I will fix it!
2018-05-21 23:40:17 +02:00
bubnikv
d848621b60
Yet another fix of the previous commit.
2018-05-21 23:24:18 +02:00
bubnikv
4e2ccfa02f
Fix of the previous commit: When asking the operating system to open
...
the datadir using the platform specific file explorer, enquote
and escape the path.
2018-05-21 22:10:38 +02:00
bubnikv
316714a635
Moved the "Flash firmware" menu to "Configuration",
...
removed the "Check for updates" from the "Configuration" menu,
added an "Open file explorer at the datadir" item to the Help menu.
2018-05-21 21:04:03 +02:00
bubnikv
43074a9a7b
Fixed compilation on Linux.
2018-05-21 18:58:22 +02:00
bubnikv
1ccff060c7
Added friendly names to serial ports, added automatic selection of Prusa's printers in the firmware updater dialog
2018-05-21 18:58:22 +02:00
Vojtech Kral
f3748714df
Firmware updater: Disable dictionary flashing menu entry for the time being
2018-05-21 18:58:22 +02:00
Vojtech Kral
38b8ae7cef
Firmware updater GUI
2018-05-21 18:58:22 +02:00
Vojtech Kral
cbf820f094
avrdude: Compilation on Windows/MSVC
2018-05-21 18:58:22 +02:00