bubnikv
|
d9c7536282
|
Some more localization improvements.
|
2019-05-09 19:24:21 +02:00 |
|
bubnikv
|
75bbf04c0b
|
Some more localization fixes.
|
2019-05-09 15:44:53 +02:00 |
|
bubnikv
|
42af7a8cf3
|
Modified texts of the "Change language" dialog.
|
2019-05-09 15:24:08 +02:00 |
|
bubnikv
|
37e164911d
|
Merge branch 'master' of https://github.com/prusa3d/Slic3r
|
2019-05-06 18:28:37 +02:00 |
|
bubnikv
|
b4010d58c9
|
Improvements of High DPI scaling on Windows.
|
2019-05-06 18:28:23 +02:00 |
|
Vojtech Kral
|
8de495c8f0
|
Refactor language switch, infer user's language on fresh startup
|
2019-05-06 11:58:06 +02:00 |
|
Vojtech Kral
|
9a5c2a72fd
|
Prompt language selection on fresh startup
|
2019-05-06 11:51:08 +02:00 |
|
Enrico Turri
|
55446b8507
|
Merge branch 'master' of https://github.com/prusa3d/Slic3r
|
2019-05-06 08:22:37 +02:00 |
|
Enrico Turri
|
cfa87e6e49
|
Associate 3mf files on Windows
|
2019-05-03 15:50:05 +02:00 |
|
YuSanka
|
f7c475bbb0
|
Fixed full statistics calculation
(calculate sum of volume and part_count only for solid parts)
|
2019-05-03 13:09:42 +02:00 |
|
Vojtech Kral
|
9ee4a33c5f
|
MainFrame: Maximize by default (at first start)
|
2019-04-29 16:57:08 +02:00 |
|
Vojtech Kral
|
850a4136cb
|
Detect dank mode on Mac OS
|
2019-04-29 11:36:01 +02:00 |
|
YuSanka
|
b6f2159cbd
|
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
|
22a6293f31
|
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
|
2019-04-18 15:33:50 +02:00 |
|
YuSanka
|
6f3fbe34bb
|
Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi
|
2019-04-18 15:24:50 +02:00 |
|
YuSanka
|
895d6874b7
|
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
|
aae9bc0367
|
Overrided on_dpi_changed() for some Dialogs:
BedShapeDialog, KBShortcutsDialog, ConfigWizard, Preferences
|
2019-04-18 02:03:40 +02:00 |
|
Vojtech Kral
|
f81aeee641
|
Fix a bunch of race conditions between arrange and bg processing, fix #1770
|
2019-04-17 15:40:58 +02:00 |
|
YuSanka
|
e5d0af695d
|
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 |
|
bubnikv
|
31edb6082e
|
Harmonized the application naming.
|
2019-04-15 16:14:19 +02:00 |
|
YuSanka
|
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 |
|
Vojtech Kral
|
d092d94cd9
|
GUI_App: Refactor exception handling
|
2019-04-09 15:16:10 +02:00 |
|
Vojtech Kral
|
989aaf086c
|
Implement per-screen DPI on Windows, DPI change event, wxDialog & wxFrame mixin base classes
|
2019-04-08 11:34:46 +02:00 |
|
Vojtech Kral
|
98bf41f335
|
imgui: Refactor font size, font initialization
|
2019-04-01 14:28:39 +02:00 |
|
Vojtech Kral
|
10624370e1
|
imgui: Get font size from wxWidgets, fix #2043
|
2019-03-29 14:58:32 +01:00 |
|
YuSanka
|
270281a601
|
Some _cosmetic_ fixes :
+ Set wxDEFAULT_DIALOG_STYLE for MsgDialog
+ Changed Msg text before language changing
|
2019-03-28 16:32:19 +01:00 |
|
YuSanka
|
431399daf9
|
Fix of #2029
+ Some improvements for the language changing
|
2019-03-26 18:02:26 +01:00 |
|
YuSanka
|
3d1c0f182f
|
Fixed crash after change of a language
+ Updating of a mode after recreation
|
2019-03-26 10:09:53 +01:00 |
|
YuSanka
|
a81ea8743e
|
Some code refactoring
|
2019-03-20 16:22:01 +01:00 |
|
YuSanka
|
bc9d0e1f02
|
Merge remote-tracking branch 'origin/ys_preset_edit_buttons' into ys_comboboxes
|
2019-03-20 10:33:50 +01:00 |
|
YuSanka
|
18fbcdafe7
|
Some improvements
|
2019-03-19 14:36:32 +01:00 |
|
YuSanka
|
c8af16630c
|
Merge remote-tracking branch 'origin/vb_faster_tabs' into ys_comboboxes
|
2019-03-19 08:52:58 +01:00 |
|
bubnikv
|
b12d9f1b27
|
Performance fix of rendering of the parameter tabs on Windows:
Disabled Windows Vista themes for the wxNotebook.
|
2019-03-18 20:54:01 +01:00 |
|
bubnikv
|
3ec88ea5e5
|
Merge remote-tracking branch 'remotes/origin/master' into vb_faster_tabs
|
2019-03-18 12:51:57 +01:00 |
|
bubnikv
|
08d9a8d749
|
Moved the Fileds from the Page object to the respective OptionGroups
for performance reasons. Disabled clearing of background for most
of the static texts and Fields stored into OptionGrops.
|
2019-03-18 12:49:57 +01:00 |
|
Lukas Matena
|
0f9dbebb33
|
Removed technology ENABLE_IMGUI
|
2019-03-18 11:45:15 +01:00 |
|
bubnikv
|
49f8b1fbd8
|
Bumped up version number to 1.42.0-beta
changed the config path from Slic3rPE-alpha to Slic3rPE-beta
|
2019-03-16 17:12:51 +01:00 |
|
YuSanka
|
0d7b16c244
|
Set DoubleBuffered state for the Tabs (under MSW)
+ Some improvements/experiments for the presets selection from the Plater
+ Some fix of a sidebar layout
|
2019-03-13 13:13:46 +01:00 |
|
Vojtech Kral
|
dbe8bd82c7
|
OnInit: Move preset loading out of EVT_IDLE/once, remove temp workaround of sidebar scrollbar
|
2019-03-12 11:10:30 +01:00 |
|
bubnikv
|
5867c337b6
|
Merge remote-tracking branch 'remotes/origin/ys_buttons'
|
2019-03-12 09:01:17 +01:00 |
|
bubnikv
|
2816909e4d
|
Fixed crashes if OnIdle handler was called before Plater was initialized.
|
2019-03-11 11:03:13 +01:00 |
|
YuSanka
|
8cf2c69d68
|
Some improvements
|
2019-03-08 16:20:20 +01:00 |
|
Vojtech Kral
|
1593de969a
|
Fix modal dialogs screwing comboboxes on Mac
|
2019-03-01 13:15:21 +01:00 |
|
YuSanka
|
5194df7c68
|
Added a tooltip for the "Slice now" button and changed its behavior according to a hold of Shift
+ some code refactoring
|
2019-03-01 12:10:20 +01:00 |
|
bubnikv
|
8eeb549134
|
Renamed the SLA output file to ".sl1"
|
2019-02-25 15:01:39 +01:00 |
|
bubnikv
|
e53b3a31f2
|
Removed unnecessary saving of slicer.ini
|
2019-02-22 17:18:58 +01:00 |
|
Vojtech Kral
|
8c01cf8860
|
Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogs
|
2019-02-21 19:00:50 +01:00 |
|
bubnikv
|
ebd11c3f7c
|
Merge remote-tracking branch 'origin/ys_hdpi'
|
2019-02-20 16:20:30 +01:00 |
|
bubnikv
|
d462a8e34f
|
Basic localization of the ImGUI texts.
|
2019-02-19 13:26:26 +01:00 |
|
Enrico Turri
|
03d9ebf47c
|
Partial fix of #1786 - Fixed synchronization of Configuration/Mode menu
|
2019-02-18 11:40:33 +01:00 |
|