Commit Graph

10277 Commits

Author SHA1 Message Date
Jörg Schummer
ad0c4647b2 QmlDesigner.ItemLibrary: Hide scroll bar when not needed
Task-number: BAUHAUS-447
Task-number: BAUHAUS-639
2010-04-30 08:47:10 +02:00
Jörg Schummer
34ae2e836d QmlDesigner.ItemLibrary: adjusted style
Task-number: BAUHAUS-640
2010-04-30 08:44:07 +02:00
Jens Bache-Wiig
de1fdf89fd A minor optimization for Manhattanstyle
We don't need the qobject cast. Checking the widget flag
should be a bit faster.

Done-with: danimo
2010-04-29 19:11:07 +02:00
Jens Bache-Wiig
c7d08f9b6e Use Open Project button in Getting Started mode
We already have it in the projects mode so we might as well
use the same in "Getting Started".

Reviewed-by: danimo
2010-04-29 19:07:53 +02:00
Leena Miettinen
a99614b29d Add information about how to use the Qt Quick visual editor to create a button.
Reviewed-by: Thomas Hartmann
2010-04-29 17:05:24 +02:00
Leena Miettinen
3c61326ef1 Modify list of supported platforms.
Reviewed-by: Thorbjorn Lindeijer
2010-04-29 17:05:23 +02:00
Leena Miettinen
b43b6adbaa Add information about using QML inspector.
Reviewed-by: Lasse Holmstedt
2010-04-29 17:05:22 +02:00
Jens Bache-Wiig
b3284a1e71 Fixed an issue with animated icons on fancylineedit
Using a static local here is obviously simply wrong.
This should take care of the remaining issues with broken
animation states.

Reviewed-by: danimo
2010-04-29 16:50:30 +02:00
Friedemann Kleint
f5f17b6353 i18n: Complete German translation for 2.0 2010-04-29 16:30:31 +02:00
Friedemann Kleint
402b364ea0 tr()-glitch. 2010-04-29 16:30:31 +02:00
Jens Bache-Wiig
281494a38e Make it possible to clear keyboard shortcuts again
This was an unintentional regression. The widget in
question should not use the filter edit since it is not
a filterwidget. Also I removed the "Filter" text which
is incorrect in this case.

Task-number: QTCREATORBUG-1308
2010-04-29 16:26:36 +02:00
hjk
73d169a4db debugger: remove 'tooltip' widget as soon as the mouse leaves the widget 2010-04-29 16:11:47 +02:00
hjk
4c27ee1c65 debugger: remove unneeded variable 2010-04-29 16:11:47 +02:00
hjk
c93a64c0a5 fakevim: fix cursor positioning in after :! 2010-04-29 16:11:47 +02:00
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