aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-1.2.0
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-06-04 15:31:44 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-06-04 15:36:34 +0200
commit2c8d69bd898bc7401c8842d157d41d48e17bf0d4 (patch)
tree9aa83fd0fe8d75706a4789be6cf048e82f6040eb /dist/changes-1.2.0
parenta1990fe5c4869af68f3e2e7c516bbc0a950bd602 (diff)
ChangeLog++ (external contributors, own changes, important changes since v1.1)
Diffstat (limited to 'dist/changes-1.2.0')
-rw-r--r--dist/changes-1.2.040
1 files changed, 36 insertions, 4 deletions
diff --git a/dist/changes-1.2.0 b/dist/changes-1.2.0
index e74046489d..7229fc1194 100644
--- a/dist/changes-1.2.0
+++ b/dist/changes-1.2.0
@@ -10,19 +10,29 @@ 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.
+General:
+ * Reworked Welcome Screen
+ * Speed improvement: Store large amounts of persistent data
+ (e.g. locator cache) in an SQLite database.
+
Editing
-
+ * Added option to allow alphabetical method combo box
+ * Introduced Block highlighting
+ * Improved code folding markers
+ * Further improvements to FakeVim mode
+ * Make it possible to disable Ctrl+Click navigation
+ * Added optional XCode-style tab indentation
Building and Running
-
Debugging
- * Added Windows Console Debugger support
+ * Added Windows Console Debugger support (x86 and AMD64)
* 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
-
+ * Make it possible to disable breakpoints
+
Wizards
Designer
@@ -33,8 +43,30 @@ Version control plugins
* Made svn detection recognize TortoiseSVN using "_svn" as directory
* Fixed perforce configuration checking, made it use the settings correctly
+Documentation
+ * Added tutorial on how to create an application from scratch using Creator
+
I18N
* Added infrastructure for translations
* Added German translation
+Platform Specific
+
+Windows
+ * Show native path separators
+ * Experimental support for the Microsoft C++ compilers from Windows SDKs
+ or VS 2005/2008 (x86 and AMD64)
+
+Mac
+
+Linux
+
+Other Unixes
+ * Made Qt Creator less dependant on Linux specific defines
+
Additional credits go to:
+ * axasia <axasia@gmail.com> (japanese translation)
+ * Christian Hoenig <christian@hoenig.cc> ("Build Project Only" submenu and build project dependencies, various patches)
+ * Enrico Ros <enrico.ros@gmail.com> (italian translation)
+ * Joel Nordell <joel.nordell@chloridepower.com> (XCode-style tab behavior, various patches)
+ * Serge Ratke <dev.serge.ratke@gmx.de> (copy lines up/down by Ctrl+Alt+Up/Down)