Marco Bubke
4eac04fba0
Check if the qml type exists to create a object
...
This will failing late but should be handled better.
Reviewed-by: kkoehne
2010-05-19 20:36:31 +02:00
Daniel Molkentin
ebb8faae6d
New dialog: Replace "Preferred wizards" concept by remembering the last category
...
Reviewed-by: trustme
2010-05-19 18:40:45 +02:00
Daniel Molkentin
25a4429666
Fix new dialog resizing (applicable to Linux only).
2010-05-19 18:40:45 +02:00
Daniel Molkentin
c58fedbf45
Add icons for checkout and clone wizards.
2010-05-19 18:40:45 +02:00
hjk
6f3228988d
debugger: issue a warning if the user tries to debug a 'Release' build
...
This works only for locally started gcc compiled executables.
2010-05-19 18:02:25 +02:00
hjk
b9e8d35693
fakevim: remove two global static objects
2010-05-19 18:02:25 +02:00
Friedemann Kleint
b4b177fa27
VCS[git/hg]: Prevent search for repository from creating folders
...
... when autofs is involved. Check for files instead of folders
and stop checking/recursing up at '/' or $HOME. Further fixup
will follow.
Task-number: QTCREATORBUG-1361
Task-number: QTBUG-10495
2010-05-19 17:41:14 +02:00
Friedemann Kleint
9af9c91f93
Debugger/WatchWindow: Add menu options to show pointed to addresses.
...
Change the WatchWindow handling to be based on quint64 addresses to
ensure proper function. Changed roles and added one role to the
watchmodel to obtain addresses and pointed-to addresses. Add some
fiddling to parse out addresses from debugger values.
Add menu options. Make sure only one watchpoint per address is added.
2010-05-19 17:34:47 +02:00
Lasse Holmstedt
5570764103
Fix PluginView to handle dependencies when disabling plugins
...
Reviewed-by: con
2010-05-19 16:36:27 +02:00
Robert Loehning
a25280fca0
Revert "debugger: Open memory editor at pointee address, not at pointer address"
...
This reverts commit 07b118197a .
Does not work when display format was changed.
2010-05-19 16:11:47 +02:00
ck
7948147410
Maemo: Better error handling for packaging commands.
2010-05-19 15:59:27 +02:00
hjk
07b118197a
debugger: Open memory editor at pointee address, not at pointer address
2010-05-19 15:37:11 +02:00
dt
5da667b4a1
Add the hostname to the .user file.
...
Warn the user on loading them.
Task-Nr: QTCREATORBUG-1084
2010-05-19 15:32:09 +02:00
dt
1d43d8988a
Treat a empty shadow build directory as a default shadow build directory
...
Task-Nr: QTCREATORBUG-1164
2010-05-19 15:32:09 +02:00
dt
48d93e2f67
Correctly dis and enable shadow build line edit
2010-05-19 15:30:44 +02:00
hjk
5c4b0f8866
debugger: fix resetting type formats in Locals and Watchers
2010-05-19 15:16:30 +02:00
hjk
213a18db87
debugger: -thread-info does not exist on Mac
2010-05-19 15:16:30 +02:00
Friedemann Kleint
a31813da02
Debugger: Add incremental API for modules.
...
And use it from CDB's module load/unload callbacks
instead of re-setting all modules. Some cleanup.
Acked-by: hjk
2010-05-19 15:14:15 +02:00
Erik Verbruggen
381ceb3a6d
Tune down the colors of the Application Output pane a bit.
...
Reviewed-by: con
2010-05-19 14:46:17 +02:00
Erik Verbruggen
ef66bc98e2
Fixed QTCREATORBUG-1397.
...
When adding a new file, refreshing semantic errors in the open editor should
have worked. It now also works for removing existing files.
Done-with: Christian Kamm
2010-05-19 14:46:08 +02:00
Erik Verbruggen
e1f57bcbc5
Tune down the colors of the Application Output pane a bit.
...
Reviewed-by: con
2010-05-19 14:33:15 +02:00
Christian Kamm
62141475e3
QmlJS: Potentially fix hard-to-reproduce crash in JS completion.
...
* Context::build was potentially dangerous. Link and ScopeBuilder
went out of scope before their results stopped being used.
* ScopeBuilder: If no function scope object was found, don't add it.
Reviewed-by: Erik Verbruggen
2010-05-19 14:23:08 +02:00
Erik Verbruggen
b0cc9fa4e7
Tuned the automatic preprocessor competion.
...
To only run if the pound/hash sign is at the start of the line.
2010-05-19 14:12:22 +02:00
ck
56d0e4f317
Maemo: Fix package creation step's toMap() function.
2010-05-19 14:12:13 +02:00
ck
c734a81885
Maemo: Make remote path field editable in package widget.
...
Reviewed-by: kh1
2010-05-19 14:12:13 +02:00
ck
2be1f9c61b
Maemo: Preparation for deploying executable to arbitrary location.
...
Reviewed-by: kh1
2010-05-19 14:12:13 +02:00
ck
3867325522
Maemo: Serialize package contents.
...
Reviewed-by: kh1
2010-05-19 14:12:13 +02:00
ck
b367cffa8c
Maemo: Make package contents user-editable.
...
Reviewed-by: kh1
2010-05-19 14:12:13 +02:00
ck
2277a82f4d
Maemo: Set DISPLAY variable before running remote executable.
2010-05-19 14:12:12 +02:00
Christian Kamm
da6b372575
QmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.
...
The documentation requires having it there.
2010-05-19 13:42:56 +02:00
Christian Kamm
4e498caf30
Fix the build.
...
50cc55af80 broke it.
2010-05-19 13:39:54 +02:00
Christian Kamm
50cc55af80
QmlJS: Change to a nicer way of marking strings for translation.
...
Reviewed-by: ossi
2010-05-19 13:32:11 +02:00
hjk
148d232e88
debugger: implement return value visualization also for gdb/NoPython
2010-05-19 13:20:34 +02:00
Christian Kamm
fadfe9c64e
QmlJS: Generalize EasingCurve name check to all enums.
...
Reviewed-by: Erik Verbruggen
2010-05-19 12:24:32 +02:00
hjk
c50dd85088
debugger: show return value of last function call in Locals and Watchers view
...
Works only with gdb/Python so far.
2010-05-19 12:00:56 +02:00
hjk
7e8c345a64
fakevim: refactor searching
...
Less random jumps now.
2010-05-19 12:00:52 +02:00
hjk
2f99706031
fakevim: prepare for better integration with creator core
...
For :ex commands, the plugin is now asked first unconditionally.
The handler only provides fallbacks for the standalone case.
2010-05-19 12:00:52 +02:00
hjk
dcda5099a3
fakevim: allow ':mak' shortcut for ':make'
2010-05-19 12:00:52 +02:00
hjk
a87e93103a
fakevim: fix range parsing if only start line is given
2010-05-19 12:00:52 +02:00
ck
f17b21181e
Compile fix for namespaced Qt.
2010-05-19 11:55:00 +02:00
ck
60991499dd
Maemo: Give more information to user about Qemu state.
...
Reviewed-by: kh1
2010-05-19 11:55:00 +02:00
con
04840b0ea7
Fix text highlighting on Mac.
...
Broke with 8c9a97479a
Reviewed-by: Thorbjørn Lindeijer
2010-05-19 11:40:27 +02:00
Christian Kamm
b7b50edad5
QmlJS: Allow numbers to be assigned to easing.type.
...
Task-number: QTCREATORBUG-1439
2010-05-19 11:21:01 +02:00
Christian Kamm
088bdb29db
QmlJS: Provide good completion for PropertyChanges with a target again.
...
Task-number: QTCREATORBUG-1413
Reviewed-by: Erik Verbruggen
2010-05-19 11:15:57 +02:00
ck
de7bc1d9cf
Maemo: Give more information to user about Qemu state.
...
Reviewed-by: kh1
2010-05-19 11:00:43 +02:00
Christian Kamm
735f908382
QmlJS: Remove unimplemented functions from CompletionContextFinder.
2010-05-19 10:49:26 +02:00
kh1
a9645059ee
We need to keep the action around, not the command.
...
Fixes broken enabled/ disabled qemu start button behavior.
2010-05-19 10:49:07 +02:00
Christian Kamm
9b7d3e5531
QmlJSEditor: Remove 'readonly' Qml keyword from completion.
...
It is unused at the moment.
2010-05-19 10:40:00 +02:00
Christian Kamm
eb53e71d95
QmlJSEditor: Simplify Qml completion code.
2010-05-19 10:38:09 +02:00
Christian Kamm
fc3628098b
QmlJS: Fix completion context finder if cursor is on empty line.
...
It would calculate an incorrect start token in this case as the
linizer skips past the empty line.
Task-number: QTCREATORBUG-1412
2010-05-19 10:09:13 +02:00