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
0f9dbebb33
Removed technology ENABLE_IMGUI
2019-03-18 11:45:15 +01:00
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
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
dbe8bd82c7
OnInit: Move preset loading out of EVT_IDLE/once, remove temp workaround of sidebar scrollbar
2019-03-12 11:10:30 +01:00
5867c337b6
Merge remote-tracking branch 'remotes/origin/ys_buttons'
2019-03-12 09:01:17 +01:00
2816909e4d
Fixed crashes if OnIdle handler was called before Plater was initialized.
2019-03-11 11:03:13 +01:00
8cf2c69d68
Some improvements
2019-03-08 16:20:20 +01:00
1593de969a
Fix modal dialogs screwing comboboxes on Mac
2019-03-01 13:15:21 +01:00
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
8eeb549134
Renamed the SLA output file to ".sl1"
2019-02-25 15:01:39 +01:00
e53b3a31f2
Removed unnecessary saving of slicer.ini
2019-02-22 17:18:58 +01:00
8c01cf8860
Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogs
2019-02-21 19:00:50 +01:00
ebd11c3f7c
Merge remote-tracking branch 'origin/ys_hdpi'
2019-02-20 16:20:30 +01:00
d462a8e34f
Basic localization of the ImGUI texts.
2019-02-19 13:26:26 +01:00
03d9ebf47c
Partial fix of #1786 - Fixed synchronization of Configuration/Mode menu
2019-02-18 11:40:33 +01:00
7c18b063f5
PresetUpdater: Fix a race condition
2019-02-15 15:38:26 +01:00
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
0014e0a89c
Fix window geometry shenanigans
2019-02-12 10:11:00 +01:00
5e4e98f1d8
ConfigWizard: Bugfixes
2019-02-12 10:11:00 +01:00
464f0ef65f
Merge remote-tracking branch 'origin/master' into ys_hdpi
2019-02-06 11:12:44 +01:00
d9ca237d46
Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778
2019-02-05 18:13:48 +01:00
9c87288a6b
Fixed flashing
...
+ Adde experiments with FromDIP function
2019-02-05 11:48:28 +01:00
daa450b8aa
Merge remote-tracking branch 'origin/master' into ys_hdpi
2019-02-04 10:38:23 +01:00
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
b40e1c8a89
OSX specific: Changed the "Preferences dialog" short cut
...
to the platform default "Control-," fixes #1748
2019-02-03 12:12:26 +01:00
d352cc40a9
First experiment to fix layouts on hdpi
2019-01-31 15:55:09 +01:00
9463ee4feb
Fixed a crash caused by double-free on application close event (Linux)
2019-01-28 12:12:26 +01:00
68df4e1937
Implemented function create_freq_settings_popupmenu()
...
to add bundles with frequently used settings
2019-01-25 16:57:44 +01:00
2bc61e663f
Updated view mode for object_list and object_menu
2019-01-25 10:57:13 +01:00
8a05c32187
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-24 15:40:54 +01:00
090740dc24
Improved application recreation after language change
2019-01-24 15:32:50 +01:00
caf949d71d
Fixed sidebar layouting after a creation of the App
2019-01-24 12:11:01 +01:00
69d860389b
Sidebar object manipulation fields updated on idle event
2019-01-24 11:37:58 +01:00
f63c617251
Fix assert on empty datadir
2019-01-23 14:39:19 +01:00
e11b339ac5
GUI_App: Remove custom CallAfter
2019-01-21 14:56:23 +01:00
61b1ab2647
Fix window geometry persistence #1557
2019-01-21 14:56:23 +01:00
ee1e590858
L10n improvements
2019-01-21 12:34:28 +01:00
a5331f2d45
Fix of #1645
2019-01-14 14:42:21 +01:00
4da39b7645
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-10 11:10:01 +01:00
393c72aa8e
Implemented ModeSizer with ModeButtons for the mode view changing from the settings tabs and plater
2019-01-10 11:09:31 +01:00
51e6f1e9c7
Fix: wxWidgets 3.0 back-compat
...
Fix #1599
2019-01-09 18:43:29 +01:00
60409d9502
Fixed a typo from the last commit, fixed one compilation warning.
2019-01-09 16:05:36 +01:00
9b439a103a
Trying to redefine GUI_App::MacOpenFiles to get events from the Finder
2019-01-09 15:40:12 +01:00
f97b325274
Build: Fix install targets, add SLIC3R_FHS, check resource dir on GUI_App init
...
Fix #1515
2019-01-07 17:25:12 +01:00
69395a1238
Reverted a change specific to Win32 to try to set Win32 locale
...
for the decimal point. This only works for the current user's locale
and it changes it system wide.
2019-01-04 15:42:44 +01:00
fae0b19b40
Replaced all wxString.ToStdString() with wxString.ToUTF8().data()
...
to be sure that the strings are correctly converted to UTF8.
2019-01-03 14:34:53 +01:00
fc10dd76e1
Fix of 1.42.0-Alpha1 won't open from self contained folder #1500
...
Added some missing UTF8 to wxString path explicit conversions.
2019-01-03 12:32:13 +01:00
542a026fb4
Fix fs::path <-> wxString conversions
2019-01-02 15:53:52 +01:00
6383855011
Fix of #1501
...
"Po přepnutí do češtiny program zhavaruje a nejde znovu spustit"
Fixed wxWidgets assert, where the Win32 decimal point was different
from wxWidgets locales decimal point.
Fixed by calling the Win32 "set locale" function directly.
Not sure I know what I am doing, this fix needs to be tested throughly.
2019-01-02 15:35:40 +01:00