Commit Graph

10263 Commits

Author SHA1 Message Date
hjk
bfdca8869f fakevim: fix autotest after recent changes to input handling 2010-04-29 16:11:46 +02:00
hjk
0d67d78ace fakevim: adjust tests to use 'iskeyword' 2010-04-29 16:11:46 +02:00
hjk
26965d203d fakevim: positioning fixes for linewise shifting 2010-04-29 16:11:46 +02:00
Christian Kamm
0e12240613 QmlJS: Completion for enums.
Done-with: Erik Verbruggen
2010-04-29 16:05:25 +02:00
Christian Kamm
a48032b616 QmlJS: Improve completion for object bindings with 'on'.
Done-with: Erik Verbruggen
2010-04-29 16:05:25 +02:00
Christian Kamm
953f0daa50 QmlJS: Add a check to disallow recursive type definitions in xml file.
At least direct recursion with name="Foo" extends="Foo" is detected
and rejected.

Done-with: Erik Verbruggen
2010-04-29 16:05:24 +02:00
Christian Kamm
cb04bea92d QmlJS: Fix qmldump to ignore extending types and update type xml.
Done-with: Erik Verbruggen
2010-04-29 16:05:24 +02:00
Christian Kamm
61c1ac37a0 QmlJS: Don't put automatic semicolons directly after colons.
Done-with: Erik Verbruggen
2010-04-29 16:05:24 +02:00
Christian Kamm
f48df24737 QmlJS: Improve property and Type completion in Qml object members.
Done-with: Erik Verbruggen
2010-04-29 16:05:24 +02:00
Christian Kamm
722ba33770 QmlJS: Add CompletionContextFinder to allow context sensitive completion
The plan is to use this to reduce the number of applicable
completion options, for instance for enum completion or property
names.

Done-with: Erik Verbruggen
2010-04-29 16:05:24 +02:00
Christian Kamm
bd71243407 QmlJS: Move parts of the indenter to the new LineInfo.
LineInfo can tell whether lines are finished or not.

Done-with: Erik Verbruggen
2010-04-29 16:05:24 +02:00
Jens Bache-Wiig
a73a9dc350 Swap build/run buttons
This was unintentionally inverted after translations were
introduced.
2010-04-29 15:53:04 +02:00
Jens Bache-Wiig
aa63a8d0c6 Add "Open Project" to welcome page
By popular request I added a "open project" option.
We don't currently have a way of differentiating project types
from other files so I had to hardcode .pro and .qmlproject
for now.

Themed icons was also added to the new and open buttons.

Reviewed-by: danimo
Task-number: QTCREATORBUG-1142
2010-04-29 15:13:45 +02:00
ck
f1dde74cc3 SSH: Increase poll frequency. 2010-04-29 14:50:16 +02:00
Daniel Molkentin
c397a3c9e7 Add QML examples to welcome page
Reviewed-By: Jens Bache-Wiig
2010-04-29 14:39:26 +02:00
Thomas Hartmann
68cab50774 QmlDesigner: adding translation context for exception 2010-04-29 14:27:29 +02:00
Thomas Hartmann
30a86cb234 QmlDesigner.propertyEditor: remove leftovers if anchoring
x, y, width, height are removed if filling
x is removed if anchoring the left...
y is removed if anchoring the top...
width is removed if anchoring the right...
height is removed if anchoring the bottom...
2010-04-29 14:27:29 +02:00
Thomas Hartmann
c4a5b2c0d3 QmlDesigner.statesEditor: fix for colorAlpha 2010-04-29 14:27:28 +02:00
Thomas Hartmann
3d0ad00a2a QmlDesigner.propertyEditor: better behaivour of GradientLine
The widget behaves nicer now if the mouse leaves the widget
2010-04-29 14:27:28 +02:00
Thomas Hartmann
d263da9533 QmlDesigner.propertyEditor: add antialiasing to GradientLine
I had to add a 0.5 offset for the arrow
2010-04-29 14:27:27 +02:00
Thomas Hartmann
863d8f56e9 QmlDesigner.statesEditor: fixing some glitches and polish
I did this together with Christiaan Janssen

Reviewed by: Christiaan Janssen
2010-04-29 14:27:27 +02:00
Thomas Hartmann
3f39f5cd8d QmlDesigner.propertyEditor: smooth for Text 2010-04-29 14:27:27 +02:00
Lasse Holmstedt
7ba6fc8834 Fixed localization issues with SideBar
When changing the language, the sidebar items would break because
their localized window titles were used for storing the settings. Now,
id's are used.

Reviewed-by: con
2010-04-29 13:50:21 +02:00
con
3fd04c233c Fix usage of shutdown methods in FakeVim.
Reviewed-by: hjk
2010-04-29 13:39:09 +02:00
Marco Bubke
d5ef530497 Don't assert anymore for a invalid z value
Reviewed-by: kkoehne
2010-04-29 13:17:37 +02:00
Kai Koehne
1227e02f9b QuickDesigner: Fix tooltips in visual editor
Reviewed-by: Marco Bubke
2010-04-29 12:40:45 +02:00
Roberto Raggi
2355799901 Get rid of unsigned/long suffixes before evaluating numbers.
Task-number: QTCREATORBUG-1292
2010-04-29 12:34:50 +02:00
hjk
98cdd33060 debugger: make error message after a broken stack response less intrusive 2010-04-29 12:15:08 +02:00
hjk
0205d1c3a6 debugger: 'fix' handling of input syntax change for the 'disassemble' command 2010-04-29 12:07:59 +02:00
hjk
1662eade7e fakevim: improve handling of iskeyword 2010-04-29 12:07:59 +02:00
Thomas Hartmann
14a29e07c0 QmlDesigner.propertyEditor: add missing qsTr() 2010-04-29 09:53:46 +02:00
Thomas Hartmann
d3cb00e75d QmlDesigner.propertyEditor: show expressions as tooltips
Expressions are now shown as a tooltip if an expression is set
2010-04-29 09:53:45 +02:00
Thomas Hartmann
a98a6d05e4 QmlDesigner.propertyEditor: hide ExpressionEdit if selection changes
See: BAUHAUS-648
2010-04-29 09:53:45 +02:00
Lasse Holmstedt
43b9d1aad1 Fixed strings in qmlinspector and shutdown() issues 2010-04-29 09:09:35 +02:00
Thomas Hartmann
b264ace835 QmlDesigner.propertyEditor: only select QDeclarativeItems 2010-04-29 08:49:43 +02:00
Thomas Hartmann
c32e6a1f87 QmlDesigner.propertyEditor: fix qsTr 2010-04-29 08:49:42 +02:00
con
ca14299790 Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
Discussed-with: hjk
2010-04-28 17:32:01 +02:00
con
00dac575a3 Don't delete members in DebuggerPlugin::shutdown.
Do it in the destructor instead.

Reviewed-by: hjk
2010-04-28 17:31:51 +02:00
Friedemann Kleint
ec5fe88b49 18n: Update German translation for 2.0 2010-04-28 16:27:33 +02:00
Christian Kamm
d1c7daffd3 Styling: Merge Qt Simulator theme changes back into Creator.
Reviewed-by: Jens Bache-Wiig
2010-04-28 16:12:11 +02:00
hjk
b293775789 fakevim: revert accidentally commited test code 2010-04-28 15:14:17 +02:00
hjk
647e7effe6 fakevim: compile fixes for manual and auto test 2010-04-28 15:14:16 +02:00
Christiaan Janssen
6e56229c06 QmlDesigner.StatesEditor: interface reworked.
Reviewed by: Kai Koehne
2010-04-28 15:12:33 +02:00
kh1
c908da836f Fix handleHelpRequest.
* Make sure we only change our own urls inside that function
* QDesktopService::setUrlHandler expects the target slot to take a QUrl

Reviewed-by: ck
2010-04-28 15:07:06 +02:00
kh1
b0f9b1d491 We need to check for namespace nokia too.
Reviewed-by: ck
2010-04-28 15:07:05 +02:00
kh1
2c64aa0571 Force the action to be really disabled. 2010-04-28 15:07:05 +02:00
kh1
125d416ab6 The return value was reversed, though not checked really. 2010-04-28 15:07:04 +02:00
Thomas Hartmann
ac0e4921af QmlDesigner.propertyEditor: cleanup qml 2010-04-28 14:07:16 +02:00
Thomas Hartmann
4519af1aac QmlDesigner.propertyEditor: tweak layout 2010-04-28 14:07:13 +02:00
Thomas Hartmann
1dff84380e QmlDesigner.propertyEditor: show emtpy instead of empty string 2010-04-28 14:07:13 +02:00