Commit Graph

10042 Commits

Author SHA1 Message Date
hjk
c4dbe9530e debugger: fix python version of QModelIndex etc dumpers. 2010-04-21 14:48:43 +02:00
Thorbjørn Lindeijer
932a1d488f Get rid of redundant line in New dialog 2010-04-21 14:41:56 +02:00
Thorbjørn Lindeijer
98cf814911 Reduce icon size in settings dialog
The current icons don't look so nice at this size, but new ones should
be on their way.
2010-04-21 14:39:05 +02:00
con
62e57edf4c Remove the window modified indicator feature from non-Mac again.
It creates too much headache with widgets calling setWindowTitle
themselves and Qt spilling out warnings about missing "[*]".

Reviewed-by: Thorbjørn Lindeijer
2010-04-21 14:12:58 +02:00
Robert Loehning
ec688e5c62 Resurrecting the title and tooltip of FolderNavigationWidget 2010-04-21 13:43:50 +02:00
Jens Bache-Wiig
fa2d2717a9 Fix broken keyboard navigation in the new file/project dialog
* Enabled proper keyboard navigation
* Skip header items when using arrow keys
* Fixed a static pixmap warning

Task-number: QTCREATORBUG-1237

Reviewed-by: Daniel Molkentin
2010-04-21 13:38:58 +02:00
Thomas Hartmann
e00464d2b4 QmlDesigner.propertyEditor: hide stops label if not editing gradients
before the "stops" label was visible even if gradient editing was
disabled
2010-04-21 11:45:40 +02:00
Thomas Hartmann
a4e5dd771f QmlDesigner.metasystem: extends the metasystem for new font . properties
font.bold, font.italic font.strikeout and font.underline are now
int the metasystem
2010-04-21 11:45:40 +02:00
Thomas Hartmann
0dc96b626a QmlDesigner.propertyEditor: avoid crash 2010-04-21 11:45:39 +02:00
Thomas Hartmann
ca44ba8fcd QmlPropertyEditor: change layout of alignment buttons 2010-04-21 11:45:39 +02:00
Thomas Hartmann
7819f4e173 QmlDesigner.propertyEditor: fixes for LineEdit.qml - avoids warnings
This also fixes BAUHAUS-613
2010-04-21 11:45:38 +02:00
Thomas Hartmann
a7aed8cb92 QmlDesigner.propertyEditor: extending font properties 2010-04-21 11:45:38 +02:00
Thomas Hartmann
f088c39579 QmlDesigner.propertyEditor: cleanup buttons for alignment and colors
This commit cleans up the design of the buttons and fixes
BAUHAUS-612
2010-04-21 11:45:37 +02:00
Thomas Hartmann
f8b8c3a918 QmlDesigner.propertyEditor: remove unused css files 2010-04-21 11:45:37 +02:00
Thomas Hartmann
99f1fc56e8 QmlDesigner.propertyEditor: more css files for buttons 2010-04-21 11:45:36 +02:00
Thomas Hartmann
9e2521b713 QmlDesigner: new resources for the property editor
Some more icons for font styles and clearer icons for alignment
2010-04-21 11:45:36 +02:00
Thomas Hartmann
f822ae69ec QmlDesigner: fixing indentation in qml 2010-04-21 11:45:35 +02:00
Tobias Hunger
1b428d3db4 Coding style fixes 2010-04-21 10:55:22 +02:00
Christian Kamm
3067f441df QmlJS: Fix switch statement indentation.
Task-number: QTCREATORBUG-756
2010-04-21 10:52:07 +02:00
Lasse Holmstedt
30417bca46 Fixed bad scrollbar behavior and constant re-rendering of states
The states editor horizontal scrollbar was broken because the
setCurrentStateSilent() call was causing a loop, calling
nodeInstancePropertyChanged() when state property is changed. Because
rendering of states changes the "state" property, the calls never
stopped. Now StatesEditorView has a flag which prevents the loop.

Reviewed-by: Christiaan Janssen
2010-04-21 10:32:26 +02:00
Lasse Holmstedt
473a8e5d28 Categories and saving of settings in qml inspector 2010-04-21 10:32:26 +02:00
Lasse Holmstedt
9c2eb9fe2e QmlInspector: Modifiable properties from inspector property table 2010-04-21 10:32:26 +02:00
hjk
1af67204b7 debugger: prevent crash if breakpoint has been removed before the 'info line'
response was received
2010-04-21 10:16:40 +02:00
hjk
e94b6d95a6 fakevim: set target column after search operation 2010-04-21 10:16:40 +02:00
hjk
307eda415d fakevim: make IncSearch work better. 2010-04-21 10:16:40 +02:00
hjk
95cacf5c42 fakevim: looks like the Anchor concept needs a rework. 2010-04-21 10:16:40 +02:00
Friedemann Kleint
7f0d4ea542 Compile fix gcc 4.5/MinGW 2010-04-21 08:26:08 +02:00
ck
83f505d96a Maemo: Add model for future package contents view.
No functional changes for now.

Reviewed-by: kh1
2010-04-20 17:15:53 +02:00
Marco Bubke
9555ff028a Reset the feedback pane point for leaving the form editor
Reviewed-by: kkoehne
2010-04-20 17:07:21 +02:00
Marco Bubke
17d5cbee96 Show no more 'cannot reparent' text in the feedback pane
Reviewed-by: kkoehne
2010-04-20 17:07:20 +02:00
Kai Koehne
5c1078dce6 Change variable name from metaProperty to property for all QDeclarativeProperties
Reviewed-by: kkoehne
2010-04-20 17:07:20 +02:00
Marco Bubke
19d7fd0e11 Change colors of the feedback pane in the qml designer
Task-Number: BAUHAUS-535
Reviewed-by: kkoehne
2010-04-20 17:07:20 +02:00
Marco Bubke
fdd768352a Fix crash for changing a value if a expression is assigned
Task-Number: BAUHAUS-617
Reviewed-by: kkoehne
2010-04-20 17:07:20 +02:00
Friedemann Kleint
3d6560a10b Move the Debugger/Designer view menus to Window menu.
Move actions into FancyMainWindow. Register them in
DebuggerUISwitcher and FormEditorW. Manually hide
Debugger actions for Non-Debug modes (as they belong
to the language context).
Acked-by: con
2010-04-20 16:46:35 +02:00
kh1
e6900ff03d Just use the path as the url can have an anchor attached etc...
Fixes the broken topic chooser and keyword resolving.

Reviewed-by: ck
2010-04-20 16:17:29 +02:00
Christian Kamm
ce99372c63 QmlJS: Add variables and functions in a JS function to code model.
Allows completion of local variable and function names.

Task-number: QTCREATORBUG-942
Reviewed-by: Roberto Raggi
2010-04-20 15:20:52 +02:00
Tobias Hunger
f71049bee4 Make targetsetuppage work in customwizard 2010-04-20 15:21:20 +02:00
Tobias Hunger
5678bef399 Report issues when setting up targets
using the targetsetuppage.
2010-04-20 15:21:19 +02:00
Tobias Hunger
d50df7b22e Properly fix setup of targetsetuppage
Handle the deletion of temporary QtVersions properly. Remove
workaround.

Reviewed-by: dt
2010-04-20 15:21:19 +02:00
Tobias Hunger
44eef03c56 Update the target setup page with the pro-file name
... so that we can sanity check.
2010-04-20 15:21:18 +02:00
Tobias Hunger
f37824a676 Simplify qmakesteps sanity checking
Reviewed-by: dt
2010-04-20 15:21:18 +02:00
Tobias Hunger
6473ab730c Add method to QtVersion to query it for issues
Reviewed-by: dt
2010-04-20 15:21:17 +02:00
Tobias Hunger
e035862043 Move S60 sanity checking
... to a place where we can share the checks later.
2010-04-20 15:21:17 +02:00
Tobias Hunger
e3720a4659 Add method to task to retreive the icon
This makes a task somewhat more useful outside of the
context of a taskwindow.

Reviewed-by: dt
2010-04-20 15:21:16 +02:00
Marco Bubke
4c1646ac75 Whitespace 2010-04-20 14:40:36 +02:00
Marco Bubke
212afcfa92 Fix crash for reseting a property
Task-Number: BAUHAUS-606
2010-04-20 14:40:36 +02:00
Jörg Schummer
052e5fa6ab QmlDesigner.ItemLibrary: Resources view is now updated when switching files
Task-number: BAUHAUS-599
2010-04-20 14:40:36 +02:00
Jörg Schummer
d6df0907b7 QmlDesigner.ItemLibrary: Added qml files to itemlibrary project file 2010-04-20 14:40:36 +02:00
Jörg Schummer
b5c7bc1c3d QmlDesigner.ItemLibrary: Removed row separators in resources view
This is to keep the resources view in the same look as the
navigator view.
2010-04-20 14:40:36 +02:00
Jörg Schummer
981288d947 QmlDesigner.ItemLibrary: Reduced the minimum size of the tab bar 2010-04-20 14:40:36 +02:00