Commit Graph
100 Commits
Author SHA1 Message Date
YuSanka 91db0a6e05 Merge remote-tracking branch 'origin/profile_changes_reset' into updating 2018-04-25 13:53:22 +02:00
YuSanka cfac6c0ebb Aligned printer settings on Plater tab 2018-04-25 11:10:34 +02:00
YuSanka 7c7c37a4f4 Added tooltips for reset buttons near each option 2018-04-24 14:11:23 +02:00
YuSanka 92b67fb62e Change reset buttons tooltips according to its state 2018-04-24 12:12:15 +02:00
YuSanka 1e8d302fd4 Fixed wrong updating of "Top/Bottom fill pattern" 2018-04-24 10:33:11 +02:00
YuSanka e31f5fc4b6 Modified text for tooltips and ButtonsDescription 2018-04-24 08:49:37 +02:00
YuSanka b0841f78f4 Experiment failed 2018-04-23 15:39:55 +02:00
YuSanka 6432ec8a9b Experiment with extruders count change 2018-04-23 15:09:01 +02:00
YuSanka ec7e10e068 Fixed wrong behavior of options group Tree after extruders count change 2018-04-23 11:52:03 +02:00
YuSanka 9a1dbfa6cf Updated action_undo.png icon and added sys_unlock_grey.png & action_undo_grey.png for dark themes of OS 2018-04-23 10:27:42 +02:00
YuSanka b8cb936973 Added effective update of ComboBoxes on Plater 2018-04-20 17:32:08 +02:00
YuSanka 27f77c7680 Added little more information to ButtonsDescription dialog 2018-04-20 15:40:43 +02:00
YuSanka 48bbd2d22a Added new files to MackList 2018-04-20 15:02:54 +02:00
YuSanka 669b0b68ab Added missed files to commit 2018-04-20 13:27:25 +02:00
YuSanka 1e1bf03f61 Added reset buttons description 2018-04-20 12:58:07 +02:00
YuSanka 88dadcec78 Added tooltips for reverse buttons
* Corrected default size of undo buttons for GTK
* Experiment with rich tooltips
2018-04-19 16:20:30 +02:00
YuSanka 7083f58326 Added lock icons to system presets in ComboBoxes.
Added right event handling if informative string is selected in ComboBoxes
2018-04-19 12:08:59 +02:00
YuSanka f38f0edaaf Cleaned code from commented code 2018-04-18 14:15:13 +02:00
YuSanka 3ca2dfbc1d Added some performance changes 2018-04-18 13:32:21 +02:00
YuSanka d254c39a77 Added "smart" setting of label color 2018-04-17 10:15:48 +02:00
YuSanka 6e870e8466 Merge remote-tracking branch 'origin/cpp_ui_optimization' into profile_changes_reset 2018-04-16 14:30:10 +02:00
YuSanka 5d39126989 Changes to performance. 2018-04-16 13:43:01 +02:00
YuSanka 215c2082d3 Decorated "bed_shape" and "compatible_printers" labels 2018-04-13 18:22:06 +02:00
YuSanka 64976c249d Added @bubnikv's changes to BitmapCache 2018-04-13 12:49:12 +02:00
YuSanka 120c1978ae Cleaned code 2018-04-13 12:35:04 +02:00
YuSanka d82505984a Rollback changes in BitmapCache 2018-04-12 16:46:17 +02:00
YuSanka 3bc7580e8c Merge remote-tracking branch 'origin/master' into profile_changes_reset 2018-04-12 15:58:46 +02:00
YuSanka 723bd22b96 Changed icons for lock/unlock filament_presets on Plater tab
Experiment with filament_presets transparency on GTK
2018-04-11 15:35:04 +02:00
YuSanka 762306d985 Added preset grouping to all presets ComboBoxes
Changed icons for action_undo, sys_lock and sys_unlock.
There are used same icons for all OS now.

Deleted/Commented temporarily used wxDataViewTreeCtrl
2018-04-11 13:56:37 +02:00
YuSanka e7520c3d18 Don't use select_preset on OS X 2018-04-10 14:52:03 +02:00
YuSanka c1d25ba259 Experiments with wxDataViewTreeCtrl 2018-04-10 14:00:48 +02:00
YuSanka fa4462514b Added preset grouping to PresetCollection::update_tab_ui 2018-04-10 10:31:58 +02:00
YuSanka 0cca7bb5e7 Dont use select_preset from preset_tree... 2018-04-09 17:09:00 +02:00
YuSanka 674ddcd73a Show preset_tree according to preset inheritance 2018-04-09 16:50:17 +02:00
YuSanka affaeef2ab Default presets are visible only if it's selected from Preferences 2018-04-09 12:41:25 +02:00
YuSanka e33db203d8 Next try to use wxDataViewTreeCtrlComboPopup on macOS and Linux:
Added: m_cc_presets_choice->UseAltPopupWindow();
       m_cc_presets_choice->EnablePopupAnimation(false);
like for wxCheckListBoxComboPopup
2018-04-09 09:55:24 +02:00
YuSanka 004f9ba1e5 Added update_tab_presets functions to m_cc_preset_choise filling 2018-04-06 15:42:52 +02:00
YuSanka e4b767e840 Experiment with own ComboCtrl for preset_choice. 2018-04-06 13:37:00 +02:00
YuSanka 6053c8f54d Try to fix bug with CheckBox selection if cursor is in TextCtrl. 2018-04-05 13:52:30 +02:00
YuSanka 28b6d222f2 Next try to fix bug with CheckBox selection if cursor is in SpinCtrl. 2018-04-05 12:12:35 +02:00
YuSanka 2eee3a64b7 First try to fix bug with CheckBox selection if cursor is in SpinCtrl. 2018-04-04 20:37:37 +02:00
YuSanka 1b08bc94f0 Added g_wiping_dialog_button status update to update_frequently_changed_parameters() 2018-04-04 11:13:28 +02:00
YuSanka d54425a901 Added show/hide of "Purging volumes" button depending on a state of "wipe_tower" 2018-04-03 22:07:59 +02:00
YuSanka 415bbd7860 Merge branch 'wipe_tower_ui' of https://github.com/prusa3d/Slic3r into wipe_tower_ui 2018-03-28 20:32:22 +02:00
YuSanka c61ffe9f6b Corrected UI for RammingDialog 2018-03-28 20:31:36 +02:00
YuSanka 4da6085ef8 Corrected UI for WipingDialog 2018-03-28 02:17:51 +02:00
YuSanka e7edb512b8 Saved bed_shape changes.
*code review
2018-03-23 17:27:43 +01:00
YuSanka 01c37ac987 Merge remote-tracking branch 'origin/master' into wipe_tower_ui 2018-03-23 13:35:48 +01:00
YuSanka 77f5ed6851 Fixed bugs from SPE-180 2018-03-23 12:52:37 +01:00
YuSanka 53e100b890 Changed PrusaResearch.ini.
*(Uncommented "printer_model","printer_vendor", "printer_variant", "default_filament_profile")
* Added msg "It's system preset" to Dependencies
2018-03-23 09:41:52 +01:00
YuSanka 1c5970d0a2 Added sys_lock and sys_unlock icons. 2018-03-22 15:16:30 +01:00
YuSanka 08a8fe84a4 Merge remote-tracking branch 'origin/master' into profile_changes_reset 2018-03-22 14:18:48 +01:00
YuSanka 57b61470a3 "Advanced" options alignment 2018-03-22 14:12:29 +01:00
YuSanka 44b711953f Added preset parent description line to Dependencies 2018-03-22 11:46:15 +01:00
YuSanka d7e2305686 "Undo"-buttons work 2018-03-22 10:56:57 +01:00
YuSanka 78208620c0 Correct updating of "Undo"-buttons according to the option changes 2018-03-22 09:37:42 +01:00
YuSanka 82f4e16a27 "Decorated" UI for options groups.
* Added prototype of undo-buttons for options groups;
* Fixed bugs with "decoration" updating after preset changing;
* Fixed wrong Ukrainian translation.
2018-03-21 22:21:37 +01:00
YuSanka 5c9ba1399f Updated Czech to localization 2018-03-21 14:28:51 +01:00
YuSanka c425169db0 Added Italian and updated German to localization 2018-03-21 14:00:06 +01:00
YuSanka f72bb89521 Reset to system value works for Extruders too 2018-03-19 17:21:37 +01:00
YuSanka 7e6887cca8 Completed UI for system value changes 2018-03-16 17:25:11 +01:00
YuSanka 7f5bfe3ddc First visualization of system value changes 2018-03-16 12:56:03 +01:00
YuSanka 8d4b603572 Correct updated Show/Hide of object_info_manifold_warning_icon 2018-03-15 11:59:12 +01:00
YuSanka d97a8f5740 Merge remote-tracking branch 'origin/master' into profile_changes_reset 2018-03-15 10:24:54 +01:00
YuSanka 22330c0cae Showed correct "Info" box on initial Plater 2018-03-15 10:13:40 +01:00
YuSanka c3ec40c3cc Added prototype of an "Undo to system" button 2018-03-15 09:55:31 +01:00
YuSanka a41e55a773 Merge remote-tracking branch 'origin/profile_inheritance' into profile_changes_reset 2018-03-14 16:34:51 +01:00
YuSanka 639f2bc2f3 Update m_initial_extruders_count after preset changing 2018-03-14 15:38:54 +01:00
YuSanka 15b2522ed9 Update "fill_density" to initial preset value instead of to 40% 2018-03-14 15:10:16 +01:00
YuSanka 6d5d38eb6a Fixed bug_2 with update infill parameters 2018-03-14 11:45:31 +01:00
YuSanka d9e2e37da7 Fixed bug with update infill parameters 2018-03-14 10:14:48 +01:00
YuSanka 30f6e33656 Completed update of frequently changed parameters 2018-03-13 16:14:36 +01:00
YuSanka 5bb736daf2 Infill(Plater) updates with Infill (Print Settings).
*Updated some fuctions
2018-03-12 16:52:21 +01:00
YuSanka e8adbd7303 First prototype of adding of UI for frequently changed parameters 2018-03-09 18:34:30 +01:00
YuSanka d5e136a6d5 Fixed bug with updating of the value of "Wipe while retracting" CheckBox. 2018-03-09 17:17:51 +01:00
YuSanka 419721ce22 Fixed bug with highlighting of modified parameters after changing the profile 2018-03-09 08:34:32 +01:00
YuSanka 9ebb0f27c1 Fixed bugs with spiral_vase and standby_temperature_delta 2018-03-08 16:33:38 +01:00
YuSanka 418e083781 Fixed Linux build 2018-03-08 14:01:14 +01:00
YuSanka 986ee50437 Completed UI to visualize changes and to reset to initial value 2018-03-08 11:58:06 +01:00
YuSanka 38dca8396f Updated back_to_initial_value and fixed some bugs for Extruders 2018-03-07 15:25:24 +01:00
YuSanka dd7712d4d3 Fixed bug with case-sensitive name of icon (for Linux build) 2018-03-06 14:58:51 +01:00
YuSanka c52f51b1e4 Fixed bug with resizing 3DScene 2018-03-06 14:45:03 +01:00
YuSanka 254e311593 Delete background color changing (except of MSW) 2018-03-06 13:34:39 +01:00
YuSanka d0d83526b4 Merge remote-tracking branch 'origin/master' into gui_improvements 2018-03-06 12:47:20 +01:00
YuSanka 3caf54c359 Undo buttons work 2018-03-06 12:34:20 +01:00
YuSanka 4547755221 Update UI for visualize changes:
* Added changing of text color and inserted undo_button when some option is modified.
* Call wxSetlocale(LC_NUMERIC, "C") when do language changing.
2018-03-06 09:46:26 +01:00
YuSanka f750abb9db Refactor load_config() function 2018-03-04 15:21:01 +01:00
YuSanka 2a378f6590 Fixed problem with changing extruders color 2018-03-02 13:41:37 +01:00
YuSanka 222368f7e8 Start of realization UI to visualize changes 2018-03-02 09:08:11 +01:00
YuSanka 541b51c524 Merge dictionaries from the upstream Slic3r. Update existing dictionaries according to new Slic3rPE.pot 2018-02-28 15:44:45 +01:00
YuSanka 751c97c503 Localize the Plater tab
* Marking and translation of Plater tab are complited
* GUI.pm is marked to l10n
* Fix small bug with Extruder adding at Printer Settings tab
2018-02-28 15:41:35 +01:00
YuSanka 0596660dda Fix bug with not displaying flags for incompatible presets 2018-02-27 09:51:14 +01:00
YuSanka 7047f4365a Update localization:
* 2D.pm, 3DPreview.pm, PreviewData.cpp are marked by L()
* use translating function in 3DScene.cpp
2018-02-26 16:23:44 +01:00
YuSanka e05493bd90 Fixed wrong printing of recommended_thin_wall_thickness_description_line 2018-02-26 13:57:36 +01:00
YuSanka f3f78ebc5a Fix #742 2018-02-26 09:57:08 +01:00
YuSanka bcc68ca450 Added Slic3rPE.pot and list.txt to localization. 2018-02-26 08:31:07 +01:00
YuSanka 4c90e2bbc6 Rename localization guide to emphasize markdown format 2018-02-25 22:45:31 +01:00
YuSanka b5d96e4ed6 Update localization guide 2018-02-25 22:41:28 +01:00
YuSanka 1948daec53 Added Manual for Localization 2018-02-23 15:10:36 +01:00
YuSanka d61295eb10 Added Preferences files 2018-02-23 14:55:27 +01:00