Commit Graph

6524 Commits

Author SHA1 Message Date
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
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
Oswald Buddenhagen
19ac943c43 fix lupdate breakage fallout 2009-12-02 17:56:13 +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
hjk
f6cafeccda debugger: handle larger response packages in dumper autotest 2009-12-02 14:11:11 +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
75a7abb8c5 Compile. 2009-12-02 12:45:28 +01:00
Thorbjørn Lindeijer
7057584f98 Set a background color for disabled code in FakeVim style
Fixes right margin and folded code popup background to be
non-transparent.
2009-12-02 12:34:32 +01:00