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 |
|
Vojtech Kral
|
7c18b063f5
|
PresetUpdater: Fix a race condition
|
2019-02-15 15:38:26 +01:00 |
|
Vojtech Kral
|
9763bb2ec3
|
PresetUpdater: Don't fail as hard if version not found in index #1821
GUI_App: Add OnExceptionInMainLoop handler
|
2019-02-15 15:38:13 +01:00 |
|
Vojtech Kral
|
0014e0a89c
|
Fix window geometry shenanigans
|
2019-02-12 10:11:00 +01:00 |
|
Vojtech Kral
|
5e4e98f1d8
|
ConfigWizard: Bugfixes
|
2019-02-12 10:11:00 +01:00 |
|
YuSanka
|
464f0ef65f
|
Merge remote-tracking branch 'origin/master' into ys_hdpi
|
2019-02-06 11:12:44 +01:00 |
|
Vojtech Kral
|
d9ca237d46
|
Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778
|
2019-02-05 18:13:48 +01:00 |
|
YuSanka
|
9c87288a6b
|
Fixed flashing
+ Adde experiments with FromDIP function
|
2019-02-05 11:48:28 +01:00 |
|
YuSanka
|
daa450b8aa
|
Merge remote-tracking branch 'origin/master' into ys_hdpi
|
2019-02-04 10:38:23 +01:00 |
|
YuSanka
|
042b206a2e
|
Fixed "hard_code" setting of the size for the Sidebar and Tabs
+ Fixed assert after config_wizard changing
|
2019-02-04 10:35:16 +01:00 |
|
bubnikv
|
b40e1c8a89
|
OSX specific: Changed the "Preferences dialog" short cut
to the platform default "Control-," fixes #1748
|
2019-02-03 12:12:26 +01:00 |
|
YuSanka
|
d352cc40a9
|
First experiment to fix layouts on hdpi
|
2019-01-31 15:55:09 +01:00 |
|
Lukas Matena
|
9463ee4feb
|
Fixed a crash caused by double-free on application close event (Linux)
|
2019-01-28 12:12:26 +01:00 |
|
YuSanka
|
68df4e1937
|
Implemented function create_freq_settings_popupmenu()
to add bundles with frequently used settings
|
2019-01-25 16:57:44 +01:00 |
|
YuSanka
|
2bc61e663f
|
Updated view mode for object_list and object_menu
|
2019-01-25 10:57:13 +01:00 |
|
YuSanka
|
8a05c32187
|
Merge branch 'master' of https://github.com/prusa3d/Slic3r
|
2019-01-24 15:40:54 +01:00 |
|
YuSanka
|
090740dc24
|
Improved application recreation after language change
|
2019-01-24 15:32:50 +01:00 |
|
YuSanka
|
caf949d71d
|
Fixed sidebar layouting after a creation of the App
|
2019-01-24 12:11:01 +01:00 |
|
Enrico Turri
|
69d860389b
|
Sidebar object manipulation fields updated on idle event
|
2019-01-24 11:37:58 +01:00 |
|
Vojtech Kral
|
f63c617251
|
Fix assert on empty datadir
|
2019-01-23 14:39:19 +01:00 |
|
Vojtech Kral
|
e11b339ac5
|
GUI_App: Remove custom CallAfter
|
2019-01-21 14:56:23 +01:00 |
|
Vojtech Kral
|
61b1ab2647
|
Fix window geometry persistence #1557
|
2019-01-21 14:56:23 +01:00 |
|
YuSanka
|
ee1e590858
|
L10n improvements
|
2019-01-21 12:34:28 +01:00 |
|
Enrico Turri
|
a5331f2d45
|
Fix of #1645
|
2019-01-14 14:42:21 +01:00 |
|
YuSanka
|
4da39b7645
|
Merge branch 'master' of https://github.com/prusa3d/Slic3r
|
2019-01-10 11:10:01 +01:00 |
|
YuSanka
|
393c72aa8e
|
Implemented ModeSizer with ModeButtons for the mode view changing from the settings tabs and plater
|
2019-01-10 11:09:31 +01:00 |
|
Vojtech Kral
|
51e6f1e9c7
|
Fix: wxWidgets 3.0 back-compat
Fix #1599
|
2019-01-09 18:43:29 +01:00 |
|