Commit Graph

88653 Commits

Author SHA1 Message Date
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
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
mae
44ade7c475 add missing license header 2009-12-02 10:12:41 +01:00
mae
18b9bdd413 some tuning of the overlay search result selection 2009-12-01 19:44:31 +01:00
mae
43f5b46649 increase threshold for highlighting of all search results to 2 2009-12-01 19:09:17 +01:00
mae
7d0d467980 obey the "auto-fold first comment" option also for reloads 2009-12-01 18:14:02 +01:00
mae
dc713d0684 added "auto-fold first comment"-option to the editor
Convenient when you don't want to see all the big license headers.
2009-12-01 18:08:47 +01:00
Tobias Hunger
491527ab06 Use a custom details button
* Use a custom details button rendering.
   This should work better on the mac ans looks nicer, too:-)

Reviewed-by: Roberto Raggi
2009-12-01 17:59:00 +01:00
ck
e9a20d33c7 Maemo: Fix new deployment algorithm.
Reviewed-by: kh1
2009-12-01 17:44:42 +01:00
hjk
4e29b16f92 debugger: work on new dumpers
more robustness in case qt's namespace cannot be determined
work on qvariant dumper
2009-12-01 17:11:20 +01:00
hjk
51644c91a6 debugger: enable locals&watchers update after timeout kicked in 2009-12-01 17:11:09 +01:00
hjk
ebff16f8b1 debugger: fix dumper for QString::isNull() 2009-12-01 17:11:09 +01:00
hjk
9af0027158 fakevim: make undo of line shifting 'atomic' 2009-12-01 17:11:09 +01:00
Roberto Raggi
e84de32ad1 Use resultsReadyAt. 2009-12-01 17:07:50 +01:00
kh1
2a9ca651f0 Workaround for windows deployment.
SCP chokes on full path names, thus set the wd to the delploy dir.
2009-12-01 17:01:28 +01:00
mae
56ded78d13 stronger color for renaming in default color scheme 2009-12-01 16:39:03 +01:00
ck
ce3b4506af Maemo: Add authentication options (password or key based) 2009-12-01 16:26:05 +01:00
Friedemann Kleint
ea5007e8dc Fix spacing. 2009-12-01 16:25:27 +01:00