1791 Commits

Author SHA1 Message Date
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
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
Roman Tyr
c8e2d2e171 bumped up version 2024-06-21 22:23:50 +02:00
YuSanka
102ff4a40e Updated splash screen 2024-06-21 12:52:03 +02:00
YuSanka
35c520f4d3 Localization: Updated POT 2024-06-14 17:51:39 +02:00
Roman Tyr
d11ac960e7 2.8.0 profiles 2024-06-14 16:33:50 +02:00
David Kocik
e2ebedfe5e Profiles: Change config_update_url 2024-06-14 15:58:08 +02:00
David Kocik
7a41ad4937 updated indexes and inis 2024-06-13 20:40:36 +02:00
David Kocik
fffbf04599 Production addresses of repo server 2024-06-12 15:35:22 +02:00
David Kocik
9a0e54fe6a Resources changes 2024-06-12 15:35:22 +02:00
David Kocik
c47d761d6c Changes in profile files. 2024-06-12 15:35:22 +02:00
David Kocik
c35195bd03 Change of PrusaResearch.ini and idx 2024-06-12 15:35:22 +02:00
David Kocik
900eca8dbb Multiple fixes and refactoring after code review 2024-06-12 15:11:13 +02:00
David Kocik
37d57af09a Repository changes in resources. 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
118a1f6438 Using initial manifest file from resources.
The file itself is testing variant.
2024-06-12 15:11:12 +02:00
YuSanka
12395e2173 Implemented UIManager and ManageUpdatesDialog 2024-06-12 15:11:11 +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
Roman Tyr
27bcb590e8 Added new settings for SLA material profiles. 2024-06-06 12:42:17 +02:00
Roman Tyr
5e80aed9da Added values for material profiles. 2024-06-06 12:23:22 +02:00
YuSanka
74a6ae3f1d Connect: Updated information line
(SPE-2234)
2024-05-21 15:14:31 +02:00
YuSanka
dc78fc5a77 TopBarMenus: Deleted account menu item and set tooltip with user name on Account button
+ Make circle icon for logo
2024-05-14 08:06:16 +02:00
David Kocik
1d71b5338a Webview loading html page 2024-04-24 14:01:46 +02:00
YuSanka
f90ea2e8be ImguiDoubleSlider: Improvements and bug fixes
* Discard all custom changes button - click area is out of icon
* Properties info table expand button doesn't work - when pointer moves by mouse
* When some custom g-code/ pause is added then icons aren't visible well
2024-04-24 10:54:12 +02:00
YuSanka
785ad4ce95 ImguiDoubleSlider: WIP: Functions which was related to manipulate with ticks are moved into TickCodeInfo
* TickCodeInfo is renamed to TickCodesManager and moved to separate files
 * Added more callbacks to avoid use of wxWidgets
 * Added function for color picker rendering

 * For string formatting is used Slic3r::format instead of GUI::format (To avoid including wx/string)
 * All code related to DoubleSlider extracted from Slic3r name space
2024-04-24 10:54:12 +02:00
YuSanka
6b83f135c9 ImguiDoubleSlider: WIP: Slider Manager is moved to ImGuiDoubleSlider and some values and methods are renamed
+ "DoubleSlider: file is split to DoubleSliderForGcode and DoubleSliderForLayers in separate files
 + Suppress to add/delete ticks on update layers_slider from canvas when an application is a GCodeViewer
 + epsilon() is moved from DoubleSlider name space to CustomGCode
2024-04-24 10:54:12 +02:00
YuSanka
8e749734ff ImguiDoubleSlider: WIP: For vertical slider are added :
* actions buttons and theirs process
 * rendering of ticks and theirs info buttons
 * show label with estimated time on mouse moving

+ ImGuiWrapper::image_button is extended for highlight_on_hover parameter to enable/disable highlighting on the hover
+ Show and process some icon/buttons in respect to the application mode (if is Editor or Viewer)
2024-04-24 10:54:12 +02:00
YuSanka
9beef5e847 TopBar: Added "Show settings" button 2024-04-24 10:49:22 +02:00
YuSanka
cd5d30d3b1 Menus related to the TopBar's buttons are extracted to the separate class.
+ Updated top bar layout in respect to the mode
+ Linux specific: Don`t show down arrow for buttons with PopupMenu
+ MainFrame: Use TopBar instead wxBookCtrlBase
2024-04-24 10:49:22 +02:00
Lukas Matena
9dc7b70084 Merge branch 'master_27x' 2024-03-27 16:37:47 +01:00
Roman Tyr
2c862ef157
Updated version for 2.7.3 2024-03-27 14:08:41 +01:00
enricoturri1966
735fc6d107 New gcode visualization integration - Tool position 2024-03-26 14:04:08 +01:00
enricoturri1966
ddabc3312d Fixed toolpaths_cog shaders 2024-03-26 14:04:07 +01:00
Roman Tyr
3418a4c89b
Updated version for 2.7.3-beta1. 2024-03-25 15:39:55 +01:00
David Kocik
565d89a2e2 Simple error page 2024-03-25 12:05:55 +01:00
David Kocik
ff64f7167d Fixes and icons.
Sla printer icons with Connect status.

Fix of non-static variable and missing includes

update of priter_type table

missing include
2024-03-25 12:05:55 +01:00
David Kocik
822b862fce Printers action and webview development
Automatic "Connect printers" action after login

periodic connect printers update

adding and removing connect tab on login

Webview refactor

remove unused code

load url on adding panel

monitor tab

upload to connect button
2024-03-25 12:05:55 +01:00
YuSanka
55ba9f2351 Topbar: Implement Auth menu 2024-03-25 12:05:55 +01:00
YuSanka
5f34abf473 Follow-up a6324174: Add missed icons 2024-03-25 12:05:55 +01:00
YuSanka
bd903fd6fb Localization: Updated internal dictionaries (CS, DE, ES, FR, IT, PL, JA) 2024-03-25 10:45:38 +01:00
Lukas Matena
7131c7fe45 Merge remote-tracking branch 'public/master' into master_27x 2024-03-20 16:33:39 +01:00
YuSanka
fad1b1e8b4 Localization: Updated POT and community dictionaries are merged with it.
+ Fixed marking of the empty string
2024-03-20 15:58:49 +01:00
Jernej Pangerc
305a02facd Added Slovenian translation
Added Slovenian translation. This is not full translation, only basic entries are translated.
2024-03-20 15:26:11 +01:00
Roman Tyr
2c7e0b5ccf
Updated start g-code. Updated purging volumes. 2024-03-20 14:45:36 +01:00
Roman Tyr
2d95267908
Updated thumbnails 2024-03-20 14:44:01 +01:00
rtyr
cfbbd443b1
Updated min_slic3r_version 2024-03-12 07:19:47 +01:00
Lonk
6976ba6e74
Update RatRig.idx 2024-03-11 16:07:11 -04:00
MidnightLink
3c93eb892e
Update RatRig.idx
Added 1.0.3 changes
2024-03-09 19:25:33 -05:00
MidnightLink
0a2f244443
Update RatRig.ini
Update start_gcode to RatRig recommended.
Updated flavor to klipper
2024-03-09 19:20:10 -05:00