Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • tohunger/qt-creator
1 result
Select Git revision
Show changes
Showing
with 2525 additions and 0 deletions
Qt Creator version 3.1.2 is a bugfix release.
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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v3.1.1..v3.1.2
General
* Fixed restoring of output pane button visibility
Editing
* Fixed crash with highlight definitions and indentation based folding enabled
(QTCREATORBUG-12172)
* Fixed setting current file when clicking on split view (QTCREATORBUG-12264)
Help
* Fixed that pressing F1 twice would not go to Help mode
(QTCREATORBUG-9093)
* Fixed filtering in topic chooser
QMake Projects
* Fixed adding files through context menu in case of multiple
resource files (QTCREATORBUG-12297)
* Fixed that resource files were no longer appearing in
Locator and search
Debugging
* GDB
* Worked around GDB crash with large object names
(QTCREATORBUG-12330)
C++ Support
* Fixed crash with anonymous unions with __attribute__
(QTCREATORBUG-12345)
Code Paster
* Fixed crash in case of invalid protocol setting (QTCREATORBUG-12364)
Beautifier
* Fixed problem on Mac when starting Qt Creator from Finder
(QTCREATORBUG-12057)
Platform Specific
Windows
* Fixed matching of paths in Locator (QTCREATORBUG-12007)
QNX
* Fixed font path on devices
Qt Creator version 3.2 contains bug fixes and new features.
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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/3.1..origin/3.2
General
* Added "Get Help Online" context menu item to issues pane that searches for
the issue description online in Google
* Added action to file system locator filter ('f') for creating and opening a new file
* Added search capability to general messages and most navigation panes
* Added display of current variable values in variable chooser dialog
* Added variable %{Env:...} for accessing environment variables
(where variables can be used)
* Enabled resizing of the locator field
* Improved look and feel on HiDPI by adding more hi-resolution icons
* Made New dialog non-modal (QTCREATORBUG-6102)
* Made keyboard and mouse activation of navigation panes and other trees more consistent
* Removed unhelpful Generic Highlighter loading progress bar
* Fixed case-sensitivity of file system locator filter (QTCREATORBUG-10843)
* Fixed that Window > Minimize, Zoom and Full Screen were always affecting the main window
instead of the active window
Editing
* Added support for manually editing bookmark line number (QTCREATORBUG-9721)
* Made Ctrl+Up and Ctrl+Down shortcuts configurable (QTCREATORBUG-4994)
* Made editor popup (Ctrl+Tab) adapt its size to contents (QTCREATORBUG-10618)
* Improved block editing (QTCREATORBUG-7773)
* Fixed support for mixed languages in the generic highlighter
* Fixed title when printing (QTCREATORBUG-12161)
* Fixed that line number background color setting was ignored
(QTCREATORBUG-12170)
* Fixed that tooltips were shown when hovering over empty area
(QTCREATORBUG-9437)
* Fixed that tooltips were shown after triggering shortcut with
Alt key (QTCREATORBUG-12382)
* Fixed scroll behavior when editing same file in multiple splits
(QTCREATORBUG-11486)
* Fixed Open With when file is open in multiple splits
* Fixed that search highlights were removed when switching editors
(QTCREATORBUG-9949)
* Fixed dropping files in the presence of splits or external windows
(QTCREATORBUG-9023)
Help
* Added page up and page down shortcuts to topic chooser
* Added button for regenerating documentation index to Search pane
(QTCREATORBUG-11484)
* Changed documentation of examples to open in an external window
* Fixed that opening help in external window was not possible without
disabling help mode
* Fixed issue with F1 in help viewer showing 'No document' instead of opening
Help mode
* Fixed that context help was not showing latest Qt 5 documentation
(QTCREATORBUG-10331)
* Fixed reverted check state of Show Sidebar menu item
* Fixed selection behavior in documentation settings (QTCREATORBUG-12135)
Managing and Building Projects
QMake Projects
* Added context menu item for copying resource path from entries in QRC
files in project tree (QTCREATORBUG-11776)
* Added deployment support to plain C and C++ application wizards
* Added support for restricting automatic creation of run configurations
(QTCREATORBUG-10953)
* Added Show in Explorer context menu item for qrc nodes and their subnodes
in project tree (QTCREATORBUG-12374)
* Improved dropdown menu for selecting the project file when using wizard
to add files (QTCREATORBUG-12002)
* Removed warning about build directory below source directory for kits
with Qt 5.2 and later where this is supported (QTCREATORBUG-10024)
* Fixed that adding files to .pri file was missing $$PWD
CMake Projects
* Fixed that .cmake files were opened as projects (QTCREATORBUG-12461)
Qbs Projects
* Added support for adding and removing files from projects
* Fixed that run configurations were created for products that are not runnable
(QTCREATORBUG-12152)
* Fixed that run configurations were created for disabled products (QBS-560)
* Fixed that default build directory was ignored
Generic Projects
Debugging
* Fixed tooltip expansion behavior (QTCREATORBUG-11404)
* Changed default of "Load system GDB pretty printer" option back to "off"
* Added option to disable automatic centering on currently debugged
line in editor
* Made environment variables accessible in startup command settings
using a %{Env:SOME_NAME} syntax
* Changed single click on column view headers to cycle through
a "small widget" and a "width according to contents"
* Removed the "Always adjust to content size options" and
made this the default behavior
* Added pretty printers for AVX512 registers
* Fixed display of fixed-size wchar_t arrays
* Added personaltypes.py as default location for user created dumpers
* Added file setting to point to user created file of dumpers
(QTCREATORBUG-12492)
* Added button to restart current debugging session
without quitting the debugger process
* Made our dumpers also accessible from command line GDB
* Made LLDB engine honor the max stack depth setting
(QTCREATORBUG-12416)
* Added dumpers for QStringData, QHashedString and QQmlRefCount
* Fixed CDB engine to reset Locals and Expressions when
switching frames
* Made LLDB engine recover more gracefully from unexpected
situations
* Improved handling of the tabbed extra views for displayed
items
* Fixed regression in process snapshot creation
* Fixed crash in CDB extension related to verbose logs
* Introduced option to limit retrieval of string-like values
* Introduced [a..b] and [a.(s).b] syntax for more flexibility
in "ranged" expressions in Locals and Expression view
* Added several convienience functions to Python dumper interface
* Fixed CDB detection for Windows SDK 8.1
* Added raw opcode bytes to Disassembler view
* Changed Disassembler view to order lines by increasing address
* Made more dumpers work in release builds
* Fixed debugging applications that are run in a terminal on Linux (QTCREATORBUG-3509)
QML Profiler
* Improved performance (QTCREATORBUG-12341)
* Fixed drawing issues (QTBUG-38222)
* Fixed that clicking visible event was sometimes moving timeline
(QTCREATORBUG-11945)
* Fixed navigation through events (QTCREATORBUG-12634)
Analyzer
* Added support for Run in Terminal (QTCREATORBUG-7311)
* Fixed passing of multiple arguments to application
C++ Support
* Added support for C99 designated initializers (QTCREATORBUG-1902)
* Added support for UTF-8 in the lexer (QTCREATORBUG-7356)
* Fixed finding usages of members of typedef'ed anonymous structs
(QTCREATORBUG-11859, QTCREATORBUG-11860)
* Fixed indentation of concatenated strings
* Fixed pointer typedef resolving (QTCREATORBUG-10021)
* Fixed scroll wheel behavior in editor's symbols dropdown
* Fixed that some wizards were ignoring configured file extensions
(QTCREATORBUG-12309)
* Fixed parsing of trailing type-specifier
* Fixed parsing of expressions like vector<int>{1}
* Fixed the Create Getter and Setter Member Functions refactoring action
for variables with "m" and "m_" prefixes (QTCREATORBUG-12244)
* Fixed that "using Ns::Class" did not highlight class in including files (QTCREATORBUG-12357)
* Fixed include paths handling (QTCREATORBUG-11599)
* Fixed parsing of expressions like vector<int>{1}
* Fixed completion for template with default argument
(QTCREATORBUG-12606, QTCREATORBUG-12605)
* Improved lambda support
* Fixed local uses, completion and find usages for parameters
* Fixed "duplicate data type in declaration" warning (QTCREATORBUG-12521)
* Improved infrastructure for Clang integration
* Reworked indexing data structure
* Started to clean up C++ editor
QML Support
* Fixed handling of properties that start with underscore (QTCREATORBUG-12214)
Qt Quick Designer
* Changed puppet helper executable to be compiled on demand
* Added support for reloading states editor
* Improved gradient editor
* Fixed minimum and maximum sizes for Window component (QTCREATORBUG-12209)
* Fixed wrong password mode property on text fields
* Fixed that it was not possible to anchor to all possible targets
(QTCREATORBUG-12077)
* Fixed possible values for preferred highlight properties
(QTCREATORBUG-12216)
* Fixed setting empty text on Label and Text items (QTCREATORBUG-12119)
* Fixed property sections for TextEdit (QTCREATORBUG-12452)
Diff Viewer
* Reworked unified diff mode
Version Control Systems
* Git
* Fixed replies to prompts (QTCREATORBUG-12335)
* Fixed that original author was not preserved during Cherry-Pick
* Reintroduced the expanded branch list in Show (QTCREATORBUG-11293)
* Fixed that switching to the commit editor was unresponsive (QTCREATORBUG-12449)
* Fixed showing commits by clicking their hashes in the interactive rebase editor
* Improved display in the Gerrit dialog to visualize dependencies
* Added support for choosing reviewer in Push to Gerrit dialog
over HTTP
FakeVim
* Added support for unicode input with 'C-v' in insert mode
* Fixed issues with long command output (QTCREATORBUG-11598)
* Fixed 'gv' after yanking text in visual mode (QTCREATORBUG-12112)
* Fixed 'v', 'V' and 'C-v' while in visual mode (QTCREATORBUG-12113)
* Improved sharing of navigation data between editors of the
same document
Beautifier
* Added support for formatting a file asynchronously
* Added support for redirecting text to a formatter tool
instead of using temporary files
* Fixed that running formatting tool was blocking UI
Platform Specific
Windows
* Fixed issue with environment variables starting with '=' (QTCREATORBUG-8716)
* Fixed detection of MSVC tool chains (QTCREATORBUG-10998)
OS X
* Removed support for OS X 10.6
* Fixed activation of items with Enter in Bookmarks pane
Android
* Removed upper limit of version code in manifest editor (QTCREATORBUG-12668)
* Fixed that UI was unresponsive while creating AVD (QTCREATORBUG-10601)
Remote Linux
* Added custom remote executable run configuration type (QTCREATORBUG-12168)
* Fixed issue with environment variables that contain spaces
QNX
* Added option to deploy Qt libraries to device options
BareMetal
* Added openocd pipelining support
* Added variable support for device specific GDB commands
Credits for these changes go to:
Adam Strzelecki
Alessandro Portale
André Pönitz
Andrew Knight
Anton Kalmykov
Benjamin Zeller
Campbell Barton
Christian Kamm
Christian Kandeler
Christian Stenger
Daniel Teske
David Kaspar
David Schulz
Eike Ziller
El Mehdi Fekari
Erik Verbruggen
Evgenly Stepanov
Fawzi Mohamed
Frantisek Vacek
Friedemann Kleint
Hugues Delorme
Jaroslaw Kobus
Jerome Pasion
Jörg Bornemann
Kai Köhne
Karsten Heimrich
Knut Petter Svendsen
Leena Miettinen
Lorenz Haas
Lukas Holecek
Marco Bubke
Mitch Curtis
Niels Weber
Nikita Baryshnikov
Nikolai Kosjar
Oliver Wolff
Orgad Shaneh
Oswald Buddenhagen
Przemyslaw Gorszkowski
Rainer Keller
Robert Löhning
Sergey Shambir
Stephen Kelly
Sveinung Kvilhaugsvik
Thiago Macieira
Thomas Epting
Thomas Hartmann
Tim Jenssen
Tim Sander
Tobias Hunger
Tobias Nätterlund
Tom Deblauwe
Ulf Hermann
Vicken Simonian
Wang Hoi
Wiebe Cazemier
Qt Creator version 3.2.1 is a bugfix release.
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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v3.2.0..v3.2.1
General
* Fixed freeze when using shortcut for all projects or current project
locator filters (QTCREATORBUG-12875)
* Fixed crash when activating timers by removing the unsupported UpdateInfo
plugin that triggered it (QTCREATORBUG-11262)
Qbs Projects
* Fixed adding and removing files when project file is write protected by VCS
* Fixed crash when removing empty install step
C++ Support
* Fixed crash when opening context menu on macro parameter (QTCREATORBUG-12853)
QML Support
* Added missing members to date objects
* Added templates for Qt Quick 2.3 and Qt Quick Controls 1.2 applications
* Fixed keyboard shortcuts in QML/JS console (QTCREATORBUG-12956)
Qt Quick Designer
* Added option to use fallback QML puppet and set it to be the default
* Fixed updating of color properties (QTCREATORBUG-12841)
* Fixed duplication of ApplicationWindow properties (QTCREATORBUG-12910)
Platform Specific
OS X
* Fixed deployment of Clang library in binary packages
* Fixed deployment of fallback QML puppets in binary packages
* Removed wrong File > Exit menu item
iOS
* Fixed determination of newest SDK version when no version is explicitly stated
Remote Linux
* Fixed mixed QML and C++ debugging (QTCREATORBUG-12928)
* Fixed check for maximum packet size for SSH connections (QTCREATORBUG-12884)
Windows Phone
* Fixed font deployment for Windows Phone 8.0
Qt Creator version 3.2.2 is a bugfix release.
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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v3.2.1..v3.2.2
Editing
* Fixed crash with Toggle Comment Selection (QTCREATORBUG-12987)
* Fixed that Select All set the cursor to top of document
(QTCREATORBUG-12860)
Help
* Fixed crash with help index locator filter
Managing and Building Projects
* Fixed that closing Qt Creator while Projects mode is active lost all
session data (QTCREATORBUG-13098)
CMake Projects
* Fixed crash when selecting make target (QTCREATORBUG-13129)
Generic Projects
* Fixed that include paths were not updated when files are added
(QTCREATORBUG-12873)
Version Control Systems
* ClearCase
* Fixed that reserved checkout was performed even when unchecking the checkbox
(QTCREATORBUG-12847)
Platform Specific
OS X
* Fixed issues with Xcode 6
* Fixed that Ctrl+P when editing collided with Perforce version control shortcuts
even when not using Perforce (QTCREATORBUG-13092)
iOS
* Fixed issues with Xcode 6
Qt Creator version 3.3 contains bug fixes and new features.
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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/3.2..origin/3.3
General
* Dropped Qt 4 compatibility in Qt Creator's own code base.
Require Qt 5.3 as minimum, to take advantage of Qt 5 features.
Handling of Qt 4 based projects is of course still supported.
* Created new wizard engine to add new script based wizards
without the need for recompilation
* Improved high DPI support
* Added Window > Close Window for external windows
* Added list of open windows to Window menu
* Added basic theming support
* Fixed various thread-safety issues in locator
Editing
* Moved the Close Document button next to the document
chooser
* Implemented dragging of edited documents between splits,
and from navigation views onto splits
* Added titles to external editor windows
* Fixed that File > Close, and the corresponding shortcuts
and tool buttons, closed all editors for a document even
if multiple editors were visible
Help
* Added Home and Bookmark buttons to external and side-by-side
help viewers
* Added support for File > Print to external and side-by-side
help viewers
* Added optionally shown side bar with contents, index, bookmark
and search views to external help viewer
Managing and Building Projects
* Added option to specify environment variables per kit
(QTCREATORBUG-9898)
* Added 256-color ANSI support to application output view
(QTCREATORBUG-12623)
* Added Select all kits check box to project setup page
* Added support for using variables, such as %{Qt:Version},
in Qt version and kit display names (QTCREATORBUG-11118)
* Changed File > Close Project to a menu that allows selecting
a specific project to close, if more than one project is open
(QTCREATORBUG-12857)
* Fixed that Run menu in project context menu was never shown
QMake Projects
* Implemented asynchronous loading of projects
* Added option to use Qt Quick Compiler
* Fixed that adding multiple build configurations stopped asking
for the configuration name (QTCREATORBUG-12955)
* Fixed crash when renaming files in case automatic rewriting
of the .pro file is not possible (QTCREATORBUG-12930)
CMake Projects
* Added support for bare metal devices
* Added option to override make command (QTCREATORBUG-11788)
Qbs Projects
* Removed experimental status of the plugin
* Added support for renaming files (QBS-652)
* Fixed crash with simplified project view (QTCREATORBUG-12897)
Generic Projects
* Fixed that project files were shown twice after adding files to empty
generic project (QTCREATORBUG-13106)
Debugging
* GDB
* Fixed detection of target architecture
* CDB
* Made it possible to abort the debugging process
* Fixed shadowed local variable handling (QTCREATORBUG-13132)
QML Profiler
* Added drag & drop for reordering categories in timeline (QTCREATORBUG-12337)
* Added optional showing and hiding of categories
* Added option to add notes to events in timeline for export
* Fixed display of binding loops (QTCREATORBUG-12950)
* Fixed selection of previous and next item in timeline
Analyzer
C++ Support
* Added Convert connect() to Qt 5 Style refactoring action
* Added smart splitting of string literals when pressing enter within strings
* Fixed code completion for pointer in template specialization
and initialization (QTCREATORBUG-12638)
* Fixed code completion for typedefs of pointer arrays
(QTCREATORBUG-12703)
* Fixed that hovering over a symbol sometimes jumped to its definition
(QTCREATORBUG-12986)
* Fixed that include paths were not adjusted when files are renamed
QML Support
* Added support for forms
Qt Quick Designer
* Added support for a workflow where .qml code is split into
"UI-only" and "logic" parts
* Added support for TabView QtQuick Control
* Extended anchoring options
Diff Viewer
* Fixed reloading patch files (QTCREATORBUG-13241)
Version Control Systems
* Fixed commit editor line wrapping for lines that end with a dash
(QTCREATORBUG-8528)
* Git
* Removed support for Gitorious
* Subversion
* Dropped support for Subversion versions earlier than 1.7.0
* Fixed deleting of files that were added but not committed
(QTCREATORBUG-13271)
* Fixed detection of .svn directory when opening a file in the
root directory of the repository (QTCREATORBUG-7763)
* Added support for describing the first commit
* Added support for topic display (shows current revision number
in the window title and next to the project node)
* Fixed that commit output was not displayed (QTCREATORBUG-12929)
* Fixed false positive matches for revision number (QTCREATORBUG-11845)
* Added support for trusting server certificate on checkout (QTCREATORBUG-3753)
* Mercurial
* Fixed that describe commit showed its summary but not the full message
* Fixed highlighting of commit message
* Fixed wrong comment notation in commit editor - comment line prefix was
changed to "HG:" instead of "#"
FakeVim
* Fixed issues with Save As
(QTCREATORBUG-12810)
Beautifier
Platform Specific
Windows
OS X
Android
* Removed Necessitas support
* Added Gradle build system support
* Changed installation of package to use androiddeployqt
when using Qt 5.4 or later
* Improved error dialog for Android manifest
* Split permissions and features check box into separate check boxes
in manifest editor
* Fixed that passwords used for signing were shown in build log
(QTCREATORBUG-12919)
Remote Linux
* Made checks on tool chain and target architecture/OS for deployment
options less restrictive
QNX
BareMetal
Tools:
* Removed unused zeroconf wrapper
Credits for these changes go to:
Adam Strzelecki
Alessandro Portale
André Pönitz
Alex Blasche
André Hartmann
BogDan Vatra
Caroline Chao
Charles Huet
Christian Kandeler
Christian Stenger
Daniel Teske
David Schulz
Dieter Piringer
Eike Ziller
El Mehdi Fekari
Erik Verbruggen
Eskil Abrahamsen Blomfeldt
Fawzi Mohamed
Filipp Ozinov
Finn Brudal
Francois Ferrand
Friedemann Kleint
Gabriel Hege
Jake Petroules
Jaroslaw Kobus
James McDonnell
Jörg Bornemann
Kai Koehne
Leena Miettinen
Lukas Holecek
Marco Bubke
Mika Attila
Mitch Curtis
Nikita Baryshnikov
Nikolai Kosjar
Oliver Wolff
Orgad Shaneh
Oswald Buddenhagen
Przemyslaw Gorszkowski
Rafael Roquetto
Ray Donnelly
Robert Löhning
Samuel Gaist
Sebastian Sauer
Sergey Belyashov
Steve Mokris
Takao Fujiwara
Takumi Asaki
Thiago Macieira
Thomas Epting
Thomas Hartmann
Thomas Otto
Thorben Kroeger
Tim Jenssen
Tim Sander
Tobias Hunger
Tommi Asp
Topi Reinio
Ulf Hermann
Viktor Ostashevskyi
Volker Vogelhuber
Qt Creator version 3.3.1 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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v3.3.0..v3.3.1
Editing
* Fixed crash with some highlighting files (QTCREATORBUG-13883)
CMake Projects
* Fixed include completion (QTCREATORBUG-13567)
* Fixed highlighting for CMake files (QTCREATORBUG-13588)
C++ Support
* Fixed comment continuation (QTCREATORBUG-13415)
* Fixed Convert to Pointer refactoring action for auto variables
(QTCREATORBUG-13605)
* Fixed that triggering refactoring actions from the context menu
worked only if the text cursor was set first (QTCREATORBUG-13388)
* Fixed crash if no kits are available (QTCREATORBUG-13730)
* Fixed infinite loop when parsing some files (QTCREATORBUG-13703)
* Fixed crash when #if nesting is deeper than 512 levels
Version Control Systems
* Git
* Fixed reverting chunks in diff viewer when diff.mnemonicprefix is set
(QTCREATORBUG-13782)
* ClearCase
* Fixed that check out was requested even though the file was already
checked out (QTCREATORBUG-13782)
Code Pasting
* Fixed pasting to pastebin.ca (QTCREATORBUG-13802)
Platform Specific
OS X
* Fixed dropping files from Finder onto Qt Creator (QTBUG-40449)
Android
* Fixed crash when removing auto-detected kits (QTCREATORBUG-13736)
* Fixed debugging applications that link many modules (QTCREATORBUG-13691)
WinRT
* Fixed installing custom files into package root (QTCREATORBUG-13835)
* Fixed occasional crashes when debugging
Qt Creator version 3.3.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://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v3.3.1..v3.3.2
C++ Support
* Fixed deployment of Clang code model plugin (QTCREATORBUG-14038)
Qt Quick Designer
* Fixed crash of Qt Quick emulation layer when using fallback emulation
(QTCREATORBUG-14031)
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Qt Creator version 4.0.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 v4.0.1..v4.0.2
Debugging
* CDB
* Fixed that Qt Creator did not register as post-mortem debugger for
64-bit applications (QTCREATORBUG-16386)
* Fixed issues with `.pdb` files larger than 1GB
Qt Creator version 4.0.3 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 v4.0.2..v4.0.3
All Projects
* Fixed disabled run button on FreeBSD and macOS 10.8
(QTCREATORBUG-16462, QTCREATORBUG-16421)
QMake Projects
* Fixed ABI detection on NetBSD and OpenBSD
CMake Projects
* Fixed issues with opening projects from symbolic links
C++ Support
* Clang code model
* Fixed dot-to-arrow conversion being incorrectly done for
floating point literals and file suffixes (QTCREATORBUG-16188)
Test Integration
* Fixed crash when editing code while parsing for tests
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.