7d969a6f36
ConfigWizard: Bugfixes
2019-02-12 10:11:00 +01:00
b2410e0f23
Merge remote-tracking branch 'origin/master' into ys_hdpi
2019-02-06 11:12:44 +01:00
c3ea735bc8
Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778
2019-02-05 18:13:48 +01:00
7cc3a95f53
Fixed flashing
...
+ Adde experiments with FromDIP function
2019-02-05 11:48:28 +01:00
e2b8c3e33c
Merge remote-tracking branch 'origin/master' into ys_hdpi
2019-02-04 10:38:23 +01:00
4005d06452
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
ecdf550e65
OSX specific: Changed the "Preferences dialog" short cut
...
to the platform default "Control-," fixes #1748
2019-02-03 12:12:26 +01:00
ba6206ab62
First experiment to fix layouts on hdpi
2019-01-31 15:55:09 +01:00
ddcb2b1c23
Fixed a crash caused by double-free on application close event (Linux)
2019-01-28 12:12:26 +01:00
9a01e313ad
Implemented function create_freq_settings_popupmenu()
...
to add bundles with frequently used settings
2019-01-25 16:57:44 +01:00
9b8cdb95dc
Updated view mode for object_list and object_menu
2019-01-25 10:57:13 +01:00
54bd2e55c7
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-24 15:40:54 +01:00
10641f7e9c
Improved application recreation after language change
2019-01-24 15:32:50 +01:00
6044be7793
Fixed sidebar layouting after a creation of the App
2019-01-24 12:11:01 +01:00
a406a44946
Sidebar object manipulation fields updated on idle event
2019-01-24 11:37:58 +01:00
d3fa82e41b
Fix assert on empty datadir
2019-01-23 14:39:19 +01:00
984b1bc1c1
GUI_App: Remove custom CallAfter
2019-01-21 14:56:23 +01:00
b3d7bf1c1e
Fix window geometry persistence #1557
2019-01-21 14:56:23 +01:00
1a474ea282
L10n improvements
2019-01-21 12:34:28 +01:00
6094512f8f
Fix of #1645
2019-01-14 14:42:21 +01:00
107152b25e
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-10 11:10:01 +01:00
c62a51ead1
Implemented ModeSizer with ModeButtons for the mode view changing from the settings tabs and plater
2019-01-10 11:09:31 +01:00
cde0aa4443
Fix: wxWidgets 3.0 back-compat
...
Fix #1599
2019-01-09 18:43:29 +01:00
0222492e29
Fixed a typo from the last commit, fixed one compilation warning.
2019-01-09 16:05:36 +01:00
c258375fe2
Trying to redefine GUI_App::MacOpenFiles to get events from the Finder
2019-01-09 15:40:12 +01:00
8bc8dfaba4
Build: Fix install targets, add SLIC3R_FHS, check resource dir on GUI_App init
...
Fix #1515
2019-01-07 17:25:12 +01:00
d409abf4c6
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
8d1b854acb
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
0d7e53badb
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
2db0906071
Fix fs::path <-> wxString conversions
2019-01-02 15:53:52 +01:00
a7d8146198
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
0ccd19f1ee
Improved objects manipulation using sidebar
2019-01-02 13:42:29 +01:00
2c83bae9ed
Changed the default file extension to the Prusa SL1 files to .dwz
2018-12-21 19:48:33 +01:00
0fd20d4cdc
Fixed object_list layouts
2018-12-21 14:42:28 +01:00
3182611ac2
Fixed page updating according to view_mode (after preset changing)
2018-12-21 09:19:00 +01:00
f799f2eb48
Delayed update of ObjectManipulation panel from the Canvas3D:
...
Store the changes into temps and apply it to the wxWidgets on idle.
2018-12-20 20:12:26 +01:00
f56bb7d085
Fixed file wild cards when exporting a G-code or SLA output file.
2018-12-20 18:23:11 +01:00
c40b8aba24
Fixed recreate_GUI() after language change.
2018-12-19 17:38:41 +01:00
918cb48d45
Fixed OSX build & language selection (SPE-696)
2018-12-19 14:51:18 +01:00
661086554a
Added "Keyboard Shortcuts" dialog
2018-12-19 13:06:46 +01:00
862217a6b3
OctoPrint basics working, niceties to-do
2018-12-17 17:14:00 +01:00
2350fb62b9
WIP OctoPrint integration
2018-12-12 13:17:01 +01:00
c80267bb29
Context menu from the object on the 3Dscene
2018-12-07 17:50:48 +01:00
fbbfcf70d3
File wildcards now include an extension of a file provided
...
as a default. This is useful for the G-code or SLA export,
as one may chose his own file extension for the export file.
2018-12-06 17:32:49 +01:00
79986188a7
Removed the "Quick Slice" menu items from the main menu,
...
a little bit of code cleaning / refactoring.
2018-12-06 14:47:53 +01:00
3c86203655
Disable "Slice now" and "Export G-code" buttons during BGP
2018-12-04 10:28:56 +01:00
fe8e431356
New menu layout set as default
2018-12-03 15:06:02 +01:00
d46d0dc365
Implemented naming of the SLA export file based on the output file name
...
template.
Reworked naming of the plater exports to not use the output file name
template, but to derive the file name from the first printable object's name.
Fixed error handling: Reimpemented the Perl's "eval" blocks
as try / catch blocks.
2018-12-03 13:14:28 +01:00
cc557b8a7f
Yet more fix of ENABLE_IMGUI
2018-11-27 12:51:50 +01:00
a378bb7bed
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