kh1
38151c2979
Remove help dependency from qmljseditor.
...
Should have been part of 9aaf2ec84c
Reviewed-by: dt
Reviewed: erikv, con
2010-03-31 14:36:20 +02:00
con
a8f43d8f7d
Qt Quick Designer it is.
2010-03-31 14:21:31 +02:00
con
0031e542f5
Mark QmlDesigner designer as experimental, and add button to enable it
...
from text editor.
2010-03-31 14:06:02 +02:00
Christian Kamm
3191cfe832
QmlJS: Fix invalid errors inside qmlproject files.
...
The Document thought it was a JS file as it doesn't have the .qml
extension.
2010-03-31 13:43:40 +02:00
kh1
d97bdd1af6
Fix warning as seen by fkleint about missing stack widget item.
2010-03-31 13:15:28 +02:00
kh1
9c0478c390
Fix typo and code leftover.
2010-03-31 13:15:27 +02:00
Marco Bubke
ed6d283cd4
Fix state switch
2010-03-31 12:59:05 +02:00
Friedemann Kleint
9c3ed2c05d
Compile Windows.
2010-03-31 11:57:30 +02:00
Friedemann Kleint
f9d2c3ad41
Code cleanup in Welcome-plugin.
...
Remove unused page from stacked widget form, move duplicated code
into utility functions, reduce state variables and string comparisons
in RssFetcher, clean out includes. Give WelcomeModeTreeWidget
uniform row height.
2010-03-31 11:53:02 +02:00
Christiaan Janssen
d7ca762123
QmlDesigner.StatesEditor: fixing BAUHAUS-521
2010-03-31 11:51:13 +02:00
Tobias Hunger
41a91ff9d2
Remove customexecutable RCs again if they are unused
2010-03-31 12:01:53 +02:00
Kai Koehne
176115a0ad
QmlDesigner: Fix compilation of core tests for non -nokia-developer builds
...
Use explicit DEFINE to enable additional API in node instances for testing,
not QT_BUILD_INTERNAL.
2010-03-31 10:54:39 +02:00
Christiaan Janssen
520108cbc8
Fix crash when restoring old .qmlproject files
...
The run configuration id changed, leaving restored qmlproject without
any run configuration.
Reviewed-by: kkoehne
2010-03-31 10:38:13 +02:00
Friedemann Kleint
fdcb197033
More widgets in the Qt Designer plugin containing Qt Creator widgets.
2010-03-31 10:13:05 +02:00
con
0757139cb8
Avoid multiple shows of same form editor info bar.
2010-03-31 10:11:36 +02:00
con
e1935a0edf
Remove wrong assertion.
2010-03-31 10:11:35 +02:00
Erik Verbruggen
21e1db4b5b
Exported classes to use in the QML designer.
2010-03-31 10:03:18 +02:00
con
4f17958625
Avoid multiple currentEditorChanged signals and stream line switching to
...
preferred mode.
Switching to preferred mode is solely done by the editor manager.
2010-03-30 18:42:12 +02:00
con
1aa1118112
missing tr
2010-03-30 18:42:12 +02:00
con
89416bed3d
Support an "experimental" attribute in plugin specs.
...
A flag that marks a plugin to be experimental, that should not be loaded
by default.
2010-03-30 18:42:12 +02:00
con
3319797d20
Some plugin spec property renaming.
2010-03-30 18:42:12 +02:00
Oswald Buddenhagen
7400513695
fix compile with gcc: namespace friend class declaration
2010-03-30 18:40:35 +02:00
kh1
edcefd69ad
Implement tabless help mode, behaves now like edit mode.
2010-03-30 17:51:46 +02:00
kh1
a8801d15c5
Implement text highlight support after full text search.
2010-03-30 17:51:45 +02:00
kh1
6ea66ca3bd
Implement a common interface for help viewers.
...
Both implementations are now split into two source files, based on the
base class type. They share also a commen implementation, but the class
interface looks now clean to the outside. Adopt other classes for use.
2010-03-30 17:51:44 +02:00
kh1
0cf2bc3b43
Fix dots showing up in second column of the widget.
...
Since we use a two column model/treeview we need to prevent returning
some text data, otherwise we will see dots in the secound column. We also
need to emit pagesChanged once we init the model.
2010-03-30 17:51:43 +02:00
kh1
c71e1dd77c
Some more correct sorting.
2010-03-30 17:51:42 +02:00
kh1
b1411d540c
Implement open pages classes to handle doc files like edit mode.
...
Based on the implementation done by ck, slightly modified and thus put
under the private help internal namespace.
2010-03-30 17:51:42 +02:00
kh1
a3a531c5b1
These have been commited by accident.
2010-03-30 17:51:41 +02:00
kh1
5e2b888a17
Remove namespace stuff, will move it to help private.
2010-03-30 17:51:40 +02:00
kh1
8b918737a8
Adapt changes from Assistant.
2010-03-30 17:51:39 +02:00
kh1
89d20924c8
Add some more constants and make use where possible. More to come.
2010-03-30 17:51:38 +02:00
kh1
8b96dbf747
Remove some superfluous includes.
2010-03-30 17:51:37 +02:00
Tobias Hunger
3c1f3f0b2c
Add a customexecutablerunconfiguration if no others are available
...
This fixes a crash when creating a new target and then directly
switch into the run settings view.
2010-03-30 18:46:22 +02:00
hjk
3f03f1a6e5
fakevim: disable test code
2010-03-30 17:26:52 +02:00
hjk
c3afba0f0d
debugger: add a context menu action to the stackview to create a full
...
backtrace in the main editor.
Useful for sending bug reports.
2010-03-30 17:26:52 +02:00
hjk
89196e5c6a
debugger: change ' to " in locals context menu
2010-03-30 17:26:52 +02:00
Roberto Raggi
e421d32147
Postpone the parsing of function definitions.
2010-03-30 16:59:07 +02:00
Kai Koehne
aff7d3fdf8
QmlDesigner: Fix 'jumping around' when moving items in the Visual Editor
...
This regression was caused by Qt change
6f88388db4e8e2, which disabled the automatic setting of QObject::parent
Reviewed-by: Marco Bubke
2010-03-30 16:54:54 +02:00
Tobias Hunger
81c8540bd7
Do not add linebreaks into the MPTS tooltips
...
This stops projects with long project names from being displayed like
this:
Project:
longprojectName
Target: Something
Thanks to Roberto for the suggestion.
2010-03-30 17:29:06 +02:00
Tobias Hunger
c30d18b51a
Add mobile Qt gui wizard
2010-03-30 16:55:30 +02:00
Tobias Hunger
e68e3f168e
Fix setup of unselected targets in targetsetuppage
2010-03-30 16:55:30 +02:00
Tobias Hunger
f11a25801a
Add option to query QtVersion for mobile support
2010-03-30 16:55:29 +02:00
Roberto Raggi
289714b7dc
Cleanup
2010-03-30 15:35:42 +02:00
mae
65e3017edf
minor code cosmetics
2010-03-30 14:57:59 +02:00
Kai Koehne
e45699d1f2
QmlDesigner: Fix compilation of core tests
...
Patch by Marco Bubke.
2010-03-30 14:41:55 +02:00
Marco Bubke
387f906b3b
Fix the reflection of the visible property in the Formeditor
...
Task-Number: BAUHAUS-449
2010-03-30 14:41:55 +02:00
Marco Bubke
24829c76a0
Add asserts for needed lists functions
...
The interface for QDeclarativeListReference is bad because in Bauhaus we
need to remove many(all) items which a maybe never removed in the
runtime. So this canLear, canAppend functions renders bauhaus useless.
2010-03-30 14:41:54 +02:00
Marco Bubke
b92821c617
Fix clipping for children
...
Task-ID: BAUHAUS-501
2010-03-30 14:41:54 +02:00
Marco Bubke
a82d88df49
Update the node instance if a file has changed on the local drive
2010-03-30 14:41:54 +02:00