Roberto Raggi
2a63387085
Renamed qmlmodelmanager.
2010-02-15 13:49:00 +01:00
Roberto Raggi
52b04f5d99
Renamed qmlhoverhandler.
2010-02-15 13:42:58 +01:00
Roberto Raggi
d22610c724
Renamed qmlcodecompletion.
2010-02-15 13:39:41 +01:00
Roberto Raggi
d55e270761
Fixed: Using ! (not) stops autocomplete working
...
Task-number: QTCREATORBUG-188
2010-02-15 12:58:46 +01:00
Roberto Raggi
fd26a8c8ec
Get rid of the QmlJS prefix.
2010-02-15 12:56:03 +01:00
Roberto Raggi
8fb82ef792
Merge qmljshighlighter.* with qmlhighlighter.*.
2010-02-15 12:39:30 +01:00
Roberto Raggi
3d34ce42f7
Removed obsolete code.
2010-02-15 12:28:54 +01:00
Erik Verbruggen
8de6ccc775
Revert "Split Objective-C keyword parsing to handle the '@' separately."
...
This reverts commit 2a59d2ae0c .
2010-02-15 12:24:31 +01:00
Erik Verbruggen
a0071f1ce9
Revert "Added Objective-C @try block parsing."
...
This reverts commit f4163b8ba0 .
2010-02-15 12:24:31 +01:00
Christian Kamm
cb3001b621
Remove unused forward declaration.
2010-02-15 11:56:05 +01:00
Christian Kamm
b23fc0c572
Rename QmlJS::Check -> QmlJS::Evaluate.
...
It is used to evaluate expressions to values.
Done to make room for a real 'check' pass.
2010-02-15 11:52:39 +01:00
Friedemann Kleint
5448a9f0b7
Fix project wizard / German.
...
...to not suggest invalid file paths.
2010-02-15 11:08:23 +01:00
Friedemann Kleint
cac7f826b5
Remove static icons, cleanup.
...
Use constructor initialization, const.
2010-02-15 11:07:45 +01:00
Erik Verbruggen
f4163b8ba0
Added Objective-C @try block parsing.
2010-02-15 09:27:01 +01:00
Erik Verbruggen
2a59d2ae0c
Split Objective-C keyword parsing to handle the '@' separately.
...
Because apparently, while designing the Objective-C language, somebody
thought it was a world-class idea to allow any white-space between the
'@' character and the subsequent keyword. With this fix, we now
correctly parse:
@ dynamic
and:
@
selector
and:
@"foo"
"bar"
@"mooze"
(This last one is 1 single string split over multiple lines.)
Wonderful, isn't it?
What we (and Clang) do not support, but what GCC supports is something
like:
@"foo"@@ "bar" @"mooze" @@
which is equivalent to @"foobarmooze".
2010-02-15 09:27:00 +01:00
Thorbjørn Lindeijer
70c47334bf
Updated the Qt src/build path to be Qt version independent
2010-02-15 08:48:21 +01:00
con
5f151d69e3
Add "make active" buttons, as replacement for the link.
2010-02-12 16:23:51 +01:00
Friedemann Kleint
b03ab1d704
Add command locator.
...
Make it possible to trigger actions from the locator bar by
registering an instance of Locator::CommandLocator by prefix.
Currently used for VCS systems.
Acked-by: con
Initial-patch-by: Roberto Raggi <roberto.raggi@nokia.com >
2010-02-12 16:03:08 +01:00
hjk
354fd8d895
fakevim: implement 'I' in visual block mode
2010-02-12 15:52:19 +01:00
Christiaan Janssen
7df691ffa3
QmlDesigner.Navigator: Minor cosmetic changes
2010-02-12 15:33:17 +01:00
Christiaan Janssen
486cc40a91
QmlDesigner.Navigator: minor cosmetic changes
2010-02-12 15:33:17 +01:00
Roberto Raggi
4e18decbaa
Compile.
2010-02-12 14:51:45 +01:00
Friedemann Kleint
0e62a1c678
VCSBase: Fix assert about log window widget being 0.
...
...when p4 initialization fails on Windows.
2010-02-12 14:41:19 +01:00
Oswald Buddenhagen
1d39b04041
add legacy variable name mapping
...
we are so fast now, we can burn a few cycles again ... :}
variable names are mapped as soon as they become known (and not when
using them). that sprinkles map() calls everywhere, but it's faster.
2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
6060bb5b9e
cut down code dupe in count() impl
2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
081f27e3ea
process second arg of include()
2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
07abc847e8
expand $()-style env vars in some more places like qmake does
...
Task-number: QTCREATORBUG-229
2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
35bc0f3609
simplify exists() implementation
2010-02-12 14:32:20 +01:00
hjk
c31055b54c
texteditor: add missing parts to previous commit
2010-02-12 14:24:46 +01:00
hjk
2ba777415b
debugger/texteditor: Add font and size option to debugger panels, QTCREATORBUG-189
2010-02-12 14:16:01 +01:00
hjk
4f13bac035
texteditor: cosmetics
2010-02-12 14:16:01 +01:00
hjk
7351219fb8
debugger: add breakpoint number and thread id to "stopped" status message
2010-02-12 14:16:00 +01:00
Tobias Hunger
53cfd44537
Unify slashes we get when parsing mkspec files on windows
2010-02-12 13:55:22 +01:00
Tobias Hunger
916df01013
Report target environments of Qt verisons
...
... in Qt Options page.
2010-02-12 13:32:20 +01:00
Tobias Hunger
29e60baf8e
Update import label when rebuilding
...
* Update the import label (and related stuff) whenever the
project was rebuild.
2010-02-12 13:02:56 +01:00
Tobias Hunger
0d9fb90c3c
Fix a typo
2010-02-12 13:02:55 +01:00
Friedemann Kleint
0f04f08344
ProjectExplorer: Fixed static storage of Icons.
2010-02-12 12:54:12 +01:00
Roberto Raggi
b7512a2dc7
Removed obsolete files.
2010-02-12 12:44:48 +01:00
Friedemann Kleint
04462a4eb5
Qt4ProjectManager: Fixed static storage of Icons.
...
suppressing the "~QX11PixmapData(): QPixmap objects must be destroyed
..." warning.
2010-02-12 12:40:32 +01:00
con
e5d3e04c60
Also handle EPOCROOT and default device settings for Symbian devs.
2010-02-12 11:57:30 +01:00
ck
1e5140b313
Maemo: Call right update function, remove redundant checks.
2010-02-12 11:46:44 +01:00
hjk
78a206a3b3
fakevim: fix indentation after <Return><Tab><Backspace>
2010-02-12 11:05:21 +01:00
hjk
a029a6c68a
compile fix with namespaces
2010-02-12 11:00:12 +01:00
hjk
04b4fcb6bd
debugger: change capitalization of context menu action texts to Book Style
2010-02-12 10:53:25 +01:00
Roberto Raggi
221fc011b8
Compile.
2010-02-12 10:43:33 +01:00
Christian Kamm
9245c7bab5
Removed unnecessary includes of qmljslink.h
2010-02-12 10:10:20 +01:00
Christian Kamm
42959f8fef
Remove the lookup into including Qml files in the root scope of a JS file.
2010-02-12 10:05:13 +01:00
Robert Loehning
7e01c3b5bd
Compile fix
2010-02-11 19:46:46 +01:00
Marco Bubke
2d2e2523dd
Feedback area is now anchored to the mouse pointer
2010-02-11 19:44:39 +01:00
Marco Bubke
05108af874
Move the change notifiers in the property editor to the protected
...
section
2010-02-11 19:44:39 +01:00