summaryrefslogtreecommitdiff
path: root/dist/changes-1.3.0
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-09-02 11:05:33 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-09-02 11:15:10 +0200
commitb3b82d9abec839368f04303bf7a2482be580b23a (patch)
tree5153ae65b71aaacaacae852b035893579bd6819d /dist/changes-1.3.0
parent5a4a376949f33a418e3b5495004afadd042d4518 (diff)
downloadqt-creator-b3b82d9abec839368f04303bf7a2482be580b23a.tar.gz
Extend "Show in Finder" functionality to Windows and Unix.
On Unix, we cannot select the specific file, so the entry there is called "Open containing folder".
Diffstat (limited to 'dist/changes-1.3.0')
-rw-r--r--dist/changes-1.3.04
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0
index 8b6dd998ad..51b48427ba 100644
--- a/dist/changes-1.3.0
+++ b/dist/changes-1.3.0
@@ -49,9 +49,11 @@ Project support
* By default projects using the Microsoft Visual Studio toolchain use jom
instead of nmake, for better utilization of all processors.
* Show subdirectory structure below .pro/.pri files in project tree
+ * Add "Show file in Finder/Explorer" (Mac/Windows) to context menu.
+ On Linux it opens the containing directory.
Compilation
- * Support distributed compilation on Windows/MSVC via jom
+ * Support multi-core compilation on Windows/MSVC via jom
(see http://qt.gitorious.org/qt-labs/jom/)
Debugging