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
Roberto Raggi
2b95b46e43
Improved CreateBindings::findClassOrNamespace(Symbol *)
2010-05-05 16:36:46 +02:00
Roberto Raggi
b84db9ba88
Enable lazy lookup.
2010-05-05 16:36:46 +02:00
Roberto Raggi
e821be344d
Invoke the right overload.
2010-05-05 16:36:46 +02:00
Roberto Raggi
95aae8bb5e
Get rid of ugly using namespace directives.
2010-05-05 16:36:46 +02:00
Roberto Raggi
d9527680a9
Try to use the new LookupContext.
2010-05-05 16:36:46 +02:00
Roberto Raggi
66a9ef0725
Ported completeScope(), completeNamespace() and completeClass() to use the new LookupContext.
2010-05-05 16:36:45 +02:00
Roberto Raggi
9eea78d7f1
Initial work on the new LookupContext.
2010-05-05 16:36:45 +02:00
Roberto Raggi
c35bb4226b
Introduce Namespace aliases and store the TranslationUnit instead of the Control.
2010-05-05 16:36:45 +02:00
Roberto Raggi
c8f03b46c1
Moved CPlusPlus::LookupItem.
2010-05-05 16:36:45 +02:00
Roberto Raggi
32a84df5c0
Deprecated the current LookupContext.
2010-05-05 16:36:44 +02:00
hjk
325bc6664f
fakevim: some refactoring. also, implement QTCREATORBUG-1335
2010-05-05 16:08:58 +02:00
hjk
c8f01c8a89
fakevim: make m_dotCommand global
2010-05-05 15:50:25 +02:00
Jens Bache-Wiig
deba740559
Pushed icon updates
...
Help mode icon uses the ergosign palette now. Pushed
both 24 and 32 px versions. Reverted projects icon.
We have a lot of artwork based on this.
2010-05-05 15:29:44 +02:00
Robert Loehning
e04a303304
Fixed use of Pathchooser for signing Symbian sis files.
...
Task-number: QTCREATORBUG-1341
2010-05-05 13:49:56 +02:00
ck
ef7c5fae60
Debugger: Support running GDB over SSH.
...
Reviewed-by: hjk
2010-05-05 12:51:21 +02:00
hjk
a945e96377
Revive TCF agent
...
This mainly reverts commit ba47987e67 .
Conflicts:
src/plugins/debugger/debugger.pro
src/plugins/debugger/debuggermanager.cpp
src/plugins/debugger/debuggermanager.h
src/plugins/debugger/debuggerplugin.cpp
src/plugins/debugger/debuggerplugin.h
2010-05-05 12:41:52 +02:00
ck
1b7ed58c7b
SSH: Remove busy loop.
2010-05-05 10:06:31 +02:00
ck
26e9569a6c
Maemo: Deduce correct target file name for library template.
2010-05-05 09:14:11 +02:00
Kai Koehne
da621f82db
QuickDesigner: Rename "core" directory to "designercore"
...
Avoids problems when e.g. running 'make clean' - this one tries
to delete all files named core.
2010-05-05 08:09:50 +02:00
Marco Bubke
75803b08d2
Attach the loggerview directly after the model creation.
...
Now you get all the changes of the rewriter.
Reviewed-by: kkoehne
2010-05-05 08:09:49 +02:00
Robert Loehning
ec5661c1fb
Compile fix.
2010-05-04 20:07:17 +02:00
hjk
c0f0c3e1bd
fakevim: make Searching a 'sub-sub-mode' to allow d/
...
d/ does not properly work yet as it removes the search string, too.
2010-05-04 18:00:10 +02:00
hjk
1bd7a21ffd
fakevim: skip whitespace at the end of 'set' commands
2010-05-04 18:00:10 +02:00
hjk
db355834de
fakevim: consolidate cursor display handling
2010-05-04 18:00:10 +02:00
hjk
15a595b429
debugger: refactor module/symbol view
2010-05-04 18:00:10 +02:00
con
a186982d4f
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qt-html-templates.qdocconf
doc/qtcreator.qdocconf
2010-05-04 17:48:38 +02:00
Robert Loehning
5e3eb47e55
Using bold underlined font for active git branch.
2010-05-04 17:29:47 +02:00
ck
08f522d93c
Maemo: Fix package creation step's toMap() function.
2010-05-04 17:22:26 +02:00
ck
df07adcd41
Maemo: Make remote path field editable in package widget.
...
Reviewed-by: kh1
2010-05-04 11:39:47 +02:00
Rei
ef55aedcc2
Fix can not find translate qm file like qtcreator_zh_CN.qm
...
Merge-request: 137
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
2010-05-04 10:37:57 +02:00
Lasse Holmstedt
b9d8db2444
Fixed nonsensical context menu entries appearing in Qml inspector
2010-05-04 10:07:12 +02:00
Thomas Hartmann
441db7c946
QmlDesigner.propertyEditor: initialize members
2010-05-04 09:58:11 +02:00
Robert Loehning
d205ccc86a
Fixed adding of new file patterns to combo box in advanced find dialog
...
Task-Nr: QTCREATORBUG-1329
2010-05-03 22:20:30 +02:00
Robert Loehning
d5cdca00aa
Fixed handling of file patterns similar to "filename*"
...
Task-Nr: QTCREATORBUG-1314
2010-05-03 21:21:51 +02:00
Jens Bache-Wiig
6a4d08ba17
Fix some layout issues with the new dialog
...
* Slightly larger row height
* Make the default size slightly nicer
* Fixed a drawing artifact in certain styles
Note that the dialog will be resizable on linux now.
Reviewed-by: mae
2010-05-03 20:21:59 +02:00
Thorbjørn Lindeijer
fbcf42eeda
Changed default shortcut for Insert Line Below Current Line
...
Use the Visual Studio shortcut instead of the Eclipse shortcut by
default. It seems to make a bit more sense in combination with
Ctrl+Shift+Return.
2010-05-03 17:17:12 +02:00
André Fillipe
32ab9878fe
Added Insert Line Above/Below actions to BaseTextEditor
...
The actions perform exactly like their counterparts in Eclipse: a new,
indented line is inserted above or below the current line and the text
cursor is moved to the start of the new line. The line where the cursor
was before the action was triggered remains unchanged.
The shortcuts are also like in Eclipse: "Ctrl+Shift+Return" inserts a
line above the current, "Shift+Return" inserts a line below the current.
Merge-request: 140
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
2010-05-03 17:03:11 +02:00
ck
b61e656493
Maemo: Preparation for deploying executable to arbitrary location.
...
Reviewed-by: kh1
2010-05-03 16:56:38 +02:00
ck
54560de48f
Maemo: Serialize package contents.
...
Reviewed-by: kh1
2010-05-03 15:50:40 +02:00
ck
7140288c40
Maemo: Make package contents user-editable.
...
Reviewed-by: kh1
2010-05-03 15:50:40 +02:00
Oswald Buddenhagen
bc19337047
clear the placeholder label
2010-05-03 15:13:52 +02:00
dt
7a8cf80976
Sort case insesitive in the project tree
...
Task-Nr: QTCREATORBUG-979
2010-05-03 11:25:09 +02:00
dt
f4ea0d79b9
Add a runMode method to the RunControl
...
And use it to implement changing the run icon in the application output.
That implementation does only support the two run modes run and debug
for now. Further abstraction for more run modes to be done once needed.
Task-Nr: QTCREATORBUG-1232
2010-05-03 11:25:09 +02:00