Commit Graph
100 Commits
Author SHA1 Message Date
YuSanka ef0d667d6c Extruder updating 2018-07-25 17:48:15 +02:00
YuSanka ac9ba61f06 Correct updating for settings list of the object/part 2018-07-25 16:14:28 +02:00
YuSanka 60224415de Prototype for adding object/part settings to panel 2018-07-24 18:39:40 +02:00
YuSanka 97a25cf608 Work with model objects like reference (from/to perl side) 2018-07-24 12:15:36 +02:00
YuSanka 36f8050d7b Added popup menu with multiple choice of settings 2018-07-23 17:35:50 +02:00
YuSanka a6b1e8466d Added popupmenu for add_settings 2018-07-09 16:42:31 +02:00
YuSanka 182e4232b2 Added error icon before object if errors auto-repaire was detected
+ Added size object updating (in the object setting panel)
2018-07-04 16:32:01 +02:00
YuSanka 60f703e7c7 Added function for the sidetext changing
+ some code reorganization
2018-07-04 14:52:36 +02:00
YuSanka 38768a7bda Replaced Object list before Object(Part) Settings 2018-07-04 12:38:34 +02:00
YuSanka 54298c8e61 First right-panel reorganization:
* Replaced Object list from CollapsiblePane
* Sub-object are adding by context menu from list
* (sub)objects can be deleted by only one "Delete" button
* Added extruder selection to list
2018-07-04 09:03:43 +02:00
YuSanka 678498bed6 Typo fixed 2018-06-29 14:00:22 +02:00
YuSanka f8ab8b43de Experiment with Toolpits of selected preset on OSX 2018-06-29 13:07:58 +02:00
YuSanka c1724f45c9 Fixed post-merge bugs 2018-06-26 13:34:25 +02:00
YuSanka 0371f368a4 Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-06-26 09:26:27 +02:00
YuSanka 515502e685 Fixed #994.
Print double-type values according to "full" value instead of 2 digits after point
2018-06-25 13:32:28 +02:00
YuSanka 318212f475 Fixed crashing-bug after language changing (detected under Debug) 2018-06-25 12:27:42 +02:00
YuSanka 362a9d8eda Fixed bug #995 2018-06-25 11:40:40 +02:00
YuSanka 86b02224ae Updated PL language 2018-06-20 09:42:14 +02:00
YuSanka 8a3cf3f71d Correct selection update on MSW 2018-06-19 16:24:49 +02:00
YuSanka a772a19915 "MoveUp" & "MoveDown" work correctly 2018-06-19 12:24:16 +02:00
YuSanka 12232f1a6d "Delete part" button works correctly
Prepared functions for "Split", "MoveUp" & "MoveDown" buttons (update_model function is missing)
2018-06-18 16:22:15 +02:00
YuSanka 99082bfe67 Modifiers are moving now 2018-06-18 14:20:29 +02:00
YuSanka fb9ba1a55c Set correct man/max value for movers 2018-06-16 03:04:59 +02:00
YuSanka 54975a4e36 Some changes in GUI-files
All functions of object settings are moved to GUI_ObjectParts
2018-06-16 01:21:25 +02:00
YuSanka a91cb5b267 Upgraded object_control to use icons near the name
Renamed some classes
Deleted unused classes
2018-06-15 22:42:51 +02:00
YuSanka 942a3340aa Added a check for the correctness of the entered characters in numerical fields. 2018-06-14 23:56:44 +02:00
YuSanka a0090fccb5 Button "Load Lambda" (in the Object Settings) works now 2018-06-14 23:31:15 +02:00
YuSanka 3e0ff5e9ef Added LambdaObjectDialog 2018-06-14 21:48:06 +02:00
YuSanka 9504780ef4 Buttons "Add Part" and "Add Modifier" (in the Object Settings) works now 2018-06-14 15:33:42 +02:00
YuSanka 8899be8cca Started porting of the functions for object settings editing 2018-06-13 16:39:33 +02:00
YuSanka 1c695fd97e Added object movers to the object settings. Added SliderControl to Field. 2018-06-12 23:42:01 +02:00
YuSanka f5ef672815 Prepared callback from c++ to Perl to inform about a change of object settings 2018-06-12 19:15:03 +02:00
YuSanka a4b42f44f3 Added translation for FR 2018-06-12 15:30:55 +02:00
YuSanka 6b56f99df7 Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-06-12 13:03:40 +02:00
YuSanka b134fb8c39 Fixed typo bug 2018-06-12 11:01:14 +02:00
YuSanka 07815891dc Added translations for CZ, DE, ES, IT & PL 2018-06-12 09:55:39 +02:00
YuSanka fba1bf7afc Fixed bug from issue #969 2018-06-11 16:23:10 +02:00
YuSanka 08ccf85a61 Overrided OnStateChange() function to CollapsiblePane 2018-06-08 12:43:39 +02:00
YuSanka 4215b2b373 Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-06-08 10:10:10 +02:00
YuSanka da9b0a9b7d Deleted debugging messages 2018-06-08 09:55:27 +02:00
YuSanka 7ba2093a9b Try to fix the circular event handling Select() on OSX 2018-06-08 09:03:46 +02:00
YuSanka e2a7bd4a14 Added MessageBoxes for experimenting on OSX 2018-06-07 15:52:35 +02:00
YuSanka ebe5ee3b1f Fixed uncorrected Settings sizer showing 2018-06-07 14:57:45 +02:00
YuSanka 49f0a1a824 Fixed OSX compilation bug
Changed info_box (more place to the manifold information)
2018-06-07 11:54:42 +02:00
YuSanka b31e696edc 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 9e0d2793cb CallBack from C++ to Perl to manipulations with object list 2018-06-07 00:55:09 +02:00
YuSanka bc6e6492af Move font initialization to init_fonts 2018-06-05 14:38:22 +02:00
YuSanka 5f82d01f19 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 dcf0b432cb PrusaCollapsiblePane is used only on MSW 2018-06-05 11:17:37 +02:00
YuSanka 72541ad13e Next try to fix OSX/Linux compilation bug 2018-06-05 10:41:20 +02:00
YuSanka bb27d62ba8 Try to fix compilation bug 2018-06-05 09:13:03 +02:00
YuSanka 04dc50cec4 Add, Delete and DeleteAll are working for new list now 2018-06-04 15:59:55 +02:00
YuSanka 16a5029d58 Fixed issue #875 and updated Slic3rPE.pot 2018-06-04 12:13:07 +02:00
YuSanka c857b68fbe Functions "Add/Delete" objects to/from list works correct now 2018-05-31 08:43:10 +02:00
YuSanka 5c4c912132 Extended "Delete" functions 2018-05-30 00:36:44 +02:00
YuSanka db7c58009c Added "Add/Delete" functions to the MyObjectTreeModel 2018-05-29 22:45:35 +02:00
YuSanka 45b6c99353 print_info_box is correct placed on right_panel 2018-05-29 20:55:43 +02:00
YuSanka c7d7da452e Updated Collapsed/Layout for PrusaCollapsiblePane.
Cleaned right_panel
2018-05-28 17:08:48 +02:00
YuSanka d7d0edf4dc edit_object_buttons moved to Object/Part Settings 2018-05-28 12:04:39 +02:00
YuSanka 3fb567d286 Final prototype 2018-05-28 11:19:51 +02:00
YuSanka d93a8aec3d 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 46f71661b2 Some changes in the concept of the new right column 2018-05-24 16:57:35 +02:00
YuSanka 85508fab82 Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-05-24 08:32:24 +02:00
YuSanka a877846699 Filling object settings (continue) 2018-05-23 16:21:42 +02:00
YuSanka a4261b11d4 Updated translations (de, fr, es, it & pl) 2018-05-23 14:22:52 +02:00
YuSanka 83cec1a640 Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-05-23 08:30:27 +02:00
YuSanka ec5b98477d Filled content_object_settings 2018-05-22 16:14:41 +02:00
YuSanka 6ea81279ff Fixed correct updating of the modified preset on Plater tab. 2018-05-22 14:00:42 +02:00
YuSanka 2a8391dfbf Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-05-22 09:05:34 +02:00
YuSanka 6e2d72f35c Billet for the part of the expert view mode 2018-05-22 08:41:33 +02:00
YuSanka 622c613b41 Update of the view mode works correctly 2018-05-21 14:49:31 +02:00
YuSanka c4478ccffa Fixed wrong updating of the options group tree 2018-05-21 14:36:09 +02:00
YuSanka 64b905820d Fixed bugs with non-correct update of buttons enable.
Set minimum size for the scrolled_window_panel.
2018-05-21 12:34:31 +02:00
YuSanka deabeaaa7f Aligned frequently changing parameters according to presets settings on the Plater tab.
Fixed missing adding of the Filaments preset settings(for multy material case) to the right_panel
2018-05-20 23:58:09 +02:00
YuSanka 5e1e43f478 Resolved problem with Flickering.
Right column of the Plater is passed to own panel to be able be updated separately from whole Plater panel
2018-05-18 13:56:51 +02:00
YuSanka bd2371cb03 Right column of the Plater is passed to own panel to be able be updated separately from whole Plater panel 2018-05-18 12:16:15 +02:00
YuSanka 876cf9aa8b Show/hide warning icon according to the view mode 2018-05-18 11:39:49 +02:00
YuSanka 4e47f4973c Updating of the right column according selected view mode 2018-05-17 16:03:18 +02:00
YuSanka d310668462 Added Regular view mode to the menu.
Right column objects send fron Perl to C++
2018-05-17 10:46:32 +02:00
YuSanka cc52654db3 Set minimum width for the right sizer 2018-05-17 08:50:05 +02:00
YuSanka 146a02a300 Added view mode selection to the config_menu 2018-05-16 14:38:37 +02:00
YuSanka b8fe48c563 Modification of the AboutDialog to be correct showing on dark theme of Linux 2018-05-16 13:56:03 +02:00
YuSanka 75a0dea93f PrusaCollapsiblePanel works correct on MSW now 2018-05-15 12:01:33 +02:00
YuSanka e78a885247 Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-05-15 09:44:11 +02:00
YuSanka 3bc8d7517a Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-05-14 13:57:08 +02:00
YuSanka b51197b52c Updated POT-file, added Spanish and Polish, fixed bug with Ctrl+U,O,L in Italian 2018-05-14 13:56:40 +02:00
YuSanka 4cf74d6dcf Object information is pasted to the ScrolledWindow 2018-05-13 21:00:03 +02:00
YuSanka d53127fa44 Merge branch 'master' of https://github.com/prusa3d/slic3r 2018-05-11 14:42:19 +02:00
YuSanka 8c4c392cb8 Fixed enable/disable of the tooltips on GTK 2018-05-11 14:41:21 +02:00
YuSanka 27769edab2 Fixed compilation bag on GTK and OSX 2018-05-11 11:25:28 +02:00
YuSanka e91ebddeea Added possibility of select all TextCtrl context using Ctrl+A 2018-05-11 09:53:35 +02:00
YuSanka 2e7d623ee4 Created PrusaCollapsiblePane for CollapsiblePane view with disclosure triangles 2018-05-10 16:36:12 +02:00
YuSanka 98d9ce31de Corrected error message to last commit 2018-05-10 12:54:02 +02:00
YuSanka 754bfd926b Auto-correction of the input values according to the admissible range 2018-05-10 11:10:44 +02:00
YuSanka c07f347ff6 CollapsiblePanes are putted to ScrolledWindow 2018-05-09 14:36:20 +02:00
YuSanka db549e8609 First experiments with ObjectsTreeList 2018-05-04 18:32:20 +02:00
YuSanka af4e0308ae Fixed visibility of the contents of the GCode fields 2018-05-03 13:49:37 +02:00
YuSanka 993294579d Button's border and background aren't use on MSW. 2018-05-03 13:27:20 +02:00
YuSanka 6abfee65ce Merge remote-tracking branch 'origin/master' into new_main_page_ui 2018-05-03 09:30:02 +02:00
YuSanka 20d9bda87e Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-05-03 09:22:10 +02:00