Filip Sykala - NTB T15p
79a7f588b9
Merge branch 'et_world_coordinates' into fs_emboss
...
# Conflicts:
# src/libslic3r/CMakeLists.txt
# src/libslic3r/Format/3mf.cpp
# src/libslic3r/Model.hpp
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/GUI_App.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Selection.cpp
# src/slic3r/GUI/Selection.hpp
2022-07-20 13:02:07 +02:00
David Kocik
89e288dcf8
Propagate resolved ip address to the UI layer (both upload dialog and notification)
2022-07-17 18:40:07 +02:00
Filip Sykala
e50e999b8e
Merge branch 'master' into fs_emboss
2022-03-25 09:16:01 +01:00
David Kocik
9ece7c0ad4
Rendering of regular text after hypertext in regular notifications.
...
(Using code from Hint notification)
2022-03-24 12:37:55 +01:00
Filip Sykala
583babb3b4
Merge branch 'master' into fs_emboss
2022-03-24 11:48:09 +01:00
David Kocik
1f362afb24
Fixes after CR
...
Most important:
Change Download dialog to select path there.
Every user query triggers new download of version file, possibly stops former download (with dialog).
Some functions refactored.
2022-03-23 09:34:12 +01:00
David Kocik
43124979e5
app updater feature
...
checks online version file
offers download of new version of slicer
download with notification
opens instalator or target folder
2022-03-23 09:34:12 +01:00
Filip Sykala
ef420c9b72
@david suggestion on Notification not steel focus
2022-03-22 17:04:28 +01:00
YuSanka
d1523d2a6b
Localization: Updated POT and dictionaries for CZ, PL, IT, ES, DE, FR
...
+ Fixed phrases in Tab.cpp, hints.ini, NotificationManager.cpp
+ POs for CA, KR, NL, BR, RU, TR, UK, ZH are merged with new POT
+ Updated all MO files
2022-01-20 14:18:55 +01:00
David Kocik
3f14484eca
Moved Odaki's implemetation of searching for end of utf8 sequence to separate function.
...
+ Fix of 0xC0 in trailer bytes
followup on fff862a5ae4b013f9a4ca20161b514f7fb0574e8
2022-01-05 14:45:56 +01:00
David Kocik
15104cb787
Load basic notifications later so the translations are correct.
2021-12-02 13:57:49 +01:00
David Kocik
d60bbc382d
few asserts in notifications manager
2021-12-02 13:57:02 +01:00
David Kocik
f2d53bc389
Fix of #7313
...
Missing boolean change.
Test string length before substr in text rendering.
2021-11-18 16:29:12 +01:00
David Kocik
059e4f8cf1
Commented code for different icon for UpdatedItemsInfo Notification.
2021-11-15 13:54:02 +01:00
enricoturri1966
5dfba04e02
Added missing include
2021-11-15 09:02:21 +01:00
YuSanka
a6863961f7
Localization + new POT
...
+ added hyperlinks for Ironing parameters
2021-11-15 08:32:40 +01:00
David Kocik
43986c2896
Changes in notifying about new releases.
...
- Unified preferences settings. version_check option is replaced with notify_release that has 3 states.
- fixed logic when show notification based on version string.
- notification shows released version
- dialog notifying new version is never showing if external updater is running.
Escape quotes inside path to external updater
2021-11-10 15:27:46 +01:00
David Kocik
8bf4408731
Fix of #7170 . Delayed notification is not moved until push will succeed.
2021-11-02 10:51:45 +01:00
Vojtech Bubnik
f9e3e1d9fd
Fixed spelling error get_standart_duration -> get_standard_duration
2021-10-22 14:02:53 +02:00
David Kocik
5946989c21
Stop giving notifications focus on hover.
2021-10-18 15:02:13 +02:00
David Kocik
81cb190e2f
Export ongoing notification with delay 1000ms to prevent quick opening and closing on fast systems
2021-10-15 15:04:44 +02:00
David Kocik
c4f78fcdc9
Check version string for alpha and beta release versions.
...
Preferences setting to show / not show alpha beta releases.
2021-10-11 10:01:48 +02:00
David Kocik
d5d106fe61
Netfabb finished notification, fix of #7067
2021-10-06 13:07:38 +02:00
David Kocik
1edbdcfecf
remove simplify suggestion function
2021-10-01 15:45:58 +02:00
David Kocik
29aab3a426
PrintInfoNotificationLevel with icon
2021-10-01 15:03:40 +02:00
David Kocik
b1c1055963
Close updated item info notification at new item loading
2021-10-01 10:08:19 +02:00
David Kocik
117c4a432e
Object info notification level
2021-10-01 10:08:19 +02:00
David Kocik
213add1b2b
Revert Object warning notification to SimplifySuggestion
...
followup of commit 0d0c09288058ee0b3e5565f3087321cd530038d6.
2021-10-01 10:08:19 +02:00
David Kocik
4e63f873da
Slicing complete notification fades out after 2 seconds. Issue #7017 .
2021-09-29 10:01:13 +02:00
David Kocik
976ef2c1b9
Progress bar notifications and Export finished notification changes.
...
Export Finished notification ejecting state.
Slicing began state in progress notification.
Timing of progress bar notifications. Progress indicator disappears instantly at 100%. While slicing goes into Slicing Finished without fade out.
Preventing of negative growth of slicing progress bar.
Slicing progress bar - Negative percent value means now No info rather than Canceled.
Hiding slicing progress at printer technology change.
2021-09-23 16:15:39 +02:00
David Kocik
6ca474192f
Fix of hidden progress bar in progress indicator notification
2021-09-23 15:01:19 +02:00
David Kocik
7dabcf0646
Slicing progress notification cancel button hides notification if process is idle.
2021-09-20 11:22:00 +02:00
David Kocik
b9dab7540e
Removes bottom status bar.
...
StatusBar class calls are commented out and replaced with notifications.
SlicicingProgress notification shows progress of slicing, ProgressIndicator notification handles other progress information, like arrange objects etc.
2021-09-10 14:35:13 +02:00
David Kocik
0d0c092880
Object warning notification
...
Opens when loading object, closes at deletion.
Replaces SimplifySuggesion.
2021-09-10 10:47:07 +02:00
David Kocik
42f4de94df
Calling destructor of notifications manager and hint database
...
Ensures to translate hints after change of language
2021-09-02 09:48:06 +02:00
David Kocik
04778e0fa5
delayed notifications: custom condition function for showing and refactoring
2021-08-31 10:34:47 +02:00
David Kocik
b5742eabe0
Delayed notifications list
...
Hint notification is delayed until empty notifications
2021-08-30 16:38:58 +02:00
David Kocik
e6bae06557
Notice dialog when opening any link outside PrusaSlicer
2021-08-25 15:07:38 +02:00
Vojtech Bubnik
07186dac99
Improved wording of "does not look like a sign" notification.
2021-08-20 16:47:01 +02:00
David Kocik
4df2c969a5
Hint notification
...
changes in hints.ini
Hint notification: Just one button in Help menu.
Hint notification: New naming - Tip of the day
Notifications: no scrolling.
Hint notification: fadeout colors.
2021-08-11 17:15:23 +02:00
David Kocik
d735dbe147
Updated Items Info notification
...
Showing only when new object is added (typically loading projects).
All info in 1 notification.
2021-08-11 09:24:14 +02:00
David Kocik
06d27bcb3c
Hints notification
...
Hints notification: enabled / disabled tags
Hints notification: suppress opening url due to preferences.
Hint notification: close after 5 minutes and button in Help menu
2021-08-10 14:48:23 +02:00
Lukas Matena
a5ebd45d4d
Renamed 'MMU segmentation; to 'Multimaterial painting'
2021-08-10 11:26:46 +02:00
David Kocik
aa17d54eda
Update item info notification with icon
2021-07-29 16:52:08 +02:00
David Kocik
aebbafc75c
Validate Error notification
2021-07-29 13:59:25 +02:00
David Kocik
0d74502aeb
Hint notification
...
Reads data from hints.ini. Has hyperlinks to highlight settings, toolbars and gizmos.
2021-07-29 13:20:50 +02:00
Lukáš Hejl
4d2bee36e5
Fixed some compiler warnings.
2021-07-21 12:54:28 +02:00
David Kocik
029330d656
fix of infinite loop in notification lines calulating #6583
2021-07-02 15:13:03 +02:00
David Kocik
635bf8d9f1
Notifications: Calculating space left for hypertext with escaped text
2021-05-20 13:09:45 +02:00
David Kocik
fabaee10a8
Additional controls in NotificationManager
2021-05-11 09:35:25 +02:00