PrusaSlicer-NonPlainar/src/slic3r/GUI
bubnikv a1aee69c5a Fixed a logical error in substitution of the selected language with
the system language: System language returned by Windows for pt_BR
is pt_PT, and this language was then used incorrectly to select
the dictionary.

Now the selected language is stored into PrusaSlicer.ini and
if a substitution is to be performed to select locales (not the dictionary)
based on the system recommended locales, this substitution is being
done in runtime just before switching the locales.
Fixes PrusaSlicer 2.3.0 - Language Portuguese (Brazilian) dont work #3901

Also hopefully fixed
LANGUAGE environment variable not respected #2970
by calling
wxTranslations::Get()->GetBestTranslation()
on Unix systems as well, which reads the "LANGUAGE" environment.
2020-03-26 14:27:18 +01:00
..
Gizmos Fixed conflicts after merge with master 2020-03-25 14:41:47 +01:00
2DBed.cpp Include cleanup in several files 2020-03-03 15:47:02 +01:00
2DBed.hpp Added selection of custom bed texture to bed shape dialog 2019-07-18 11:12:11 +02:00
3DBed.cpp Small refactoring 2020-03-25 13:55:17 +01:00
3DBed.hpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
3DScene.cpp Merge remote-tracking branch 'remotes/origin/et_slope_shader' 2020-03-25 16:09:04 +01:00
3DScene.hpp Merge remote-tracking branch 'remotes/origin/et_slope_shader' 2020-03-25 16:09:04 +01:00
AboutDialog.cpp Merge branch 'master' into dev 2020-03-24 21:51:05 +01:00
AboutDialog.hpp Include cleanup in several files 2020-03-03 15:47:02 +01:00
AppConfig.cpp Merge branch 'master' into dev 2020-03-24 21:51:05 +01:00
AppConfig.hpp Follow-up of f912fecad5 -> option to swap y/z axes extended to rotations 2020-03-20 16:13:08 +01:00
BackgroundSlicingProcess.cpp ENABLE_THUMBNAIL_GENERATOR set as default 2020-03-25 10:15:02 +01:00
BackgroundSlicingProcess.hpp ENABLE_THUMBNAIL_GENERATOR set as default 2020-03-25 10:15:02 +01:00
BedShapeDialog.cpp More polishing of translations 2020-02-27 14:11:20 +01:00
BedShapeDialog.hpp Added selection of custom bed model to bed shape dialog 2019-07-18 12:56:52 +02:00
BitmapCache.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01:00
BitmapCache.hpp Added a missing include 2020-02-08 11:42:45 +01:00
BonjourDialog.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
BonjourDialog.hpp
ButtonsDescription.cpp use _() instead of _utf8() for ButtonsDescription 2019-05-10 12:28:56 +02:00
ButtonsDescription.hpp Some more localization improvements. 2019-05-09 19:24:21 +02:00
Camera.cpp ENABLE_THUMBNAIL_GENERATOR set as default 2020-03-25 10:15:02 +01:00
Camera.hpp ENABLE_THUMBNAIL_GENERATOR set as default 2020-03-25 10:15:02 +01:00
ConfigExceptions.hpp
ConfigManipulation.cpp Synchronization of skirt input field enable / disable state 2020-03-14 09:44:28 +01:00
ConfigManipulation.hpp Fix of #2821 2019-08-27 09:31:19 +02:00
ConfigSnapshotDialog.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
ConfigSnapshotDialog.hpp Overrided on_dpi_changed() for some Dialogs: 2019-04-18 15:05:17 +02:00
ConfigWizard_private.hpp Reworked filaments / SLA materials in installation wizard: 2020-03-14 18:35:42 +01:00
ConfigWizard.cpp Merge branch 'master' into dev 2020-03-24 21:51:05 +01:00
ConfigWizard.hpp WIP: ConfigWizard: 3rd party bundle installation roughly done 2019-09-17 13:20:06 +02:00
DoubleSlider.cpp Localization: 2020-03-05 07:49:05 +01:00
DoubleSlider.hpp DoubleSlider: Changed behavior of thumbs. New rule: Only active thumb is moving to the new place. 2020-02-14 16:44:49 +01:00
Event.hpp Refactoring of RemovableDriveManager: 2020-03-06 15:10:58 +01:00
ExtruderSequenceDialog.cpp Fixed RadioButton selection in ExtruderSequenceDialog under OSX 2019-11-27 09:21:28 +01:00
ExtruderSequenceDialog.hpp Implemented editing for extruder of existing ToolChangeCode tick 2020-01-23 16:11:21 +01:00
Field.cpp Merge branch 'master' into dev 2020-03-24 21:51:05 +01:00
Field.hpp WIP: Fixed some compilation issues on OSX, fixed some "override" vs. "virtual" 2020-03-04 12:48:04 +01:00
FirmwareDialog.cpp FirmwareDialog: Attempt to fix window double close assertion #2619 2019-09-09 16:41:14 +02:00
FirmwareDialog.hpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
GLCanvas3D.cpp Fix of #3916 (macOS crash when generating WarningTexture) 2020-03-25 23:55:25 +01:00
GLCanvas3D.hpp Merge remote-tracking branch 'remotes/origin/et_slope_shader' 2020-03-25 16:09:04 +01:00
GLCanvas3DManager.cpp Removed temporary debug output and clean up 2020-03-05 10:14:12 +01:00
GLCanvas3DManager.hpp Reintroduced tech ENABLE_HACK_CLOSING_ON_OSX_10_9_5 2020-03-02 14:37:01 +01:00
GLSelectionRectangle.cpp Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_canvas_manager 2020-03-25 14:54:10 +01:00
GLSelectionRectangle.hpp Rectangle selection in 3D scene -> refactored GLVolume member varialbe for hovering 2019-04-25 10:21:24 +02:00
GLShader.cpp Const correctness improvements: 2020-01-03 16:33:04 +01:00
GLShader.hpp Tech ENABLE_TEXTURES_FROM_SVG set as default 2019-07-19 09:52:01 +02:00
GLTexture.cpp GLCanvas3DManager moved from being a static member of _3DScene to be a normal member of GUI_App 2020-03-02 10:58:46 +01:00
GLTexture.hpp Merge branch 'master' into tm_zero_elev_ui 2019-08-07 15:53:41 +02:00
GLToolbar.cpp Fixed build on Mac 2020-03-25 15:15:20 +01:00
GLToolbar.hpp Refactoring of toolbars' tooltip generation 2020-03-24 12:26:30 +01:00
GUI_App.cpp Fixed a logical error in substitution of the selected language with 2020-03-26 14:27:18 +01:00
GUI_App.hpp Fixed conflicts after merge with master 2020-03-09 16:03:15 +01:00
GUI_ObjectLayers.cpp Implemented disabling of Add buttons if next layer range couldn't be added 2020-03-12 15:11:31 +01:00
GUI_ObjectLayers.hpp Fix of a crash on OSX after changing a layer range value and then 2020-03-11 09:10:25 +01:00
GUI_ObjectList.cpp Merge branch 'master' into dev 2020-03-24 21:51:05 +01:00
GUI_ObjectList.hpp Little refactoring of get_mouse_position_in_control() for const 2020-03-14 07:00:09 +01:00
GUI_ObjectManipulation.cpp ExtruderSequenceDialog : 2019-11-16 02:12:37 +01:00
GUI_ObjectManipulation.hpp Fixed OSX build 2019-10-09 13:15:03 +02:00
GUI_ObjectSettings.cpp Fixing wxString::Format encoding mismatches (part 2) 2020-03-03 10:54:17 +01:00
GUI_ObjectSettings.hpp Fix of #2878 (endless warning loop in configuration update) 2019-09-16 10:22:26 +02:00
GUI_Preview.cpp Merge remote-tracking branch 'remotes/origin/et_slope_shader' 2020-03-25 16:09:04 +01:00
GUI_Preview.hpp GLCanvas3DManager moved from being a static member of _3DScene to be a normal member of GUI_App 2020-03-02 10:58:46 +01:00
GUI_Utils.cpp Fixed compilation on Linux / OSX 2020-03-13 15:11:40 +01:00
GUI_Utils.hpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
GUI.cpp Fixed localization issue of the "Removable media unmounted" message. 2020-02-29 12:03:07 +01:00
GUI.hpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
I18N.cpp
I18N.hpp New shorcut _L() for _(L()) 2020-03-14 17:51:56 +01:00
ImGuiWrapper.cpp Fixed Command character on OSX in ImGUI 2020-03-19 16:10:16 +01:00
ImGuiWrapper.hpp ImGUI input_double wrapper for wxString label. 2020-02-21 12:17:46 +01:00
Job.hpp Add boilerplate for shader based csg 2019-12-20 12:25:44 +01:00
KBShortcutsDialog.cpp Fixed conflicts after merge with master 2020-03-16 08:09:52 +01:00
KBShortcutsDialog.hpp New keyboard shortcuts dialog -> Scrollable pages and resizable dialog 2020-02-12 11:25:36 +01:00
LambdaObjectDialog.cpp Whitespace changes to supress misleading indentation warnings 2019-09-24 16:01:01 +02:00
LambdaObjectDialog.hpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
MainFrame.cpp Merge remote-tracking branch 'remotes/origin/et_slope_shader' 2020-03-25 16:09:04 +01:00
MainFrame.hpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
MeshUtils.cpp Spiral vase improvements and bugfixes. 2020-02-08 21:36:43 +01:00
MeshUtils.hpp Removed an obsolete variable from MeshRaycaster 2019-12-12 13:19:16 +01:00
Mouse3DController.cpp Fixed orientations of some 3D connexion axes when in the swapped YZ mode. 2020-03-20 17:19:20 +01:00
Mouse3DController.hpp Follow-up of f912fecad5 -> option to swap y/z axes extended to rotations 2020-03-20 16:13:08 +01:00
Mouse3DHandlerMac.mm Fix of a crash on OSX after changing a layer range value and then 2020-03-11 09:10:25 +01:00
MsgDialog.cpp Fix of #3775 - wrong background color in ErrorDialog on macOS Sierra 2020-03-05 13:21:26 +01:00
MsgDialog.hpp Refactor: Move Semver from slice3r to libslic3r 2019-08-19 17:04:14 +02:00
ObjectDataViewModel.cpp Include cleanup in Plater, GLCanvas3D and GLGizmosManager 2020-03-03 15:53:26 +01:00
ObjectDataViewModel.hpp Linux issue: fixed Object's DnD with sub items 2020-02-20 14:19:00 +01:00
OptionsGroup.cpp Fixed 2 bugs : 2020-03-05 08:16:31 +01:00
OptionsGroup.hpp DoubleSlider: Suppressed manipulation for sequential print. 2020-02-14 09:52:27 +01:00
Plater.cpp Merge remote-tracking branch 'remotes/origin/et_slope_shader' 2020-03-25 16:09:04 +01:00
Plater.hpp Merge remote-tracking branch 'remotes/origin/et_slope_shader' 2020-03-25 16:09:04 +01:00
Preferences.cpp ENABLE_6DOF_CAMERA set as default 2020-02-13 12:13:54 +01:00
Preferences.hpp Modified layout of preferences dialog 2020-01-16 11:08:19 +01:00
Preset.cpp Merge remote-tracking branch 'origin/ys_fix_cb_selection' 2020-03-25 11:12:37 +01:00
Preset.hpp Merge branch 'master' into dev 2020-03-24 21:51:05 +01:00
PresetBundle.cpp Merge remote-tracking branch 'origin/ys_fix_cb_selection' 2020-03-25 11:12:37 +01:00
PresetBundle.hpp Fixed conversion of installed presets from PrusaSlicer 2.1.1 to 2.2.0 2020-03-14 20:18:31 +01:00
PresetHints.cpp Partial fix of v2.2.0 alpha2 Unhandled exception - extrusion width #3482 2020-02-18 12:26:56 +01:00
PresetHints.hpp Implemented top_solid_min_thickness / bottom_solid_min_thickness. 2020-02-05 16:53:48 +01:00
PrintHostDialogs.cpp Fixing wxString::Format encoding mismatches (part 3) 2020-03-03 10:54:17 +01:00
PrintHostDialogs.hpp Fix a few warnings in PrintHostDialogs, UploadDialogs 2019-09-06 16:33:00 +02:00
ProgressIndicator.hpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
ProgressStatusBar.cpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
ProgressStatusBar.hpp Separate Job, ProgressStatusBar and ProgressIndicator 2019-12-16 11:07:43 +01:00
RammingChart.cpp Localization improvements : Empty spaces at the end of phrase are removed from dictionary. 2019-05-11 23:29:25 +02:00
RammingChart.hpp
RemovableDriveManager.cpp Windows do not send an update on insert / eject of an SD card into 2020-03-13 19:30:41 +01:00
RemovableDriveManager.hpp Windows specific refactoring of Mouse3DController and RemovableDriveManager. 2020-03-13 14:19:14 +01:00
RemovableDriveManagerMM.h macos device detection 2019-12-17 13:08:17 +01:00
RemovableDriveManagerMM.mm Fixed Command character on OSX in ImGUI 2020-03-19 16:10:16 +01:00
Selection.cpp Fixed conflicts after merge with master 2020-03-05 10:41:11 +01:00
Selection.hpp Code cleanup 2019-07-31 11:12:50 +02:00
SysInfoDialog.cpp GLCanvas3DManager moved from being a static member of _3DScene to be a normal member of GUI_App 2020-03-02 10:58:46 +01:00
SysInfoDialog.hpp Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
Tab.cpp Merge remote-tracking branch 'origin/ys_fix_cb_selection' 2020-03-25 11:12:37 +01:00
Tab.hpp Revert "Added "Filament spool weight" option to filament options" 2020-03-14 09:49:12 +01:00
UpdateDialogs.cpp Fixing wxString::Format encoding mismatches (part 3) 2020-03-03 10:54:17 +01:00
UpdateDialogs.hpp configuration updater 2020-02-04 15:27:11 +01:00
WipeTowerDialog.cpp ObjectDataViewModel is extracted from wxExtentions to the separated file 2020-02-02 22:22:40 +01:00
WipeTowerDialog.hpp Added color indicators to Purging volumes dialog 2019-06-03 10:41:34 +02:00
wxExtensions.cpp Fixing build against wxWidgets 3.0 2020-03-04 10:34:59 +01:00
wxExtensions.hpp Manually merged Korean translation by @ulsanether 2020-02-10 20:13:48 +01:00
wxinit.h