From eab4e056bc27a2e8fa219f5be70b2b5e034731a1 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 24 Jun 2019 16:35:43 +0200 Subject: [PATCH 1/2] Small fixes in French translation Change-Id: I86816eb8e1d0f7b439532b9196aa28a8119e5234 Fixes: QTCREATORBUG-22613 Reviewed-by: Jocelyn Turcotte --- share/qtcreator/translations/qtcreator_fr.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/translations/qtcreator_fr.ts b/share/qtcreator/translations/qtcreator_fr.ts index f1677fa36e3..95808e6d7b9 100644 --- a/share/qtcreator/translations/qtcreator_fr.ts +++ b/share/qtcreator/translations/qtcreator_fr.ts @@ -1,6 +1,6 @@ - + Application @@ -42412,7 +42412,7 @@ au gestionnaire de version (%2) Set Message Tracepoint at Line %1... - Définir un message de traçace à la ligne %1... + Définir un message de traçage à la ligne %1... Disassemble Function "%1" @@ -70891,7 +70891,7 @@ réinitialisation du moniteur Get Started Now attention à la longueur du texte, doit reste petit - Démarrer + Démarrer Online Community From 8181363fa90eb651591bf71e1a840e1c998429f4 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 24 Jun 2019 20:39:35 +0200 Subject: [PATCH 2/2] Add changes file for 4.9.2 Change-Id: Icce93b9daed51603093cf1efe8c904253984351b Reviewed-by: Leena Miettinen --- dist/changes-4.9.2.md | 56 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 dist/changes-4.9.2.md diff --git a/dist/changes-4.9.2.md b/dist/changes-4.9.2.md new file mode 100644 index 00000000000..bc998608188 --- /dev/null +++ b/dist/changes-4.9.2.md @@ -0,0 +1,56 @@ +# Qt Creator 4.9.2 + +Qt Creator version 4.9.2 contains bug fixes. + +The most important changes are listed in this document. For a complete +list of changes, see the Git log for the Qt Creator sources that +you can check out from the public Git repository. For example: + + git clone git://code.qt.io/qt-creator/qt-creator.git + git log --cherry-pick --pretty=oneline origin/v4.9.1..v4.9.2 + +## General + +* Fixed display of shortcuts in `Keyboard` preferences (QTCREATORBUG-22333) + +## Editing + +* Fixed disabled editor close button in Design mode (QTCREATORBUG-22553) + +### Syntax Highlighting + +* Fixed highlighting issue while editing (QTCREATORBUG-22290) + +## All Projects + +* Fixed saving state of `Hide Empty Directories` +* Fixed crash that could happen after project parsing failed + +## C++ Support + +* Fixed expansion of `%DATE%` in license templates (QTCREATORBUG-22440) + +## Qt Quick Designer + +* Fixed crash on malformed QML (QDS-778) + +## Platform Specific + +### macOS + +* Re-enabled graphics card switching that was disabled as a workaround + for OpenGL issues on macOS 10.14.4 (QTCREATORBUG-22215) + +## Credits for these changes go to: + +Christian Kandeler +Christian Stenger +David Schulz +Eike Ziller +Leena Miettinen +Michl Voznesensky +Robert Löhning +Thomas Hartmann +Tim Jenssen +Tobias Hunger +Ulf Hermann