aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-1.3.0
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-14 16:01:17 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-14 16:01:17 +0200
commit7fd55304241d15f9b5405c523aa41c53663b6db6 (patch)
treed624294880786ea081f9eeecb3fadf8162f4c74b /dist/changes-1.3.0
parentb68cbcc9ae0c5544f067e4b25dab4bb9b9f791d8 (diff)
More changelog items
Diffstat (limited to 'dist/changes-1.3.0')
-rw-r--r--dist/changes-1.3.010
1 files changed, 8 insertions, 2 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0
index dbdca175f2..072ee9e73f 100644
--- a/dist/changes-1.3.0
+++ b/dist/changes-1.3.0
@@ -15,7 +15,9 @@ General
* Added the option to automatically reload files when externally modified,
or to ignore external modifications (contributed by Henrik Abelsson)
* Improved the general resizing behavior for small screen sizes
-
+ * Fixed a crash in the RSS reader that sometimes causes Qt Creator to crash
+ on startup
+
Editing
* Added support for text editor color schemes
* Added highlighting of uses of the symbol under the cursor
@@ -31,6 +33,10 @@ Project support
* Added support for adding and removing files from a generic Makefile-based
project (contributed by Kevin Michel)
+Compilation
+ * Support distributed compilation on Windows/MSVC via jom
+ (see http://qt.gitorious.org/qt-labs/jom/)
+
Debugging
* Detect debugger from project tool chain
* CDB: Added more types to the dumpers (QSharedPointer, QVector, common
@@ -39,7 +45,7 @@ Debugging
* CDB: Fixed thread handling
* CDB: Added internal dumpers for string types for debuggee crashes
* Improved QObject dumping, print out QRect/QSize, enumerations and flags
- * Use the BinEditor plugin to show raw memory
+ * Made it possible to use the BinEditor plugin for displaying raw memory
Designer
* Added support for rearranging and floating form editor tools