Commit Graph

72811 Commits

Author SHA1 Message Date
Thomas Hartmann
02250e1313 QmlDesigner: fixes crash
If there was no form editor item for the root we crashed in
the drop code

Reviewed-by: Kai Koehne
2010-04-14 14:19:29 +02:00
mae
b1577b0e20 Make the current line highlighting prettier
Especially in combination with block highlighting.
2010-04-14 13:40:36 +02:00
mae
be92567948 Add "center cursor on scroll" option for the base text editor 2010-04-14 13:40:36 +02:00
con
212f18bebf Avoid messing up navigation history from the vcs editors.
Reviewed-by: Friedemann Kleint
2010-04-14 12:59:31 +02:00
con
b4367cb9a0 Some naming of the progress indicators. 2010-04-14 12:59:30 +02:00
Friedemann Kleint
b28fa3f5bf Promote WelcomePageTreeWidget correctly. 2010-04-14 12:42:24 +02:00
Friedemann Kleint
eef7992181 Welcome Screen: Use normal boxed label widgets
instead of a tweaked QTreeWidget, making it twice as fast.
Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Rubber-stamped-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
2010-04-14 12:39:12 +02:00
Thorbjørn Lindeijer
ddf63d3337 Don't stretch the categories column in the settings dialog
Requested by Alessandro Portale.
2010-04-14 12:29:12 +02:00
hjk
dc106f5cf2 debugger: add a FIXME re possible errors on -exec-interrupt 2010-04-14 11:00:35 +02:00
ck
14ceda410c Maemo: Put package creation widget into its own class.
It will grow.
2010-04-14 09:49:40 +02:00
Friedemann Kleint
e0e1f80005 WelcomeMode: Code polishing. 2010-04-14 09:26:44 +02:00
Daniel Molkentin
3dc18931a8 New dialog: Renamed Ok -> Create
Task-number: QTCREATORBUG-1117
2010-04-13 19:18:12 +02:00
mae
4d8cb88b5a Introduce default file encoding (for new files and new projects)
Task-number: QTCREATORBUG-365
Reviewed-by: dt
2010-04-13 19:14:23 +02:00
Daniel Molkentin
5d4edf718f Shortcut dialog: Fix collision detection.
Collisions are now also marked in the standard shortcuts.
2010-04-13 17:38:53 +02:00
Thorbjørn Lindeijer
2ad17b32a4 Don't force flat group boxes on options dialog pages
Reviewed-by: Jens Bache-Wiig
2010-04-13 17:33:37 +02:00
Thorbjørn Lindeijer
662b27153d Removed redundant group boxes from options dialog pages
Reviewed-by: Jens Bache-Wiig
2010-04-13 17:33:36 +02:00
Thorbjørn Lindeijer
0d04949d1c Removed the gray border around the open editors widget
It looks wrong when a shadow is added, which a lot of window managers do
these days. Whether is looks better when no shadow is added by the
window manager is debatable.

Reviewed-by: Jens Bache-Wiig
2010-04-13 17:33:36 +02:00
Thorbjørn Lindeijer
e07821855c Help mode: don't hide the frame for the open pages switcher
Also removed a superfluous elide mode setter.

Reviewed-by: kh1
2010-04-13 17:33:36 +02:00
Marco Bubke
629a4d66c1 Fix crash for a dangling pointer
Task-Number: BAUHAUS-574
Reviewed-by: kkoehne
2010-04-13 17:09:55 +02:00
Marco Bubke
05f43cd6ba Fix crash for double deleted items
Reviewed-by: kkoehne
2010-04-13 17:09:55 +02:00
Marco Bubke
c09b515446 Return zero for a null object in the graphics node instance
Reviewed-by: kkoehne
2010-04-13 17:09:55 +02:00
Marco Bubke
cd62b9a506 Disable anchors in the feedback pane
Reviewed-by: kkoehne
2010-04-13 17:09:54 +02:00
Marco Bubke
8e6095e3ea Test if a item exist for this node in the formeditor.
Task-Number: BAUHAUS-566
Reviewed-by: kkoehne
2010-04-13 17:09:54 +02:00
Marco Bubke
e34ae97df9 Set the context explicit for a property in the property change
Reviewed-by: kkoehne
Task-Number: BAUHAUS-573
2010-04-13 17:09:54 +02:00
Marco Bubke
4a89a077dd Use the notification from the node instances
Reviewed-by: kkoehne
2010-04-13 17:09:54 +02:00
Marco Bubke
02f297be26 Change GraphicsView settings to be more in line with Qml
Task-Number: BAUHAUS-567
Reviewed-by: kkoehne
2010-04-13 17:09:54 +02:00
Robert Loehning
3351f942f6 qtcdebugger: Made error message more helpful.
Reviewed-by: Friedemann Kleint <friedemann.kleint@nokia.com>
2010-04-13 16:43:08 +02:00
dt
c58469ce87 Fix ui completion for new projects
The UI_DIR and MOC_DIR weren't added to the includepath for new
projects, since at the time of parsing the directories don't exist yet.

We now always add UI_DIR and MOC_DIR to the include path, without caring
whether they exist.

Task-Nr:  QTCREATORBUG-1064
Reviewed-By: ossi
2010-04-13 16:38:11 +02:00
dt
9ef11006f9 Add some (disabled) debug output 2010-04-13 16:38:11 +02:00
dt
551114de27 Prevent removing buildsteps if the buildsteps are queued for building.
Task-Nr: QTCREATORBUG-1044
2010-04-13 16:38:11 +02:00
Tobias Hunger
c7dcb72455 Only enable shadowbuilding widgets in the UI when that is supported 2010-04-13 16:37:50 +02:00
ck
18a134ec37 Maemo: Kill old instances before deploying the application.
Reviewed-by: kh1
2010-04-13 16:31:33 +02:00
Friedemann Kleint
44ce228a6a Polish the Qt Designer custom widget wizard
Start editing the class name when wizard page
is initialized. Show a disabled widget page
for the dummy widget item (least surprise).
Add +/- buttons. Refuse invalid class names
(by introducing an item model with setData()
validation. Code polishing, explicitness, etc.
Task-number: QTCREATORBUG-1123
2010-04-13 16:13:06 +02:00
Lasse Holmstedt
656899842c restored commented-out code 2010-04-13 15:48:01 +02:00
Thomas Hartmann
8411a6baf7 QmlDesigner: add resource for aspect ratio 2010-04-13 15:25:31 +02:00
Thomas Hartmann
5c79e84569 QmlDesigner.propertyEditor: end all transactions before detaching 2010-04-13 15:25:30 +02:00
Lasse Holmstedt
af3f10dfdd Fixed auto-switching issues with QML inspector and c++ debugger
Reviewed-by: hjk
2010-04-13 15:16:03 +02:00
Kai Koehne
e959967f11 Qml support: Bump version of qml files from Qt 4.6 to Qt 4.7
Reviewed-by: Thomas Hartmann
2010-04-13 15:15:16 +02:00
Kai Koehne
559ac20680 QmlDesigner: Fix PropertyEditor with latest qt.git
It seems the runtime got new checks, since loading the Property Editor
failed with
 'Invalid property assignment: "font" is a read-only property"'

Reviewed-by: Thomas Hartmann
2010-04-13 15:15:15 +02:00
Kai Koehne
e7a9619c2f QmlDesigner: Bump version number from 4.6 to 4.7 in qml files
Reviewed-by: Thomas Hartmann
2010-04-13 15:15:15 +02:00
Kai Koehne
300f90f161 Revert "QmlDesigner: Remove 'variant' as qml type"
Actually it's 'variant' now, not 'var' any more

Reviewed-by: Thomas Hartmann
2010-04-13 15:15:15 +02:00
Kai Koehne
5650dbc55d Replace 'var' by 'variant' in all Qml files
45ca7aff2c04c in qt.git replaces 'var' with 'variant'

Reviewed-by: Thomas Hartmann
2010-04-13 15:15:15 +02:00
Tobias Hunger
68654724bb Prettyfy selection indicator of open editors
Reviewed-by: Thorbjorn
2010-04-13 15:04:35 +02:00
ck
f5bcb9858d Maemo: More refactoring in run control classes.
Move more common parts into base class.

Reviewed-by: kh1
2010-04-13 14:42:28 +02:00
ck
c7cee130d8 Maemo: Rename some run control symbols.
Rename function to better reflect its meaning.
Add prefix to class members.
2010-04-13 14:42:28 +02:00
ck
5117767551 Maemo: Make deployment thread check for cancel request. 2010-04-13 14:42:27 +02:00
ck
781bdd2441 Maemo: Don't run program if deployment has been canceled by user.
Reviewed-by: kh1
2010-04-13 14:42:27 +02:00
mae
e9be9a0d57 Fix minor ifdefed-out block drawing issue
When drawing the background for an ifdefed-out block, expand
to the end of the visible viewport, even when scrolled
horizontally to the right.
2010-04-13 14:37:54 +02:00
Tobias Hunger
994ee7b6f4 Mention project name in targetsetuppage
Reviewed-by: dt
2010-04-13 13:43:10 +02:00
Tobias Hunger
0e79aeed71 Rework targetsetuppage interface slightly
* Remove PathChooser widget so that you need to use a proper dialog
   to select pathes. So typing into that PathChooser is no longer slow;-)

   The PathChooser does not provide a proper signal on when a user is done
   entering a directory, so it was not a good choice.

Tasknumber: QTCREATORBUG-1128
Reviewed-by: dt
2010-04-13 13:43:10 +02:00