aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.0.0
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-12-09 15:33:28 +0100
committerEike Ziller <eike.ziller@digia.com>2014-01-08 11:45:45 +0100
commit1d6a2575971113532f47d496fc78a07afcf16882 (patch)
treeb5f46ed6c49b64bea8fb0a8ca0c8a267e7f8e7ca /dist/changes-3.0.0
parentffbdbc855ce103c2f444f81fdfa00007fbd39844 (diff)
More change log
Change-Id: I608811fa480a94e0e3d65fbfb24d2425e7b4049d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist/changes-3.0.0')
-rw-r--r--dist/changes-3.0.027
1 files changed, 24 insertions, 3 deletions
diff --git a/dist/changes-3.0.0 b/dist/changes-3.0.0
index 4f6cf897e3..233eb56d29 100644
--- a/dist/changes-3.0.0
+++ b/dist/changes-3.0.0
@@ -18,6 +18,10 @@ Editing
are detected
* Fixed issues with splitting when editor is not splittable (QTCREATORBUG-6827)
* Added action for closing all editors except the visible ones (QTCREATORBUG-9893)
+ * Added support for changing case of entered values in snippets
+ (:u :c :l modifiers like for custom wizards)
+ * Fixed that proposal list would pop up again after it was dismissed with Esc key
+ right after it opened
Managing and Building Projects
* Fixed exit code that is shown for applications that are run in terminal
@@ -35,6 +39,7 @@ QMake Projects
* Fixed issues when using qtchooser (QTCREATORBUG-9841)
* Fixed issues with autosave files triggering reparses (QTCREATORBUG-9957)
* Fixed that run configurations were created for targets that are not built (QTCREATORBUG-9549)
+ * Fixed issue when renaming a file changes its MIME type (QTCREATORBUG-9824)
CMake Projects
* Added parser for CMake build errors
@@ -42,16 +47,18 @@ CMake Projects
* Added support for a CMakeDeployment.txt file that defines deployment rules
Qbs Projects
+ * Added code completion support for code generated from .ui files
Generic Projects
Debugging
+ * Added Debuggers tab to Build & Run options
+ * Pretty printers (Python based, GDB and LLDB)
+ * Added QIPv6Address and support for IPv6 in QHostAddress
* GDB
- * Fixed various pretty printers
* CDB
* Fixed interrupting 32 bit processes from 64 bit Qt Creator builds
* LLDB
- * Fixed various pretty printers
* QML
Analyzer
@@ -78,6 +85,15 @@ C++ Support
* Added list of potential destinations when doing "Follow Symbol" on
virtual function calls (QTCREATORBUG-9611)
* Fixed "Follow Symbol" for operators (QTCREATORBUG-7485)
+ * Added logic to avoid complete project reparses (QTCREATORBUG-9730)
+ * Added matching against fully qualified name in C++ related locator filters
+
+Qt Quick Designer
+ * Added imports editor
+ * Fixed bread crumb bar for infile components
+
+Qt Designer
+ * Fixed "Go to slot" for form classes that are not part of a project (QTCREATORBUG-9653)
Python Support
@@ -85,11 +101,12 @@ GLSL Support
* Fixed crash (QTCREATORBUG-10166)
Diff Viewer
- * Added button that switches between inline and side-by-side view
+ * Added button that switches between inline and side-by-side view (QTCREATORBUG-10035)
* Added syntax highlighting (QTCREATORBUG-9580)
Version Control Systems
* Fixed crash when reverting changes while commit editor is open (QTCREATORBUG-10190)
+ * Fixed colors in description in submit editor
* Added VCS topic to window title
* Fixed that user was asked about adding file to VCS even if it already
was in VCS (QTCREATORBUG-2455)
@@ -113,6 +130,8 @@ Version Control Systems
* ClearCase
FakeVim
+ * Added <C-W><C-V> shortcut for splitting editors
+ * Fixed scrolling when using single character or single line movement
Platform Specific
@@ -122,6 +141,8 @@ Qt Support
QNX
* Added check for existence of debug token and show error message in that case (QTCREATORBUG-9103)
+ * Added device auto-detection in "Add BlackBerry Device" wizard
+ * Added support for NDKs with multiple target configurations
Android
* Added error messages for incompatible devices to compile output (QTCREATORBUG-9690)