OrcaSlicer/src/slic3r/GUI
Ocraftyone 4d14ee15ce
Thumbnail Formats Option Ported from PrusaSlicer and add BIQU/BTT format (#2405)
* Add needed src files and update CMake files

* Implementation of GCodeThumbnailsFormat for PNG, JPG, and QOI complete

* Implement BIQU (Big Tree Tech) Thumbnail Format

* have GCodeProcessor.post_process pass through original line end characters

* fix biqu thumbnail output
use \r\n for new lines in the biqu thumbnail portion. the firmware requires these end characters to function properly.
update names of variables and add comments to be more descriptive
replace modified Qt pixel algorithm with much simpler algorithm from BTT TFT firmware

* rename BiQU to BTT_TFT for better clarity

* remove underscore from GUI option

---------

Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-10-17 20:00:38 +08:00
..
BambuPlayer Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
dark_mode NEW:added dark mode 2022-12-15 04:38:15 -05:00
Gizmos Increase painting resolution 2023-10-15 18:08:56 +08:00
Jobs Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
Printer post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
Widgets Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
2DBed.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
2DBed.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
3DBed.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
3DBed.hpp optimize icon position for circle bed 2023-04-10 18:55:14 +08:00
3DScene.cpp tweak prime tower display 2023-09-13 21:49:40 +08:00
3DScene.hpp QoL: show transparent shell in gcode preview and truncate long gcode line caused by native Klipper commands 2023-08-29 23:17:48 +08:00
AboutDialog.cpp clean up 2023-08-09 13:42:41 +08:00
AboutDialog.hpp FIX:use scalablebitmap replace wxbitmap 2022-08-05 16:11:42 +08:00
AmsMappingPopup.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
AmsMappingPopup.hpp FIX: Copywriting localization 2023-07-07 17:52:43 +08:00
AMSMaterialsSetting.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
AMSMaterialsSetting.hpp FIX:setting calibration information in filaments 2023-07-07 17:52:43 +08:00
AMSSetting.cpp ENH:synced some N1 codes 2023-09-22 16:21:26 +08:00
AMSSetting.hpp ENH:synced some N1 codes 2023-09-22 16:21:26 +08:00
AmsWidgets.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
AmsWidgets.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Auxiliary.cpp fix: ambiguous call _check_convertible_to_path_source(const wxCStrData&) (#1597) 2023-07-30 09:46:50 +08:00
Auxiliary.hpp change app color 2023-01-03 22:05:20 +08:00
AuxiliaryDataViewModel.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
AuxiliaryDataViewModel.hpp fix: ambiguous call _check_convertible_to_path_source(const wxCStrData&) (#1597) 2023-07-30 09:46:50 +08:00
AuxiliaryDialog.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
AuxiliaryDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BackgroundSlicingProcess.cpp fix crashes 2023-09-30 09:52:20 +08:00
BackgroundSlicingProcess.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
BBLStatusBar.cpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBar.hpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBarBind.cpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBarBind.hpp NEW:optimizing error info for network requests 2023-07-07 17:25:51 +08:00
BBLStatusBarSend.cpp FIX: fix some issues about CalibrationWizard 2023-07-07 17:29:08 +08:00
BBLStatusBarSend.hpp ENH:display error msg when connecting to the printer fails 2023-07-07 17:25:51 +08:00
BBLTopbar.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
BBLTopbar.hpp FIX: [STUDIO-3329] show/hide thirdparty calibrate button 2023-07-07 17:52:43 +08:00
BedShapeDialog.cpp NEW: re-add printable_area config 2023-09-22 16:21:26 +08:00
BedShapeDialog.hpp support custom bed texture and model 2023-04-15 01:37:46 +08:00
BindDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
BindDialog.hpp FIX:fixed error msg cannot be displayed in the bind dialog 2023-07-13 10:35:05 +08:00
BitmapCache.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
BitmapCache.hpp Merge some BS1.7 changes: 2023-08-08 22:14:20 +08:00
BitmapComboBox.cpp NEW:added dark mode 2022-12-15 04:38:15 -05:00
BitmapComboBox.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BonjourDialog.cpp fix errors after cherry picking commits 2023-08-27 22:44:37 +08:00
BonjourDialog.hpp fix errors after cherry picking commits 2023-08-27 22:44:37 +08:00
calib_dlg.cpp Fix build warnings on windows, fix various bugs/logic errors/missing returns/etc, update boost::bind (#2229) 2023-09-27 23:55:23 +08:00
calib_dlg.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
Calibration.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
Calibration.hpp NEW:[STUDIO-4016] Support motor noise cali for N1 2023-09-22 16:21:26 +08:00
CalibrationPanel.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
CalibrationPanel.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
CalibrationWizard.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
CalibrationWizard.hpp ENH: Add Ellis' pattern method for flow dynamic calibration 2023-09-22 16:21:26 +08:00
CalibrationWizardCaliPage.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
CalibrationWizardCaliPage.hpp ENH: Add Ellis' pattern method for flow dynamic calibration 2023-09-22 16:21:26 +08:00
CalibrationWizardPage.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
CalibrationWizardPage.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
CalibrationWizardPresetPage.cpp Fix crash on BBL's calibration tab (#2403) 2023-10-13 22:55:07 +08:00
CalibrationWizardPresetPage.hpp FIX: modify the combo box selection value 2023-09-22 16:21:26 +08:00
CalibrationWizardSavePage.cpp ENH: Add Ellis' pattern method for flow dynamic calibration 2023-09-22 16:21:26 +08:00
CalibrationWizardSavePage.hpp ENH: Add Ellis' pattern method for flow dynamic calibration 2023-09-22 16:21:26 +08:00
CalibrationWizardStartPage.cpp ENH: Add Ellis' pattern method for flow dynamic calibration 2023-09-22 16:21:26 +08:00
CalibrationWizardStartPage.hpp FIX: linux darkmode text display 2023-07-31 14:29:15 +08:00
CaliHistoryDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
CaliHistoryDialog.hpp FIX: cali: manage result crash 2023-08-04 18:15:25 +08:00
Camera.cpp Feat: 1. Vertical and horizontal mode for painting 2. Optimize Camera behavior (#2424) 2023-10-15 16:43:52 +08:00
Camera.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
CameraPopup.cpp FIX: [STUDIO-3515] Resolution information disappears 2023-07-07 17:52:43 +08:00
CameraPopup.hpp FIX: [STUDIO-2448] switch machine in camera popup 2023-07-07 17:25:51 +08:00
CameraUtils.cpp ENH: Cut optimization, support for custom connectors 2023-04-17 15:39:02 +08:00
CameraUtils.hpp ENH: Cut optimization, support for custom connectors 2023-04-17 15:39:02 +08:00
ConfigExceptions.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ConfigManipulation.cpp Port automatic hole to polyhole conversion from SuperSlicer 2023-10-07 10:15:21 +11:00
ConfigManipulation.hpp ENH: modify tooltip in chamber temp 2023-09-22 16:21:26 +08:00
ConfigWizard.cpp Merge remote-tracking branch 'BS/v1.7.2' 2023-08-26 16:13:57 +08:00
ConfigWizard.hpp NEW: add custom printer config wizard 2022-12-15 04:33:48 -05:00
ConfigWizard_private.hpp NEW:added dark mode 2022-12-15 04:38:15 -05:00
ConnectPrinter.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
ConnectPrinter.hpp ENH: replace n1 & f1 image and name Jira: [STUDIO-4008] 2023-09-22 16:21:26 +08:00
dark_mode.cpp NEW:added dark mode 2022-12-15 04:38:15 -05:00
dark_mode.hpp NEW:added dark mode 2022-12-15 04:38:15 -05:00
DesktopIntegrationDialog.cpp clean up 2023-08-09 13:42:41 +08:00
DesktopIntegrationDialog.hpp Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
DeviceManager.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
DeviceManager.hpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
DownloadProgressDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
DownloadProgressDialog.hpp NEW: management camera video stream in device panel 2022-12-15 04:33:48 -05:00
DragCanvas.cpp NEW: first layer printing sequence 2023-08-19 01:32:59 +08:00
DragCanvas.hpp NEW: first layer printing sequence 2023-08-19 01:32:59 +08:00
Event.hpp Add support for PrusaLink webview 2023-08-30 23:38:33 +08:00
ExtraRenderers.cpp FIX: [STUDIO-3155] text color of editor in ObjectList 2023-07-07 17:29:08 +08:00
ExtraRenderers.hpp ENH: support default filament for modifier 2022-12-15 04:38:15 -05:00
ExtrusionCalibration.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
ExtrusionCalibration.hpp NEW: fix blank issue of error tips 2023-02-01 16:24:44 +08:00
Field.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
Field.hpp FIX: coPoint type couldn't display 2023-09-22 16:21:26 +08:00
format.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
fts_fuzzy_match.h Revert "Merge branch 'SoftFever' into feature/calib" 2022-12-25 12:39:45 +08:00
GCodeViewer.cpp Added All Plates Stats Total Cost #1781 (#2238) 2023-09-28 00:13:47 +08:00
GCodeViewer.hpp fix slider 2023-09-04 19:52:26 +08:00
GLCanvas3D.cpp Feat: 1. Vertical and horizontal mode for painting 2. Optimize Camera behavior (#2424) 2023-10-15 16:43:52 +08:00
GLCanvas3D.hpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
GLModel.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLModel.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLSelectionRectangle.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLSelectionRectangle.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLShader.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLShader.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLShadersManager.cpp ENH: refine the thumbnail rendering 2023-04-17 15:39:02 +08:00
GLShadersManager.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GLTexture.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
GLTexture.hpp NEW: add plate name edit function 2023-07-07 17:52:43 +08:00
GLToolbar.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
GLToolbar.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
GUI.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
GUI.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
GUI_App.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
GUI_App.hpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
GUI_AuxiliaryList.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_AuxiliaryList.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_Colors.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_Colors.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_Factories.cpp fix errors 2023-09-29 19:47:13 +08:00
GUI_Factories.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
GUI_Init.cpp Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
GUI_Init.hpp Macos: add the support of file association 2022-08-05 16:11:42 +08:00
GUI_ObjectLayers.cpp FIX: [STUDIO-3377] [STUDIO-3376] fix layer heigth ui 2023-07-07 17:52:43 +08:00
GUI_ObjectLayers.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_ObjectList.cpp Fix object's list text color on Linux (GH-2086) (#2346) 2023-10-09 00:20:27 +08:00
GUI_ObjectList.hpp Merge some BS1.7 changes: 2023-08-08 22:14:20 +08:00
GUI_ObjectSettings.cpp micro refactor vender type 2023-08-27 11:01:52 +08:00
GUI_ObjectSettings.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI_ObjectTable.cpp micro refactor vender type 2023-08-27 11:01:52 +08:00
GUI_ObjectTable.hpp FIX: [STUDIO-1397] object/part setting window 2023-07-07 17:52:43 +08:00
GUI_ObjectTableSettings.cpp micro refactor vender type 2023-08-27 11:01:52 +08:00
GUI_ObjectTableSettings.hpp FIX:update objecttable layout 2022-09-02 12:52:18 +08:00
GUI_Preview.cpp Fix gcode viewer on linux (#2110) 2023-09-16 22:26:20 +08:00
GUI_Preview.hpp NEW:add variable layer height 2022-12-15 04:33:48 -05:00
GUI_Utils.cpp reduce AppConfig::Save() calls 2023-07-25 19:19:49 +08:00
GUI_Utils.hpp consider windows DPI for slider 2023-09-12 22:19:45 +08:00
HintNotification.cpp ENH: save hints.cereal into user directory insteadof cache 2023-01-10 19:08:26 +08:00
HintNotification.hpp ENH:add next_button in dailytips 2022-12-15 04:33:48 -05:00
HMS.cpp ENH: add a device id parameter for hms wiki 2023-09-22 16:21:26 +08:00
HMS.hpp FIX: fix hms display error when language code is empty 2022-12-15 04:38:15 -05:00
HMSPanel.cpp NEW: rearch calibration 2023-07-07 17:52:43 +08:00
HMSPanel.hpp ENH: update hms panel and upgrade panel when disconnected 2022-12-15 04:38:15 -05:00
HttpServer.cpp FIX: fix third-party login 2023-04-17 15:39:02 +08:00
HttpServer.hpp ENH: use a rare unfrequent port 2023-02-22 20:09:17 +08:00
I18N.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
I18N.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ImageGrid.cpp Fix compatibility with STL builds of wxWidgets (#2218) 2023-09-25 23:35:30 +08:00
ImageGrid.h Fix compatibility with STL builds of wxWidgets (#2218) 2023-09-25 23:35:30 +08:00
ImGuiWrapper.cpp Revert "FIX: korean font display issue" 2023-09-22 16:21:26 +08:00
ImGuiWrapper.hpp Revert "FIX: korean font display issue" 2023-09-22 16:21:26 +08:00
IMSlider.cpp Show both layer time and tick info when tick is highlighted (#2312) 2023-10-04 22:45:40 +08:00
IMSlider.hpp Show estimated print time in the ruler (#2305) 2023-10-04 00:02:26 +08:00
IMSlider_Utils.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
IMToolbar.cpp NEW:add statistics of all plates in preview 2023-02-22 20:09:17 +08:00
IMToolbar.hpp NEW:add statistics of all plates in preview 2023-02-22 20:09:17 +08:00
InstanceCheck.cpp clean up Mac 2023-03-16 20:50:23 +08:00
InstanceCheck.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
InstanceCheckMac.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
InstanceCheckMac.mm clean up 2023-08-09 13:42:41 +08:00
KBShortcutsDialog.cpp Merge remote-tracking branch 'BS/v1.7.2' 2023-08-26 16:13:57 +08:00
KBShortcutsDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MainFrame.cpp Use calibration tutorial gitee mirror for China users 2023-10-08 22:30:33 +08:00
MainFrame.hpp fix errors 2023-09-29 19:47:13 +08:00
MarkdownTip.cpp ENH: [STUDIO-1647] use WebView2 put_UserAgent 2023-01-10 19:08:26 +08:00
MarkdownTip.hpp FIX: destory timers & check webview consist 2022-08-26 09:25:59 +08:00
MediaFilePanel.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
MediaFilePanel.h FIX: [STUDIO-1868] not show wrong models with old printer firmware 2023-07-07 17:25:51 +08:00
MediaPlayCtrl.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
MediaPlayCtrl.h FIX: not track dup error for user triggered liveview 2023-07-31 14:29:15 +08:00
MeshUtils.cpp Merge some BS1.7 changes: 2023-08-08 22:14:20 +08:00
MeshUtils.hpp Merge some BS1.7 changes: 2023-08-08 22:14:20 +08:00
ModelMall.cpp clean up 2023-08-09 13:42:41 +08:00
ModelMall.hpp ENH:change the mall dialog to frame 2022-12-15 04:38:15 -05:00
Monitor.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
Monitor.hpp NEW:calibration page will pop up with printing errors 2023-07-07 17:52:43 +08:00
MonitorBasePanel.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MonitorBasePanel.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MonitorPage.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MonitorPage.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Mouse3DController.cpp Add option in the CTRL-M dialog to invert axes (#1928) 2023-08-27 11:29:46 +08:00
Mouse3DController.hpp Add option in the CTRL-M dialog to invert axes (#1928) 2023-08-27 11:29:46 +08:00
Mouse3DHandlerMac.mm Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
mrgtmp0 Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
MsgDialog.cpp Merge remote-tracking branch 'BS/v1.7.2' 2023-08-26 16:13:57 +08:00
MsgDialog.hpp Merge remote-tracking branch 'remote/master' into feature/merge_upstream 2023-04-19 08:48:07 +08:00
NetworkTestDialog.cpp NEW: management camera video stream in device panel 2022-12-15 04:33:48 -05:00
NetworkTestDialog.hpp ENH: add more test cases in NetworkTestDialog 2022-08-26 09:25:59 +08:00
Notebook.cpp merge upstream changes 2023-01-21 00:37:10 +08:00
Notebook.hpp FIX: [STUDIO-2825] ctrl + tab only switch main pages 2023-07-07 17:25:51 +08:00
NotificationManager.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
NotificationManager.hpp ENH: increase the warning level of which blocking cloud slice 2023-09-22 16:21:26 +08:00
ObjectDataViewModel.cpp FIX: [STUDIO-3377] [STUDIO-3376] fix layer heigth ui 2023-07-07 17:52:43 +08:00
ObjectDataViewModel.hpp FIX: [STUDIO-3497] fix icon of layerroot 2023-07-07 17:52:43 +08:00
OG_CustomCtrl.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
OG_CustomCtrl.hpp FIX: less param line option vertical gap 2022-09-29 11:16:43 +08:00
OpenGLManager.cpp ENH: CLI: don't popup dialog when loading shader failed 2023-07-07 17:25:51 +08:00
OpenGLManager.hpp ENH: CLI: don't popup dialog when loading shader failed 2023-07-07 17:25:51 +08:00
OptionsGroup.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
OptionsGroup.hpp fix build errors 2023-08-10 23:30:37 +08:00
ParamsDialog.cpp FIX:fixed some issues for dark mode 2022-12-15 04:38:15 -05:00
ParamsDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ParamsPanel.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
ParamsPanel.hpp ENH: add height_range 2023-04-17 15:39:02 +08:00
PartPlate.cpp Show tooltips for plate buttons (#2176) 2023-10-07 23:11:41 +08:00
PartPlate.hpp Show tooltips for plate buttons (#2176) 2023-10-07 23:11:41 +08:00
PhysicalPrinterDialog.cpp Fix printer connection regression 2023-09-03 10:17:22 +08:00
PhysicalPrinterDialog.hpp ENH: refine physical printer dialog 2023-01-10 19:08:26 +08:00
Plater.cpp Feat: 1. Vertical and horizontal mode for painting 2. Optimize Camera behavior (#2424) 2023-10-15 16:43:52 +08:00
Plater.hpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
PlateSettingsDialog.cpp misc fixes 2023-08-27 11:28:01 +08:00
PlateSettingsDialog.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
Preferences.cpp Feat: 1. Vertical and horizontal mode for painting 2. Optimize Camera behavior (#2424) 2023-10-15 16:43:52 +08:00
Preferences.hpp NEW: [STUDIO-2769] Split developer mode 2023-07-07 17:25:51 +08:00
PresetComboBoxes.cpp micro refactor vender type 2023-08-27 11:01:52 +08:00
PresetComboBoxes.hpp ENH: calibration 2023-07-07 17:29:08 +08:00
PresetHints.cpp filter out tiny gaps 2022-11-04 16:44:43 +08:00
PresetHints.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PrinterWebView.cpp Fix webview freezing issue 2023-09-04 20:02:26 +08:00
PrinterWebView.hpp Fix webview freezing issue 2023-09-04 20:02:26 +08:00
PrintHostDialogs.cpp Support Marlin 2 2023-08-30 23:39:00 +08:00
PrintHostDialogs.hpp fix errors after cherry picking commits 2023-08-27 22:44:37 +08:00
PrintOptionsDialog.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
PrintOptionsDialog.hpp NEW:[STUDIO-4012] support prompt sound 2023-09-22 16:21:26 +08:00
PrivacyUpdateDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
PrivacyUpdateDialog.hpp ENH: create new page on click of privacy policy 2023-02-22 20:09:17 +08:00
ProgressStatusBar.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ProgressStatusBar.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Project.cpp ENH:synced some N1 codes 2023-09-22 16:21:26 +08:00
Project.hpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
ProjectDirtyStateManager.cpp FIX: can not save project when modify bed type in the scene 2023-01-10 19:08:26 +08:00
ProjectDirtyStateManager.hpp FIX: can not save project when modify bed type in the scene 2023-01-10 19:08:26 +08:00
PublishDialog.cpp clean up 2023-08-09 13:42:41 +08:00
PublishDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RammingChart.cpp fix ramming ui 2023-09-09 23:05:45 +08:00
RammingChart.hpp fix ramming ui 2023-09-09 23:05:45 +08:00
RecenterDialog.cpp clean up 2023-08-09 13:42:41 +08:00
RecenterDialog.hpp ENH: chinese translation 2023-02-22 20:09:17 +08:00
ReleaseNote.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
ReleaseNote.hpp FIX: [STUDIO-2536] m_print_error_dlg darkUI issue 2023-07-07 17:29:08 +08:00
RemovableDriveManager.cpp FIX:fixed a crash caused by mobile devices when switching languages 2022-09-29 11:16:43 +08:00
RemovableDriveManager.hpp FIX:add the sd card removal function 2022-09-29 11:16:43 +08:00
RemovableDriveManagerMM.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RemovableDriveManagerMM.mm Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SavePresetDialog.cpp clean up 2023-08-09 13:42:41 +08:00
SavePresetDialog.hpp ENH:optimize the save presets dialog 2023-01-10 19:08:26 +08:00
Search.cpp FIX: [STUDIO-2438] inline search line in popup on Linux 2023-04-17 15:39:02 +08:00
Search.hpp FIX: [STUDIO-2438] inline search line in popup on Linux 2023-04-17 15:39:02 +08:00
Selection.cpp Merge some BS1.7 changes: 2023-08-08 22:14:20 +08:00
Selection.hpp Merge some BS1.7 changes: 2023-08-08 22:14:20 +08:00
SelectMachine.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
SelectMachine.hpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
SendSystemInfoDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
SendSystemInfoDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SendToPrinter.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
SendToPrinter.hpp FIX: [STUDIO-3578] send to sd darkUI not changed 2023-07-31 14:29:15 +08:00
SingleChoiceDialog.cpp post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00
SingleChoiceDialog.hpp ENH: [STUDIO-2647] Optimize the interface for selecting part types 2023-07-07 17:25:51 +08:00
SliceInfoPanel.cpp FIX: [STUDIO-2186] hide PopupWindow on alt-tab 2023-02-22 20:09:17 +08:00
SliceInfoPanel.hpp FIX: [STUDIO-2186] hide PopupWindow on alt-tab 2023-02-22 20:09:17 +08:00
StatusPanel.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
StatusPanel.hpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
SysInfoDialog.cpp Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
SysInfoDialog.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Tab.cpp Thumbnail Formats Option Ported from PrusaSlicer and add BIQU/BTT format (#2405) 2023-10-17 20:00:38 +08:00
Tab.hpp NEW: re-add printable_area config 2023-09-22 16:21:26 +08:00
Tabbook.cpp FIX: alignment of tabpanel text 2023-07-07 17:52:43 +08:00
Tabbook.hpp FIX: alignment of tabpanel text 2023-07-07 17:52:43 +08:00
TabButton.cpp Merge remote-tracking branch 'BS/v1.7.2' 2023-08-26 16:13:57 +08:00
TabButton.hpp FIX: alignment of tabpanel text 2023-07-07 17:52:43 +08:00
TickCode.cpp NEW:Revert "add pause print message" 2023-07-13 10:35:05 +08:00
TickCode.hpp NEW:Revert "add pause print message" 2023-07-13 10:35:05 +08:00
UnsavedChangesDialog.cpp fix crashes 2023-09-30 09:52:20 +08:00
UnsavedChangesDialog.hpp ENH: [STUDIO-2549] remember my choice on unsaved project/presets 2023-04-17 15:39:02 +08:00
UpdateDialogs.cpp clean up 2023-08-09 13:42:41 +08:00
UpdateDialogs.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
UpgradePanel.cpp Merge branch 'v1.7.2-remote' 2023-09-29 19:46:49 +08:00
UpgradePanel.hpp ENH: modify device upgrade page 2023-09-22 16:21:26 +08:00
WebDownPluginDlg.cpp Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
WebDownPluginDlg.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
WebGuideDialog.cpp Fix build warnings on windows, fix various bugs/logic errors/missing returns/etc, update boost::bind (#2229) 2023-09-27 23:55:23 +08:00
WebGuideDialog.hpp FIX: fix the crash issue when network plugin installing on mac 2022-12-15 04:38:15 -05:00
WebUpdatePlugin.cpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
WebUpdatePlugin.hpp Update the codes to 01.01.00.10 for the formal release 2022-07-22 20:35:34 +08:00
WebUserLoginDialog.cpp Merge remote-tracking branch 'BS/v1.7.2' 2023-08-26 16:13:57 +08:00
WebUserLoginDialog.hpp NEW: add http server in BambuStudio 2023-02-22 20:09:17 +08:00
WebViewDialog.cpp FIX: use current_language_code_safe() for valid language 2023-08-15 21:39:50 +08:00
WebViewDialog.hpp FIX: [STUDIO-3271] load staff pick model list with network agent 2023-07-07 17:29:08 +08:00
WipeTowerDialog.cpp fix ramming ui 2023-09-09 23:05:45 +08:00
WipeTowerDialog.hpp wip 2023-09-09 13:19:43 +08:00
wxExtensions.cpp fix build error 2023-08-19 09:30:54 +08:00
wxExtensions.hpp fix build error 2023-08-19 09:30:54 +08:00
wxinit.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
wxMediaCtrl2.cpp Fix build warnings on windows, fix various bugs/logic errors/missing returns/etc, update boost::bind (#2229) 2023-09-27 23:55:23 +08:00
wxMediaCtrl2.h FIX: [STUDIO-2340] [STUDIO-2297] handle linux gstreamer error 2023-04-17 15:39:02 +08:00
wxMediaCtrl2.mm post changes after merging BS1.7.4 2023-08-26 18:45:43 +08:00