aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.5.0
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-12-05 13:54:24 +0100
committerChristian Kamm <christian.d.kamm@nokia.com>2011-12-06 11:13:08 +0100
commit82c0ec9d6cc7abe3281db7c06d8b6b26204e5c78 (patch)
treee5a8338d35f97e265a1bfb987483881b61f2c14e /dist/changes-2.5.0
parentf27a916024a0db26c78be2543c283d0a644a6721 (diff)
Add my changes to dist/changes-2.5.0
Change-Id: I68334edbefa4412a1b35ae7a2306de555f561fb8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'dist/changes-2.5.0')
-rw-r--r--dist/changes-2.5.079
1 files changed, 79 insertions, 0 deletions
diff --git a/dist/changes-2.5.0 b/dist/changes-2.5.0
new file mode 100644
index 0000000000..6f87cdd6c8
--- /dev/null
+++ b/dist/changes-2.5.0
@@ -0,0 +1,79 @@
+Qt Creator version 2.5 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 v2.4.0...origin/2.5
+
+General
+
+Editing
+ * Use the QML/JS editor for opening json files (QTCREATORBUG-4639)
+
+Managing Projects
+
+Debugging
+
+Debugging QML/JS
+
+Analyzing Code
+
+C++ Support
+ * Fix completion and the dot-to-arrow conversion not triggering reliably
+ * Add basic refactoring action to insert an #include for an undefined
+ identifier
+ * Fix completion for namespace aliases at global and namespace scope
+ (QTCREATORBUG-166)
+ * Improve function signature synchronization by automatically renaming
+ parameter name uses in the function body when changing the name in the
+ declaration (QTCREATORBUG-6132)
+ * Improve preservation of non-cv specifiers when using function signature
+ synchronization (QTCREATORBUG-6620)
+ * Improve default argument handling with function signature synchronization
+ (QTCREATORBUG-5978)
+
+QML/JS Support
+ * Add correct scoping for signal handlers; enables completion of signal
+ handler arguments such as mouse in MouseArea.onClicked
+ * Disable some follow-up errors if an import failed
+ * Automatically add parentheses when completing a function
+ * Add refactoring action to wrap elements in a Loader
+ * Add ability to suppress warnings for a line by prepending
+ // @disable-check M123
+ * Add refactoring action to prepend a warning suppression comment
+ * Add // @enable-all-checks to enable checks disabled by default
+ * Add several new hints and warnings
+ * Add 'Reformat' action that reformats the whole file
+ * Add support for module APIs defined in QML modules
+ * Don't warn about unterminated case blocks in a switch statement if
+ there's a comment containing the string 'fallthrough' or 'fall-through'
+ * Improve indentation of function literals
+ * Fix indent after do-while without trailing semicolon
+
+Qt Quick Designer
+
+Help
+
+Platform Specific
+
+Mac
+
+Linux (GNOME and KDE)
+
+Windows
+
+Symbian Target
+
+Remote Linux Support
+
+Qt Designer
+
+FakeVim
+
+Version control plugins
+
+
+Additional credits go to:
+