Changelog for
qt-creator-debuginfo-2.8.0-2.1.i586.rpm :
* Sun Jul 14 2013 spartanjAATTgmail.com- Update to 2.8.0 See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.8/dist/changes-2.8.0 for the complete changelog
* Fri Jul 05 2013 cgiboudeauxAATTgmx.com- Update to 2.7.2
* Fixed QTCREATORBUG-9660: Crash when developing for android.
* Fixed QTCREATORBUG-9294: Copied files bundled in assets/ will be left when switching deployment method.
* Fixed QTCREATORBUG-9299: Make it possible specify bundling single files.
* Fixed QTCREATORBUG-9291: Android: All apps crash by default.
* Wed May 15 2013 stephan.binnerAATTbasyskom.com- Update to 2.7.1 bugfix release
* Thu Mar 21 2013 stephan.binnerAATTbasyskom.com- Update to 2.7
* better support for C++11
* Qt Quick Designer works with Qt Quick 2 (if built against Qt 5)
* Improved BlackBerry support
* Experimental support for QBS build tool See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.7/dist/changes-2.7.0 for the complete changelog- Remove unneeded revert-6f7ce3f4.diff
* Fri Feb 01 2013 cgiboudeauxAATTgmx.com- Update to 2.6.2
* Fixed invalid common prefix calculation which led to freezes (QTCREATORBUG-8472, QTCREATORBUG-8532)
* Fixed crash when closing some editors while tooltip is active (QTCREATORBUG-8630) See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.6/dist/changes-2.6.2 for the complete changelog
* Thu Dec 20 2012 stephan.binnerAATTbasyskom.com- Update to 2.6.1 bugfix release See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.6/dist/changes-2.6.1 for the complete changelog
* Thu Nov 08 2012 cgiboudeauxAATTgmx.com- Update to 2.6.0 (final)
* Added experimental support for Android (enable the plugin in Help > About Plugins)
* Introduced \"Kits\" that supersede the previous \"Targets\". They bundle the settings for the target device, compiler, debugger, Qt version and more into a user definable, reusable setting.
* Added highlighting of missing files in the resource editor
* Fixed that several settings where saved every few seconds even without changes
* Worked around a problem in the KDE file dialog that prevented selecting qmake See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.6/dist/changes-2.6.0 for the complete changelog
* Sun Nov 04 2012 cgiboudeauxAATTgmx.com- Update to 2.6.0-rc See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.6/dist/changes-2.6.0 for the complete changelog- Add revert-6f7ce3f4.diff This upstream commit fixes a macos misbehaviour but breaks the build when building qt-creator with a system botan- License update: SUSE-LGPL-2.1-with-digia-exception-1.1
* Tue Sep 25 2012 cfarrellAATTsuse.com- license update: SUSE-LGPL-2.1-with-nokia-exception-1.1 Choose the LGPL-2.1 variant of the dual license choice (the other option is a commercial license)
* Fri Sep 21 2012 cgiboudeauxAATTgmx.com- Update to 2.6.0-beta See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.6/dist/changes-2.6.0 for the complete changelog- a botan copy is now in KDE:Qt, use system-botan-lib.diff unconditionally
* Mon Sep 17 2012 cooloAATTsuse.com- rpm has no %elseif
* Wed Jul 25 2012 stephan.binnerAATTbasyskom.com- Update to 2.5.1 See https://qt.gitorious.org/qt-creator/qt-creator/blobs/v2.5.1/dist/changes-2.5.1 for the complete changelog
* Sun May 13 2012 cgiboudeauxAATTgmx.com- Update to 2.5.0 See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.5/dist/changes-2.5.0 for the complete changelog- Spec cleanup
* Sat Mar 24 2012 dimstarAATTopensuse.org- Add qt-creator-gcc47.patch: Fix build with gcc 4.7.
* Wed Feb 01 2012 cgiboudeauxAATTgmx.com- Update to 2.4.1 Managing Projects
* Fix a crash on closing a project while a parse is in progress (QTCREATORBUG-6677) QML/JS Support
* Search qmlplugindump (4.8) in right location (QTCREATORBUG-6698) Help
* Fix loading of files from documentation (QTSDK-1129)- Install the licenses files. - ------------------------------------------------------------------
* Tue Dec 13 2011 cgiboudeauxAATTgmx.com- Update to 2.4.0 General
* Improve the error message that appears when plugin errors occur
* Decrease the minimum size of the Options dialog Editing
* Advanced search: Show more information about the search parameters
* Advanced search: Move the previously modal dialog into the search results pane
* Advanced search: Keep a history of the most recent searches and their results
* Implement code style schemas for reuse in different projects Managing Projects
* Support the sharing of project settings
* Add new project wizards for non-Qt C and C++ applications Debugging
* Add initial Qt 5 support in dumpers
* Make vtables visible
* Improve remote debugging
* Improve register handling (partial updates, input in hex, ARM Neon support)
* Remove inferior calls in QDate, QTime, QDateTime dumpers
* Fix QTextCodec dumpers
* Globally enable pretty printing for references
* Improve handling of unprintable data in Locals and Expressions
* Add \'Local8Bit\' as a display option for char arrays and pointers Debugging QML/JS
* Add the option to attach to a running application
* Lots of bug fixes especially for debugging in combination with C++
* Add initial support for debugging JS in Qt 5 (v8 engine) Analyzing Code
* Retrieve and store QML tracing data by using the standalone qmlprofiler command line tool
* Store and load traces in a file
* Add the option to attach to a running application C++ Support
* Add the refactoring action to synchronize function declarations and definitions
* Make \'insert definition from declaration\' use minimally qualified names and find a good insertion location next to surrounding declarations
* Fix completion for typedefs for templates in namespaces
* Use minimally qualified names in function signature completion
* Use minimally qualified names in \'insert local declaration\' refactoring action
* Prefer files in the same directory when switching between the header and source
* Fix the problem with encoding and quick fixes (QTCREATORBUG-6140)
* Fix the preservation of indentation level in comments with tabs (QTCREATORBUG-6151)
* Improve performance for files with a huge number of literals QML/JS Support
* Add \'Rename usages\' functionality (QTCREATORBUG-3669)
* Add collection of static analysis messages with Ctrl-Shift-C
* Add semantic highlighting
* Significantly improve scanning of C++ documents for qmlRegisterType and setContextProperty calls (QTCREATORBUG-3199)
* Add a warning about inappropriate use of constructor functions
* Add a warning about unreachable code
* Add support for .import directive in js files
* Add completion for XMLHttpRequest, DB API and JSON.
* Add the \'length\' property to functions
* Use mime types to distinguish qml and js files
* Show the function argument hint for signals
* When completing enums, add qualified names instead of strings
* Honor typeinfo lines in qmldir files
* Make string literals that contain file names into links (QTCREATORBUG-5701)
* Add a warning about invalid types in \'property\' declarations (QTCREATORBUG-3666)
* Fix the highlighting of property types (QTCREATORBUG-6127)
* Fix the \'follow symbol\' functionality for local variables (QTCREATORBUG-6094)
* Fix function argument hints on variables (QTCREATORBUG-5752)
* Fix the completion for enums in a different scope
* Fix typing a slash (/) triggering a global completion
* Fix handling of meta object revision in C++ QML plugins
* Fix indentation of block property initializers
* Fix indentation of labelled statements
* Fix scope for completion in code bindings
* Allow for different builtin type information per Qt version
* Update builtin type information and parser for Qt 5
* Use qmlscene for previewing files in Qt 5 Qt Quick Designer
* Add breadcrumb navigation for components
* Add layout functionality to context menu Remote Linux Support
* Move Maemo and MeeGo support into its own plugin
* Assume less about the target systems, for example, in respect to the presence of POSIX-conforming tools. FakeVim
* Add basic command editing in Ex mode
* Mention \'comma escape\' in the documentation
* Fix foreground color for search hits in the Dark scheme
* Fix toggling visual mode with \'v\' Version control plugins
* SVN: Support for SVN version 1.7
* Git: Add an option to toggle decoration settings for log and show commands
* Sun Nov 20 2011 cgiboudeauxAATTgmx.com- update to 2.4.0 RC General
* Improve the error message that appears when plugin errors occur
* Decrease the minimum size of the Options dialog Editing
* Advanced search: Show more information about the search parameters
* Advanced search: Move the previously modal dialog into the search results pane
* Advanced search: Keep a history of the most recent searches and their results
* Implement code style schemas for reuse in different projects Managing Projects
* Support the sharing of project settings
* Add new project wizards for non-Qt C and C++ applications Debugging
* Add initial Qt 5 support in dumpers
* Make vtables visible
* Improve remote debugging
* Improve register handling (partial updates, input in hex, ARM Neon support)
* Remove inferior calls in QDate, QTime, QDateTime dumpers
* Fix QTextCodec dumpers
* Globally enable pretty printing for references
* Improve handling of unprintable data in Locals and Expressions
* Add \'Local8Bit\' as a display option for char arrays and pointers Debugging QML/JS
* Add the option to attach to a running application
* Lots of bug fixes especially for debugging in combination with C++
* Add initial support for debugging JS in Qt 5 (v8 engine) Analyzing Code
* Retrieve and store QML tracing data by using the standalone qmlprofiler command line tool
* Store and load traces in a file
* Add the option to attach to a running application C++ Support
* Add the refactoring action to synchronize function declarations and definitions
* Make \'insert definition from declaration\' use minimally qualified names and find a good insertion location next to surrounding declarations
* Fix completion for typedefs for templates in namespaces
* Use minimally qualified names in function signature completion
* Use minimally qualified names in \'insert local declaration\' refactoring action
* Prefer files in the same directory when switching between the header and source
* Fix the problem with encoding and quick fixes (QTCREATORBUG-6140)
* Fix the preservation of indentation level in comments with tabs (QTCREATORBUG-6151)
* Improve performance for files with a huge number of literals QML/JS Support
* Add \'Rename usages\' functionality (QTCREATORBUG-3669)
* Add collection of static analysis messages with Ctrl-Shift-C
* Add semantic highlighting
* Significantly improve scanning of C++ documents for qmlRegisterType and setContextProperty calls (QTCREATORBUG-3199)
* Add a warning about inappropriate use of constructor functions
* Add a warning about unreachable code
* Add support for .import directive in js files
* Add completion for XMLHttpRequest, DB API and JSON.
* Add the \'length\' property to functions
* Use mime types to distinguish qml and js files
* Show the function argument hint for signals
* When completing enums, add qualified names instead of strings
* Honor typeinfo lines in qmldir files
* Make string literals that contain file names into links (QTCREATORBUG-5701)
* Add a warning about invalid types in \'property\' declarations (QTCREATORBUG-3666)
* Fix the highlighting of property types (QTCREATORBUG-6127)
* Fix the \'follow symbol\' functionality for local variables (QTCREATORBUG-6094)
* Fix function argument hints on variables (QTCREATORBUG-5752)
* Fix the completion for enums in a different scope
* Fix typing a slash (/) triggering a global completion
* Fix handling of meta object revision in C++ QML plugins
* Fix indentation of block property initializers
* Fix indentation of labelled statements
* Fix scope for completion in code bindings
* Allow for different builtin type information per Qt version
* Update builtin type information and parser for Qt 5
* Use qmlscene for previewing files in Qt 5 Qt Quick Designer
* Add breadcrumb navigation for components
* Add layout functionality to context menu Remote Linux Support
* Move Maemo and MeeGo support into its own plugin
* Assume less about the target systems, for example, in respect to the presence of POSIX-conforming tools. Qt Designer FakeVim
* Add basic command editing in Ex mode
* Mention \'comma escape\' in the documentation
* Fix foreground color for search hits in the Dark scheme
* Fix toggling visual mode with \'v\' Version control plugins
* SVN: Support for SVN version 1.7
* Git: Add an option to toggle decoration settings for log and show commands
* Sun Oct 02 2011 stephan.binnerAATTbasyskom.de- update to 2.3.1 Managing Projects
* Respect qmake arguments for imported build Debugging QML/JS
* Fix debugging of a Qt Quick UI project with C++ language (QTCREATORBUG-5957) Qt Quick Designer
* Fix problems on 64bit linux Symbian Target
* Warn if EPOCROOT is on different drive from the sources
* Fix several debugging issues with CODA 4.0.23
* Qt Quick Application wizard: Fix qmake dependency to Qt Quick Components for Symbian (QTCREATORBUG-6075) Remote Linux Support
* Harmattan: Include Aegis manifest file in list of files to add to project
* Harmattan: Use Meego booster for Qt Quick Applications
* Mon Sep 05 2011 idonmezAATTsuse.com- Drop unneeded qt-creator-rpmlintrc
* Sat Sep 03 2011 Nico.Laus.2001AATTgmx.de- update to 2.3.0 (final) General
* Redesigned the Welcome page to allow searching through examples with descriptions
* Fixed Output panes so that they are minimized to their previous size
* Added support for building with the Clang compiler Editing
* Fixed lock up when regular expression search matched empty line
* Completions are now computed in a separate thread (non-blocking editor) Managing Projects Debugging
* Color memory display highlighting the variables in stack layout
* Correct source location for breakpoints in CDB using code model (QTCREATORBUG-2317)
* Added support for multiple breakpoints from one location (covering constructors, destructors, template functions, and so on)
* Added a custom dumper for QXmlAttributes, Eigen::Matrix
* Added the option to set data breakpoints on either an address or expression
* Added a framework to modify strings, vectors, and so on, during debugging
* Added an option to stop on qWarning
* Renamed \"Locals and Watchers\" as \"Locals and Expressions\"
* Renamed \"Watchpoint\" as \"Data Breakpoints\"
* Made original values of automatically dereferenced pointers accessible
* Improved the \"Add Breakpoint\" dialog
* Improved the displaying of enums (included numeric value)
* Improved the speed of the QVariant dumper
* Improved the handling of shadowed local variables
* Fixed object expansion in tooltip
* Fixed std::deque dumper (QTCREATORBUG-4936)
* Fixed the handling of watched expressions with unusual characters
* Fixed \"Run To Line\" on Mac (QTCREATORBUG-4619)
* Fixed output parsing for data breakpoints on Mac (QTCREATORBUG-4797)
* Fixed auto-continue on SIGTRAP (QTCREATORBUG-4968)
* Fixed the dumper for gcc 4.4\'s std::map Debugging QML/JS Analyzing Code
* Redesigned the framework code
* Added support for QML profiling
* Added support for the Valgrind Callgrind tool on Linux and Mac C++ Support
* Made C++ coding style configurable (QTCREATORBUG-2670, QTCREATORBUG-4310, QTCREATORBUG-2763, QTCREATORBUG-3623, QTCREATORBUG-567)
* Various indentation fixes (QTCREATORBUG-4993) QML/JS Support
* Updated QML type descriptions for the current state of Qt 5
* Made tab settings configurable separately and per-project
* Added \'Find usages\' functionality for QML types
* Added type resolution for alias properties (QTCREATORBUG-2306)
* Added tooltips to imports
* Added documentation on using QML modules with plugins
* Added support for properties and methods with a revision, allowing the QtQuick 1.0 and 1.1 imports to behave as intended
* Added \'Reset code model\' action to the Tools->QML/JS menu (QTCREATORBUG-4813)
* Use qmlplugindump from Qt 4.8 or newer instead of building own qmldump
* Improved error message for missing prototypes (QTCREATORBUG-4952)
* Fixed completion of slots (QTCREATORBUG-3614, QTCREATORBUG-3459)
* Fixed completion inside grouped property bindings (QTCREATORBUG-3541)
* Fixed scanning and indentation of regular expression literals (QTCREATORBUG-4566)
* Fixed indentation of object literals Qt Quick Designer
* Added tool buttons to the navigator for reordering and reparenting of items
* Added support for import as (QTCREATORBUG-4087)
* Added editing and navigation for inline components
* Added support for models and delegates in the current file (QTCREATORBUG-4528)
* Added support for repeaters (QTCREATORBUG-4852)
* Added context menu for resetting postion and size
* Added context menu for improved selection (QTCREATORBUG-4611)
* Added translation support for text items
* Added context menu for z-order (QTCREATORBUG-2522)
* Fixed z-order in the form editor (QTCREATORBUG-5226)
* Improved usability of the form editor (QTCREATORBUG-4820 QTCREATORBUG-4819)
* Do not enforce clipping of items in the form editor anymore
* Improved property editor for mouse area (QTCREATORBUG-4927)
* Use the qmlpuppet from current Qt if availabe (QTCREATORBUG-4824)
* Added project for qmlpuppet in share of Qt Creator
* Fixed copy and paste bug (QTCREATORBUG-4581)
* Fixed scoping of root item properties (QTCREATORBUG-4574)
* Improved property editor for ListView, GridView and PathView Help Platform Specific Mac
* \"Open Terminal Here\" opens Terminal.app instead of xterm Linux (GNOME and KDE) Windows Symbian Target Remote Linux Support
* Created new plugin \"RemoteLinux\" comprising support for Maemo/MeeGo and generic remote Linux hosts
* Generic remote Linux support entails: - The ability to create a deploy configuration and associated steps the same way as for Maemo - A device configuration wizard for a \"Generic Linux\" device type - The possibility to add device types and associated wizards and actions for the device configuration dialog via third-party plugins Qt Designer FakeVim:
* Made FakeVim functionality available for shortcuts in normal text editor
* Added snippet support
* Fixed behaviour of Ctrl keys on Mac
* Fixed searching for expressions containing \'|\' (QTCREATORBUG-4752) Version control plugins
* Git: Manage remote repositories
* Git: Improved branch dialog
* Bazaar: lots of small improvements Additional credits go to: Hugues Delorme for his work on the Bazaar plugin as well as version control base.
* Fri Aug 19 2011 dmuellerAATTsuse.de- add recommends libQtWebKit-devel so that examples work (bnc#692651)- remove bogus rpmlintrc
* Fri Jun 24 2011 dmuellerAATTsuse.de- now that the system botan got broken, revert to the intree version that works
* Wed Jun 22 2011 dmuellerAATTsuse.de- update to 2.2.1:
* Some CDB debugging fixes and a few other small debugging fixes
* Fixes to resolving imports in QML and the mobility type descriptions
* Translation fixes
* Sat Jun 18 2011 dmuellerAATTsuse.de- hardcode the qt version it was built against due to Qt creator\'s dependency on the private headers of Qt (which break between minor patch releases even)
* Tue May 17 2011 stephan.binnerAATTbasyskom.de- install qmlpuppet to fix QML Designer
* Fri May 06 2011 cgiboudeauxAATTgmx.com- Update to 2.2.0 (final) General
* Add support for running user defined external tools (Tools > External)
* Move tool chain definitions out of Qt versions:
* You can now define tool chains in Tools > Options > Tool Chains
* Qt Creator now supports more than one instance of a tool chain
* Add support for customizing MIME types by editing patterns and magic headers
* Integrate the memcheck tool from Valgrind for Linux and Mac OS X
* Create the infrastructure to set up \"soft dependencies\" between plugins
* Add the qtpromaker tool that has the same functionality as \"qmake -project\", but is much faster. It provides a way to easily set up dummy .pro files that you need to quickly inspect and navigate \"alien\" codebases with Qt Creator
* Document Qt Creator coding style Editing
* Add an Inkpot color scheme
* Add UTF-8 BOM support
* Move the Open in External Editor item to Tools > External > Text
* Add the Expand/Collapse All context menu item to the Outline pane
* Add support for user-defined macros (contributed by Nicolas Arnaud-Cormos)
* Add a snippet editor with syntax highlighting, indentation, and basic auto-completion for C++ and QML
* Add GLSL support with: - Syntax checking - Highlighting - Code completion
* Binary editor: - Visualize data differences after updates - Fix selection if cursor is left of anchor - Allow copying also if selection is \"backwards\" - Do not draw blinking cursor when there is a selection FakeVim: - Implement Ctrl-N/Ctrl-P - Implement \'s\' in visual block mode - Fix Alt-Gr handling on Windows - Handle more Ctrl-W +
commands Managing Projects
* Improve the robustness of qmake project support against syntax errors
* Change the handling of command line arguments of processes that are started from build and run configurations: - Argument lists use native shell syntax; this affects quoting and environment variable expansion most - The SOURCEDIR and BUILDDIR environment variables were replaced with %{sourceDir} and %{buildDir} variables - This affects working directories and executable paths as well
* Support syntax highlighting and completion for qmake project files
* CMake: Add UI completion, changes in .ui files are picked up without a rebuild
* Specify text editor behavior settings per project
* New project and file wizards: - Support new keywords %MONTH% and %DAY% for C++ template file - Add wizards for creating OpenGL fragment and vertex shaders - Add a wizard for creating HTML5 based applications - Add a wizard for creating JavaScript files, QTCREATORBUG-3070 Debugging
* Rewrite debugging engine using the Microsoft Console Debugger (CDB) for debugging executables built with Microsoft Visual Studio, resulting in significant speed-up and better display of data types, supporting both 32-bit and 64-bit versions of the Debugging Tools for Windows
* Make it possible to pin debugger tooltips
* Rework global architecture to allow multiple debugging sessions (for different projects, combined QML/C++ debugging, project snapshots, and so on)
* Rework breakpoint handling: add special breakpoint types for break on throw and break on main, as well as data breakpoints
* Introduce combined QML/C++ debugging (combined stack, cross-step) (GDB only)
* Rework per-type and per-item selection of display formats
* Add dumpers for QTextCursor, QTextDocument, __m128, QScriptValue QBasicAtomicPointer, bit fields, boost::shared_ptr (GDB only)
* Improve dumpers for QRegion, QVariant (custom types), QSharedPointer, QMultiMap (QTCREATORBUG-3122), QObject, QWeakPointer
* Make alphabetic structure member sorting optional
* Make dumpers robust in case of missing debug information
* Improve Python dumper profiling support
* Improve stepping performance
* Enable breakpoint setting from a disassembler view, QTCREATORBUG-3667
* Fix display of shadowed variables
* Fix display of data containing quote characters, QTCREATORBUG-3084
* Fix display of C-style typedef struct X { ... } X;
* Fix stack/break view updates after manual module loading, QTCREATORBUG-3427
* Fix Jump To/Run To when in instruction-wise mode
* Fix the watcher handling
* Allow re-running debugger engines, QTCREATORBUG-3073
* Robust process control after -exec-interrupt errors, QTCREATORBUG-2850
* Robust detection of Qt-in-namespace builds
* Handle \"live updates\" in the memory view
* Make memory view writable (GDB only)
* Improve starting debugger session directly from the command line
* Improve Debugging Helpers dialog Debugging QML/JS
* Compile qmljsdebugger code as static library, and link it according to the setting in the qmake step (replaces QMLJSDEBUGGER_PATH / QMLJSDEBUGGER define)
* Qt Quick Application: Allow debugging also in release builds, improve error diagnostics
* GUI cosmetics in JS debugger: Show stack frame level, only valid line numbers in stack view, do not show function code, show dummy child entry for empty arrays
* Added QML tooltips for property inspection at debug time
* Extend QML Observer for inspection and tweaking of item properties
* Add navigation of the object tree in the QML Observer through a crumble path
* Add the Show Application on Top option
* Move the toolbar from the Observer tab to the main toolbar
* Support setting of breakpoints in .qml files embedded as qrc resources
* Improve linking of QML errors in Application Output pane C++ Support
* Add a refactoring action for implementing setters and getters for a Q_PROPERTY
* Add documentation for refactoring actions
* Fix switch statement indentation for GNU and Whitesmiths style, QTCREATORBUG-2994
* Fix indentation of labels
* Support highlighting for virtual functions
* Navigate to correct overloaded function or method QML/JS Support
* Add local-file completion for URL properties, QTCREATORBUG-2619
* Add warning about invalid files in URL properties
* Add file name completion in imports, QTCREATORBUG-3067
* Add a locator filter for JS functions, QTCREATORBUG-2607
* Add JSlint-style warnings about common JS pitfalls, QTCREATORBUG-3071
* Add completion for attached properties like Component.onCompleted
* Allow QML modules to ship predumped type description files
* Reenable instantiating component scope detection, QTCREATORBUG-2835
* Improve error reporting of failed plugin dumps
* Complete a trailing \'{\' for \'A on b\' object bindings, QTCREATORBUG-2642
* Highlight capitalized types, QTCREATORBUG-2658
* Re-dump a plugin if the shared library/DLL changes, QTCREATORBUG-3047
* Build qmldump in debug and release version on Windows, QTCREATORBUG-3549
* Change qmldump to output QML instead of XML
* Fix automatic \'.\' import to also pick up QML modules, QTCREATORBUG-3768
* Fix code model update when files are renamed, QTCREATORBUG-2986
* Fix incorrect completion when brace is on a separate line, QTCREATORBUG-2658
* Fix quote autoinsertion in string literals, QTCREATORBUG-2155, QTCREATORBUG-3244
* Fix \'{\' not being an electric character, QTCREATORBUG-3405
* Fix indentation of \'foo: Namesp.Type {\', QTCREATORBUG-3371
* .qmlproject format: Allow specifying the \'mainFile\' qml file, bump version to 1.1
* Qt Quick UI project: allow user to change run environment Symbian Target
* Add support for the new on-device debugging agent (CODA) Maemo Target
* Add MeeGo support
* Add a wizard for configuring connections to Maemo and MeeGo devices
* Add a wizard for publishing applications to Fremantle/extras-devel
* Create desktop files on demand
* Allow disabling packaging for Fremantle Qt Designer Version control plugins
* Support Bazaar (contributed by Hugues Delorme) Additional credits go to:
* The Inkpot color scheme was based on the Vim color scheme by Ciaran McCreesh, adapted for Qt Creator by Jan Kundrát and subsequently updated by Campbell Barton
* Hugues Delorme for the Bazaar plugin which he continues to improve
* Nicolas Arnaud-Cormos for the Macro plugin
* Wed Apr 20 2011 wstephensonAATTnovell.com- Enable QML Designer build. Disable it in Help->Plugins... if it causes problems.
* Tue Apr 19 2011 wstephensonAATTnovell.com- Update to 2.2.0rc1
* Fixes for ABI detection
* Fixes to QML debugging
* Fixes to syntax highlighting
* Fixes to Maemo development
* Mon Apr 04 2011 javierAATTopensuse.org- Add Recommends: libqt4-devel-doc
* Thu Mar 24 2011 cgiboudeauxAATTgmx.com- Update to 2.2.0beta1 General
* Added support for running user defined external tools (Tools->External)
* Moved toolchain definitions out of Qt versions.
* You can now define toolchains in Tools->Options->ToolChains
* Creator now supports more than one instance of each kind of toolchain
* Support for MIME type customization through editing of patterns and magic matchers. Editing
* Add new Inkpot color scheme
* Moved \'Open in External Editor\' to Tools->External->Text
* Add UTF-8 BOM support
* GLSL Support with: - syntax checking - highlighting - code completion
* Add \'expand/collapse all\' context menu entry to Outline pane
* Support for user defined macros was contributed by Nicolas Arnaud-Cormos
* Snippet editor with syntax highlighting, indentation, and basic auto completion for C++ and QML. Project Support
* QMake project support should be more robust against syntax errors
* Treatment of command line arguments of processes started from build and run configurations underwent heavy modifications: - argument lists use native shell syntax; this affects quoting and environment variable expansion most - the SOURCEDIR and BUILDDIR environment variables were replaced with %{sourceDir} and %{buildDir} macros - this affects working directories and executable paths as well
* CMake: Add Ui completion, changes in .ui files are picked up without a rebuild.
* Syntax highlighting and completion for QMake project files
* Text editor behavior settings now avaiable on a per-project basis. Debugging
* Rewrote debugging engine using the Microsoft Console Debugger (CDB) for debugging executables built with Microsoft Visual Studio, resulting in significant speed-up and better display of data types, supporting both 32bit and 64bit versions of the Debugging Tools for Windows
* Made it possible to pin debugger tooltips.
* Reworked global architecture to allow multiple debugging sessions (for different projects, combined Qml/C++ debugging, project \'snapshots\', ...)
* Reworked breakpoint handling: new special breakpoint types for \"break on throw\", \"break on main\", data breakpoints
* Introduce combined c++/qml debugging (combined stack, cross-step) (gdb only)
* Rework per-type and per-item selection of display formats
* New dumpers for QTextCursor, QTextDocument, __m128, QScriptValue QBasicAtomicPointer, bit fields, boost::shared_ptr (gdb only)
* Improve dumpers for QRegion, QVariant (custom types), QSharedPointer, QMultiMap (QTCREATORBUG-3122), QObject, QWeakPointer
* Make alphabetic structure member sorting optional
* Make dumpers robust in case of missing debug information
* Improve python dumper profiling support
* Improve stepping performance
* Enable breakpoint setting from a disassembler view, QTCREATORBUG-3667
* Fix display of shadowed variables.
* Fix display of data containing quote characters, QTCREATORBUG-3084
* Fix display of C style \'typedef struct X { ... } X;
* Fix stack/break view updates after manual module loading, QTCREATORBUG-3427
* Fix \'Jump To/Run to\' when in instruction-wise mode
* Several fixed to the \"watcher\" handling
* Allow re-running debugger engines, QTCREATORBUG-3073
* Robust process control after -exec-interrupt errors, QTCREATORBUG-2850
* Robust detection of Qt-in-namespace builds
* Handle \"live updates\" in the memory view
* Make memory view writable (gdb only)
* Improve starting debugger session directly from the command line
* Improve debugging helpers dialog BinEditor:
* Visualize data differences after updates
* Fix selection if cursor is left of anchor
* Allow copying also if selection is \"backwards\"
* Do not draw blinking cursor when there is a selection C++ Support
* Add QuickFix for implementing setters/getters for a Q_PROPERTY
* Add documentation about QuickFixes
* Fix switch statement indentation for GNU and Whitesmiths style, QTCREATORBUG-2994
* Fix indentation of labels
* Highlighting for virtual functions
* Navigate to correct overloaded function/method QML/JS Support
* Add wizard for creating JavaScript files, QTCREATORBUG-3070
* Add local-file completion for url properties, QTCREATORBUG-2619
* Add warning about invalid files in url properties
* Add file name completion in imports, QTCREATORBUG-3067
* Add a locator filter for JS functions, QTCREATORBUG-2607
* Add JSlint-style warnings about common JS pitfalls, QTCREATORBUG-3071
* Add completion for attached properties like Component.onCompleted
* Allow QML modules to ship predumped type description files.
* Reenable instantiating component scope detection, QTCREATORBUG-2835
* Improve error reporting of failed plugin dumps
* Complete a trailing \'{\' for \'A on b\' object bindings, QTCREATORBUG-2642
* Highlight capitalized types, QTCREATORBUG-2658
* Re-dump a plugin if the shared library/dll changes, QTCREATORBUG-3047
* Build qmldump in debug and release version on Windows, QTCREATORBUG-3549
* Change qmldump to output QML instead of XML
* Fix automatic \'.\' import to also pick up QML modules, QTCREATORBUG-3768
* Fix code model update when files are renamed, QTCREATORBUG-2986
* Fix incorrect completion when brace is on separate line, QTCREATORBUG-2658
* Fix quote autoinsertion in string literals, QTCREATORBUG-2155, QTCREATORBUG-3244
* Fix \'{\' not being an electric character, QTCREATORBUG-3405
* Fix indentation of \'foo: Namesp.Type {\', QTCREATORBUG-3371
* .qmlproject format: Allow specifying the \'mainFile\' qml file, bump version to 1.1
* Qt Quick UI project: allow user to change run environment QML/JS Debugging:
* Compile qmljsdebugger code as static library, and link it based on checkbox in qmake step (replaces QMLJSDEBUGGER_PATH / QMLJSDEBUGGER define)
* Qt Quick Application: Allow debugging also in release builds, improve error diagnostics
* Gui cosmetics in JS debugger: Show stack frame level, only valid line numbers in stack view, do not show function code, show dummy child entry for empty arrays
* Added qml tooltips for property inspection at debug time
* Extended QML Observer for inspection and tweaking of item\'s properties
* Added navigation of the object tree in the QML Observer through a crumble path
* Add \'show app on top\' option
* Move toolbar from Observer tab to the main toolbar space
* Support setting of breakpoints in .qml files embedded as qrc resources
* Improve \'linkification\' of QML errors in Application Output pane FakeVim:
* Implement Ctrl-N/Ctrl-P
* Implement \'s\' in visual block mode
* Fix Alt-Gr handling on Windows
* Handle more Ctrl-W + commands Symbian Target
* Added support for the new on-device debugging agent (CODA) Version control plugins
* Bazaar support was contributed by Hugues Delorme Wizards
* Support new keywords %MONTH% and %DAY% for C++ template file Misc
* MemCheck (from Valgrind) integration (Linux, Mac)
* Create infrastructure to setup \"soft dependencies\" between plugins
* Add a little tool \'qtpromaker\' doing the job of \'qmake -project\', but much faster to make Qt Creator usable to quickly inspect and navigate \"alien\" codebases a way to easily set up dummy .pro files is needed
* Start documenting Qt Creator\'s coding style guidelines [etc]
* Tue Mar 01 2011 cgiboudeauxAATTgmx.com- Update to 2.1.0
* Semantic C++ highlighting: Highlighting of types, local variables vs members, virtual methods
* Generic highlighting adds highlighting for various file types based on the Kate highlight definition specification
* C++ class view and image viewer contributed by Denis Mingulov
* Outline views for C++ and QML
* Searching for C++ symbols matching a pattern (via advanced find dialog)
* Wizard for adding libraries to pro files, including all the necessary fancy magic for include paths and static libs
* Various debugging improvements on all platforms
* Improved QML code editing with a faster code model and a new indenter
* Find usages and improved follow symbols in QML code
* Graphical QML tool bar for setting e.g. fonts and colors in the QML code editor
* Project wizards for Qt Quick applications that also handle deployment to devices, and for custom QML extension plugins
* Mobile application project wizards that provide you with the needed setup for Symbian and Maemo, and packaging and deployment
* Various improvements to deployment to Maemo targets and Symbian support
* Click on QObject::connect warnings in application output to jump to the code
* Tue Dec 07 2010 cgiboudeauxAATTgmail.com- Update to 2.1rc1
* Many small bugfixes since beta2, see http://chaos.troll.no/~dmolkent/qt-creator-changelog-rc1.txt for details
* Updated Russian and Polish translations
* Sat Nov 20 2010 dmuellerAATTsuse.de- update to 2.1.0beta2:
* Made search result panel searchable
* Generic highlighter: http://labs.qt.nokia.com/2010/09/16/generic-highlighter-in-qt-creator/
* Added semantic highlighting of types, virtual methods, locals, statics and member variables (only enabled when running against Qt 4.7.1 and up, for performance reasons)
* Add new indenter along with a new option to control alignment indents
* Add new %FILENAME%, %CLASS% placeholders to license template
* Added searching for symbols that match a pattern to advanced find
* Made \'Follow symbol\' for classes skip forward declarations
* Added option for adding subprojects to projects in the New wizard
* Added context-menu command for removing subprojects in the Edit mode, Projects view
* Added a wizard for adding other than Qt libraries to project files
* Fixed splitter inconsistency of debugger tool bar
* Fixed console debugging with MinGW/gdb
* Symbian: Added basic thread support, improve logging
* New dumpers for QDate, QTime, QHostAddress, QRegion, boost::optional, QSharedData and QSharedDataPointer
* Improved/fixed dumpers for QObject (include user defined properties), QList, C-style arrays, QSize, QSizeF, QImage/QPixmap, std::vector, QVariant(QString), qulonglong, std::size_t, std::ptrdiff_t, QScopedPointer, QStandardItem
* Performance improvements due to use of dwarf index data to reduce gdb startup time, use of new gdb.read_memory for QByteArray and QString display
* Debugger framework handles multiple debugging sessions in parallel
* Allow per item and/or type selection of display method in Locals&Watchers
* Implement data watchpoints
* Implement a debugger engine to debug Python scripts
* Direct remote debugging using -debug binaryAATThost:port[AATTarch] on the command line
* Make alphabetic sorting of struct members optional
* New Add/Edit breakpoint dialog
* Show QThread object names in threads view
* Support for per-thread breakpoints
* Show dynamic type of objects for gdb versions newer than Aug 31, 2010
* [etc]
* Thu Sep 02 2010 dmuellerAATTsuse.de- only use system botan for new-enough systems
* Mon Aug 30 2010 tittiatcokeAATTgmail.com- update to 2.0.1 see http://qt.nokia.com/developer/changes/changes-qtcreator-2.0.1
* Mon Aug 30 2010 dmuellerAATTsuse.de- remove botan copy, use system version instead- fix runpath (bnc#613978)
* Mon Jun 21 2010 dmuellerAATTsuse.de- fix gdb version checks (bnc#615361)
* Tue Jan 26 2010 wstephensonAATTnovell.com- update to 1.3.1: General:
* Updated translations Editing:
* Fixed drawing issues when line wrap is enabled
* Fixed problem with indentation when auto-indent is turned off C++ support:
* Don\'t show the refactoring warning message all the time
* Insert semicolon when matching enum declarations
* Fixed function argument widget text color in dark themes
* Fixed that inline implemented methods did not show up in the methods filter
* Fixed in-place renaming when text is selected
* Fixed autoindent when using tabs instead of spaces
* Fixed completion when a typedef symbol is used as class name
* Fixed that template argument was marked as \"not a type name\" when defined as primitive type
* Fixed some highlight errors in code using the win32 API
* Improved completion of function definition parameter lists to append the const and volatile qualifiers if required Project support:
* Fixed that run configurations were disabled if they had no build step Debugging:
* CDB: Fixed disassembler for 64 bit addresses
* Fixed finding the file for build issues when mingw32-make is used
* Ignore case of file name in breakpoint handling on Windows
* Fixed problems with gdb timing out and debugging sessions unexpectedly finishing
* Improved startup time of gdb sessions by not asking for all files known to gdb Help:
* Don\'t switch to Help mode if help side bar is already visible Symbian Target:
* Fixed the time stamp of deployed files
* Sat Jan 02 2010 dmuellerAATTsuse.de- update to 1.3.0 final:
* only bugfixes compared to previous version update
* Sat Nov 21 2009 binnerAATTkde.org- update to 1.3 release candidate:
* Preliminary support for Qt development targeting Symbian platform
* New support for source code refactoring
* Tue Sep 29 2009 dmuellerAATTsuse.de- require the Qt version it was built against (bnc#542775)
* Wed Aug 05 2009 beineriAATTopensuse.org- install bin/qt-creator wrapper (bnc#526768)
* Thu Jul 16 2009 dmuellerAATTnovell.com- update to 1.2.1:
* http://www.qtsoftware.com/developer/changes/changes-qtcreator-1.2.1
* Sun Jun 28 2009 binnerAATTkde.org- update to 1.2 release:
* The Welcome Screen has been redesigned
* There has been some speed improvements: large amounts of persistent data now stored in an SQLite database
* Added a block highlighting feature
* Improved the code folding markers
* FakeVim mode has received further improvements
* Added the option to auto-save before building
* Made auto-build before run optional
* Made it possible to disable breakpoints
* Thu Apr 23 2009 beineriAATTopensuse.org- update to 1.1 release:
* Completely reworked editor split mechanism
* Improved function argument hint
* Improved open documents view (sorted, single-click, close buttons)
* Added experimental support for generic Makefile based projects
* Added signal/slot editor to the form editor
* Mon Mar 30 2009 dmuellerAATTsuse.de- merge with Factory
* Fri Mar 20 2009 Nico Kruber - fixed designer and resource editor plugin not being built - added .desktop file
* Wed Mar 04 2009 dmuellerAATTsuse.de- merge with Factory
* Tue Mar 03 2009 beineriAATTopensuse.org- update to 1.0 release
* no changelog available
* Fri Feb 27 2009 dmuellerAATTsuse.de- remove doc stuff as it doesn\'t build currently
* Wed Feb 18 2009 stbinnerAATTsuse.de- update to 0.9.2rc1
* Tue Dec 30 2008 stbinnerAATTsuse.de- initial package of version 0.9.1-beta