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
Oswald Buddenhagen
c699522bf9
shuffle code around
...
non-inline implementations in a header? feh!
2009-08-04 20:59:28 +02:00
Oswald Buddenhagen
3399e362cc
inline trivial functions
2009-08-04 20:59:27 +02:00
Oswald Buddenhagen
9431850fcd
remove remainders of a fairly useless set of asserts
...
(the rest seems to have evaporated over time or never existed in the
first place)
2009-08-04 20:59:27 +02:00
Oswald Buddenhagen
5b7c8848e5
don't push top level pro file twice on stack
2009-08-04 20:59:27 +02:00
Oswald Buddenhagen
023affc603
get rid of m_origfile
...
it's redundand
2009-08-04 20:59:27 +02:00
Oswald Buddenhagen
36bbb3bc0e
initialize TARGET properly instead of fixing it later
...
... which is also what qmake does
2009-08-04 20:59:27 +02:00
Oswald Buddenhagen
42ee63384c
refactor pre, post and CONFIG feature inclusion
...
actually use evaluateFeatureFile() instead of hand-crafting stuff
2009-08-04 20:59:27 +02:00
Oswald Buddenhagen
2e9a9cfa4a
plug memory leak
...
it's a bad idea to conditionalize a cleanup on a completely unrelated
variable.
2009-08-04 20:59:27 +02:00
con
844db3d799
Fix adding of endlines to application output.
2009-08-04 19:04:59 +02:00
con
85596e7b19
Debug output from TRK might have windows style line endings
2009-08-04 19:03:20 +02:00
con
d680a7dd32
Handle application output that comes over TRK.
2009-08-04 19:03:19 +02:00
Robert Loehning
05d55ad959
Enabled edit actions for application output window
...
Reviewed-by: dt
2009-08-04 18:50:34 +02:00
Daniel Molkentin
a33c7990d8
Honor QTCREATOR_NO_CODE_INDEXER, supress include scanning.
2009-08-04 18:17:05 +02:00
Erik Verbruggen
e53d23d55c
Merged ObjCMethodDefinitionAST into ObjCMethodDeclarationAST.
2009-08-04 16:22:24 +02:00
con
86ff16e58c
Nicer output.
2009-08-04 15:58:56 +02:00
con
3a81f2a393
Superfluous new lines in application output.
...
Fix the use of appendPlainText for automatic scrolling.
2009-08-04 15:58:56 +02:00
con
33bbae9e5e
Show the user the device name in application output.
...
Reviewed-by: Daniel Molkentin
2009-08-04 15:58:55 +02:00
Roberto Raggi
90e7bac4d8
Made `Rename Symbol under Cursor' a command/action.
2009-08-04 13:44:54 +02:00
Roberto Raggi
332e6f9a28
Stop scanning string literals when the current character is a newline.
2009-08-04 12:18:25 +02:00
Roberto Raggi
85e1b36652
Check for 0x0 access
2009-08-04 11:58:16 +02:00
con
a61d3f90e4
A bit refactoring and make S60 Qt detection more flexible.
2009-08-04 10:11:11 +02:00
mae
cfc10eb0bc
Fix for block highlighting on the folding bar: cover the entire
...
paragraph, even when it has several lines.
2009-08-03 18:13:49 +02:00
Thiago Macieira
0814beae5f
Remove superfluous commas and semi-colons
2009-08-03 16:06:43 +02:00
Thiago Macieira
d0457b70e3
Compile the C++ parser library with Sun CC 5.9.
...
Things you mustn't do:
1) end an enum with a comma
2) #include <cxxxx> and not use std::
3) use anonymous structures
All three things are invalid C++. Anonymous structures inside
anonymous unions are allowed by GCC, but that doesn't mean it's valid.
2009-08-03 14:59:42 +02:00
Roberto Raggi
c35c998e44
Regenerated ASTVisit.cpp
2009-08-03 14:42:25 +02:00
Friedemann Kleint
e93410897c
Fixed warnings about removing null-objects from Plugin-Manager.
2009-07-31 17:11:42 +02:00
con
036e220700
Find out when devices get connected / disconnected.
...
And adapt the device selection list.
2009-07-31 17:05:39 +02:00
Erik Verbruggen
0870d28108
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-31 16:53:15 +02:00
Erik Verbruggen
e205126774
Added @synchronized parsing for Objective-C.
2009-07-31 16:53:05 +02:00
Friedemann Kleint
cbfa2c0191
Fixed translation glitches.
2009-07-31 16:41:12 +02:00
Daniel Molkentin
bf755ad118
Enable include completion also for ObjectiveC's 'import'
2009-07-31 16:35:07 +02:00
Erik Verbruggen
4967280449
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-31 16:07:28 +02:00
Erik Verbruggen
4a0da2c6f2
Added Semantic checks for ObjC methods.
2009-07-31 16:03:48 +02:00
Denis Dzyubenko
8f869c301c
Changed the 'session manager' dialog
...
There is not much sense to have Ok and Cancel button that just close
the dialog, so instead there should be a Close button and a button to
switch to the currently selected session.
Reviewed-by: dt
2009-07-31 15:39:46 +02:00
Erik Verbruggen
b713f1772a
Added semantic checks for method declarations.
2009-07-31 13:22:32 +02:00
Erik Verbruggen
b54517ad0f
Pimpin' the UI a bit.
2009-07-31 12:59:41 +02:00
Maurice Kalinowski
90a773ea35
fix crash
...
check for errorstring of the correct variable
2009-07-31 12:30:55 +02:00
Maurice Kalinowski
5c663082cc
add pastebin.ca support for codepaster
...
- cannot list and does not need any preferences, as there is
only one server
2009-07-31 12:13:37 +02:00
Maurice Kalinowski
435207a223
ensure editor is visible
...
after fetching a codesnippet, we should switch to edit mode
and open the editor
2009-07-31 11:24:12 +02:00
Maurice Kalinowski
6a91b63af9
move editor creation to plugin
...
each protocol needed to create the editor on their own.
Instead emit fetchDone and let the plugin instantiate it for
every protocol
2009-07-31 11:17:57 +02:00
Friedemann Kleint
a46e71d0b6
Debugger: Fixed assert when debugging a core-file without project.
...
Task-number: 256215
2009-07-31 09:07:46 +02:00
Roberto Raggi
9ababff59c
Updated the QML front-end to revision 8358e5b93efcb119cc7dd036c8f5f4ae960f702e
2009-07-31 01:24:41 +02:00
Roberto Raggi
06d402488d
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-31 01:20:23 +02:00
Daniel Molkentin
99136262ce
S60: Fix target name for release builds
2009-07-30 18:05:20 +02:00
con
f0a482a11f
Add some listing of serial devices with friendly names.
...
This doesn't update at all yet, so you'll need to recreate the run
configuration or restart creator.
2009-07-30 16:48:41 +02:00