dt
5146d23169
Debugging output
2009-08-06 16:17:04 +02:00
Daniel Molkentin
2948651fa9
Show tutorials in context help pane by default, but honor context help settings.
...
Reviewed-by: kh
2009-08-06 15:54:09 +02:00
Daniel Molkentin
6ab034ba2c
Reviewed the first four chapters. Added review notes.
2009-08-06 15:54:09 +02:00
dt
dbe5a6f34b
Rework the project settings.
...
This has still a few missing things, but this enough to start getting
some feedback. Missing are non qt projects, a solution for the
runconfiguration, a missing black line between the treeview on top and
the project settings at the bottom. Some flickering with removing/adding
widgets to the QScrollArea and not showing the expanded widget if the
Details button is right at the bottom.
2009-08-06 15:31:32 +02:00
Erik Verbruggen
4e7881577d
Parser fix for ObjC methods.
2009-08-06 13:44:33 +02:00
Erik Verbruggen
2e1811275e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-06 12:37:28 +02:00
ck
3f6d5a83a8
Bugfix: Private header is no longer included in public header.
2009-08-06 11:21:40 +02:00
Erik Verbruggen
397bd2ed24
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-06 09:41:08 +02:00
Erik Verbruggen
86a7b26fcd
Fixed semantic checks for Objective-C methods and fast-enumeration.
2009-08-05 18:30:18 +02:00
Kavindra Devi Palaraja
4d88d7021c
Doc - Some minor fixes plus supporting links to connect parts of our
...
documentation with this tutorial.
Reviewed-By: TrustMe
2009-08-05 17:21:21 +02:00
Erik Verbruggen
ca34b0ca1c
Cleaned the ObjC AST up.
2009-08-05 17:14:08 +02:00
con
fe92b40f45
Start on rvct support.
...
It works, except that the code model doesn't get the rvct include
directories and defines yet. And you need to have everything for
rvct set up in your environment.
2009-08-05 17:08:15 +02:00
con
c8d6c400b6
If no mwc path is set explicitly, still don't destroy working environment.
...
So now we use the values of the system environment as a backup
for build environment and system includes.
2009-08-05 17:08:14 +02:00
Kavindra Devi Palaraja
b7933d8736
Doc - Fixed a typo causing a qdoc warning
...
Reviewed-By: TrustMe
2009-08-05 16:25:57 +02:00
Kavindra Devi Palaraja
6978d804db
Doc - Fixed a typo
...
Reviewed-By: TrustMe
2009-08-05 16:25:08 +02:00
mae
700df76b47
fix alt-tab navigation in the original split
2009-08-05 16:02:05 +02:00
mae
f0218b8ff4
fix occasionally broken link to the modified state of the editor
2009-08-05 16:02:04 +02:00
ck
c6eced4cc8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-05 16:03:11 +02:00
Kavindra Devi Palaraja
892df6cfe3
Doc - Adding supporting screenshots to aid users in the tutorial
...
Reviewed-By: TrustMe
2009-08-05 16:03:20 +02:00
ck
99d4c0b2a9
Debugger: More dumper auto tests.
...
Added test for "QAbstractItem" and fixed bug uncovered by that.
2009-08-05 16:01:33 +02:00
Kavindra Devi Palaraja
dba63d388e
Doc - Reviewing Part 1 of the tutorial, ensuring it is as accurate as
...
possible with the current version of Qt Creator
2009-08-05 15:36:28 +02:00
Kavindra Devi Palaraja
9b86c8a9c7
Doc - More fixes on the tutorial and the Sessions section of Creator's
...
manual
Reviewed-By: TrustMe
2009-08-05 15:36:28 +02:00
ck
afd9fd824d
Debugger auto tests: Tracked changes to QObjectPrivate.
2009-08-05 14:05:03 +02:00
con
5b2abd8510
Searching in files takes open editors into account now.
...
Task-number: 258468
2009-08-05 13:29:16 +02:00
con
a81eba5bf8
Some dependency declaration cleanup.
2009-08-05 13:29:16 +02:00
Andy Shaw
58ab81bfe4
Fixes: Link error on Windows, this slot should not be there
2009-08-05 13:23:51 +02:00
Andy Shaw
dc17081b50
Fixes: Compile on Windows
2009-08-05 13:18:56 +02:00
dt
a215f90c78
Fixes compilation
2009-08-05 13:00:02 +02:00
dt
9cfe707831
Disable the browse button if the shadow build checkbox is disabled.
2009-08-05 13:00:02 +02:00
Oswald Buddenhagen
63fd503c67
fix compile the proper way
...
older gcc does not automatically make nested classes of a friend class
friends as well.
2009-08-05 12:38:02 +02:00
Oswald Buddenhagen
1b0fbbffad
don't hang in .qmake.cache search when build dir does not exist
...
QDir::cdUp() is strange ...
2009-08-05 12:38:02 +02:00
dt
d24cd037fd
Change the apppereanve slightly for environment widgets.
2009-08-05 11:41:37 +02:00
dt
7be8be2564
Fix wrong importing of old settings overwritting a release configuration
2009-08-05 11:41:37 +02:00
Erik Verbruggen
0d5d39087f
Fixed build problem by removing the private.
2009-08-05 10:57:49 +02:00
Roberto Raggi
393806696d
The parser needs to a valid AST when the parsing method returns `true'.
2009-08-05 09:59:11 +02:00
Alessandro Portale
80e26d86c9
Using QDir::toNativeSeparators
2009-08-05 09:17:26 +02:00
Oswald Buddenhagen
ca5f1ee294
remove seemingly superfluous path normalizations
...
they were added to facilitate .prf exclusion from the project tree, but
that should be handled differently already.
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
b972177444
don't report prf inclusions to derived classes
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
81f6001f91
move include recursion check to evaluateFile() where it belongs
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
f4cc46d5de
move qmake property hash to option object
...
that way they are auto-inherited by nested parsers, and it's the right
thing to do anyway.
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
f50952f17a
complain about querying non-existing properties
...
... except where it is expected
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
a89bee6dab
rely on the properties passed into the evaluator
...
fallbacks to values from the qt we were compiled/linked against really
make no sense.
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
2a4ef827a9
inject QT_VERSION into the evaluator
...
almost too simple to be right, given the TODO ...
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
f6f8340b8e
improved high-level qmake compat
...
- parse .qmake.cache, remove workaround for not doing it
- look for the mkspecs in all the places qmake would do
- use the passed in properties instead of QLibraryInfo to find the qt
data dir
- fix loading of generic features from within os-specific ones with the
same name
- add multiple inclusion guard for features (including what seems to be
a bug in qmake ...)
- misc cleanups and beautifications
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
dfcf9889a7
look only for mkspec features for the current target platform
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
6b85d482b6
micro-optimizations
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
bcda15ee97
fixEnvVariables => expandEnvVars overload
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
0d0860a0be
set the current work dir even for pri files
...
qmake does so.
of course, in the longer run we need to get rid of this at all, but this
would require quite some reviewing of side effects.
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
980868cee4
make the qmake option object a proper member
...
to be able to share the option object among evaluators, it is passed by
pointer.
only field_sep stays static and becomes a string - that's effectively
just a cache to avoid repeated construction.
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
3739af6c46
make Option a nested class of ProFileEvaluator
...
it's still static at that point, though.
2009-08-04 20:59:28 +02:00