Commit Graph

72811 Commits

Author SHA1 Message Date
hjk
b0640b9a7a debugger: fix crash when adding a watcher to a non-running "synchroneous" engine. 2009-12-04 13:22:59 +01:00
Roberto Raggi
aae5b92125 Use mappedReduce when searching for the usages of a symbol. 2009-12-04 13:04:47 +01:00
Roberto Raggi
425c61f624 Fixed drop shadow
Done with: mae
2009-12-04 13:04:47 +01:00
Friedemann Kleint
5ec1c36c23 Mercurial: Emit version control changed() signals correctly.
Add a QVariant cookie to HgTask to be emitted on successful
execution, wired to IVersionControl.
2009-12-04 12:58:01 +01:00
ck
f73c6e9b04 TRK: Compile fix for namespaced Qt. 2009-12-04 10:11:47 +01:00
mae
9ced67bd62 workaround for the occasional auto-unfold when doing pageUp/pageDown 2009-12-03 19:58:44 +01:00
mae
58b009d3db fix a small "flicker" issue when aborting or accepting renaming 2009-12-03 19:23:29 +01:00
mae
c1120587a8 Merge commit 'origin/1.3'
Conflicts:
	src/plugins/cppeditor/cppeditor.cpp
2009-12-03 18:41:21 +01:00
mae
480c9a5bf4 refactor rename selections
the new approach makes it possible to use more edit features
inside the rename selection like cut/copy/paste. Furthermore
it compresses rename operations better on the undo stack.
2009-12-03 18:35:36 +01:00
Roberto Raggi
48a555d789 Check binary and unary expressions. 2009-12-03 18:08:14 +01:00
Friedemann Kleint
087e72499e Designer: Prepare re-implementation of "Goto Slot".
...making use of the new code model features. Move code to
separate file. Make it possible to obtain path to generated
header file from project manager.
2009-12-03 16:23:15 +01:00
Thorbjørn Lindeijer
67bbce7911 Fixed problem with indentation when auto-indent is turned off
When auto-indent is turned off, Qt Creator uses a simplistic approach of
copying the indentation string from the previous line. This was broken
when the cursor was positioned inside the indentation, since this caused
part of the indentation to go to the next line, which was then prepended
with the copied indentation, in effect increasing the indentation for
each new line.

The solution here was to copy the indentation from the previous block
only after inserting the new block, which causes the indentation of the
previous line to be cut off by exactly the right amount to keep the
indentation constant.

Task-number: QTCREATORBUG-396
Reviewed-by: mae
2009-12-03 16:15:26 +01:00
Christian Kamm
cc6c543a75 Compile fix for 42f849c4da.
Reviewed-by: Roberto Raggi
2009-12-03 16:05:53 +01:00
Thorbjørn Lindeijer
5fa8baf47c Fixed in-place renaming when text is selected
This handles the case with the selection inside the name correctly, and
aborts when part of the selection is outside of the name. Previously, a
selection could cause the text to get inserted backwards.

Task-number: QTCREATORBUG-302
Reviewed-by: Roberto Raggi
2009-12-03 15:57:35 +01:00
Robert Loehning
de4fedbe50 Fixed opening of Qt version settings when debug helpers are not found.
Reviewed-by: Friedemann Kleint
2009-12-03 15:40:27 +01:00
con
8b9c748abb Merge remote branch 'origin/1.3' 2009-12-03 15:15:08 +01:00
Roberto Raggi
42f849c4da Fixed line/column position after macro expansion.
Task-Number: QTCREATORBUG-409
2009-12-03 15:08:39 +01:00
ck
533d64c4b9 Maemo: Take user-supplied private key file into account.
Reviewed-by: kh1
2009-12-03 13:01:45 +01:00
kh1
043695b7cf Missing connect to update path on browse. 2009-12-03 12:54:44 +01:00
kh1
694e978834 Change QLineEdit to PathChooser.
Reviewed-by: ck
2009-12-03 12:38:30 +01:00
Roberto Raggi
1c40a4bcd6 Improved panic mode error recovery 2009-12-03 12:20:31 +01:00
kh1
72ed9b5b51 Compile fix. 2009-12-03 12:03:35 +01:00
Roberto Raggi
43df685c68 Removed useless arguments 2009-12-03 11:59:37 +01:00
kh1
04a6d4678b Fix rare crash.
In case one stoped the running application on the device, removed the
project from the IDE and then closing the app output window would crash.
2009-12-03 11:43:34 +01:00
kh1
22adebc569 Fix wrong slot name. 2009-12-03 11:43:33 +01:00
Thorbjørn Lindeijer
5373017abd Fixed inline implemented methods not showing up in the methods filter
Done with Roberto Raggi.

Task-number: QTCREATORBUG-405
2009-12-03 11:34:31 +01:00
Erik Verbruggen
197ba6670c Added export macros to all AST nodes. 2009-12-03 11:07:20 +01:00
con
f3bdeb8c9a Share the code for determining used qmake arguments.
Move the code that compares the Qt version's debug|release property
with the build configuration's debug|release property
to the new build configuration class.

Reviewed-by: dt
2009-12-02 18:16:34 +01:00
con
65c80300a9 Updated todo. 2009-12-02 18:16:33 +01:00
Daniel Molkentin
5037c78f89 Show errors in overlay icon on Windows 7.
Complements 275146afdf

Task-Number: QTCREATORBUG-386
2009-12-02 18:06:34 +01:00
Erik Verbruggen
a8dbba5f6f Moved files common to the QML editor and Bauhaus into a separate library. 2009-12-02 18:00:01 +01:00
mae
bb567ef622 suppress useless warning
(cherry picked from commit 982f97e48a)
2009-12-02 17:58:17 +01:00
dt
57ba6b09fc Fix active configuration combobox 2009-12-02 17:51:57 +01:00
Oswald Buddenhagen
ec2fa92ee0 delete DetailedModel - it is unused 2009-12-02 17:47:17 +01:00
Roberto Raggi
19d5521f5f Fixed #include directives. 2009-12-02 17:07:10 +01:00
Roberto Raggi
8741494f41 Rename dependsOn() in filesDepedingOn() and introduced Snapshot::dependencyTable(). 2009-12-02 17:07:10 +01:00
con
b6bd021a65 Avoid some unnecessary byte array <-> string conversions.
Reviewed-by: dt
2009-12-02 15:26:21 +01:00
con
15c4e5d42e Add some documentation for how to use the ProgressManager. 2009-12-02 15:05:49 +01:00
Robert Loehning
e494864b08 Trk: Setting correct date and time when closing remote file.
Reviewed-by: Friedemann Kleint
2009-12-02 14:43:22 +01:00
mae
aeb3e92f21 off by one
done with thorbjorn
2009-12-02 14:32:52 +01:00
hjk
d5d6ba7b8c s60devices: remove some dead code, minor whitespace 2009-12-02 14:26:06 +01:00
hjk
fdbecf93c0 debugger: remove some hard coded typenames for std container dumpers to "user land" 2009-12-02 14:12:12 +01:00
mae
8c4ede6be4 fix find scope scelection, special case empty overlay selections 2009-12-02 14:12:59 +01:00
mae
89693f6347 forbid overlapping search results when highlighting 2009-12-02 13:31:17 +01:00
mae
54d3d06614 use new selection type for find scopes, draw shadow in overlay (not underlay) 2009-12-02 13:26:33 +01:00
Roberto Raggi
f3bebd7f1b Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly. 2009-12-02 12:18:12 +01:00
Roberto Raggi
d5c2dedd8a Save the usages. 2009-12-02 12:16:41 +01:00
ck
376210f92d Maemo: Add progress bar (concept shamelessly copied from S60).
Reviewed-by: kh1
2009-12-02 11:46:53 +01:00
mae
e68cd407ce final drop shadow tuning 2009-12-02 11:29:38 +01:00
mae
b440068d4d refactor search result overlay painting 2009-12-02 10:57:05 +01:00