2ca84416bd
Fix for #2845
...
+ Fixed get_config_value for coFloatOrPercent (percent mode allow non-just-int values)
2019-09-02 14:02:26 +02:00
378440667d
Merge remote-tracking branch 'origin/master' into ys_update_settings
2019-08-22 10:27:45 +02:00
a09d72cb3d
Implemented update for overridden options on sidebar
2019-08-22 10:25:19 +02:00
fc56003295
Implemented button "Reset to Filament Color"
2019-08-20 09:52:00 +02:00
a4134338f7
Try to fix selection of overridden option when TextCtrl is focused
...
Note: the problem was observed only under OSX
2019-07-30 14:16:07 +02:00
4f484187f4
Implemented some upgrades for filament overrides
2019-07-29 14:00:22 +02:00
b89866051f
Implemented update of the override filaments options from/to config
2019-07-28 22:00:39 +02:00
604cfdb8e9
Fix wxSpinCtrl in settings on Mac OS, cf. #2237
2019-05-20 14:39:42 +02:00
a82eca6b43
Fixed localization of parameter legends.
2019-05-09 15:13:14 +02:00
611a77d0e3
Fixed disappearing visual hints when the user presses the ENTER key while editing one of the object manipulators fields
2019-05-09 11:43:28 +02:00
2b39a4df96
Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW
2019-04-25 15:09:12 +02:00
0da12d08fd
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
...
- cleaned code from commented parts
- rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
3f18b0f8c8
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
252381aa38
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
8cf2c69d68
Some improvements
2019-03-08 16:20:20 +01:00
bed158ffe5
All wxComboBoxes are changed to the wxBitmapComboBoxes
2019-03-07 16:21:56 +01:00
51ceb404c2
Tab: Update print host address and cafile properly, fix #1687
2019-01-29 17:11:07 +01:00
56535a60a1
Fix of the change of the perimeters count in a vase-mode (part fix of #1649 )
2019-01-14 15:41:24 +01:00
50e3a954c6
Added wxEVT_TEXT_ENTER handling for TextCtrl, SpinCtrl & PointCtrl (but it doesn't work under OSX) (fix of #1518 )
2019-01-08 16:06:58 +01:00
a251e583a3
Implemented updating of the settings values for PointCtrl and Choice.
...
* wx_EVT_KILL_FOCES doesn't handled on OSX, so values are updating on wx_EVT_TEXT like a temporary workaround.
2018-12-18 15:29:49 +01:00
f9d6db057a
Added template for the handle of the TextCtrl's focus event
2018-12-11 14:05:56 +01:00
5d55b1d612
Update value inside TextCtrl & SpinCtrl after wxEVT_KILL_FOCES instead of wxEVT_TEXT (or wxEVT_TEXT_ENTER)
2018-12-11 14:05:56 +01:00
89060093ee
Correct mixed_selection updating from 3dScene to ObjectList
2018-11-30 11:22:06 +01:00
91ac484405
Removed some obsolete Perl bindings.
...
Removed libslic3r from the default include paths for all modules but
libslic3r. Now headers from libslic3r need to be included with an
explicit path (libslic3r/libslic3r.h etc)
Split the localization macros into I18N.{cpp,h}
2018-11-26 14:41:58 +01:00
97aed6ee21
Fixed updating of the options values after the clearing of the TextCtrl
2018-11-21 15:05:18 +01:00
4a1d13ae5d
SpinCtrsl inside Manipulation pane is replaced to TextCtrls
...
+ Added "proces_enter" mode for TextCtrl (The control will generate the event wxEVT_TEXT_ENTER)
2018-11-14 12:35:15 +01:00
fa32391f04
Completed settings hiding according to view mode
2018-10-21 23:10:37 +02:00
1260b8deb3
WIP: Moved sources int src/, separated most of the source code from Perl.
...
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00