Commit Graph

72811 Commits

Author SHA1 Message Date
con
4532087c90 Merge remote branch 'origin/2.0' 2010-04-30 16:39:05 +02:00
Tobias Hunger
78989998d5 Mark simulator as a mobile target 2010-04-30 14:27:51 +02:00
Tobias Hunger
a712509bd4 Activate simulator
... as default whenever that is selected
2010-04-30 14:27:50 +02:00
Tobias Hunger
69100c353c Add a special target for Qt simulator 2010-04-30 14:27:50 +02:00
Christian Kamm
44a155c612 QmlJS: Fix completion context when cursor is to the right of inserted ;
Done-with: Erik Verbruggen
2010-04-30 14:22:55 +02:00
hjk
5560f5e2f1 debugger: make it possible to bulk-assign breakpoints to threads 2010-04-30 14:22:48 +02:00
hjk
24d1fbd15b debugger: support for per-thread breakpoints 2010-04-30 13:41:19 +02:00
Erik Verbruggen
0970a8e6d2 Moved quick-exit check back to the indenter.
Reviewed-by: ckamm
2010-04-30 13:36:09 +02:00
Robert Loehning
ac517807ea Using Q_UNUSED to avoid warnings from MinGW 2010-04-30 13:34:12 +02:00
Jörg Schummer
2b250985ce QmlDesigner.ItemLibrary: adjust style to property editor's look
Task-number: BAUHAUS-654
2010-04-30 12:10:05 +02:00
Jörg Schummer
a813396b3e QmlDesigner.ItemLibrary: adjust style to property editor's look
Task-number: BAUHAUS-654
2010-04-30 12:03:01 +02:00
con
84d9b647ee Version bump. 2010-04-30 11:58:05 +02:00
dt
ff61f2295d Add Clean and rebuild sub dir
Also change the strings slightly.

Task-Nr:   QTCREATORBUG-1295
Task-Nr:   QTCREATORBUG-1296
2010-04-30 11:55:04 +02:00
dt
a60d55bdad Sort build & run configurations in the ui
Implement a BuildConfigurationModel which does the sorting.
Extend the RunConfigurationModel to do sorting.

Make the mini target selector and project page use both of those models.

Task-Nr: QTCREATORBUG-1235
2010-04-30 11:55:03 +02:00
dt
708dad7c8e Rename parameter to what it actually is 2010-04-30 11:55:03 +02:00
dt
386aee9a6e Fix that searchInPath("exe") would try /exe 2010-04-30 11:55:03 +02:00
dt
f354d93ec7 Emit processStopped() for ConsoleProcess on ConsoleProcess::stop()
Task-Nr: QTCREATORBUG-1234
Reviewed-By: ossi
2010-04-30 11:55:03 +02:00
con
e775532331 Support Qt for Symbian smart installer.
By providing a "Use Smart Installer" option for the packaging step.
2010-04-30 11:02:13 +02:00
Jörg Schummer
1b1b890955 QmlDesigner.ItemLibrary: adjusted style
Task-number: BAUHAUS-640
2010-04-30 09:54:46 +02:00
Jörg Schummer
b7a7e99741 QmlDesigner.ItemLibrary: Hide scroll bar when not needed
Task-number: BAUHAUS-447
Task-number: BAUHAUS-639
2010-04-30 09:54:33 +02:00
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
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
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
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
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