Commit Graph

88653 Commits

Author SHA1 Message Date
Roberto Raggi
ac4f53ef40 Search for `complete' expressions followed by a T_COMMA
As a side-effect, we can finally complete things like connect(&a, SIGNAL(
2009-10-08 14:51:30 +02:00
Erik Verbruggen
5852cc805d Fixed refactoring when the cursor is at the end of a symbol.
Reviewed by: Roberto Raggi
2009-10-08 14:26:54 +02:00
Erik Verbruggen
7cc8180089 Added missing include. 2009-10-08 13:51:00 +02:00
Erik Verbruggen
3fea82184f Removed expression guessing, as it is covered by statements. 2009-10-08 13:49:57 +02:00
Erik Verbruggen
6ec316b8ff Added help-tooltips for QML types. 2009-10-08 13:49:01 +02:00
Erik Verbruggen
d241ef831f Fixed the incremental scanner for the JS/QML highlighter. 2009-10-08 13:49:00 +02:00
Roberto Raggi
1bb9a24517 Fixed syntax highlight of ifdefed-out code.
Done with mae
2009-10-08 13:02:25 +02:00
Roberto Raggi
37a713bc6d Mark the white spaces in literals, comments and preprocessor directives with the visual space format. 2009-10-08 13:02:25 +02:00
Friedemann Kleint
8f0ea147f7 Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3 2009-10-08 12:48:50 +02:00
Friedemann Kleint
f39e5d8ceb I18N: Change namespaces (Core::Utils, etc) in ts files. 2009-10-08 12:46:57 +02:00
Oswald Buddenhagen
aa97f43a92 rename m_continuationAfterDone => m_commandsDoneCallback for clarity 2009-10-08 12:43:48 +02:00
Oswald Buddenhagen
70b3c729cf fix build after mismerge 2009-10-08 12:33:27 +02:00
Rohan McGovern
9a7e02946a Fixed transient compile failure with highly parallel jom.
These .pri files which add to INCLUDEPATH and have FORMS should also add
to DEPENDPATH.

Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake.
That means qmake may not find headers in those paths and won't
consider them dependencies when compiling the source files which include
them.

This doesn't matter when all the headers in the new INCLUDEPATH are
always present, but when some of them are generated (e.g. from FORMS),
the dependencies are important and omitting them means a race condition
in parallel builds.

Fixes errors of the form:
  ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open
    include file: 'ui_topicchooser.h': No such file or directory
2009-10-08 12:26:47 +02:00
Oswald Buddenhagen
ff2a1f812b purge completely dysfunctional debug-in-terminal code 2009-10-08 12:18:04 +02:00
Oswald Buddenhagen
cff3b9e0f1 centralize some code in AbstractGdbAdapter 2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
ccf4fe9a5f use gdb's target stream output
at least in theory, this is the output of a remote debuggee
2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
c951e5b605 reset output converter state again 2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
1d6da5044d move the output collector to the plain gdb adapter
doesn't make sense anywhere else
2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
ba47987e67 purge TCF agent cra^Wstuff
it's dead code
2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
7313f3d666 don't instanciate all adaptors at once 2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
94cb4644c2 errorMessage() does not need to be a slot 2009-10-08 12:18:03 +02:00
Oswald Buddenhagen
fa654f61b9 collect friend declarations 2009-10-08 12:18:02 +02:00
Oswald Buddenhagen
51a22cbe7c centralize STRINGIFY definition 2009-10-08 12:18:02 +02:00
Oswald Buddenhagen
f42ad24dba remove dead code 2009-10-08 12:15:00 +02:00
Oswald Buddenhagen
2ec0bc9f6d remove useless code
--tty + outputcollector, working dir and environment setup make sense
only for living local debuggees.
2009-10-08 12:14:54 +02:00
Oswald Buddenhagen
6d18970ba3 do not sort contexts in TS files
this avoids big diffs if contexts are renamed and manually adjusted in
the files.
2009-10-08 12:12:41 +02:00
Friedemann Kleint
81a8f2f927 Debugger: Improve adapter error handling
Correctly reset state on missing Symbian gdb.
Provide "settings" options.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-10-08 11:43:26 +02:00
hjk
09e72eaa81 debugger: fix remote debugging 2009-10-08 10:13:53 +02:00
ck
3b12f5f1d6 Some work towards functioning remote debugging
Fix gdb commands, state changes and signals emissions.
- There were some invalid gdb commands (e.g. "attach").
- There also were a number of unexplected state transitions.
2009-10-08 09:56:07 +02:00
con
842ebf50e1 Merge commit 'origin/1.3' 2009-10-07 19:25:02 +02:00
Daniel Molkentin
dbc042ff04 First set of documentation updates for Qt Creator 1.3.
- Detail on setting up Qt Versions
- Mention CVS support
- More shortcuts
- Mention Shortcut differences on OS X
2009-10-07 18:25:45 +02:00
Daniel Molkentin
36a60b4eb3 "Path to QMake" -> "QMake Location".
Reviewed-by: con
2009-10-07 18:24:38 +02:00
con
eb32fab806 Adapt to new packaging system in Qt for Symbian. 2009-10-07 17:22:46 +02:00
Roberto Raggi
7e0e62cb25 Find the canonical virtual method. 2009-10-07 16:12:33 +02:00
Roberto Raggi
afedec330a Run the binder before searching strong and weak references. 2009-10-07 16:12:33 +02:00
dt
f19ce6c255 Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3 2009-10-07 15:46:49 +02:00
dt
a562a379e2 Show a no project loaded on the project pane if no project is loaded
Could be even nicer, but this works for now.
2009-10-07 15:46:07 +02:00
hjk
92c3939088 debugger: remove ambiguous shortcut 2009-10-07 14:43:49 +02:00
dt
1b43d19356 Make newly added Qt Versions the default if the old one is invalid
After installation on Windows, the default Qt in PATH is invalid, adding
a new version now automatically makes that one also the default.
2009-10-07 14:34:00 +02:00
dt
ea56717101 Make a function out of duplicated code. 2009-10-07 14:32:44 +02:00
hjk
a92d6fbcd8 debugger: disable l&w 'alternative formats' submenu if there aren't any
alternatives.
2009-10-07 14:30:37 +02:00
hjk
21cd54802a debugger: make "Debugger View" un-tabbed at the top of the screen by default. 2009-10-07 14:30:36 +02:00
Roberto Raggi
77aa306478 Removed the MacroResolver
Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects.
2009-10-07 13:57:45 +02:00
Friedemann Kleint
07f05c8ef0 Changelog 1.3.0 2009-10-07 13:51:40 +02:00
Friedemann Kleint
1fb8f60e03 Debugger: Fix crash toggling Stack/"Derefence Pointers" without project
Enable debugger actions correctly.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-10-07 13:36:48 +02:00
Daniel Molkentin
e2e9c77323 Fix tip to be true on Mac OS X.
Reviewed-By: con
2009-10-07 12:18:17 +02:00
Erik Verbruggen
ef39553502 Regenerated the JS parser to incorporate a bug fix.
Reviewed-by: Roberto Raggi
2009-10-07 12:13:58 +02:00
hjk
2fdc1cf0bf debugger: escape from an unexpected state 2009-10-07 11:47:27 +02:00
Roberto Raggi
91f8a2992b Use CTRL+SHIFT+U as shortcut for the `Find Usages of a symbol'.
Done with mae
2009-10-07 11:14:45 +02:00
mae
45933a35ef Reset default for "highlight current line"
By accident the default was changed to false, but we want true.
2009-10-07 11:13:06 +02:00