25114 Commits

Author SHA1 Message Date
Jan Bařtipán
05361f3da7 Fixed downloading resources of installed bundle 2024-06-12 15:11:13 +02:00
David Kocik
52d01478ea Compatibility checks and preset loading.
PresetUpdater: clear cache/vendor before sync_config
GUI_App: Check updates operation with new steps
ConfigWizard: run updater sync on wizard startup and repo change confirmation
Compatibvility check for Prusa SLA - Mockup.
2024-06-12 15:11:12 +02:00
David Kocik
e1229a86fc Correct mz file closing 2024-06-12 15:11:12 +02:00
David Kocik
118a1f6438 Using initial manifest file from resources.
The file itself is testing variant.
2024-06-12 15:11:12 +02:00
YuSanka
ed27ad0ca5 ConfigWizard: Show all installed printers without respect to the selected archives, till new selection wasn't confirmed
+ Improved deletion of printers after confirm new archive selection
2024-06-12 15:11:12 +02:00
YuSanka
15d0932a9e PresetArchiveDatabase: Added function to check is archive is selected 2024-06-12 15:11:12 +02:00
David Kocik
f1575584f2 Calling archive database on startup 2024-06-12 15:11:12 +02:00
YuSanka
1cf8d0390d UIManager: Added selection of the loaded archive (UI only)
+ Fixed state of selections till changes weren't saved
2024-06-12 15:11:11 +02:00
YuSanka
030a6c9f3b ConfigWizard: Changes related to load configuration from ArchiveRepository 2024-06-12 15:11:11 +02:00
YuSanka
d4d2c13235 UIManager: Fixed update after change selection and process it 2024-06-12 15:11:11 +02:00
YuSanka
2e5b155861 UIManager: Fixed layouts after load/remove repositories
+ Added selection initialization
+ Call error messages where it's needed
2024-06-12 15:11:11 +02:00
David Kocik
4e5f1dbd29 Improvements of Archive repo db.
Save repo states to json in config folder.
Use uuid to manage repos.
Check conflicts of ids and other errors.
2024-06-12 15:11:11 +02:00
YuSanka
10638751af ConfigWizard: Added "Configuration Manager" page 2024-06-12 15:11:11 +02:00
YuSanka
12395e2173 Implemented UIManager and ManageUpdatesDialog 2024-06-12 15:11:11 +02:00
David Kocik
f6724ea0bd WIP interface for managing local repositories and used repositories 2024-06-12 15:11:10 +02:00
David Kocik
3e9c9d9558 Minor fixes downloading preset repo assets
Author: barzto@gmail.com
2024-06-12 15:11:10 +02:00
David Kocik
ece5207783 Preset Archive Database
testing version of multiple archives with indicies

WIP Archive db

Getting archives from web mockup

WIP paste archives to updater

Preset Updater sync_config with Online Archive Repository

UserAccount -> PresetArchiveDatabase -> PresetUpdater dataflow

LocalArchiveRepository get_file by copying file

Local Archive Repository

fix of thread save multiple call of preset_updater sync

Testing JSON string with repos

WIP offline archive repo unzip before use

Local repository unzipping to temp. get_file() refactored.

todo: checking and writing repository ids correctly.

Refactoring of loading data for archive repository

Comments

WIP download repo manifest

Preset Archive Database sync in thread

delete testing code

escape subpath before download

post rebase fix

resources getting fix

vendor profile id -> name fix
2024-06-12 15:11:10 +02:00
Lukas Matena
f889bf470c Merge branch 'ys_spe2327' 2024-06-12 14:39:38 +02:00
YuSanka
f0531c6fc2 TopBar and TopBarMenus: Code refactoring to use callbacks instead of direct use of UserAccount and Mainframe. 2024-06-12 14:39:12 +02:00
YuSanka
fa61ea4e9e TopBarMenus: Added sys_color_changed() to correct process a changing of the application color mode
SPE-2320
2024-06-12 14:39:12 +02:00
YuSanka
86780b5a6c ScalableBitmap: Check if the bitmap has a square shape,
when loading from the path
2024-06-12 14:39:12 +02:00
YuSanka
3bd0728bc6 Fixed blurring of the Toolbars 2024-06-12 14:39:11 +02:00
YuSanka
986b0e1cdb Fix for for SPE-2338 - [LINUX] "Menu" / "Log in" has wrong label layout (is bottom placed)
(set icon size for 20px instead of 24)
+ Sidebar: nonMSW specific : Added right margin for bottom buttons
+ Gizmos toolbar: Code cleaning
2024-06-12 14:39:11 +02:00
YuSanka
8590e34aaf UI improvements:
- Increase margin around the toolbar icons
- Fixed layout for search button in search control
- Fixed background for Scene / Preview buttons
- Fix for #12576 - Show "collapse sidebar" button, even if "Show sidebar expand/collapse button" wasn't enabled but sidebar is collapsed
- Account button: "Anonymous" default name is changed to "Log in"
2024-06-12 14:39:11 +02:00
Lukas Matena
615329b1f6 GCodeViewer: tweaked background alpha in segment properties dialog 2024-06-11 21:35:10 +02:00
Martin Šach
8c55b5f443 Fix size_t -> std::size_t 2024-06-10 14:55:05 +02:00
Lukas Matena
99c8bb2dbb Merge branch 'lm_imgui_atlas' 2024-06-10 10:47:10 +02:00
Lukas Matena
5fac6934ec Automatic addition of missing glyphs: require extra frame when chars are added 2024-06-10 10:46:59 +02:00
Lukas Matena
ccd8910442 Automatic addition of missing glyphs: load CJK when a glyph is not found 2024-06-10 10:46:59 +02:00
Lukas Matena
dbc548b2aa Automatic addition of missing glyphs: fix issues on DPI change 2024-06-10 10:46:59 +02:00
Lukas Matena
85ca885d41 Automatic addition of missing glyphs into imgui atlas,
Only do the automatic glyph addition for the default font
2024-06-10 10:46:59 +02:00
Lukas Matena
0689e155ff Merge branch 'lm_vgcode_optimizations' 2024-06-10 10:46:25 +02:00
Lukas Matena
e7cf32ab81 VGcode: removed quadratic copying when generating the initial preview 2024-06-10 10:46:12 +02:00
Lukas Matena
dda46d7554 GCodeProcessor: Getting rid of needless std::vector::insert calls 2024-06-10 10:46:12 +02:00
YuSanka
6ee8901338 ImGuiDoubleSlider: Implemented Freeze/Thaw functions to avoid redundant call of the process_thumb_move();
+ Use SetSelectionSpan instead of SetHigherPos and SetLowerPos at the same time
2024-06-10 10:46:12 +02:00
Lukas Matena
34a79d69eb GCodeViewer: Added missing breaks into ViewerImpl::set_color_range_palette 2024-06-10 10:46:12 +02:00
Lukas Matena
f5331d7b2d GCodeViewer: Vertex colors are cached so the don't need to be recalculated too often 2024-06-10 10:46:12 +02:00
Lukas Matena
edb41c8e1d GCodeViewer: Some std::maps converted to std::arrays for performance reasons 2024-06-10 10:46:12 +02:00
Lukas Matena
0a35a1dbc4 GCodeViewer: Removed needless updates of color ranges 2024-06-10 10:46:11 +02:00
YuSanka
4cddd3ea85 GCodeViewer: Fixed crash on start and switch of color mode
(SPE-2340)
2024-06-10 10:12:33 +02:00
Merill
357264272d fix reset() call on a copy (PR #12737) 2024-06-07 08:51:36 +02:00
Lukas Matena
6f05a936b8 Bumped up version to 2.7.5-rc1 version_2.7.5-rc1 2024-06-07 06:36:40 +02:00
Lukas Matena
e1b33bacf2 Merge branch 'ys_spe1916' 2024-06-06 13:36:25 +02:00
Roman Tyr
27bcb590e8 Added new settings for SLA material profiles. 2024-06-06 12:42:17 +02:00
YuSanka
d8e04cfd68 TabSLAMaterial: Overridden clear_pages() to avoid a crash on re-scaling
(SPE-2322, comments)
2024-06-06 12:36:24 +02:00
YuSanka
2d87c5a9b3 Tilt settings: Fixed a typo in detection, if a printer is "SL1".
+ OSX specific: Fixed a crash on start. (s_Preset_sla_tilt_options is moved to the same file as s_Preset_sla_material_options)
2024-06-06 12:35:18 +02:00
Lukas Matena
b6fc5c6c40 Added sidetext 'mm' to absolute_correction parameter 2024-06-06 12:23:22 +02:00
Lukas Matena
839343f1ec Removed printer scaling correction from material overrides 2024-06-06 12:23:22 +02:00
Lukas Matena
20e4cef12e Added new SLA material override for absolute correction (SPE-2262) 2024-06-06 12:23:22 +02:00
YuSanka
b376919d83 DSForLayers: Fixed a preview of estimated printer times
+ Fixed position of the "Layer statistics" window
2024-06-06 12:23:22 +02:00