remi durand
532ecec73a
fix un-localizable strings (step 2)
2021-06-18 01:22:19 +02:00
remi durand
055794f822
fix some un-localizable strings.
2021-06-15 12:28:31 +02:00
remi durand
81f78cc993
Merge remote-tracking branch 'remotes/prusa/version_2.3.1' into merill-merge
2021-06-04 21:40:49 +02:00
remi durand
3ed01dad9c
fix thumbnails gui
...
* drawing when no state button
* now has state (unsaved, reset...)
* unsaved dialog
2021-05-29 00:29:41 +02:00
supermerill
8504793a7e
fix more app name errors
...
- icons
- gcodeviewer name&key now include the slic3r name
- instance check now depends on hte slic3r name, and not always prusaslicer
- possible fix for 3Dmouse on macos
- error text
- CWS now output the slicer name & version separately and the slicer config in the slicer.ini field
- re-add some of the 'about' credentials from slic3r (icon, manual)
2021-04-27 04:51:39 +02:00
YuSanka
89b942ffb7
OSX specific, related to the wxWidgets 3.1.4: Fixed wrong UI-scaling
...
(wxWidgets 3.1.4 can binding of wxEVT_DPI_CHANGED now, so it was called msw_rescale() for most of the controls redundantly)
+ Fixed update of the DoubleSlider after changing of the system color
2021-04-12 15:45:47 +02:00
remi durand
ca3d8239c4
Merge remote-tracking branch 'remotes/prusa/master'
2021-01-09 17:11:12 +01:00
YuSanka
661ad1735b
Changed layout for for the Preferences Dialog (related to #5381 )
...
+ Fixed #5312
+ Deleted unused now EVT_TAB_VALUE_CHANGED and EVT_TAB_PRESETS_CHANGED
2020-12-08 17:10:17 +01:00
supermerill
2b339763b0
Merge remote-tracking branch 'remotes/prusa/master'
2020-12-07 20:29:11 +01:00
YuSanka
fe18ce16fb
MSW specific: Fixed assert "Assert failure" failed in
...
wxPaintDCImpl::wxPaintDCImpl(): wxPaintDCImpl may be created only in EVT_PAINT handler
2020-12-07 12:18:47 +01:00
supermerill
8d5688a751
Merge remote-tracking branch 'remotes/prusa/master' : Opengl crash
2020-11-28 18:18:32 +01:00
YuSanka
b2951cb43e
Added "Remember my choice" checkbox to the message dialog after first clicking on parameter label in Settings tabs
2020-11-24 10:04:00 +01:00
supermerill
e0d6a95bab
some fixes on setting layout
2020-11-23 23:27:10 +01:00
supermerill
1a19b023f0
Merge remote-tracking branch 'remotes/prusa/master'
...
note: new infill connect, maybe a good idea to get the previous one in case it's better (no useless lines)
note2: fillline overextrude, tofix
2020-11-23 00:28:47 +01:00
YuSanka
2e0e63fed8
Tooltips for the parameters labels on Settings tabs are back
2020-11-21 18:16:34 +01:00
Vojtech Bubnik
641d27eef4
Fixed missing include
2020-11-21 16:05:58 +01:00
YuSanka
b7abe7dfa9
Added "Suppress to open hyperlink in browser" parameter in Preferences
2020-11-20 18:46:34 +01:00
YuSanka
9f30ea535a
Windows specific: Fixed layout of fields inside the OG_CustomCtrl
2020-11-20 17:27:44 +01:00
YuSanka
a9f6e6da9d
Changed layout of the "Machine limits" settings tab
2020-11-18 12:08:09 +01:00
supermerill
16d3314d9f
#658 fix coPoints size computation
2020-11-15 00:11:52 +01:00
YuSanka
4eded76136
Custom controls : The width for full_width fields is updated according to the custom control width
...
(thanks to the @supermerill for the mention on it, 6acf6bdf21
)
+ Deleted redundant background color, as mentioned in the #5062
2020-11-12 10:13:16 +01:00
supermerill
5519eeef98
#657 UI niggles & full_width
2020-11-11 22:33:01 +01:00
YuSanka
a2b915af0f
Fixed of #5081
...
Width of sub-label is calculated by using of GetTextExtent() instead of PaintDC->GetMultiLineTextExtent, because of PaintDC is not OK sometimes.
For example on GTK3 PaintDC->IsOk() only, when it's using in a native paint event
see https://github.com/wxWidgets/wxWidgets/blob/master/src/gtk/dc.cpp , line 346
2020-11-11 12:04:15 +01:00
YuSanka
8448d1a1dc
OSX specific : Set top border for the mode buttons, when settings pages has new layouts
...
(when tabs bar is hidden)
+ Code cleaning for OG_CustomCtrl (delete unused input parameter from the draw_blinking_bmp())
2020-11-06 16:24:03 +01:00
supermerill
835ffc6564
fix merge
2020-11-06 03:41:30 +01:00
supermerill
4da0a6efe1
Fix layout from OG_custom
2020-11-06 02:10:10 +01:00
supermerill
488e4d83e4
Merge remote-tracking branch 'remotes/prusa/master' into dev
...
optionsgroup is wonky with sizers.
2020-11-05 00:21:16 +01:00
YuSanka
11ee0cc2cc
Hot-fix for my last commit ( d576c029bd
)
2020-11-04 13:14:57 +01:00
YuSanka
d576c029bd
CustomCtrl : fixed correction of the CustomCtrl's line height in respect to the height of the inside controls (fields or widgets)
...
Issue was appeared on the Ubuntu 20.04
2020-11-04 10:17:32 +01:00
YuSanka
1c1b1bc019
Custom control : Fixed un-hovering for labels, which work as a hyperlinks
2020-11-03 13:40:49 +01:00
YuSanka
a87ec980a7
Hot fit for last commit : use "en" language marker, when "translation_language" wasn't saved to the AppConfig
2020-11-02 06:48:30 -08:00
YuSanka
b2700a8ac6
Custom control : Bug fixing
...
* OG_CustomCtrl is inherited from the wxPanel instead of the wxControl now.
As a result, Tab-key is working now for the fields inside the custom control
* Open localized web-page if any exist for labels
+ Fixed update of icons inside the PresetComboBoxes after switching between Dark/Light modes
2020-11-02 06:48:30 -08:00
YuSanka
32b8be600c
Custom control: Fixed bitmaps layout under OSX
...
+ Implemented hyperlinks for parameters labels to the help page
2020-11-02 06:48:30 -08:00
YuSanka
4dc78a424e
Custom controls : OSX-specific fix. Get bitmap height in respect to the scaling on Retina
2020-11-02 06:48:30 -08:00
YuSanka
1c22d788aa
Custom control : Implemented blinking icon
2020-11-02 06:48:30 -08:00
YuSanka
4f5efc99fb
Custom control : Action buttons are "alive" now
...
- show tooltips for buttons
- LBtnClick invokes revert functions for the field
2020-11-02 06:48:30 -08:00
YuSanka
e93e80166b
Custom control : fixed re-scaling for MSW
2020-11-02 06:48:30 -08:00
YuSanka
1b3c288b35
Custom control : Implemented update items visibility in respect to the mode
2020-11-02 06:48:30 -08:00
YuSanka
534a2f5d33
Custom control : Fixed color of the colored label, associated with option, which doesn't have a corresponded field
2020-11-02 06:48:30 -08:00
YuSanka
7022fb0891
Fixed position for all controls from the settings tabs
2020-11-02 06:48:30 -08:00
YuSanka
74d6aea4d4
Custom control: first implementation
2020-11-02 06:48:30 -08:00