Commit Graph
100 Commits
Author SHA1 Message Date
YuSanka 5def5ccfd3 Fixed bug with "Extruder" column updating after preset changing SLA<=>FFF 2019-05-11 23:50:32 +02:00
YuSanka 92fb71e5af Updated POT-file 2019-05-11 23:33:50 +02:00
YuSanka 3a7e453295 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-11 23:32:48 +02:00
YuSanka cd82b03a0e Localization improvements : Empty spaces at the end of phrase are removed from dictionary.
+ new POT
2019-05-11 23:29:25 +02:00
YuSanka ec252eb71d More localization improvements, new POT
+ fixed crash after application closing with non-saved presets
2019-05-10 15:10:37 +02:00
YuSanka c37ec5bc9e New POT-file 2019-05-10 13:26:20 +02:00
YuSanka 394d02fdd9 Localized "default" extruder 2019-05-10 12:54:20 +02:00
YuSanka 62590d291c use _() instead of _utf8() for ButtonsDescription 2019-05-10 12:28:56 +02:00
YuSanka 5804473171 Localization improvements
New list.txt and POT
2019-05-10 11:50:11 +02:00
YuSanka 39be95f0f6 Fixed SPE-913
(Slicer do not display all extruders when it is started with SLA profile)

+ Updated POT-file
2019-05-10 11:06:46 +02:00
YuSanka 0196fbb60f AboutDialog localization 2019-05-09 16:38:44 +02:00
YuSanka 32de7e1bb1 Fixed ButtonsDescription localization 2019-05-09 16:14:45 +02:00
YuSanka 7d032382b4 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-09 15:53:55 +02:00
YuSanka bfcaa6cac0 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-05-09 15:46:24 +02:00
YuSanka 3c0737c588 Fixed typo in "Machine limits" information strings 2019-05-09 15:37:52 +02:00
YuSanka 2a57acfbd6 Fixed menu items "Add..." scaling under MSW 2019-05-09 14:53:31 +02:00
YuSanka 29ba570fb6 Implemented msw_rescale_word_local_combo()
for scaling of the coordinate system combobox
2019-05-09 11:44:14 +02:00
YuSanka 8e007c5b6a Localization improvements 2019-05-04 02:07:07 +02:00
YuSanka 30dc689d35 Added set_as_owner_drawn() for the code universality 2019-05-03 16:14:26 +02:00
YuSanka 8be585893a Fixed a crash, if try to add second settings grope for instance 2019-05-03 16:05:49 +02:00
YuSanka b4dbd55623 Merge remote-tracking branch 'origin/ys_ftn_improvements' 2019-05-03 14:31:59 +02:00
YuSanka 80d3cbac73 Temporary fix for crash, if try to add second settings grope for instance 2019-05-03 14:29:28 +02:00
YuSanka 4be4dc623c Fixed full statistics calculation
(calculate sum of volume and part_count only for solid parts)
2019-05-03 13:09:42 +02:00
YuSanka 2affa48178 Menu icons drawing under OSX (if wxMenu::SetOwnerDrawn() is implemented in wxWidgets) 2019-05-03 09:44:19 +02:00
YuSanka d2107fad2f Fixed get_object_stl_stats() 2019-05-02 16:20:50 +02:00
YuSanka 88c9948c85 Fixed typo 2019-05-02 09:54:18 +02:00
YuSanka b048669a3b Changed update_warning_icon_state() signature
(next try to fix OSX compilation)
2019-05-02 08:33:38 +02:00
YuSanka 7f37f82ad4 Added comments 2019-04-30 16:59:40 +02:00
YuSanka 11a04f918b ObjectList: Show tooltip for warning icon only instead of whole "Name" cell 2019-04-30 15:46:25 +02:00
YuSanka 4f7398bbef Merge remote-tracking branch 'origin/master' into ys_ftn_improvements 2019-04-30 15:19:08 +02:00
YuSanka f18ebec8e9 Added menu icons for a dark mode 2019-04-30 15:14:18 +02:00
YuSanka 646986348a Fixed menubar item's name in respect to printer_technology 2019-04-30 13:52:05 +02:00
YuSanka 3bc6c29b7a Added missed include 2019-04-30 11:27:41 +02:00
YuSanka 3eacb0a216 Next try 2019-04-30 09:38:23 +02:00
YuSanka 6ddefc6a65 Some refactoring to fix OSX build 2019-04-30 09:11:57 +02:00
YuSanka 88fc45797c Merge remote-tracking branch 'origin/master' into ys_ftn_improvements 2019-04-29 15:30:01 +02:00
YuSanka 2a47f0dc92 ObjectList improvements: Added warning icon for Parts with a repaired errors 2019-04-29 15:27:59 +02:00
YuSanka c8815041e2 Fix of #2168 2019-04-29 09:43:42 +02:00
YuSanka c752394abd Merge remote-tracking branch 'origin/master' into ys_ftn_improvements 2019-04-26 13:13:59 +02:00
YuSanka 127a78d953 Fixed default font for legends in respect to the OS 2019-04-26 13:08:25 +02:00
YuSanka 046466164f OSX: Forced set the input value for SpinControl,
since the value inserted from the clipboard is not updated
2019-04-26 13:08:25 +02:00
YuSanka 6373ee2b85 Rescale under MSW : fixed rendering of MainFrame, if it was maximized during moving 2019-04-26 13:08:25 +02:00
YuSanka 023ca6fbe6 ConfigSnapshotDialog: Fix app name interpolation 2019-04-26 11:05:00 +02:00
YuSanka 7560de0704 Fixed app name interpolation for : GUI_App, MainFrame, MsgDialog, Preferences, Tab and UpdateDialogs
+ added edit_tooltip(), wich replaces Slic3r for SLIC3R_APP_KEY
2019-04-26 10:54:18 +02:00
YuSanka 545d9df3c0 Added missed class declaration under OSX 2019-04-25 16:23:50 +02:00
YuSanka 3d48190616 After merge fixing 2019-04-25 16:19:50 +02:00
YuSanka ee0f804d08 Merge remote-tracking branch 'origin/master' into ys_ftn_improvements 2019-04-25 16:06:19 +02:00
YuSanka 708037158e Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
YuSanka ea7cfce286 Restored French localization files (Fix of #2158) 2019-04-25 09:16:18 +02:00
YuSanka b39e9a81f3 Merge remote-tracking branch 'origin/master' into ys_ftn_improvements 2019-04-25 08:12:19 +02:00
YuSanka 065448e9e5 Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
- cleaned code from commented parts
 - rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
YuSanka be60f0a53c Merge remote-tracking branch 'origin/ys_msw_dpi' 2019-04-24 23:09:50 +02:00
YuSanka b856645f3e Merge remote-tracking branch 'origin/ys_bug_fixing' 2019-04-24 22:55:24 +02:00
YuSanka b4d5287d0c Refactoring: get_mesh_errors_count() moved to ModelObject
+ added get_object_stl_stats() to ModelObject
2019-04-24 16:04:47 +02:00
YuSanka 356e1207d6 Merge remote-tracking branch 'origin/master' into ys_ftn_improvements 2019-04-24 13:38:07 +02:00
YuSanka 203e9e848c Changed Manipulation panel. (Simple mode)There is exclamation mark icon next for the object name, if it has errors.
+ some code refactoring
2019-04-24 13:33:05 +02:00
YuSanka aa147482b7 Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
+ Added a calculation of a empty bitmaps inside presets in respect to em_unit (to avoid assert)
 + Added scaling for PrintHostDialogs and MsgDialog
 + some code refactoring
2019-04-23 16:33:06 +02:00
YuSanka 31c02b6bfb Added missing includes 2019-04-23 08:47:23 +02:00
YuSanka 1f02eb704a Code refactoring: Deleted unused variables and _cleaned_ overbusy functions 2019-04-22 01:51:10 +02:00
YuSanka ff3f1c9ee0 Fixed application crash, if try to change Preset in a moment, when one of unregular pages is selected.
+ small code refactoring
2019-04-22 00:46:58 +02:00
YuSanka 4a20fd7f7e Fix of #1216 2019-04-21 23:12:39 +02:00
YuSanka 144b9e1e9d Merge remote-tracking branch 'origin/master' into ys_bug_fixing 2019-04-21 11:37:30 +02:00
YuSanka b5533017fb Merge branch 'ys_msw_dpi' of https://github.com/prusa3d/Slic3r into ys_msw_dpi 2019-04-18 15:36:48 +02:00
YuSanka 5761c8f126 Merge remote-tracking branch 'origin/master' into ys_msw_dpi 2019-04-18 15:33:50 +02:00
YuSanka de55801e31 Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi 2019-04-18 15:24:50 +02:00
YuSanka 9cd3c594be Overrided on_dpi_changed() for some Dialogs:
AboutDialog, ConfigSnapshotDialog, FirmwareDialog, SysInfoDialog

+ set correct fonts for KBShortcutsDialog
2019-04-18 15:05:17 +02:00
YuSanka e97e8c6af6 Overrided on_dpi_changed() for some Dialogs:
BedShapeDialog, KBShortcutsDialog, ConfigWizard, Preferences
2019-04-18 02:03:40 +02:00
YuSanka 077321b228 Implemented em_unit() function for getting of em_unit value from correct parent.
+ Added correct em_unit to Fields
2019-04-17 21:35:53 +02:00
YuSanka 3e9c0c396e Code refactoring 2019-04-17 12:49:10 +02:00
YuSanka 3b9803ba6e Fixed crash of build under OSX and Linux.
+ Added flag to control if application rescale is possible
2019-04-16 17:06:28 +02:00
YuSanka 850eb86360 Merge remote-tracking branch 'origin/master' into ys_bug_fixing 2019-04-16 15:27:10 +02:00
YuSanka fc63a28481 Application Scaling for MSW:
+ Experiments with toolBars scaling
+ Rescaled warning and printing legends
2019-04-16 12:13:45 +02:00
YuSanka ae2c61160f Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
+ Set wider default size for Preset Comboboxes from Tabs (#2023)
2019-04-16 10:05:45 +02:00
YuSanka e502b33f41 Post-merge fix 2019-04-14 13:57:15 +02:00
YuSanka df7ada0199 Merge remote-tracking branch 'origin/master' into ys_msw_dpi 2019-04-14 13:49:22 +02:00
YuSanka 66fa280964 Some code refactoring 2019-04-14 10:57:03 +02:00
YuSanka f7ddddcff5 Application Scaling for MSW: Next big step
- Added rescale() function for the most of controls
 - Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-04-13 23:46:52 +02:00
YuSanka cfa4f3f4d6 Added new icons 2019-04-12 17:10:29 +02:00
YuSanka 3a412a3a82 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-04-12 12:28:36 +02:00
YuSanka 50f8f45e0a Added new icons 2019-04-12 12:15:56 +02:00
YuSanka a74c608c7a Merge remote-tracking branch 'origin/master' into ys_msw_dpi 2019-04-10 10:01:20 +02:00
YuSanka 82573390c7 First scaling experiments 2019-04-10 09:57:33 +02:00
YuSanka 7b54c59b61 Added new icons 2019-04-10 09:41:04 +02:00
YuSanka ed8b1a7ecb Localization: Updated dictionaries 2019-04-09 16:54:31 +02:00
YuSanka e0340f4f81 Set "cog" ison for sla_print preset 2019-04-08 12:29:08 +02:00
YuSanka af05e5fc2c Fixed crash under oSX after selection with SHIFT from 3DScene 2019-04-08 11:10:57 +02:00
YuSanka 618d124bfb Icon updating for all application 2019-04-08 11:10:57 +02:00
YuSanka d31590f438 Fixed Typo for the last commit 2019-04-05 12:18:58 +02:00
YuSanka 0c662e298f Merge remote-tracking branch 'origin/ys_selection' 2019-04-05 11:25:29 +02:00
YuSanka ef5281c3c9 Some improvements for a loading of icons 2019-04-05 11:18:59 +02:00
YuSanka 77dcb7f5a3 Added missed code for my last commit 2019-04-05 09:04:52 +02:00
YuSanka ccee04cd68 Implemented new logic for Instances splitting 2019-04-04 18:03:40 +02:00
YuSanka 8631cb006b Improved Selection from ObjectList side 2019-04-04 18:03:40 +02:00
YuSanka 63dea6d5dc Merge remote-tracking branch 'origin/master' into ys_selection 2019-04-04 15:09:37 +02:00
YuSanka 09054a0bc9 Fixed non-consistency of the selection 2019-04-04 15:07:54 +02:00
YuSanka d806e8e5e1 Merge remote-tracking branch 'origin/master' into ys_selection 2019-04-03 08:42:12 +02:00
YuSanka fed0f189d3 Fixed typo 2019-04-03 08:39:36 +02:00
YuSanka 81809018bc Selection improvements
+ "Delete" menu_item for Instances under OSX
2019-04-02 16:33:52 +02:00
YuSanka ac6a232795 Improved Selection from ObjectList side 2019-03-29 14:36:59 +01:00
YuSanka 44d3243df1 Added context menu Item "Change Extruder" on 3D-Scene 2019-03-28 16:32:19 +01:00