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
41e2b885
"README.md" did not exist on "d1c08e68ccf48c99606da64bfead422278c39e49"
Commit
41e2b885
authored
15 years ago
by
Thorbjørn Lindeijer
Browse files
Options
Downloads
Patches
Plain Diff
Some changes file updates
parent
5c059646
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dist/changes-2.0.0
+27
-3
27 additions, 3 deletions
dist/changes-2.0.0
with
27 additions
and
3 deletions
dist/changes-2.0.0
+
27
−
3
View file @
41e2b885
...
@@ -16,14 +16,25 @@ General
...
@@ -16,14 +16,25 @@ General
Editing
Editing
* Text based search and replace in multiple files
* Text based search and replace in multiple files
* Added option to disable scroll wheel zooming
* Added option to indent braces (aligning them with the indented block)
* Added option to choose tabs or spaces based on surrounding code
* Added Join Lines action (Ctrl+J)
* Code completion is now only first-letter case-sensitive by default
* Open with "System Editor"
* Open with "System Editor"
* Fixed missing semicolon after } when creating unnamed enumeration
* Fixed auto indent for C style coments
C++ Support
C++ Support
* Recognize *.cu as C files
Project support
Project support
* Reworked support for developing for different targets:
* Reworked support for developing for different targets:
* Reworked project settings
* Reworked project settings
* Reworked selection of active configuration
* Reworked selection of active configuration
* Expand environment variables in Generic Project file lists
* Preserve the original paths of the Generic Project file list when
adding/removing files
Debugging
Debugging
* CDB: Fixed bug in location marker
* CDB: Fixed bug in location marker
...
@@ -32,12 +43,18 @@ Debugging
...
@@ -32,12 +43,18 @@ Debugging
Help
Help
QML Support
* Runtime QML errors become links to the location of the error
Platform Specific
Platform Specific
Mac
Mac
* Show build error count in Dock icon
* Show build error count in Dock icon
* Handle the OBJECTIVE_HEADERS qmake variable
* Handle the OBJECTIVE_HEADERS qmake variable
Linux (GNOME and KDE)
* Dropping files on the editor now opens them instead of inserting a url
Symbian Target
Symbian Target
* Deploying shows real progress bar
* Deploying shows real progress bar
* Show the connection state of devices in the selector
* Show the connection state of devices in the selector
...
@@ -51,9 +68,9 @@ Symbian Target
...
@@ -51,9 +68,9 @@ Symbian Target
* Add support for command line arguments
* Add support for command line arguments
Maemo Target
Maemo Target
*
n
ew feature
*
N
ew feature
*
b
uilt on top of MADDE package
*
B
uilt on top of MADDE package
*
s
upports building for, deploying to and running on N900 devices
*
S
upports building for, deploying to and running on N900 devices
Version control plugins
Version control plugins
* Made menu actions more consistent, added some missing actions
* Made menu actions more consistent, added some missing actions
...
@@ -77,3 +94,10 @@ Wizards
...
@@ -77,3 +94,10 @@ Wizards
* Improved summary page, added ordering, simplified application wizards
* Improved summary page, added ordering, simplified application wizards
* Added wizards for unit tests and classes based on QSharedData
* Added wizards for unit tests and classes based on QSharedData
* Introduced project directory setting
* Introduced project directory setting
Additional credits go to:
* Roopesh Chander (choosing spaces or tabs based on surrounding code)
* Jeffrey Baumes (added option to indent braces)
* Roquette (fixed missing semicolon)
* Sergey Demchenko (fixed auto indent for C style coments)
* Falco Hirschenberger (added Join Lines action)
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