SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libqt5-creator-4.12.2-15.3.x86_64.rpm :

* Fri Jun 05 2020 Christophe Giboudeaux - Disable LTO. This is causing a build error.
* Wed Jun 03 2020 Christophe Giboudeaux - Update to 4.12.2 https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.12.2.md
* Fixed line and column support for opening files with Locator
* Fixed crash with QML Preview
* Fixed issue with Clazy 1.6
* Fixed persistence of diagnostics configurations
* Fixed persistence of license template setting
* Wed May 20 2020 Christophe Giboudeaux - Update to 4.12.1. https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.12.1.md?h=4.12
* Fixed crash when changing font settings
* Fixed availability of `Link with Qt` information on startup
* Fixed crash when loading settings from Qt Creator < 4.11
* Fixed semantic highlighting
* Fixed wrong symbol highlighting
* Fixed warning for `palette` property- Drop android-guard-against-kits-without-qt-version.patch. Fixed upstream.- Rebase 0001-Fix-build-with-openSUSE-clang9-package.patch
* Tue May 05 2020 Fabian Vogt - Add patch to fix crash on startup (boo#1170872, QTCREATORBUG-23963):
* android-guard-against-kits-without-qt-version.patch
* Thu Apr 30 2020 Fabian Vogt - Set QBS_INSTALL_DIR to also build the qbsprojectmanager plugin
* Thu Apr 23 2020 Fabian Vogt - Update to 4.12.0:
* Added browser for Marketplace items to Welcome mode
* Added option to register documentation only for highest Qt version, and made that default
* Updated QML parser to Qt 5.15
* Changed to use separate Qbs executable instead of direcly linking to Qbs
* And much more. Full changelog on https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.12.0.md?h=4.12- Dropped unneeded exporting of LLVM_INSTALL_DIR- Don\'t build the bundled Qbs anymore
* Wed Apr 01 2020 Christophe Giboudeaux - Update to 4.11.2.
* Improved performance of highlighting
* Fixed that `Rewrap Paragraph` split on non-breaking space
* Fixed freeze with block selection
* Fixed high CPU usage after scrolling horizontally
* Fixed scroll position after splitting if text cursor is not visible
* Fixed position of markers in scrollbar for long documents
* Fixed warnings in files generated by Python file wizard
* Fixed issue with server restart after server crash
* Fixed wrong default project for adding files via wizards
* Fixed startup if `_NT_DEBUGGER_EXTENSION_PATH` is set
* Fixed debugging of Qt Quick tests
* Fri Feb 14 2020 Christophe Giboudeaux - Raise the disk space and set a minimum memory in _constraints.
* Thu Feb 06 2020 Christophe Giboudeaux - Update to 4.11.1. Check https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.11.1.md?h=4.11 for the complete changelog.
* Thu Dec 12 2019 Christophe Giboudeaux - Update to 4.11.0.
* Check https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.11.0.md?h=4.11 for the changelog.
* Wed Dec 04 2019 Christophe Giboudeaux - Update to 4.11-rc1.
* Check https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.11.0.md?h=4.11 for the changelog.- Add 0001-Fix-build-with-openSUSE-clang9-package.patch to work around https://bugreports.qt.io/browse/QTCREATORBUG-23172.
* Tue Nov 05 2019 Christophe Giboudeaux - Update to 4.10.2
* General - Added experimental SerialTerminal plugin to prebuilt binaries
* CMake - Fixed issue with deployment to remote Linux devices (QTCREATORBUG-21235)
* Qbs - Fixed executable path in run configuration when custom installation directory is specified (QTCREATORBUG-23039)
* Debugging - Fixed crash when logging output (QTCREATORBUG-22733) - Fixed crash when removing previously dragged breakpoint (QTCREATORBUG-23107) - Fixed highlighting of watch item when value changes
* GTest - Fixed `Run Under Cursor` (QTCREATORBUG-23068)
* Boost - Fixed handling of parameterized tests
* Tue Oct 15 2019 Christophe Giboudeaux - Update to 4.10.1
* Editing - Fixed file saving with some text encodings - Fixed `Preserve case` in advanced search and replace (QTCREATORBUG-19696) - Fixed crash when changing editor font (QTCREATORBUG-22933)
* Help - Fixed that text moved around when resizing and zooming (QTCREATORBUG-4756)
* All Projects - Fixed `Qt Creator Plugin` wizard (QTCREATORBUG-22945)
* Debugging - Fixed more layout restoration issues (QTCREATORBUG-22286, QTCREATORBUG-22415, QTCREATORBUG-22938)
* LLDB - Fixed wrong empty command line argument when debugging (QTCREATORBUG-22975)
* Qt Quick Designer - Removed transformations from list of unsupported types - Fixed update of animation curve editor
* Thu Sep 19 2019 Herbert Graeber - Add new pri file to plugin-devel subpackage
* Mon Sep 09 2019 Stefan BrĂ¼ns - Cleanup spec file, remove any conditionals for Leap 42.x and older.- Use correct Requires for Clang header files, located in libclang package since Clang 6.
* Thu Sep 05 2019 Fabian Vogt - Update to 4.10.0 final:
* No changelog available
* Wed Sep 04 2019 Wolfgang Bauer - Add libqt5-qttools-doc BuildRequires to fix build after the recent dependency changes in libqt5-qttools
* Fri Aug 02 2019 Fabian Vogt - Update to 4.10.0 RC1:
* Language Server Client is now longer experimental
* For an overview of new features in the 4.10 series, see https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.10.0.md?h=4.10- Drop fix-build-isystem.patch. Merged upstream.
* Sat Jun 29 2019 Fabian Vogt - Update to 4.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)
* Wed Jun 05 2019 Christophe Giboudeaux - Update the \'License:\' tag.
* Fri May 31 2019 Fabian Vogt - Update to 4.9.1:
* Editing + Fixed folding for generic highlighter (QTCREATORBUG-22346)
* QMake Projects + Fixed unnecessary reparsing on file save (QTCREATORBUG-22361) + Fixed code model for generated files when specified in `.pri` file (QTCREATORBUG-22395)
* CMake Projects + Fixed deployment with `QtCreatorDeployment.txt` (QTCREATORBUG-22184) + Fixed that configuration UI was disabled after configuration error
* Qbs Projects + Fixed crash when editing environment variables (QTCREATORBUG-22386) + Fixed handling of `cpp.minimum
*Version` (QTCREATORBUG-22355)
* Debugging + Fixed ambiguity of `F10` shortcut (QTCREATORBUG-22330) + CDB - Fixed `Start and Break on Main` (QTCREATORBUG-22263)
* Test Integration + Fixed `Uncheck All`
* Android + Fixed AVD creation for Google Play images
* Remote Linux + Fixed crash when running `Custom Executable` on remote Linux target from Windows host (QTCREATORBUG-22414) + Fixed SSH connection sharing on macOS (QTCREATORBUG-21748) + Deployment via SFTP - Fixed `Unexpected stat output for remote file` (QTCREATORBUG-22041) - Fixed deployment of symbolic links (QTCREATORBUG-22307) + Deployment via rsync - Fixed compatibility issue with command line parameters (QTCREATORBUG-22352)
* Mon Apr 15 2019 Fabian Vogt - Update to 4.9.0:
* New features for the language server protocol implementation
* Generic highlighter now based on KSyntaxHighlighting
* Improved UI for the Clang analyzer tools
* QML parser supports Qt 5.12 features now
* New perf plugin
* New plugin for generic deployment methods
* Many bug fixes, as usual
* Full changelog available at https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.9.0.md?h=4.9
* Sat Mar 02 2019 Fabian Vogt - Update to 4.8.2:
* General + Fixed UI for choosing executable for external tools (QTCREATORBUG-21937)
* Editing + Fixed highlighting of search results of regular expression search (QTCREATORBUG-21887)
* Autotools Projects + Fixed that includes, defines and flags of `SUBDIRS` were ignored (QTCREATORBUG-21618)
* C++ Support + Fixed crash when expanding macros (QTCREATORBUG-21642) + Fixed crash in preprocessor (QTCREATORBUG-21981) + Fixed infinite loop when resolving pointer types (QTCREATORBUG-22010) + Fixed cursor position after completion of functions without arguments (QTCREATORBUG-21841)
* QML Support + Fixed auto-insertion of single quotes
* Debugging + GDB - Fixed detaching from process (QTCREATORBUG-21908) + LLDB - Fixed stopping at some breakpoints with newer LLDB (QTCREATORBUG-21615) - Fixed `Attach to Process` and `Run in Terminal` with newer LLDB + CDB - Fixed display of `QDateTime` (QTCREATORBUG-21864)
* Qt Quick Designer + Added support for more JavaScript functions in `.ui.qml` files + Fixed crash with gradients and Qt Quick 5.12 (QDS-472)
* Test Integration + Fixed handling of empty tests
* Android: + Fixed upload of GDB server on some devices (QTCREATORBUG-21317) + Fixed crash on exiting debugger (QTCREATORBUG-21684)
* Mon Feb 11 2019 Fabian Vogt - Enable clangcodemodel for Leap 15.1+ as well
* Mon Feb 11 2019 Fabian Vogt - Work around QTCREATORBUG-21972 by requiring a specific clang version
* Wed Feb 06 2019 Wolfgang Bauer - Make use_system_botan conditional, and build without it on Leap 42.3 to fix build
* Thu Jan 17 2019 Christophe Giboudeaux - Update to 4.8.1
* Fix wrong background color being used for some text highlighting items
* Fix a crash when renaming a file in the file system view
* Fix various errors occurring when parsing Boost headers
* Fix various issues arising with the debugger integration
* blog.qt.io/blog/2019/01/17/qt-creator-4-8-1-released/
* Wed Dec 19 2018 Fabian Vogt - Set Version correctly
* Thu Dec 06 2018 Fabian Vogt - Update to 4.8.0 final:
* http://blog.qt.io/blog/2018/12/06/qt-creator-4-8-0-released/
* Tue Dec 04 2018 Fabian Vogt - Also set QT_FORCE_STDERR_LOGGING in fix-application-output.patch
* Tue Nov 27 2018 Fabian Vogt - Update to 4.8.0 RC 1:
* Even more bugfixes- Update to 4.8.0 Beta 2:
* More bugfixes- Refresh fix-application-output.patch
* Tue Nov 27 2018 Fabian Vogt - Remove dmgbuild script to avoid dep on python2- Set use_system_botan properly
* Wed Nov 14 2018 Fabian Vogt - Don\'t try to use WebEngine on unsupported architectures
* Sat Oct 13 2018 fabianAATTritter-vogt.de- Update to 4.8.0 Beta 1:
* Added experimental plugin LanguageClient for supporting the language server protocol (QTCREATORBUG-20284)
* Added experimental plugin CompilationDatabaseProjectManager that opens a compilation database for code editing
* Added experimental plugin ClangFormat that bases auto-indentation on Clang Format
* Added experimental plugin Cppcheck for integration of cppcheck diagnostics
* Added support for multiple simultaneous debugger runs
* Fixed \'Open Terminal Here\' for konsole (QTCREATORBUG-20900)
* Many other fixes and improvements. Full changelog: https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.8.0.md?h=4.8
* Tue Oct 02 2018 Javier Llorente - Update to 4.7.1
* Fixed that generic highlighting could use unreadable colors (QTCREATORBUG-20919)
* Fixed jumping text cursor when editing custom executable path
* Fixed C++ version passed to code model (QTCREATORBUG-20909)
* Fixed include order for Clang headers
* Fixed that comments could break reformatting (QTCREATORBUG-21036)
* Fixed remote debugging command line argument (QTCREATORBUG-20928)
* Fixed environment for `Start and Debug External Application` (QTCREATORBUG-20185)
* Fixed GDB built-in pretty printer handling (QTCREATORBUG-20770)
* Fixed pretty printing of enums
* Fixed re-enabling breakpoints (QTCREATORBUG-20795)
* Fixed `Attach to QML Port` (QTCREATORBUG-20168)
* Switched SSH support to use Botan 2 (QTCREATORBUG-18802)- Removed 0001-Build-with-Botan-2.patch (merged upstream) / updated spec
* Sat Sep 01 2018 fabianAATTritter-vogt.de- Use WebEngine instead of WebKit for rendering Help- Also enable the clang code model for aarch64- Adjust License tag- Don\'t install Adobe Source Code Pro fonts- Change fix-application-output.patch to only apply to Qt < 5.11
* Thu Jul 26 2018 javierAATTopensuse.org- Update to 4.7.0
* Clang code model is now turned on by default
* Upgraded Clang code model to Clang 6.0
* New \'Run Test Under Cursor\' action
* QML support: Updated parser to Qt 5.10, adding support for user-defined enums
* Various bugfixes
* https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.7.0.md?h=4.7- Update qt5_version to 5.9.0
* Fri May 25 2018 fabianAATTritter-vogt.de- Don\'t try to build docs if qdoc not available
* Fri May 04 2018 fabianAATTritter-vogt.de- Update to 4.6.1:
* Fixes for various crashes and other bugs
* Introduce Qt 5.11 to wizards
* Fix 32-bit Android deploymend
* https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.6.1.md?h=4.6
* Thu Apr 26 2018 herbertAATTgraeber-clan.de- Fix plugin-devel subpackage
* Add
*.hpp files
* Add 3rd party license files
* Mon Apr 16 2018 fabianAATTritter-vogt.de- Update to 4.6.0:
* Clang code model uses clang 5, supporting C++17
* Quick Designer: Added font and text properties from Qt 5.10
* Various other improvements
* Various bugfixes- Remove patches, now upstream:
* lldb.diff
* Thu Apr 12 2018 javierAATTopensuse.org- Add fix-application-output.patch Fixes no application output. Might be fixed on Qt 5.11
* Thu Mar 01 2018 christopheAATTkrop.fr- Add 0001-Build-with-Botan-2.patch. Fixes build with Botan 2 on openSUSE >= 15.0
* Sat Feb 03 2018 wbauerAATTtmo.at- Build with gcc7 on Leap 42.3, gcc6 no longer works because of a change to the default compiler flags in openSUSE:Leap:42.3:Update (boo#1077345)
 
ICM