Commit Graph

10398 Commits

Author SHA1 Message Date
Roberto Raggi
5daa0e6121 Use the last visible symbol if available. 2010-05-10 10:33:00 +02:00
Roberto Raggi
8caff49468 Simplify Process. 2010-05-10 10:19:37 +02:00
Roberto Raggi
dca2e82160 Removed obsolete code. 2010-05-10 10:15:23 +02:00
Roberto Raggi
702909372d Store the Control.
It seems that storing the TranslationUnit together with the Symbol
was a bad idea. Unfortunately, we release TranslationUnit(s) as
soon as we can, but we keep the Control around. So using the Control
is definitely safer.
2010-05-10 10:11:05 +02:00
Roberto Raggi
2e9f94c4b9 Removed unused Control. 2010-05-10 10:10:09 +02:00
Roberto Raggi
7526954e9a Removed debug info. 2010-05-10 09:57:56 +02:00
Roberto Raggi
3e440ec213 Cache the resolved file names. 2010-05-10 09:57:56 +02:00
Roberto Raggi
2e7e4fc92e Skip friend class declarations. 2010-05-10 09:57:56 +02:00
Roberto Raggi
2023cf1e4e Propagate the Friend specifier. 2010-05-10 09:57:56 +02:00
Roberto Raggi
aab9c52030 More work on template instantiation. 2010-05-10 09:57:56 +02:00
Roberto Raggi
05984e71fc Refactor a bit the lookup, it should simplify template instantiation. 2010-05-10 09:57:55 +02:00
Roberto Raggi
bc6828ff01 Don't use QByteArray in the public API. 2010-05-10 09:57:55 +02:00
hjk
0b3b398800 fakevim: try to "export" also block selections. 2010-05-10 09:48:12 +02:00
hjk
c22678ef64 fakevim: don't import a selection if there wasn't one 2010-05-10 09:36:57 +02:00
hjk
16f6fda51a fakevim: small fixes 2010-05-10 09:01:30 +02:00
hjk
0dd38fb829 fakevim: fix crash on shutdown 2010-05-10 08:40:15 +02:00
hjk
9721a142dd fakevim: import texteditor selection from base text editor as soon as it
is changed using the mouse.
2010-05-07 19:46:16 +02:00
hjk
462b78713d famevim: make <C-.> etc work in mappings 2010-05-07 17:32:46 +02:00
hjk
fe9ab6d76a fakevim: add some debugging code to track down unexpected mark changes 2010-05-07 15:17:44 +02:00
hjk
6c0b947ec1 debugger: first shot a implementing data watchpoints 2010-05-07 15:17:11 +02:00
Friedemann Kleint
4648a5b3a4 MimeDatabase: Split up findByFile in 2 passes.
Try to do a match by suffix first to avoid
scanning the file contents if at all possible.
Reviewed-by: con
2010-05-07 15:08:16 +02:00
Friedemann Kleint
45f5035031 Design mode: Avoid mimedatabase run on currentfile.
Use IFile::mimetype instead to find editors that
use design mode.
Acked-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
2010-05-07 14:49:57 +02:00
Thomas Hartmann
d7d4c982e4 QmlDesigner.metaInfo: support for QEasingCurve 2010-05-07 13:37:27 +02:00
Thomas Hartmann
ab3442ea7a QmlDesigner.model extending QmlState 2010-05-07 13:36:33 +02:00
Thomas Hartmann
7226937c8f QmlDesigner.model resolving of lists in bindings 2010-05-07 13:35:06 +02:00
Roberto Raggi
9e7c13721e Don't use the mime type db to reorder the source files.
It seems that the mime type db got pretty slow, and reordering files
can take minutes.
2010-05-07 11:03:33 +02:00
hjk
f9e6a96395 debugger: fix display of QStringList after a takeFirst(); 2010-05-06 16:24:12 +02:00
hjk
e6dc3fbf4c fakevim: remove m_beginEditBlock hack. This is not needed with Qt 4.7 anymore. 2010-05-06 16:05:44 +02:00
hjk
b4260c9a18 fakevim: consolidate transformation related code 2010-05-06 15:49:11 +02:00
hjk
d110043cff fakevim: make :e open the Locator by default 2010-05-06 14:46:08 +02:00
hjk
ccc959f4e3 fakevim: cursor movement is _exclusive_ when using / 2010-05-06 14:16:41 +02:00
hjk
5f954d106c fakevim: document the 'RangeMode' enum 2010-05-06 14:08:23 +02:00
Roberto Raggi
73e9f14a63 Add aliases to the list of the potential types. 2010-05-06 14:05:40 +02:00
Robert Loehning
5cfae53794 Fakevim: Fixed handling of line endings on Windows. 2010-05-06 13:23:50 +02:00
hjk
e9e59da0dc fakevim: Make replace mode a real "mode" instead an Insert mode submode 2010-05-06 12:12:07 +02:00
con
79edacded5 Add some simple code to the Qt Creator plugin template. 2010-05-06 12:00:30 +02:00
dt
ce8b257f4b Close output windows on session switching
Task-Nr: QTCREATORBUG-390
2010-05-06 11:21:42 +02:00
Roberto Raggi
c0429dbd2a Search for a valid class. 2010-05-06 10:36:11 +02:00
ck
369acdef85 Compile fix for Windows.
Written-by: Robert Loehning
2010-05-06 09:25:29 +02:00
Robert Loehning
28f6de61c6 Fakevim: Using existing object 2010-05-05 19:21:31 +02:00
con
e6497f61fd Merge remote branch 'origin/2.0' 2010-05-05 19:06:57 +02:00
con
c459349f13 Add a Qt Creator custom plugin wizard. 2010-05-05 19:03:29 +02:00
con
5e89622aa7 Support QTextEdit and Utils::PathChooser as fields in template based wizards. 2010-05-05 19:02:54 +02:00
Roberto Raggi
94f667dd7f Add namespace aliases to the list of the potential types. 2010-05-05 17:09:47 +02:00
hjk
68c0ee28e2 debugger: remove some #ifdef Q_OS_* 2010-05-05 17:07:08 +02:00
hjk
46fa3aa7cc fakevim: fix a few search related peculiarities 2010-05-05 17:04:05 +02:00
hjk
a4a56a75e0 fakevim: some refactoring 2010-05-05 17:04:05 +02:00
ck
0b8d8aaa53 Debugger: Move GdbEngine member out of #ifdef.
The assumption "Creator arch == Gdb arch" does not necessarily hold.

Reviewed-by: hjk
2010-05-05 17:02:32 +02:00
Thorbjørn Lindeijer
b603e77f37 Fixed compile with g++ 4.4.3 2010-05-05 16:49:28 +02:00
Daniel Molkentin
10157163f4 Move RSSFetcher into its own thread.
This should keep QNAM from blocking the startup in some network setups.

Reviewed-by: dt
Task-number: QTCREATORBUG-1250
2010-05-05 16:41:09 +02:00