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
2c8d69bd
Commit
2c8d69bd
authored
15 years ago
by
Daniel Molkentin
Browse files
Options
Downloads
Patches
Plain Diff
ChangeLog++ (external contributors, own changes, important changes since v1.1)
parent
a1990fe5
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.2.0
+36
-4
36 additions, 4 deletions
dist/changes-1.2.0
with
36 additions
and
4 deletions
dist/changes-1.2.0
+
36
−
4
View file @
2c8d69bd
...
@@ -10,19 +10,29 @@ git log --pretty=oneline v1.1.0..v1.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
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.
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
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
Building and Running
Debugging
Debugging
* Added Windows Console Debugger support
* Added Windows Console Debugger support
(x86 and AMD64)
* Added command line options to attach to process ids
* Added command line options to attach to process ids
* Further improved dumpers; do additional memory checking on Windows to
* Further improved dumpers; do additional memory checking on Windows to
avoid crashes for speedup
avoid crashes for speedup
* Changed method of dumper loading on Windows, enabling it for MinGW 64
* Changed method of dumper loading on Windows, enabling it for MinGW 64
* Make it possible to disable breakpoints
Wizards
Wizards
Designer
Designer
...
@@ -33,8 +43,30 @@ Version control plugins
...
@@ -33,8 +43,30 @@ Version control plugins
* Made svn detection recognize TortoiseSVN using "_svn" as directory
* Made svn detection recognize TortoiseSVN using "_svn" as directory
* Fixed perforce configuration checking, made it use the settings correctly
* Fixed perforce configuration checking, made it use the settings correctly
Documentation
* Added tutorial on how to create an application from scratch using Creator
I18N
I18N
* Added infrastructure for translations
* Added infrastructure for translations
* Added German translation
* 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:
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)
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