Oswald Buddenhagen
aa61af1493
make the evaluator (even more) thread-safe
...
the async re-parsing code breaks the assumption that project
parsing only ever starts with a single non-concurrent evaluation
(of the top-level project file), so the population of the base
values in the shared ProFileOption was happily causing crashes.
Reviewed-by: dt
Task-number: QTCREATORBUG-1569
2010-06-04 17:57:04 +02:00
Oswald Buddenhagen
8a07e6a3e1
add "static"
2010-06-04 17:56:47 +02:00
Robert Loehning
205fd3cf5e
Doc - Avoid warnings in doc.
...
Reviewed-by: Leena Miettinen
2010-06-04 16:55:47 +02:00
Leena Miettinen
bf6939314a
Doc - Update screen shots.
2010-06-04 15:13:39 +02:00
Leena Miettinen
86d6fca776
Doc - Update information about managing sessions and screenshots.
...
Reviewed-by: dt
2010-06-04 15:13:38 +02:00
Leena Miettinen
08ded66396
Doc - Add note about finding out the Symbian platform version on a device for TRK installation.
...
Reviewed-by: Tim Jenssen
2010-06-04 15:13:37 +02:00
Leena Miettinen
ca1aab8be3
Doc - Add link to platform notes.
...
Reviewed-by: olli
Reviewed-by: Niels Weber
2010-06-04 15:13:36 +02:00
Leena Miettinen
ca3f443a75
Doc - Update CMake screenshots and edit related text.
2010-06-04 15:13:35 +02:00
Leena Miettinen
890ebd6717
Doc - Update Locator screen shots and modify related text.
2010-06-04 15:13:34 +02:00
Daniel Molkentin
d3c7da4210
Revert "Add missing style sheet"
...
This was adding the generated style sheet
This reverts commit ad3d3dac04 .
2010-06-04 15:02:25 +02:00
Daniel Molkentin
ad3d3dac04
Add missing style sheet
...
Reviewed-by: Leena Miettinen
2010-06-04 14:57:05 +02:00
Daniel Molkentin
c29355ee37
Fix mobile example link
...
Task-number: QTCREATORBUG-1571
Reviewed-by: Leena Miettinen
2010-06-04 14:49:25 +02:00
Daniel Molkentin
aa28e042ea
Fix help being unusable in split mode by using Qt doc offline style
...
Reviewed-by: Leena Miettinen
2010-06-04 14:43:03 +02:00
mae
530016aa2f
Fix cursor positioning for up/down after backspace
...
Reviewed-by: Roberto Raggi
2010-06-04 13:40:10 +02:00
ck
63ef0d3613
Maemo: Adapt qemu path for Harmattan.
...
Reviewed-by: kh1
2010-06-04 13:14:33 +02:00
Kai Koehne
b27dbd26d9
Mention QTCREATOR_WITH_QML environment variable in README
...
We disabled the visible parts of the Qml support by default for the 2.0
release. Defining QTCREATOR_WITH_QML brings it back.
This hack should be removed as soon as 2.0 is shipped.
Reviewed-by: Daniel Molkentin
2010-06-04 13:11:19 +02:00
Daniel Molkentin
465675d332
Two descriptions in the file new dialog were swapped
...
No strings translations were harmed in this commit. No kittens either.
Reviewed-by: Alessandro Portale
2010-06-04 12:57:32 +02:00
hjk
fe396a5146
fakevim: fix cursor keys on Mac.
...
On Mac, QKeyEvent::text() returns non-empty strings for cursor keys. This
breaks some of the logic relying on text() being empty for "special" keys.
This is a quick fix to make it usable.
2010-06-04 12:53:38 +02:00
Kai Koehne
b17cd1fd85
QuickDesigner: Fix core test
...
Since fa640f66db we're always switching to the base state when going
from state A to state B. Fix autotests accordingly.
2010-06-04 09:53:33 +02:00
Kai Koehne
e5efa55a20
QuickDesigner: Fix compilation of QuickDesigner/core tests
...
Commit 112df597db removed the definition, but not declaration of
test method.
Reviewed-by: erikv
2010-06-04 09:53:33 +02:00
hjk
419f587518
fakevim: clear opcount and mvcount on escape
2010-06-04 09:07:39 +02:00
Daniel Molkentin
4df88cceb7
Update the doc style from Qt
...
Reviewed-by: Oswald Buddenhagen
2010-06-03 20:01:19 +02:00
Pierre Rossi
98b6f8a169
Fix an issue with 'make ts' when CUSTOMWIZARDS_FILES is empty.
...
Reviewed-by : Daniel Molkentin
(cherry picked from commit 514b30ecbf ,
this was accidentially committed into 2.0.0 first)
2010-06-03 17:11:18 +02:00
Christian Kamm
5234c775f7
Make the QmlJSEditor work when Qml support is disabled.
...
- Enable qmlprojectplugin even if Qml support is disabled.
- But disable its wizards in that case.
- Disable the Qml file wizard if the support is off.
Reviewed-by: Kai Koehne
2010-06-03 10:25:17 +02:00
Leena Miettinen
111884365a
Doc - Update screenshots and some related text.
2010-06-02 16:47:44 +02:00
Leena Miettinen
9fb4e0f237
Doc - Hid all information related to Qt Quick by using if defined(qtquick) tags.
2010-06-02 16:47:42 +02:00
Thorbjørn Lindeijer
50ccecee2e
Some initialization and removed redundant member variables
...
Reviewed-by: kh1
2010-06-02 14:53:44 +02:00
Thorbjørn Lindeijer
86bd6d9db5
Initialize some members in default constructor of FilterEntry
2010-06-02 14:50:46 +02:00
Thorbjørn Lindeijer
502e86b737
Only do line selection in the gutter when the line numbers are visible
...
While 2641496a99 removed the marks check entirely, a fix for the same
issue made on the master branch (1263babfc6 ) changed it to check
whether the line numbers are visible. This is more correct.
Reviewed-by: mae
2010-06-02 13:39:45 +02:00
dt
d19ca58bf0
Fix crash with removing files in symlinked directories
...
Reviewed-By: thorbjorn
Task-Nr: QTCREATORBUG-965
2010-06-02 11:58:25 +02:00
hjk
b67369393e
fakevim: synchronize with master
...
In theory this should have been a backport of the search-related commits
7e8c345a and 46fa3aa7 , but they are buried in the middle of the Big
Commandline Reorganization. Just taking everything has lower risk and
is faster.
2010-06-02 11:09:39 +02:00
kh1
878462f72e
Fix MADDE and pkg-config with QtCreator.
...
We missed some environment vars that had to be set to make the script
work. NOTE: still does not work on windows, since madbin\pkg-config.cmd
needs to be too.
Reviewed-by: kh
(cherry picked from commit 0017103863 )
(cherry picked from commit 9f8da8aa19 )
2010-06-02 10:45:20 +02:00
Leena Miettinen
13e042737f
Doc - Edit build and run instructions for Symbian target
2010-06-01 17:13:20 +02:00
Leena Miettinen
a3f1842325
Doc - Change version number to v2.0
2010-06-01 17:13:19 +02:00
Leena Miettinen
d78e5925bf
Doc - Add information about creating Maemo installation packages. Edit instructions for setting up development environment for Maemo. Add not about encrypted keys not being supported.
...
Reviewed-by: kh
2010-06-01 17:13:19 +02:00
hjk
661308c96e
debugger: always switch to frame 0 before trying to leave frame
2010-06-01 16:53:32 +02:00
Daniel Molkentin
322436069d
Disable QML runtime wizard for now.
...
This is unconditional, since we seem to have no way of doing it
conditionally in a clean way.
Reviewed-by: Oswald Buddenhagen
2010-06-01 16:31:56 +02:00
Robert Loehning
069171fc4c
Fixes in German translation
...
Reviewed-by: Oswald Buddenhagen
2010-06-01 16:15:45 +02:00
Robert Loehning
536ab07f61
Decided on different use of hyphens in German translation.
...
Reviewed-by: Oswald Buddenhagen
2010-06-01 15:09:00 +02:00
Daniel Molkentin
9d609c88c8
Revert "Mark QML support in Qt Creator 2.0 as preview"
...
Not needed anymore after the general QML support got deactivated.
This reverts commit 74bd95d323 .
2010-06-01 14:40:06 +02:00
hjk
896907f78c
debugger: be nicer in the presence of missing debug information
2010-06-01 14:33:26 +02:00
hjk
ea6ff5913a
debugger: switch off reverse debugging tool button if not useful
2010-06-01 14:33:26 +02:00
Daniel Molkentin
210652912b
Disable everything QML-related but QMLJSEditor by default
...
To get QML functionality back, export QTCREATOR_WITH_QML before
running qmake
Reviewed-by: Kai Koehne
2010-06-01 14:28:09 +02:00
Robert Loehning
52fce25de3
Fixed German translations related to Design mode and Qt Quick.
...
Reviewed-by: Oswald Buddenhagen
2010-06-01 13:55:09 +02:00
Thorbjørn Lindeijer
c15a2bcd22
Fixed context help for Qt includes
...
Was broken in 915a07bdbb , which caused
help links only to be resolved for expressions under the cursor.
Task-number: QTCREATORBUG-159
Reviewed-by: ckamm
2010-06-01 13:33:35 +02:00
Thorbjørn Lindeijer
2641496a99
Fixed line select in gutter when text marks are not visible
...
The ProjectFilesEditor used for editing the generic project's files does
not show text marks, which broke the line select in the gutter.
Task-number: QTCREATORBUG-1238
Reviewed-by: mae
2010-06-01 13:33:35 +02:00
hjk
8b806c4d8d
debugger: make ctrl-click to navigate between input and output pane (much) faster
2010-06-01 12:36:28 +02:00
Thorbjørn Lindeijer
8ffc25bbad
Fixed the collapsed block popup to draw on top of cursor/highlights
...
The various text editor overlays and the text cursor were being painted
on top of the collapsed block popup.
Reviewed-by: mae
2010-06-01 12:01:23 +02:00
Leena Miettinen
05ec16f89a
Doc - Update screen shots.
2010-06-01 09:24:25 +02:00
Leena Miettinen
590e8f39ad
Doc - Add a disclaimer for QDeclarative functions and documentation.
2010-06-01 09:24:23 +02:00