Lasse Holmstedt
714a266cbe
QML JS Inspector: Improve warning messages
...
When a change is done to an element that cannot be changed due to
debugger/qdeclarative limitations, a warning is shown to the user in QML
JS Editor.
Reviewed-by: Olivier Goffart
2010-08-05 16:31:13 +02:00
Lasse Holmstedt
1c2af44ad8
Fixed compiler warning
...
Reviewed-by: Thomas Hartmann
2010-08-05 16:23:33 +02:00
kh1
eec3542433
Missing connects when changed from the options dialog.
2010-08-05 16:17:47 +02:00
Pawel Polanski
053cf85569
Cannot connect to the TRK in some specyfic cases - fixed
2010-08-05 15:44:23 +02:00
Pawel Polanski
8e2c274d53
Application is not launched if an error occurred during deployment for Symbian OS
...
Reviewed-by: Tobias Hunger
2010-08-05 15:44:22 +02:00
Thomas Hartmann
ade58cdcee
QuickToolBar: The marker only appears if the toolbar is not visible
2010-08-05 15:36:13 +02:00
Thomas Hartmann
6a7a832874
QuickToolBar: fixes gradient editing
2010-08-05 15:36:13 +02:00
Thomas Hartmann
3ecdb94c5b
QmlJsEditor.snipptes: keeping correct syntax for snippets
...
Reviewed-by: Roberto Raggi
2010-08-05 15:36:12 +02:00
mae
29b073e92e
Refactor block selection
...
Block selection was "broken" when using tabs, or rather
incomplete: It treated tabs as normal characters, which
has shown to be unexpected by people using tabs in code.
The new implementation has a vastly improved find scope
as well. In addition, creating a blog selection with
mouse or keyboard feels a lot more solid now, as the
actual selection is detached from possible valid cursor
positions.
Task-number: QTCREATORBUG-1541
2010-08-05 15:26:58 +02:00
ck
9b338fbbe4
Maemo: Don't forget non-active projects in template manager.
...
Reviewed-by: kh1
2010-08-05 15:09:48 +02:00
ck
a7695496b4
Maemo: Move remote executable GUI update to its own slot.
2010-08-05 15:09:48 +02:00
Roberto Raggi
5cdbf62d60
Simplified the lookup.
2010-08-05 15:02:59 +02:00
kh1
8e5b17ced6
Fix warning.
2010-08-05 14:55:52 +02:00
Olivier Goffart
46d4113a6e
Fix open QML file when the kate QML highlighter file are installed
...
Apparently creator uses the kate highlighter file to find the
mumetype of a file.
But kate annotate qml file with text/x-qml instead of application/x-qml
that we expect
2010-08-05 14:46:39 +02:00
Roberto Raggi
366b4c2ed7
Look at the virtual methods.
2010-08-05 14:14:16 +02:00
Roberto Raggi
672274378b
Use the most recent snapshot when searching for the usages of a symbol.
2010-08-05 13:59:09 +02:00
Roberto Raggi
ccf3244932
Check only NameId and TemplateNameId
2010-08-05 13:38:27 +02:00
Roberto Raggi
f87236de39
Look at the symbol's visibility.
2010-08-05 13:00:15 +02:00
Roberto Raggi
ceb7cc132e
Check for valid names.
2010-08-05 12:57:52 +02:00
Roberto Raggi
12ecb527ac
Simplified FindUsages.
2010-08-05 12:49:29 +02:00
Roberto Raggi
928c68746a
Set the right context when processing decl-specifiers.
2010-08-05 12:23:55 +02:00
Roberto Raggi
4d07a9bdcb
Simplified CppCheckSymbols.
2010-08-05 12:19:26 +02:00
Lasse Holmstedt
000e468d00
QML Observer: Fixed bug w/selection boxes being visible after delesect
2010-08-05 11:53:12 +02:00
Lasse Holmstedt
5b4a85dffe
QML Observer: reverted hack, fixed compilation for ibmake
...
see 576642a76a for details
2010-08-05 11:53:12 +02:00
Lasse Holmstedt
719b775792
QML JS Inspector: Added method to clear component cache
...
This one should be called when a component is changed and components
using it need to be reloaded.
2010-08-05 11:53:12 +02:00
Lasse Holmstedt
cc0050bbb8
QML JS inspector: fix dock widget default state
2010-08-05 11:53:11 +02:00
Leandro Melo
b61dbac6ff
Fix potential endless recursion in C++ hover handler.
...
To catch cases of invalid code like this:
struct A : B {};
struct B : A {};
Reviewed-by: Roberto Raggi
2010-08-05 11:46:44 +02:00
ck
6c009f19cd
Maemo: No packaging file watchers for non-Maemo projects.
2010-08-05 11:35:07 +02:00
ck
9d712dee79
Maemo: Let user choose package manager icon.
...
Reviewed-by: kh1
2010-08-05 11:35:07 +02:00
Thomas Hartmann
e8666322f6
QuickToolBar: avoid warnings
...
Do not use scaled on null pixmaps
2010-08-05 10:51:32 +02:00
Thomas Hartmann
9c70e87715
QmlJSEditor: using RefactorMarker for Qt Quick ToolBar
...
* Proper implementation using a timer
* We also do a revision check now
* The RefactorMarker is only shown for types that we support
2010-08-05 10:51:31 +02:00
Thomas Hartmann
bb64cc7005
QtQuickToolbar: adds isAvailable() to IContextPane
...
isAvailable() returns true if a Quick ToolBar is available
for that node
2010-08-05 10:51:31 +02:00
Bill King
d02c4083f0
Fixes: This qwarning screws up XML output.
2010-08-05 16:16:36 +10:00
Bill King
8092d78a58
Fixes: Makes the debugger plugin link again.
...
Details: No mocables in source file, no need for #include then.
2010-08-05 10:54:51 +10:00
Olivier Goffart
ac9be700d3
Qml Debugger: When we pause, notify creator that we paused, so it does not get in an inconsistant state
2010-08-04 17:21:26 +02:00
Olivier Goffart
6d9209b88f
QML Debugger: Get rid of all the useless commented code
2010-08-04 17:21:26 +02:00
Tobias Hunger
0aea132574
Update S60 header pathes
...
* Update list of S60 header pathes to match up with what is put into the
Makefile by QMake (minus ../tmp directories).
2010-08-04 16:58:12 +02:00
ck
50f30655e2
Maemo: Watch Debian files and update packaging GUI accordingly.
...
Reviewed-by: kh1
2010-08-04 16:39:30 +02:00
Olivier Goffart
fc48f53bf1
Do not include private headers
2010-08-04 16:36:28 +02:00
Olivier Goffart
524e279e3a
Do not include private headers
2010-08-04 16:25:59 +02:00
Leandro Melo
6c73fb8f71
Improve user interface of manage definitions dialog.
...
Task-number: QTCREATORBUG-1886
2010-08-04 15:40:20 +02:00
ck
28247894bd
Maemo: Let user edit Debian files via the packaging widget.
...
This will give an additional hint to users that they can and should
adapt the Debian template files.
Reviewed-by: kh1
2010-08-04 15:39:09 +02:00
kh1
597ceed2c4
Make the side bar able to hide, implement missing shortcuts.
...
Reviewed-by: ck
2010-08-04 15:35:29 +02:00
Tobias Hunger
955196c7c0
Fix task selection in a filtered list in TaskWindow
...
* Pass the correct task to the taskhandler when a task is selected
in a filtered list of the taskwindow.
Task-number: QTCREATORBUG-1950
2010-08-04 14:59:11 +02:00
Tobias Hunger
4960366be8
Null task
...
* Add a way to have a null-task which is invalid for evaluation
2010-08-04 14:59:10 +02:00
Tobias Hunger
16adcc48de
Wrong line is highlighted when showing source of task
...
* Fix off-by-one error when showing compile output of a task
2010-08-04 14:59:10 +02:00
Thomas Hartmann
3652b9dbe0
QtQuickToolBar: change button size
2010-08-04 14:03:14 +02:00
Thomas Hartmann
ce0cde83a4
QtQuickToolBar: Bo not allow negative border margins
...
While editing BorderImage margins I do not allow
negative margins anymore.
2010-08-04 14:03:13 +02:00
Thomas Hartmann
b59962eb8f
QtQuickToolBar: cleanup
2010-08-04 14:03:13 +02:00
Thomas Hartmann
e3f37ad1ba
QtQuickToolBar: Adding a label and a slider (zoom)
...
The label shows the zoom factor and there is also a
slider now.
2010-08-04 14:03:12 +02:00