Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
e24b2b76
Commit
e24b2b76
authored
15 years ago
by
Thorbjørn Lindeijer
Browse files
Options
Downloads
Patches
Plain Diff
Changelog updates and pedantic fixes
parent
8b4b3e5f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dist/changes-1.1.0
+44
-46
44 additions, 46 deletions
dist/changes-1.1.0
with
44 additions
and
46 deletions
dist/changes-1.1.0
+
44
−
46
View file @
e24b2b76
The QtCreator 1.1 release contains bug fixes and new features.
The QtCreator 1.1 release contains bug fixes and new features.
A more detailed list of changes follows below. If you want to know
A more detailed list of changes follows below. If you want to know the exact
the exact and complete list of changes, you can check out the QtCreator
and complete list of changes, you can check out the QtCreator sources from the
sources from the public git repository and check the logs, e.g.
public git repository and check the logs, e.g.
git clone git://labs.trolltech.com/qt-creator
git log --pretty=oneline origin/1.0.0..origin/master
The release introduces source and binary incompatible changes to the plugin API,
git clone git://labs.trolltech.com/qt-creator
so if you created your own custom plugins these need to be adapted.
git log --pretty=oneline v1.0.0..v1.1.0
General
This release introduces source and binary incompatible changes to the plugin
* Completely reworked editor split mechanism.
API, so if you created your own custom plugins these need to be adapted.
* Supports cmake project
* Support generic Makefile based projects
Editing
Editing
* Added support for JavaScript.
* Completely reworked editor split mechanism
* Added syntax highlighting and code completion for qdoc and doxygen tags.
* Added support for JavaScript
* Improved function argument hint.
* Added syntax highlighting and code completion for qdoc and doxygen tags
* More checkpoints in editor history.
* Improved function argument hint
* Ctrl-click for jumping to a symbol definition.
* Added more checkpoints in editor history
* Improved open documents view (sorted, single-click, close buttons).
* Added Ctrl-click for jumping to a symbol definition
* Copying text from the context help browser and output windows didn't work.
* Improved open documents view (sorted, single-click, close buttons)
* Fixed copying text from the context help browser and output windows
* Improved FakeVim mode
* Improved C++ parsing and inline error indicators
Building and Running
Building and Running
* Experimental support for generic Makefile based projects.
* Added experimental support for generic Makefile based projects
* Improved .pro file parsing, handling scopes and $$system directive.
* Improved .pro file parsing, handling scopes and $$system directive
* Support subdir.file in .pro files.
* Added support for subdir.file in .pro files
* Option to start application in external terminal.
* Added an option to start the application in an external terminal
* Improved CMake support
Debugging
Debugging
*
Possibility
to attach debugger to core files
.
*
Made it possible
to attach debugger to core files
* Changed approach to dumper loading: Build once per used Qt version,
* Changed approach to dumper loading: Build once per used Qt version,
no dumper buildstep anymore.
no dumper buildstep anymore
* New dumper for std::set. Improved QString, QVariant, std::wstring
* Added a dumper for std::set and improved dumpers for QString, QVariant,
* Make strategy to load shared objects configurable (auto-solib-add).
std::wstring
* Increase number of shown stack frames on request instead of loading them all.
* Made strategy to load shared objects configurable (auto-solib-add)
* Improved interaction in the Locals&Watchers view.
* The number of shown stack frames is now increased on request instead of
loading them all
* Improved interaction in the Locals & Watchers view
Wizards
Wizards
* It is now possible to choose file suffixes in the options dialog
.
* It is now possible to choose
default
file suffixes in the options dialog
*
Code of languag
e
c
ha
nge event is now
generated
c
or
rectly (added call
*
Fixed the cod
e
t
ha
t was
generated
f
or
handling a language change event
to base class)
.
(added call
to base class)
* Generated header guards now adapt to file extension
.
* Generated header guards now adapt to file extension
Designer
Designer
* Added signal/slot editor
.
* Added signal/slot editor
* Fixed "Goto slot" (formatting/multiple inheritance)
.
* Fixed "Goto slot" (formatting/multiple inheritance)
* Context help for form editor widgets
.
* Context help for form editor widgets
Version control plugins
Version control plugins
* Fixed handling of colored git output
.
* Fixed handling of colored git output
*
Ma
de s
vn 1.6 work.
*
Ad
de
d
s
yntax highlighting to the git submit editor
*
Added syntax highlighting to the git submit editor.
*
Made git submit editor remove comment lines
* Made
git submit editor remove comment lines.
* Made
Subversion 1.6 work
* Added configuration options for submit editors (user fields, word
* Added configuration options for submit editors (user fields, word
wrapping).
wrapping)
Platform Specific
Platform Specific
...
@@ -70,12 +73,7 @@ Linux
...
@@ -70,12 +73,7 @@ Linux
(Fixes crashes e.g. in file dialogs on openSUSE 11.1)
(Fixes crashes e.g. in file dialogs on openSUSE 11.1)
Lots of improvements to
* FakeVim mode
* CMake support
* C++ parsing and inline error indicators
* Everything :-)
Additional credits go to:
Additional credits go to:
* Martin Aumueller <aumuell@reserv.at> (FakeVim improvements)
* Martin Aumueller <aumuell@reserv.at> (FakeVim improvements)
* Kris Wong (various patches)
* Kris Wong (various patches)
* Mathias Gumz (fixed permission checks on network NTFS drives)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment