Skip to content

Commit 4dd59a3

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fix/bug-75742
2 parents ff17ae1 + 4d7bf67 commit 4dd59a3

33 files changed

+3068
-293
lines changed
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>ONLYOFFICE Release Notes</title>
6+
<style type="text/css">
7+
/* variables */
8+
:root {
9+
--color-black: #141923;
10+
--color-white: #fff;
11+
--color-gray-100: #f7fafc;
12+
--color-gray-200: #edf2f7;
13+
--color-gray-300: #e2e8f0;
14+
--color-gray-400: #cbd5e0;
15+
--color-gray-500: #a0aec0;
16+
--color-gray-600: #718096;
17+
--color-gray-700: #4a5568;
18+
--color-gray-800: #2d3748;
19+
--color-gray-900: #1a202c;
20+
}
21+
body {
22+
background: var(--color-white);
23+
color: var(--color-gray-800);
24+
font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
25+
}
26+
h1, h2, h3 {
27+
color: var(--color-gray-800);
28+
font-weight: normal;
29+
font-style: normal;
30+
}
31+
h1 {
32+
font-size: 1.7em;
33+
}
34+
h2 {
35+
font-size: 1.4em;
36+
font-weight: lighter;
37+
}
38+
h4 {
39+
font-size: 1.2em;
40+
font-weight: lighter;
41+
}
42+
code {
43+
background: var(--color-gray-200);
44+
font-family: monospace;
45+
padding: 1px 5px;
46+
}
47+
ul {
48+
padding: 8.1.3 20px;
49+
}
50+
li {
51+
margin-left: 20px;
52+
margin-bottom: 0.2em;
53+
padding: 0;
54+
}
55+
hr {
56+
margin: 20px 0;
57+
border: var(--color-gray-400) solid 0.5px;
58+
}
59+
.releasedate {
60+
color: var(--color-gray-600);
61+
font-weight: lighter;
62+
}
63+
64+
/* prefers light mode */
65+
@media (prefers-color-scheme: dark) {
66+
body {
67+
background: var(--color-gray-900);
68+
color: var(--color-gray-200);
69+
}
70+
71+
h1, h2, h3 {
72+
color: var(--color-white);
73+
}
74+
75+
code {
76+
background: var(--color-gray-800);
77+
color: var(--color-gray-200);
78+
}
79+
80+
.releasedate {
81+
color: var(--color-gray-600);
82+
}
83+
}
84+
</style>
85+
</head>
86+
<body>
87+
<div class="version">
88+
<h1>ONLYOFFICE 9.0.3<span class="releasedate"> - {{DATE}}</span></h1>
89+
90+
<h2>Fixes</h2>
91+
92+
<h4>All Editors</h4>
93+
<ul>
94+
<li>The display of the cursor and text selection is now limited by the size of the object/shape</li>
95+
<li>Fixed some icons for Modern themes when the interface scale is higher than 200%</li>
96+
<li>Improved appearance of the autoshape Merge/Flip icons for the Modern themes</li>
97+
<li>Fixed the application freezes on the first launch during the template preview generation process</li>
98+
<li>Fixed the ability to paste code in the Macros window</li>
99+
<li>Fixed work of the Open existing file (Open Document) shortcut on the Home page</li>
100+
<li>Improved display of icons for Clouds connection on the main page of the application</li>
101+
<li>Changed the font for the Urdu Interface language</li>
102+
<li>Fixed pausing when connecting to the portal if the debug window is open</li>
103+
</ul>
104+
<h4>Document Editor</h4>
105+
<ul>
106+
<li>Fixed stopping work of the editor when editing footer in some <code>DOCX</code> files</li>
107+
<li>Fixed errors during Compare/Combine/Text from file operations with files containing images</li>
108+
<li>Fixed a crash when restoring a placeholder with a list when deleting Content Control content</li>
109+
<li>Fixed significant increasing of the file size due to including CJK fonts when exporting to <code>PDF</code></li>
110+
<li>Fixed auto-detection of the document language in the text with the Text Direction > RTL option</li>
111+
</ul>
112+
<h4>Spreadsheet Editor</h4>
113+
<ul>
114+
<li>Fixed stopping work of the editor when trying to reference a cell with a formula</li>
115+
<li>Fixed appearing the #NAME error in the final file when using a custom function and exporting to <code>PDF</code></li>
116+
<li>Fixed a problem with saving custom function to a file</li>
117+
<li>Fixed an issue with autofitting row height when changing column width if Wrap Text is applied to a cell</li>
118+
<li>Fixed display of the Zoom option value in the bottom toolbar in RTL UI with the Sheet RTL option disabled</li>
119+
<li>Fixed the incorrect position of the percent sign in the status bar for Zoom with Chinese (Simplified)</li>
120+
<li>Fixed stopping work of the application when exporting a spreadsheet to <code>PDF</code></li>
121+
</ul>
122+
<h4>Presentation Editor</h4>
123+
<ul>
124+
<li>Fixed stopping work of the editor when applying some animations from the Emphasis Effects section to an image</li>
125+
<li>Fixed the editor crash when deleting slides sequentially from preview panel</li>
126+
<li>Fixed stopping work of the editor when copying all content on the slide in some <code>PPTX</code> files</li>
127+
<li>Fixed incorrect translations of tools in the Draw menu of the Presenter View window</li>
128+
<li>Fixed changing word order in the bidirectional text when opening some <code>PPTX</code> files in the application</li>
129+
</ul>
130+
<h4>Forms</h4>
131+
<ul>
132+
<li>Fixed stopping work of the editor after applying the TextArt setting to the Signature field</li>
133+
<li>Fixed stopping work of the editor when restoring a file connection after a long period of inactivity</li>
134+
<li>Fixed cursor change for Content Control buttons</li>
135+
<li>Fixed missing the Clear Fields icons in the form viewing mode for the Modern themes</li>
136+
</ul>
137+
<h4>PDF Editor</h4>
138+
<ul>
139+
<li>Fixed stopping work of the editor when performing Cut/Paste operations simultaneously on the thumbnail panel</li>
140+
<li>Fixed display of the text after breaking and restoring a session when working with some <code>PDF</code> files</li>
141+
<li>Fixed saving form field settings when there are no other changes in the editor</li>
142+
<li>Blocked the ability to change the contents of the document when the connection is lost</li>
143+
<li>Fixed an error when trying to copy page contents from the thumbnail panel for <code>XPS/DjVu</code> formats</li>
144+
<li>Blocked the ability to display of the form field titles in the embedded mode</li>
145+
<li>Fixed display of the form field highlight when undoing and redoing actions</li>
146+
<li>Fixed blocking the ability to enter text immediately after inserting a Text Comment</li>
147+
<li>Fixed an error that occurred in the application when quickly opening several documents one after another</li>
148+
</ul>
149+
<h4>Diagram</h4>
150+
<ul>
151+
<li>Fixed display of the slide in the working area when opening some <code>VSTX</code> files</li>
152+
</ul>
153+
<h4>Convert</h4>
154+
<ul>
155+
<li>Fixed crash when converting some <code>DOCX</code> files to an image</li>
156+
<li>Fixed crash when converting some <code>HWP</code> files to the binary format</li>
157+
<li>Fixed endless conversion of some <code>HWP</code> files to the binary format</li>
158+
<li>Fixed endless conversion of some <code>DOC</code> files to the binary format</li>
159+
<li>Fixed the appearance of an error when opening the result of converting some <code>HWP</code> files to <code>DOCX</code> in third-party editors</li>
160+
<li>Fixed crash when converting some <code>DOC</code> files to the binary format</li>
161+
<li>Fixed the appearance of an error when opening the result of converting some <code>XLS</code> files to <code>XLSX</code> in third-party editors</li>
162+
<li>Fixed crash when converting some <code>DOCX</code> files to the binary format</li>
163+
<li>Fixed the difference in display of autoshapes after converting some <code>VSDX</code> files to <code>PNG</code></li>
164+
</ul>
165+
</div>
166+
</body>
167+
</html>
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>История изменений ONLYOFFICE</title>
6+
<style type="text/css">
7+
/* variables */
8+
:root {
9+
--color-black: #141923;
10+
--color-white: #fff;
11+
--color-gray-100: #f7fafc;
12+
--color-gray-200: #edf2f7;
13+
--color-gray-300: #e2e8f0;
14+
--color-gray-400: #cbd5e0;
15+
--color-gray-500: #a0aec0;
16+
--color-gray-600: #718096;
17+
--color-gray-700: #4a5568;
18+
--color-gray-800: #2d3748;
19+
--color-gray-900: #1a202c;
20+
}
21+
body {
22+
background: var(--color-white);
23+
color: var(--color-gray-800);
24+
font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
25+
}
26+
h1, h2, h3 {
27+
color: var(--color-gray-800);
28+
font-weight: normal;
29+
font-style: normal;
30+
}
31+
h1 {
32+
font-size: 1.7em;
33+
}
34+
h2 {
35+
font-size: 1.4em;
36+
font-weight: lighter;
37+
}
38+
h4 {
39+
font-size: 1.2em;
40+
font-weight: lighter;
41+
}
42+
code {
43+
background: var(--color-gray-200);
44+
font-family: monospace;
45+
padding: 1px 5px;
46+
}
47+
ul {
48+
padding: 8.1.3 20px;
49+
}
50+
li {
51+
margin-left: 20px;
52+
margin-bottom: 0.2em;
53+
padding: 0;
54+
}
55+
hr {
56+
margin: 20px 0;
57+
border: var(--color-gray-400) solid 0.5px;
58+
}
59+
.releasedate {
60+
color: var(--color-gray-600);
61+
font-weight: lighter;
62+
}
63+
64+
/* prefers light mode */
65+
@media (prefers-color-scheme: dark) {
66+
body {
67+
background: var(--color-gray-900);
68+
color: var(--color-gray-200);
69+
}
70+
71+
h1, h2, h3 {
72+
color: var(--color-white);
73+
}
74+
75+
code {
76+
background: var(--color-gray-800);
77+
color: var(--color-gray-200);
78+
}
79+
80+
.releasedate {
81+
color: var(--color-gray-600);
82+
}
83+
}
84+
</style>
85+
</head>
86+
<body>
87+
<div class="version">
88+
<h1>ONLYOFFICE 9.0.3<span class="releasedate"> - {{DATE}}</span></h1>
89+
90+
<h2>Fixes</h2>
91+
92+
<h4>All Editors</h4>
93+
<ul>
94+
<li>The display of the cursor and text selection is now limited by the size of the object/shape</li>
95+
<li>Fixed some icons for Modern themes when the interface scale is higher than 200%</li>
96+
<li>Improved appearance of the autoshape Merge/Flip icons for the Modern themes</li>
97+
<li>Fixed the application freezes on the first launch during the template preview generation process</li>
98+
<li>Fixed the ability to paste code in the Macros window</li>
99+
<li>Fixed work of the Open existing file (Open Document) shortcut on the Home page</li>
100+
<li>Improved display of icons for Clouds connection on the main page of the application</li>
101+
<li>Changed the font for the Urdu Interface language</li>
102+
<li>Fixed pausing when connecting to the portal if the debug window is open</li>
103+
</ul>
104+
<h4>Document Editor</h4>
105+
<ul>
106+
<li>Fixed stopping work of the editor when editing footer in some <code>DOCX</code> files</li>
107+
<li>Fixed errors during Compare/Combine/Text from file operations with files containing images</li>
108+
<li>Fixed a crash when restoring a placeholder with a list when deleting Content Control content</li>
109+
<li>Fixed significant increasing of the file size due to including CJK fonts when exporting to <code>PDF</code></li>
110+
<li>Fixed auto-detection of the document language in the text with the Text Direction > RTL option</li>
111+
</ul>
112+
<h4>Spreadsheet Editor</h4>
113+
<ul>
114+
<li>Fixed stopping work of the editor when trying to reference a cell with a formula</li>
115+
<li>Fixed appearing the #NAME error in the final file when using a custom function and exporting to <code>PDF</code></li>
116+
<li>Fixed a problem with saving custom function to a file</li>
117+
<li>Fixed an issue with autofitting row height when changing column width if Wrap Text is applied to a cell</li>
118+
<li>Fixed display of the Zoom option value in the bottom toolbar in RTL UI with the Sheet RTL option disabled</li>
119+
<li>Fixed the incorrect position of the percent sign in the status bar for Zoom with Chinese (Simplified)</li>
120+
<li>Fixed stopping work of the application when exporting a spreadsheet to <code>PDF</code></li>
121+
</ul>
122+
<h4>Presentation Editor</h4>
123+
<ul>
124+
<li>Fixed stopping work of the editor when applying some animations from the Emphasis Effects section to an image</li>
125+
<li>Fixed the editor crash when deleting slides sequentially from preview panel</li>
126+
<li>Fixed stopping work of the editor when copying all content on the slide in some <code>PPTX</code> files</li>
127+
<li>Fixed incorrect translations of tools in the Draw menu of the Presenter View window</li>
128+
<li>Fixed changing word order in the bidirectional text when opening some <code>PPTX</code> files in the application</li>
129+
</ul>
130+
<h4>Forms</h4>
131+
<ul>
132+
<li>Fixed stopping work of the editor after applying the TextArt setting to the Signature field</li>
133+
<li>Fixed stopping work of the editor when restoring a file connection after a long period of inactivity</li>
134+
<li>Fixed cursor change for Content Control buttons</li>
135+
<li>Fixed missing the Clear Fields icons in the form viewing mode for the Modern themes</li>
136+
</ul>
137+
<h4>PDF Editor</h4>
138+
<ul>
139+
<li>Fixed stopping work of the editor when performing Cut/Paste operations simultaneously on the thumbnail panel</li>
140+
<li>Fixed display of the text after breaking and restoring a session when working with some <code>PDF</code> files</li>
141+
<li>Fixed saving form field settings when there are no other changes in the editor</li>
142+
<li>Blocked the ability to change the contents of the document when the connection is lost</li>
143+
<li>Fixed an error when trying to copy page contents from the thumbnail panel for <code>XPS/DjVu</code> formats</li>
144+
<li>Blocked the ability to display of the form field titles in the embedded mode</li>
145+
<li>Fixed display of the form field highlight when undoing and redoing actions</li>
146+
<li>Fixed blocking the ability to enter text immediately after inserting a Text Comment</li>
147+
<li>Fixed an error that occurred in the application when quickly opening several documents one after another</li>
148+
</ul>
149+
<h4>Diagram</h4>
150+
<ul>
151+
<li>Fixed display of the slide in the working area when opening some <code>VSTX</code> files</li>
152+
</ul>
153+
<h4>Convert</h4>
154+
<ul>
155+
<li>Fixed crash when converting some <code>DOCX</code> files to an image</li>
156+
<li>Fixed crash when converting some <code>HWP</code> files to the binary format</li>
157+
<li>Fixed endless conversion of some <code>HWP</code> files to the binary format</li>
158+
<li>Fixed endless conversion of some <code>DOC</code> files to the binary format</li>
159+
<li>Fixed the appearance of an error when opening the result of converting some <code>HWP</code> files to <code>DOCX</code> in third-party editors</li>
160+
<li>Fixed crash when converting some <code>DOC</code> files to the binary format</li>
161+
<li>Fixed the appearance of an error when opening the result of converting some <code>XLS</code> files to <code>XLSX</code> in third-party editors</li>
162+
<li>Fixed crash when converting some <code>DOCX</code> files to the binary format</li>
163+
<li>Fixed the difference in display of autoshapes after converting some <code>VSDX</code> files to <code>PNG</code></li>
164+
</ul>
165+
</div>
166+
</body>
167+
</html>

win-linux/defaults.pri

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,10 @@ SOURCES += \
155155
$$PWD/src/cthemes.cpp
156156

157157
updmodule:!build_xp {
158-
HEADERS += $$PWD/src/cupdatemanager.h
159-
SOURCES += $$PWD/src/cupdatemanager.cpp
158+
HEADERS += $$PWD/src/cupdatemanager.h \
159+
$$PWD/src/components/cnotification.h
160+
SOURCES += $$PWD/src/cupdatemanager.cpp \
161+
$$PWD/src/components/cnotification.cpp
160162
}
161163

162164
RESOURCES += $$PWD/resources.qrc
@@ -228,8 +230,10 @@ core_linux {
228230
$$PWD/extras/update-daemon/src/classes/csocket.cpp
229231

230232
updmodule {
233+
QT += dbus
231234
HEADERS += $$PWD/src/platform_linux/updatedialog.h
232235
SOURCES += $$PWD/src/platform_linux/updatedialog.cpp
236+
PKGCONFIG += libnotify
233237
}
234238

235239
CONFIG += link_pkgconfig
@@ -277,8 +281,10 @@ core_windows {
277281
updmodule:!build_xp {
278282
INCLUDEPATH += $$PWD/extras/update-daemon/src/classes
279283
HEADERS += $$PWD/src/platform_win/updatedialog.h \
284+
$$PWD/src/platform_win/wintoastlib.h \
280285
$$PWD/extras/update-daemon/src/classes/csocket.h
281286
SOURCES += $$PWD/src/platform_win/updatedialog.cpp \
287+
$$PWD/src/platform_win/wintoastlib.cpp \
282288
$$PWD/extras/update-daemon/src/classes/csocket.cpp
283289
}
284290

win-linux/extras/update-daemon/UpdateDaemon.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(common.pri)
44

55
DEFINES += COPYRIGHT_YEAR=$${CURRENT_YEAR}
66
DEFINES += APP_ICON_PATH=\"./icons/desktopeditors.ico\"
7-
DEFINES += APP_LANG_PATH=\"./langs/langs.iss\"
7+
DEFINES += APP_LANG_PATH=\"./langs/langs.bin\"
88

99
ENV_URL_APPCAST_MAIN = $$(DESKTOP_URL_UPDATES_MAIN_CHANNEL)
1010
!isEmpty(ENV_URL_APPCAST_MAIN) {
@@ -30,4 +30,4 @@ core_linux {
3030
QMAKE_EXTRA_COMPILERS += glib_resources
3131
}
3232

33-
OTHER_FILES += $$PWD/res/langs/langs.iss
33+
OTHER_FILES += $$PWD/res/langs/langs.isl

win-linux/extras/update-daemon/res/gresource.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<gresources>
33
<gresource prefix="/">
4-
<file>langs/langs.iss</file>
4+
<file>langs/langs.bin</file>
55
</gresource>
66
</gresources>
77

48.2 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)