Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
035e1eb4
Commit
035e1eb4
authored
Apr 18, 2009
by
Simon Hausmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.1'
parents
193af69a
87f74b4e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
16 deletions
+22
-16
dist/changes-1.1.0
dist/changes-1.1.0
+6
-2
doc/images/qtcreator-cmake-build-settings.png
doc/images/qtcreator-cmake-build-settings.png
+0
-0
doc/images/qtcreator-cmake-import-wizard1.png
doc/images/qtcreator-cmake-import-wizard1.png
+0
-0
doc/images/qtcreator-cmake-import-wizard2.png
doc/images/qtcreator-cmake-import-wizard2.png
+0
-0
doc/qtcreator.qdoc
doc/qtcreator.qdoc
+11
-14
src/plugins/debugger/dumper.pro
src/plugins/debugger/dumper.pro
+5
-0
src/plugins/texteditor/basetextdocument.cpp
src/plugins/texteditor/basetextdocument.cpp
+0
-0
No files found.
dist/changes-1.1.0
View file @
035e1eb4
...
...
@@ -11,6 +11,8 @@ so if you created your own custom plugins these need to be adapted.
General
* Completely reworked editor split mechanism.
* Supports cmake project
* Support generic Makefile based projects
Editing
* Added support for JavaScript.
...
...
@@ -63,7 +65,9 @@ Mac
* Open in Finder action in project tree.
Linux
* Don't crash because of incompatible libQt3Support.
* Don't crash because of incompatible libQt3Support:
Provide a wrapper script and ship libQt3Support.
(Fixes crashes e.g. in file dialogs on openSUSE 11.1)
Lots of improvements to
...
...
@@ -74,4 +78,4 @@ Lots of improvements to
Additional credits go to:
* Martin Aumueller <aumuell@reserv.at> (FakeVim improvements)
* Kris Wong (
different
patches)
* Kris Wong (
various
patches)
doc/images/qtcreator-cmake-build-settings.png
0 → 100644
View file @
035e1eb4
62.2 KB
doc/images/qtcreator-cmake-import-wizard1.png
0 → 100644
View file @
035e1eb4
123 KB
doc/images/qtcreator-cmake-import-wizard2.png
0 → 100644
View file @
035e1eb4
104 KB
doc/qtcreator.qdoc
View file @
035e1eb4
...
...
@@ -1213,14 +1213,13 @@
\section1 Debugging Helper Library
While debugging Qt Creator dynamically loads a helper library into
your program. This helper library enables Qt Creator to pretty print
Qt and STL types. The Qt SDK package already contains a prebuilt
debugging helper library. To create a debugging helper library
select the \{Options} from the \gui{Tools} menu, and go to the
\gui{Qt/Qt Versions} pane. As the internal layout of qt can
change between versions, the debugging helper library is build
per Qt Version.
While debugging Qt Creator dynamically loads a helper library into your
program. This helper library enables Qt Creator to pretty print Qt and STL
types. The Qt SDK package already contains a prebuilt debugging helper
library. To create a debugging helper library, select the \gui{Options}
from the \gui{Tools} menu, and go to the \gui{Qt/Qt Versions} pane. As the
internal layout of qt can change between versions, the debugging helper
library is built for each Qt version.
\section1 A Walkthrough for the Debugger Frontend
...
...
@@ -1316,10 +1315,12 @@
not have an in-place build, Qt Creator lets you specify the directory in
which the project is built (shadow build).
\image qtcreator-cmake-import-wizard1.png
The screenshot below shows how you can specify command line arguments to
\c CMake for your project.
###TODO one, two pictures ?
\image qtcreator-import-wizard.png
\image qtcreator-
cmake-
import-wizard
2
.png
Normally, there is no need to pass any command line arguments for projects
that are already built, as \c CMake caches that information.
...
...
@@ -1334,7 +1335,7 @@
By default Qt Creator builds the "all" target. You can change which
targets get build in the Project/Build Settings.
###
\image qtcreator-build-settings.png
\image qtcreator-
cmake-
build-settings.png
Currently only one build configuration is supported and the
build directory can't be changed after the initial import. This
...
...
@@ -1640,10 +1641,6 @@
paths may fail. For example, remounting parts of a file system
using the --bind mount option.
\o Running Qt Creator on Windows with 16 bit color depth results in
black icons and possible crashes. This was fixed in an updated
version released 05 March 2009.
\o There is no syntax highlighting for \c CMake project files.
\o Project files included from \c{CMakeLists.txt} are not shown in the
...
...
src/plugins/debugger/dumper.pro
View file @
035e1eb4
...
...
@@ -5,5 +5,10 @@ CONFIG += shared
DESTDIR
=
..
/../../
bin
include
(..
/../
qworkbenchlibrary
.
pri
)
linux
-*
{
CONFIG
-=
release
CONFIG
+=
debug
}
SOURCES
+=
..
/../../
share
/
qtcreator
/
gdbmacros
/
gdbmacros
.
cpp
src/plugins/texteditor/basetextdocument.cpp
100755 → 100644
View file @
035e1eb4
File mode changed from 100755 to 100644
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment