25186 Commits

Author SHA1 Message Date
Lukas Matena
381a19fc04 One more fixup... 2024-07-08 16:57:26 +02:00
Lukas Matena
f7d8e20beb Fixup of previous commit (4ae7a7c): actually add the files into the repository 2024-07-08 16:06:13 +02:00
Lukas Matena
8fff3fd8a1 Merge branch 'ms_refactor_includes' 2024-07-08 15:37:16 +02:00
Lukas Matena
4ae7a7c885 Moved libvgcode to src for now (to avoid conflicts) 2024-07-08 15:37:02 +02:00
Martin Šach
76231632a5 Fix mac include on in WxFontUtils, fix missing include in debug mode 2024-07-08 15:37:02 +02:00
Martin Šach
919740fb3e Apply fix includes. 2024-07-08 15:37:02 +02:00
Martin Šach
96e3e77fef Prepare fe for include optimization.
- Add pragmas to keep necessary headers with symbols not explicitly
stated in the file.
- Use include paths that IWYU understands.
2024-07-08 15:37:02 +02:00
Martin Šach
21116995d7 Refactor CMake and improve #includes.
* 1. Remove all global include_directories.
* 2. Move 3d party dependencies from src to budled deps if possible.
* Unify and enforce one way of including headers:
    e.g. #include "libslic3r/GCode.hpp" vs #include "GCode.hpp"
    (always use the "libslic3r/GCode.hpp" option).
* Make all dependencies (also header only) a cmake target.
2024-07-08 15:36:46 +02:00
Lukas Matena
fd02400245 Bumped up version to 2.8.0 version_2.8.0 2024-06-27 11:25:47 +02:00
Jan Bařtipán
0131b30f17 Send to connect: trying to extract server error message for nicer error dialog 2024-06-27 11:24:33 +02:00
YuSanka
510bb208cb Fix for #12879 - GCode slider stops working when cursor leaves window 2024-06-27 10:35:24 +02:00
Lukas Matena
2f42b3f452 Bumped up version to 2.8.0-rc2 version_2.8.0-rc2 2024-06-26 17:21:47 +02:00
David Kocik
3ad90846c7 NozzleDiameter parameter for upload fix. 2024-06-26 17:20:48 +02:00
David Kocik
8042b4f905 rename token file, delete old dat file 2024-06-26 17:19:28 +02:00
Lukas Matena
b037da1126 Merge branch 'dk_login' 2024-06-26 17:17:59 +02:00
David Kocik
24ce924ca6 Wizard login page fix. 2024-06-26 17:17:51 +02:00
David Kocik
4f317e540a Remove "choose_account" option from login url. 2024-06-26 17:17:51 +02:00
David Kocik
1689918a3e DPIDialog as base class WebViewDialog. 2024-06-26 17:17:51 +02:00
David Kocik
c29e70d429 Resize login dialog 2024-06-26 17:17:51 +02:00
David Kocik
e39f867af4 Wizard login page error showing custom html page 2024-06-26 17:17:51 +02:00
YuSanka
c3ce42a35a Use wxWidgets from v3.2.0-patched_webkit 2024-06-26 16:20:01 +02:00
enricoturri1966
1eba581199 SPE-2324: Fixed assignment of toolpaths color for pre-gcode preview 2024-06-26 15:29:18 +02:00
YuSanka
cbb5aa0a26 Follow-up 0237acb38f - Fixed toolbar scale 2024-06-26 15:27:06 +02:00
Lukas Matena
def6a440cd Merge branch 'ys_cw_improve' 2024-06-26 14:59:32 +02:00
YuSanka
09a6881a6e Localization: Updated POT and internal dictionaries (CS, PL, DE, IT, ES, FR, JA)
+ community POs are merged with POT
+ Added missed phrases
2024-06-26 14:59:14 +02:00
YuSanka
7debbdbb0d RepositoryUpdateUIManager: Added information lines for Online/Offline sources. 2024-06-26 14:59:13 +02:00
Jan Bartipan
a63534211f Fixed connect login URL 2024-06-25 14:39:46 +02:00
Lukas Matena
1051f77432 Bumped up version to 2.8.0-rc1 version_2.8.0-rc1 2024-06-24 20:23:07 +02:00
Robert Schiele
66d1248829 Docs: mention webkit2 as a required dependency on Linux (PR #12869) 2024-06-24 20:21:48 +02:00
Robert Schiele
d6e605c14b some more missing headers (PR #12886, amended by @lukasmatena) 2024-06-24 20:21:48 +02:00
David Kocik
5500f85594 Store refresh token in readonly file on linux. 2024-06-24 20:04:10 +02:00
YuSanka
7519142b1f Fix for #12874 - Ctrl-P does not open preferences in 2.8.0-alpha5 2024-06-24 20:00:23 +02:00
YuSanka
1c0cb70faa Fix for #12877 - Color Change Added After Moving Slider
+ Fixed update of the ruler, when it was hidden and than shown
+ Added messed include in RulerForDoubleSlider.cpp (#12882)
+ Fixed some warnings
2024-06-24 19:58:39 +02:00
enricoturri1966
34346c9126 SPE-2369: Fixed crash when selecting Color Print view in preview (#12881) 2024-06-24 19:57:30 +02:00
David Kocik
529a6fc0ae Copy manifest file when importing config 2024-06-24 19:55:33 +02:00
YuSanka
0237acb38f Follow-up 3bd0728b: Fixed the toolbar icons size, when it's set from Preferences.
see https://github.com/prusa3d/PrusaSlicer/issues/12838#issuecomment-2176534793
2024-06-24 19:49:25 +02:00
enricoturri1966
bafd65d55b SPE-2344: Fix performance hit on MAC in GCodeViewer:
squashed et_spe2344_bis (5c6bba6)
2024-06-24 19:45:08 +02:00
YuSanka
e96bf263b9 Localization: Updated POT and internal dictionaries (CS, PL, DE, IT, ES, FR, JA)
+ community POs are merged with POT
+ Fixes in some phrases
2024-06-24 16:37:31 +02:00
YuSanka
f343204cbb Slovenian translation update (#2)
Manually merged from 9821ecb3ba
2024-06-24 16:27:55 +02:00
Lukas Matena
e10e817390 Bumped up version to 2.8.0-beta1 version_2.8.0-beta1 2024-06-21 22:36:12 +02:00
Roman Tyr
c8e2d2e171 bumped up version 2024-06-21 22:23:50 +02:00
YuSanka
b176cc2357 RepositoryUpdateUIManager: Workaround for rendering of the repositary's names
on scales more than 150%.
2024-06-21 16:21:54 +02:00
YuSanka
0f4a5250f8 RepositoryUpdateUIManager: Fixed layout 2024-06-21 15:39:38 +02:00
Lukas Matena
d9eced61d7 Merge branch 'jb_connect_login_at_start_fails_fix' 2024-06-21 14:58:16 +02:00
Jan Bařtipán
6255d57e5e ConnectWebViewPanel: disable error reporting via dialog (only reporting to console), disable dev tools 2024-06-21 14:57:16 +02:00
Jan Bařtipán
07dbc5d7f0 WebViewPanel: Javascript init flow error reporting (WIP) 2024-06-21 14:57:16 +02:00
Jan Bařtipán
e6eff5f57f WebViewPanel: JS arrow function rewritten to old function notation 2024-06-21 14:57:16 +02:00
Jan Bařtipán
dcfb965192 WebViewPanel: logging RunScript just via std::cout 2024-06-21 14:57:16 +02:00
Jan Bařtipán
0ea1f9f89a WebViewPanel: enable dev tools 2024-06-21 14:57:16 +02:00
Jan Bařtipán
e70ee320d9 ConnectWebViewPanel: Connect login flow start moved from ctor to on_page_will_load 2024-06-21 14:57:16 +02:00