OSDN Git Service

Actually delete CONFIG+=declarative from list of user arguments
[qt-creator-jp/qt-creator-jp.git] / dist / changes-1.1.0
1 The QtCreator 1.1 release contains bug fixes and new features.
2
3 A more detailed list of changes follows below. If you want to know the exact
4 and complete list of changes, you can check out the QtCreator sources from the
5 public git repository and check the logs, e.g.
6
7 git clone git://labs.trolltech.com/qt-creator
8 git log --pretty=oneline v1.0.0..v1.1.0
9
10 This release introduces source and binary incompatible changes to the plugin
11 API, so if you created your own custom plugins these need to be adapted.
12
13 Editing
14    * Completely reworked editor split mechanism
15    * Added support for JavaScript
16    * Added syntax highlighting and code completion for qdoc and doxygen tags
17    * Improved function argument hint
18    * Added more checkpoints in editor history
19    * Added Ctrl-click for jumping to a symbol definition
20    * Improved open documents view (sorted, single-click, close buttons)
21    * Fixed copying text from the context help browser and output windows
22    * Improved FakeVim mode
23    * Improved C++ parsing and inline error indicators
24
25 Building and Running
26    * Added experimental support for generic Makefile based projects
27    * Improved .pro file parsing, handling scopes and $$system directive
28    * Added support for subdir.file in .pro files
29    * Added an option to start the application in an external terminal
30    * Improved CMake support
31
32 Debugging
33    * Made it possible to attach debugger to core files
34    * Changed approach to dumper loading: Build once per used Qt version,
35      no dumper buildstep anymore
36    * Added a dumper for std::set and improved dumpers for QString, QVariant,
37      std::wstring
38    * Made strategy to load shared objects configurable (auto-solib-add)
39    * The number of shown stack frames is now increased on request instead of
40      loading them all
41    * Improved interaction in the Locals & Watchers view
42
43 Wizards
44    * It is now possible to choose default file suffixes in the options dialog
45    * Fixed the code that was generated for handling a language change event
46      (added call to base class)
47    * Generated header guards now adapt to file extension
48
49 Designer
50    * Added signal/slot editor
51    * Fixed "Goto slot" (formatting/multiple inheritance)
52    * Context help for form editor widgets
53
54 Version control plugins
55    * Fixed handling of colored git output
56    * Added syntax highlighting to the git submit editor
57    * Made git submit editor remove comment lines
58    * Made Subversion 1.6 work
59    * Added configuration options for submit editors (user fields, word
60      wrapping)
61
62
63 Platform Specific
64
65 Mac
66    * The system's Hide action is no longer overridden
67    * Added option to set DYLD_IMAGE_SUFFIX=_debug when running applications
68    * Added Open in Finder action in project tree
69
70 Linux
71    * Fixed crash because of incompatible libQt3Support, by providing a wrapper
72      script and shipping libQt3Support.
73      (fixes crashes e.g. in file dialogs on openSUSE 11.1)
74
75
76 Additional credits go to:
77    * Martin Aumueller <aumuell@reserv.at> (FakeVim improvements)
78    * Kris Wong (various patches)
79    * Mathias Gumz (fixed permission checks on network NTFS drives)