Principles of removal:
1. Don't translate common symbols such as mm/s, °C, etc.,
they are the same in most languages.
2. Don't translate professional terminology, such as CoreXY,
I3, PLA, TPU, HMS, etc.
3. Don't use unicode codes, use symbols instead. Eg. \u2103 -> °C.
Dont' worry, gettext and modern compilers can recognize them.
4. Fix some encoding warnings (don't use GB2312, use UTF-8 instead).
jira: none
Change-Id: Ifa847d4f32a6f8dcba660ae2026ad09fc914c7fb
1. modify closing behavior
2. dailytips can adjust self size according to the canvas size. And also adjust
GodeViewer legend window size
3. fix a button text encoding bug
4. support vertical/horizontal layout(horizontal layout currently not used)
jira: new
Change-Id: I8e0b6e85c455d0608d7388fb441829c1991ad01f
jira: STUDIO-4980、STUDIO-4981
1. STUDIO-4980 fix that there is a incorrect image display in first page of dailytips
2. STUDIO-4981 fix some UI element display issue in dark mode: expand
button color、image tint color
3. modify some tips content provided by salt.wei
Change-Id: Ie85da2f049b89f0358b19f587ce7aa7cce0164c7
jira: new
1. Refactor the UI:
put dailytips into slicing notification
add image for dailytips
adjust Layout and UI control
adapts retina scale, adapts dark mode color
2. New Features
ability to expand/collapse the dailytips
ability to freely go to next/prev page of dailytips
show a random dailytip each time when begin to slice
ability to remember the default statet add .
of whether expand the dailytips
3. Remove original hintNotification related logic
Change-Id: I99bfa8c19c9417d25cb2f6e205f5e66b7680b189