summaryrefslogtreecommitdiff
path: root/dist/changes-1.2.0
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-05-28 13:31:28 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-05-28 13:31:28 +0200
commit09b98c02cb24ac844b8175eb773f52ac11beb52a (patch)
treefa46c2907aa11621bb356d9244a850111114c751 /dist/changes-1.2.0
parent6a3382d8de632380b0ffdd7e199844fcf977830f (diff)
downloadqt-creator-09b98c02cb24ac844b8175eb773f52ac11beb52a.tar.gz
Started 1.2.0 Changelog
Diffstat (limited to 'dist/changes-1.2.0')
-rw-r--r--dist/changes-1.2.040
1 files changed, 40 insertions, 0 deletions
diff --git a/dist/changes-1.2.0 b/dist/changes-1.2.0
new file mode 100644
index 0000000000..4e62734bf0
--- /dev/null
+++ b/dist/changes-1.2.0
@@ -0,0 +1,40 @@
+The QtCreator 1.2 release contains bug fixes and new features.
+
+A more detailed list of changes follows below. If you want to know the exact
+and complete list of changes, you can check out the QtCreator sources from the
+public git repository and check the logs, e.g.
+
+git clone git://labs.trolltech.com/qt-creator
+git log --pretty=oneline v1.1.0..v1.2.0
+
+This release introduces source and binary incompatible changes to the plugin
+API, so if you created your own custom plugins these need to be adapted.
+
+Editing
+
+
+Building and Running
+
+
+Debugging
+ * Added Windows Console Debugger support
+ * Added command line options to attach to process ids
+ * Further improved dumpers; do additional memory checking on Windows to
+ avoid crashes for speedup
+ * Changed method of dumper loading on Windows, enabling it for MinGW 64
+
+Wizards
+
+Designer
+ * Added "Qt Designer" (external editor) to "Open With" menus
+
+Version control plugins
+ * Made submit action raise existing submit editors
+ * Made svn detection recognize TortoiseSVN using "_svn" as directory
+ * Fixed perforce configuration checking, made it use the settings correctly
+
+I18N
+ * Added infrastructure for translations
+ * Added German translation
+
+Additional credits go to: