Commit Graph

88653 Commits

Author SHA1 Message Date
Roberto Raggi
bdb4e48ebf Store the working list in a QHash. 2009-12-07 12:47:45 +01:00
Roberto Raggi
0614e19ddc Rename MyProcess and MyReduce. 2009-12-07 12:47:45 +01:00
Kai Koehne
d185116c4e Remove bootstrapping magic for qpatch
Breaks with pulse/binary packages, and is not needed anyway.

Reviewed-by: Daniel Molkentin
2009-12-07 12:11:54 +01:00
hjk
32d3db8200 debugger: special handling for char* 2009-12-07 12:07:10 +01:00
hjk
4794cbf030 debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__
It is nicer in the presence of namespaces as '::' will be replaced by '__'
to create the dumper function names.
2009-12-07 12:07:10 +01:00
Roberto Raggi
15ee71b324 Disable the indexer when m_indexerEnabled is false. 2009-12-07 12:03:31 +01:00
Roberto Raggi
3fb1bc46ae Compile. 2009-12-07 12:00:35 +01:00
hjk
9e939c1931 Revert "debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__"
This reverts commit 136f3b8bbc.
2009-12-07 11:34:56 +01:00
hjk
136f3b8bbc debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__
It is nicer in the presence of namespaces as '::' will be replaced by '__'
to create the dumper function names.
2009-12-07 11:28:47 +01:00
hjk
b7c93c03c1 debugger: simply dumper logic in case of inner types are pointers 2009-12-07 11:28:47 +01:00
hjk
d2ab8762e9 debugger: special handling of char *argv[] in l&w
It's nicer this way.
2009-12-07 11:28:47 +01:00
Roberto Raggi
69c9a06342 Removed the call to QDir::cleanPath. 2009-12-07 11:20:16 +01:00
Roberto Raggi
60caec48d1 Store the documents in an hash. 2009-12-07 11:12:55 +01:00
Roberto Raggi
14376c3c32 Initial work on the new CPlusPlus::Snapshot.
Encapsulate the details.
2009-12-07 10:54:27 +01:00
Oswald Buddenhagen
5628f945fb Merge remote branch 'origin/1.3' 2009-12-04 21:20:20 +01:00
Oswald Buddenhagen
e408159bfe plug memory leak 2009-12-04 21:18:30 +01:00
hjk
b08a349da9 debugger: allow user defines ranges of watch items 2009-12-04 18:16:16 +01:00
hjk
ecb0df0cb5 debugger: work on "watchers" for use with new dumpers 2009-12-04 17:08:35 +01:00
Friedemann Kleint
accc2c6926 Diff-Highlighter: Mark trailing whitespace in added lines.
... using inverted colors.
2009-12-04 14:23:34 +01:00
Oswald Buddenhagen
c996238d70 fix error message 2009-12-04 13:55:45 +01:00
Oswald Buddenhagen
fc99db0235 make the "make...entering..." regexp accept mingw32-make as well
patch by Robert de Vries
2009-12-04 13:48:20 +01:00
Roberto Raggi
de86a1f4f4 Removed unused formal argument. 2009-12-04 13:30:05 +01:00
hjk
ef9db9cf79 debugger: make 'watch' item work with new dumpers 2009-12-04 13:22:59 +01:00
hjk
b0640b9a7a debugger: fix crash when adding a watcher to a non-running "synchroneous" engine. 2009-12-04 13:22:59 +01:00
hjk
f2842d07d5 debugger: fix new dumpers in the context of base class types containing
spaces in its string representation
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
con
3ef326369c Updated supported platforms. 2009-12-03 18:31:25 +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
con
36b6810c74 Update README 2009-12-03 14:52:41 +01:00
hjk
71c3d0977b debugger: try make custom dumpers more "user friendly"
Introduce Dumper.put{Value,Name,StringValue,ByteArrayValue} functions.
No need for explicit specification of valueencoding in user code.
2009-12-03 14:12:54 +01:00
hjk
4bac496926 debugger: fix QTextCodec dumper 2009-12-03 14:00:01 +01:00
hjk
534d91859f debugger: auto-deref all pointers when new dumpers 2009-12-03 14:00:01 +01:00
hjk
7c5c69f6ac debugger: various changes to new dumper
- add an 'informative' mode, similar to old dumper's 'protocol 1'
- remove some hard coded names for std container dumpers
- use safePutItemHelper instead of putItemHelper in most places
2009-12-03 14:00:01 +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