Package Release Info

libqt5-creator-4.8.2-bp152.3.21

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libqt5-creator
libqt5-creator-plugin-devel

Change Logs

Version: 4.8.2-bp151.1.6
* Sat Mar 02 2019 Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>
- Enable clangcodemodel for Leap 15.1+ as well
* Mon Feb 11 2019 Fabian Vogt <fabian@ritter-vogt.de>
- Enable clangcodemodel for Leap 15.1+ as well
* Wed Feb 06 2019 Wolfgang Bauer <wbauer@tmo.at>
- Make use_system_botan conditional, and build without it on Leap
  42.3 to fix build
* Thu Jan 17 2019 Christophe Giboudeaux <christophe@krop.fr>
- 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 <fabian@ritter-vogt.de>
- Set Version correctly
* Thu Dec 06 2018 Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>
- Also set QT_FORCE_STDERR_LOGGING in fix-application-output.patch
* Tue Nov 27 2018 Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>
- Remove dmgbuild script to avoid dep on python2
- Set use_system_botan properly
* Wed Nov 14 2018 Fabian Vogt <fabian@ritter-vogt.de>
- Don't try to use WebEngine on unsupported architectures
* Sat Oct 13 2018 fabian@ritter-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 <javier@opensuse.org>
- 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 fabian@ritter-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 javier@opensuse.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 fabian@ritter-vogt.de
- Don't try to build docs if qdoc not available
Version: 4.6.1-bp150.1.3
* Fri May 04 2018 fabian@ritter-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 herbert@graeber-clan.de
- Fix plugin-devel subpackage
  * Add *.hpp files
  * Add 3rd party license files
* Mon Apr 16 2018 fabian@ritter-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 javier@opensuse.org
- Add fix-application-output.patch
  Fixes no application output. Might be fixed on Qt 5.11
* Thu Mar 01 2018 christophe@krop.fr
- Add 0001-Build-with-Botan-2.patch.
  Fixes build with Botan 2 on openSUSE >= 15.0
* Sat Feb 03 2018 wbauer@tmo.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)
* Wed Dec 27 2017 jengelh@inai.de
- Ensure neutrality of descriptions.
* Wed Dec 20 2017 fabian@ritter-vogt.de
- Recommend libqt5-qtdoc-qch instead of libqt5-qtdoc
- Remove %defattr from %files
- Remove BuildRoot
* Sat Dec 09 2017 christophe@krop.fr
- Update to 4.5.0
  * Added `Edit` > `Advanced` > `Sort Selected Lines`
  * Progress report while parsing projects
  * CMake : new options to handle variables
  * Full changelog available on
    https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.5.0.md?h=4.5
  * Require the exact QtDesignerComponents library.
* Sun Sep 24 2017 jaime.marquinez.ferrandiz@fastmail.net
- Fix building of the QmlDesigner plugin by adding libqt5-qtquickcontrols
  BuildReq (and matching runtime Requires)
* Tue Sep 05 2017 fabian@ritter-vogt.de
- Update to 4.4.0
  * Support for inline annotations
  * Animated scrolling
  * Improvements in the default color scheme
  * Cleaned up CMake project tree
  * Full changelog available on
    https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.4.0.md?h=4.4
- Remove patches, now upstream:
  * disable_failing_cxxflags.diff
- Add patch to fix build:
  * fix-build-isystem.patch (QTCREATORBUG-18848)
* Sat Jul 01 2017 fabian@ritter-vogt.de
- Update to 4.3.1
  * Fixes for crashes and other annoyances
  * Changelog available on
    https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.3.1.md?h=4.3
* Wed May 24 2017 fabian@ritter-vogt.de
- Update to 4.3.0
  * For more details see:
    https://blog.qt.io/blog/2017/05/24/qt-creator-4-3-0-released/
* Wed May 10 2017 fabian@ritter-vogt.de
- Update to 4.3.0 RC1
  * For more details see:
    http://blog.qt.io/blog/2017/05/09/qt-creator-4-3-rc1-released/
- Remove qtcreator.desktop, file now upstream
- Add patch to fix build failure:
  * disable_failing_cxxflags.diff
* Mon May 01 2017 fabian@ritter-vogt.de
- Update to 4.2.2
  * For more details see:
    https://blog.qt.io/blog/2017/04/21/qt-creator-4-2-2-released/
* Thu Apr 20 2017 fvogt@suse.com
- Remove qbs-path.diff as it needs various other adjustments to
  actually work (boo#962766)
* Mon Mar 13 2017 fabian@ritter-vogt.de
- Update to 4.2.1
  * For more details see:
    https://blog.qt.io/blog/2017/01/23/qt-creator-4-2-1-released/
- Use .desktop file provided by upstream instead of creating our own
* Thu Jan 19 2017 mlin@suse.com
- Increase disk constraints to 10G since sometimes it costs more than 8G. (bsc#1003887)
* Fri Jan 13 2017 fabian@ritter-vogt.de
- Use correct version for llvm-clang-devel dependency
* Wed Dec 28 2016 hrvoje.senjan@gmail.com
- Tell qtcreator's buildsystem to try and build clang plugin only
  with llvm >= 3.9.0
Version: 4.12.0-bp153.2.11
* Wed Feb 17 2021 Antonio Larrosa <alarrosa@suse.com>
- In SLE-15-SP3 llvm-clang-devel 7 is provided by default so we have
  to force it to use llvm9 to provide the requirement of llvm >= 8
Version: 4.12.0-bp152.1.1
* Thu Apr 23 2020 Fabian Vogt <fvogt@suse.com>
- 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 <christophe@krop.fr>
- 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 <christophe@krop.fr>
- Raise the disk space and set a minimum memory in _constraints.
* Thu Feb 06 2020 Christophe Giboudeaux <christophe@krop.fr>
- 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 <christophe@krop.fr>
- 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 <christophe@krop.fr>
- 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 <christophe@krop.fr>
- 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 <christophe@krop.fr>
- 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 <herbert@graeber-clan.de>
- Add new pri file to plugin-devel subpackage
* Mon Sep 09 2019 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- 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 <fabian@ritter-vogt.de>
- Update to 4.10.0 final:
  * No changelog available
* Wed Sep 04 2019 Wolfgang Bauer <wbauer@tmo.at>
- Add libqt5-qttools-doc BuildRequires to fix build after the
  recent dependency changes in libqt5-qttools
* Fri Aug 02 2019 Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>
- 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 <christophe@krop.fr>
- Update the 'License:' tag.
* Fri May 31 2019 Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>
- 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