[qt/qt/qttools]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qttools Pushed by mirror-service into branch 'dev'. Changed from 4a02634c83782217e3bfe4170dc1940094fecd87 to 20b942e3f1dad4fbb55870a5445fac6d88e718ea Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit e1a743bebb583127c83d0d58e03e2ee8cc9f0eed by Masoud Jami on 22/07/2026 at 10:27.. Linguist: Document security considerations for AI translation AI translation sends the source strings and the API key to a user-configured server, and inserts the returned text into the TS file. Add a "Security considerations" section to the AI translation manual page to cover network egress of source text, plain transmission over http, handling of the API key, and reviewing AI generated translations before applying them. Task-number: QTBUG-147938 Fixes: QTBUG-148063 Fixes: QTBUG-148065 Pick-to: 6.12 Change-Id: I3871cbd69abf76b66d6af6dfa4dcad2dd58d40bd Reviewed-by: Kai Köhne <[email protected]> https://invent.kde.org/qt/qt/qttools/-/commit/e1a743bebb583127c83d0d58e03e2ee8cc9f0eed Git commit 20b942e3f1dad4fbb55870a5445fac6d88e718ea by Paul Wicking on 22/07/2026 at 10:29.. QDoc: Preserve \brief casing when nothing is stripped A brief's leading words are often filler that restates its context — "The", the class name, "is", "a", and similar words that add nothing once a brief appears next to the name it describes. QDoc strips those words and then capitalizes the first surviving word so the shortened brief still reads as a proper sentence. This is done unconditionally, even if there are no leading words to remove. This may mangle briefs that begin with e.g. a function name. QDoc now capitalizes the first word only if actually trimming the brief. A brief that deliberately opens in lowercase keeps its original casing, while briefs that lose their filler words still gain a proper sentence start. Fixes: QTBUG-147652 Change-Id: I9c515d4b857dd959921e858a14c6500598899e1b Reviewed-by: David Boddie <[email protected]> https://invent.kde.org/qt/qt/qttools/-/commit/20b942e3f1dad4fbb55870a5445fac6d88e718ea