Vojtech Bubnik
d3f05abe9f
Fixed missing include.
2020-12-07 19:47:37 +01:00
Vojtech Bubnik
1b013c704a
Linux specific: Documented an improved way of offering language
...
selection on Linux.
2020-12-05 09:12:28 +01:00
enricoturri1966
fb0b3bd982
Fixed conflicts after merge with master
2020-12-03 15:27:34 +01:00
YuSanka
fbb11ef1cc
Suppressed a check of printer_presets for the containing information about "Print Host upload", when presets ate exported from the amf/3mf
2020-12-03 13:25:23 +01:00
YuSanka
4461d65b4e
Localization: Update POT
...
+ Fixed translation for the "Extruder n" category on the Printer Settings Tab
+ Fixed a crash, when scrolling inside Search imGui with some localization (e.t. Russion)
2020-12-01 16:44:53 +01:00
enricoturri1966
ed7e96fdcd
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_animations
2020-11-30 13:46:03 +01:00
enricoturri1966
50d4914a6e
Removed GLCanvas3D from parameters of NotificationManager methods
2020-11-30 13:45:17 +01:00
Vojtech Bubnik
21645cd745
Linux specific fix for switching languages: PrusaSlicer 2.3 forces
...
en_GB locale when switching to English from the user interface,
while often Linux users have just en_US locales configured.
With this commit the user will have to select English (U.S.) or
English (U.K.). Usually English (U.S.) will work.
Vojtech is scared to touch the code for the other platforms (Windows and Mac)
as the language switching has been reworked multiple times and it is quite
fragile.
2020-11-30 11:57:16 +01:00
Vojtech Bubnik
d49b43bcd9
Bumped up version number to beta1.
...
Changed the location of PrusaSlicer profiles from PrusaSlicer-alpha
to PrusaSlicer-beta.
2020-11-28 11:14:53 +01:00
David Kocik
0c2a0759ff
call correct load_files at MacOpenFiles
2020-11-27 12:54:37 +01:00
YuSanka
3bc30d868e
Refactoring:
...
1. Use C++ style cast instead of C style
2. Deleted unused code from Search
2020-11-26 14:34:54 +01:00
enricoturri1966
2a84f5efdd
Customizable association of .3mf, .stl and .gcode files on Windows
2020-11-26 10:09:34 +01:00
enricoturri1966
3219885ec0
Tech ENABLE_DRAG_AND_DROP_FIX -> Apply dialog implemented with 808c43cb4b also to drag and drop of project files into application executable
2020-11-24 13:35:43 +01:00
YuSanka
543341516b
Localization, new POT
2020-11-18 12:30:00 +01:00
enricoturri1966
a72d8f7aef
ENABLE_GCODE_VIEWER set as default in:
...
3DScene hpp/cpp
AboutDialog.cpp
BackgroundSlicingProcess hpp/cpp
BitmapCache.cpp
ConfigWizard_private.hpp
GUI_App hpp/cpp
GUI_Init.cpp
2020-11-18 10:44:03 +01:00
David Kocik
10272c16bd
fix of segfault on startup at SplashScreen::SetText
2020-11-17 14:43:52 +01:00
YuSanka
c204e90ecc
Localization:
...
Some phrases are corrected in the code
The POT-file is updated
2020-11-05 22:17:49 +01:00
YuSanka
649d2aad72
Fixed a Dialog position under OSX
...
Always set parent for the Dialog, if we want to see the Dialog in the same display as a parent.
Dialog will be shown in the primary monitor otherwise.
+ fixed a draw of the canvas legend when we move application between Retina and non-Retina displays
2020-11-05 11:53:16 -08:00
enricoturri1966
0a908a6722
Fixed build when ENABLE_GCODE_VIEWER is disabled
2020-10-27 13:52:54 +01:00
Lukas Matena
19265a669a
Fix of #4969 : XDG path detection with wx3.0
2020-10-26 12:54:00 +01:00
Lukas Matena
bf511dfc3e
Changed datadir path on Linux to xdg specs (2911)
...
In case the new dir does not exist and the old one does,
show a warning to the user.
2020-10-23 07:52:11 +02:00
Vojtech Bubnik
b0f276fd3c
GUI initialization extracted from PrusaSlicer.cpp to GUI_Init.cpp/hpp.
...
Implemented try/catch blocks for Slic3r exceptions and std::exceptions
with GUI error reporting. This is extremely important to report
corruption of PrusaSlicer.ini.
2020-10-22 16:28:55 +02:00
YuSanka
5e09de9abf
Localization: Updated POT and List.txt
...
+ SavePresetDialog class is extracted from the PresetComboBoxes.cpp the the separate files
2020-10-19 14:18:02 +02:00
enricoturri1966
125b9dfdb0
#4888 - Fixed jerky movements in Preview when using 3D mouse
2020-10-19 12:34:33 +02:00
Vojtěch Bubník
2f5dda9841
Merge pull request #4841 from DenkBrettl/langfix
...
Update language to be more clear
2020-10-17 11:12:22 +02:00
enricoturri1966
e0e10eec47
Fixed build when tech ENABLE_GCODE_VIEWER is disabled
2020-10-16 14:08:24 +02:00
YuSanka
6a4e59f802
UnsavedChangesDialog
...
* Fixed a crash on preset changing and press Cancel button in SavePresetDialog
* Added Cancel button for MessageDialog after check "Remember my choice"
SplashScreen
* Set Version string in respect to the height of a Title string
2020-10-15 22:47:42 +02:00
YuSanka
3bae4fcad2
UnsavedChangesDialog : improvements
...
* Added "Remember my choice" checkbox
* Center on the screen and set position in respect to the position of mainframe or settings dialog
Preferences : Added checkboxes for enable/suppress showing of the UnsavedChangeDialog
SearchImGui : close after parameter selection_is_changed_according_to_physical_printers
PhysicalPrinterDialog, SavePresetDialog : Center on the screen
2020-10-15 16:53:14 +02:00
enricoturri1966
8ed99bb57f
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-10-15 10:25:22 +02:00
enricoturri1966
a3f8f65158
Added option to apply the sequential slider in preview to top layer only or to whole gcode toolpaths
2020-10-15 10:25:13 +02:00
Vojtech Bubnik
5769b91671
Notifications:
...
Revert of substitution of boost::bind with std::bind, does not compile
on all platforms.
Further polishing and documentation.
2020-10-15 09:56:40 +02:00
Vojtech Bubnik
1fb9e1f70c
wxEVT_CREATE and wxEVT_ACTIVATE is not being called on the main frame
...
on application start-up, at least not on Windows.
wxEVT_CREATE was called for some control deep in the Plater, however
the event was delivered to the main frame and only for slicer, not
for G-code viewer. Thus the callbacks for 3D Mouse were not registered
for and the 3D mouse did not work on Windows.
Fixed by calling the callback registration from the first execution
of the Idle function.
2020-10-14 12:55:07 +02:00
David Kocik
cc7b1b773a
switching from slicer to gcode viewer - unlocking lock file
2020-10-14 08:48:38 +02:00
David Kocik
fe618b04e3
starting prusaslicer from gcode viewer and vice versa, by menus or by stl drop on icon. Bring gcode viewer forward after start.
2020-10-12 15:26:19 +02:00
enricoturri1966
9c48a5de5d
Tech ENABLE_GCODE_APP_CONFIG as default
2020-10-12 12:38:34 +02:00
enricoturri1966
8c3403ddc6
Fixed build when tech ENABLE_GCODE_VIEWER is disabled
2020-10-12 11:47:11 +02:00
enricoturri1966
dbd2a61b73
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-10-12 08:39:51 +02:00
enricoturri1966
69be5bfb7a
Added menu command Configuration/Language to standalone gcode viewer
2020-10-12 08:39:40 +02:00
lukasmatena
c12f0db22c
Merge pull request #4747 from wavexx/monospaced_gcode
...
Use monospaced fonts in gcode sections
2020-10-10 14:01:48 +02:00
enricoturri1966
72de654b80
On Windows associate .gcode files to gcode viewer application
2020-10-08 08:32:51 +02:00
Klaus Naumann
64e29fb541
Update language to be more clear
2020-10-07 18:08:16 +02:00
enricoturri1966
286f3208fe
Do not load ssl certificate when starting standalone gcode viewer
2020-10-07 11:04:06 +02:00
YuSanka
9ef12cc001
SplashScreen : Scale all font from default font
2020-10-06 19:38:46 +02:00
Vojtech Bubnik
57ae13b5e7
OSX: Clean-up of opening as G-codeviewer on startup.
2020-10-06 15:43:21 +02:00
test
309c068d10
Fix of previous commit
2020-10-06 15:13:04 +02:00
enricoturri1966
6920992799
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-10-06 15:11:22 +02:00
enricoturri1966
8b6c599d45
Added Preference dialog to standalone gcode viewer
2020-10-06 15:11:08 +02:00
Vojtech Bubnik
9b55a4a0c9
OSX specific: Switching to a G-code viewer if the Finder opens Slicer
...
with a G-code file argument.
2020-10-06 15:09:38 +02:00
test
ca81c9b335
OSX specific: Trying to detect opening of files through Finder at the application start to switch to G-code viewer
2020-10-06 14:23:17 +02:00
YuSanka
8f67cc29e0
Added info message about successfully save of the preset(s) modifications
...
+ more warnings fixes
2020-10-06 12:32:28 +02:00