Commit Graph

72811 Commits

Author SHA1 Message Date
Jens Bache-Wiig
63d4115d63 Fix single-pixel splitters with Oxygen style
Oxygen does some interesting tweaks with content
margins and event filters to draw dock widgets.
This had to be explicitly disabled in order to look
ok.
2010-03-18 17:47:24 +01:00
hjk
8c0821dbc3 fakevim: provide some infrastructure to handle 'text object'.
Implementations are mostly missing.
2010-03-18 17:45:55 +01:00
hjk
3ed146aece fakevim: code cosmetics 2010-03-18 17:45:55 +01:00
Lasse Holmstedt
4e578d955a setting menu item visiblity in debuggeruiswitcher 2010-03-18 17:10:18 +01:00
Lasse Holmstedt
f9a9dd7dbf fixed merge issues and cleaned up code 2010-03-18 17:05:51 +01:00
Lasse Holmstedt
492fffb4cc Added automatic language switching option to debugger settings
Additionally, hiding of debugger menu entries was done as most of
them are irrelevant for QML debugging.
2010-03-18 17:05:22 +01:00
Lasse Holmstedt
b14a208273 Made debugger menu items disabled in QML inspector mode 2010-03-18 17:02:26 +01:00
Kai Koehne
7d423d5f96 QmlDesigner: Fix crash in property editor when parent of an item is invalid
Happened for

import Qt 4.6
Flipable {
  Rectangle {}
}
2010-03-18 16:56:47 +01:00
hjk
0cb8416502 Revert "qmldesigner: compile fix"
This reverts commit f4248e2cac.
It's not needed anymore as code using it is gone.
2010-03-18 16:48:16 +01:00
hjk
edaed0b943 cosmetics 2010-03-18 16:48:16 +01:00
hjk
a793f7c44e qmlinspector: compile fix with namespaces 2010-03-18 16:48:15 +01:00
hjk
3660feadd9 debugger: get rid of the remaing frame in the output window 2010-03-18 16:48:15 +01:00
Christian Kamm
6eadfa3ac0 Read qmldir files in a thread and cache them in Snapshot.
Reviewed-by: Erik Verbruggen
2010-03-18 16:47:21 +01:00
Christian Kamm
4261aca7b0 Make the Qml code model read qmldir files for import resolving.
However, it still re-reads for each use of Link. Needs to be optimized.

Reviewed-by: Roberto Raggi
2010-03-18 16:47:16 +01:00
Thorbjørn Lindeijer
cf0084f007 Set a parent on the debugging build log dialog
Prevents flicker when clicking the parent settings dialog.
2010-03-18 16:16:51 +01:00
Thorbjørn Lindeijer
7f38b76083 Use a reference when possible 2010-03-18 16:16:51 +01:00
hjk
f4248e2cac qmldesigner: compile fix 2010-03-18 16:14:12 +01:00
Erik Verbruggen
f6d7927003 Got rid of the memset. 2010-03-18 16:06:29 +01:00
Erik Verbruggen
bfa1693629 Regenerated the AST, now including constructors. 2010-03-18 16:06:15 +01:00
Erik Verbruggen
e4f07e9f20 Added AST node constructor generation. 2010-03-18 15:57:34 +01:00
Erik Verbruggen
33d5928322 Added check to see if the passed path is correct by checking if it contains the file AST.h 2010-03-18 15:57:34 +01:00
dt
5058233bdd Fix crash on loading projects 2010-03-18 15:36:04 +01:00
Roberto Raggi
61a504c427 Ensure that the memory pool can be reused after a rewind and get rid of the segmented array. 2010-03-18 15:23:13 +01:00
Jörg Schummer
1e2af0a77d QmlDesigner.ItemLibrary: Changed qml-related initialisation and destruction
- this removes qml warnings on construction and destruction of the item
  library
2010-03-18 14:58:10 +01:00
Jörg Schummer
76612279cd QmlDesigner.ItemLibrary: fixed eliding text
- also removed tabs from Qml files
2010-03-18 14:57:59 +01:00
Jörg Schummer
1bb65f408e QmlDesigner.ItemLibrary: included missing stylesheet parts 2010-03-18 14:57:52 +01:00
Lasse Holmstedt
ff30737318 UI fixes to qml inspector 2010-03-18 14:48:31 +01:00
Lasse Holmstedt
cf5bd6de4e Made qml inspector look nicer and clear its contents upon close 2010-03-18 14:48:30 +01:00
Lasse Holmstedt
c7049d80f2 Added FIXME and fixed qmlprojectmanager pluginspec 2010-03-18 14:48:30 +01:00
Daniel Molkentin
418ef57cf9 CommandMapping dialogs: Use FancyLineEdit and FilterLineEdit. 2010-03-18 14:38:52 +01:00
mae
f4add2b852 On Mac, toggle run/debug with the open button (Qt::Key_Alt) 2010-03-18 14:08:45 +01:00
dt
2933f41b19 Fix compile 2010-03-18 13:50:26 +01:00
Robert Loehning
bca6dedb67 Removed unused SavedAction. 2010-03-18 13:45:06 +01:00
dt
272e76409d Make default virgin session check more robust.
Task-Nr: QTCREATORBUG-572
2010-03-18 13:42:26 +01:00
hjk
336cb97089 fakevim: cosmetics 2010-03-18 13:16:32 +01:00
Martin Aumüller
8cb003a18f fakevim: Escape should reset command mode no matter which state the editor was in
Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:16:00 +01:00
Martin Aumüller
709fbf08a2 fakevim: 'r' after visual mode
in vim, this replaces each character from selection with the character following the command

Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:59 +01:00
Martin Aumüller
f11c85d58c fakevim: improve behaviour of some editing commands while in visual mode
Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:59 +01:00
Martin Aumüller
275d429eac fakevim: use handleExCommand instead of handleCommand
handleCommand does not work correctly for commands that move the cursor
(the cursor movement would get overwritten immediately)

Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:59 +01:00
Martin Aumüller
01935a8aca fakevim: let ctrl-[ trigger the same action as the escape key
Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:59 +01:00
Martin Aumüller
2ee91c8aab fakevim: map ctrl-] (follow tag in vim) to "Follow symbol under cursor" and ctrl-t (move up in tag stack) to "Go Back"
Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:59 +01:00
Martin Aumüller
fc6851824c fakevim: handle ctrl-[ and ctrl-] in the same way as letters with control modifier
Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:59 +01:00
Martin Aumüller
9b6cfa47e0 fakevim: fewer hard-coded values for keys with control modifier
Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:58 +01:00
Martin Aumüller
1d715abfc5 fakevim: don't try to lower-case keys which have no case
Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:58 +01:00
Martin Aumüller
215ad05701 fakevim: make sure that disabled default actions are not called accidentally
disabled default actions are set to an empty regex pattern (which would match
any command)

Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:58 +01:00
Martin Aumüller
98406e3e18 Revert "fakevim: fix QTCREATORBUG-880"
This reverts commit 81ff5cda95,
except for the addition of '_' as a synonym for '^'.

Further commits have a different kind of fix  that maintains that
Escape always takes one back to the editor.

Merge-request: 131
Reviewed-by: hjk <qtc-committer@nokia.com>
2010-03-18 13:15:58 +01:00
Erik Verbruggen
8bd8d25638 Fix for loading components from file/dir. imports. 2010-03-18 12:50:29 +01:00
Erik Verbruggen
68a463cf36 Switched QML designer to use the ast for loading. 2010-03-18 12:50:29 +01:00
dt
8b7eacc19f Treat a set QMAKEFEATURES correctly
We used to ignore if someone had set a additional for his qmake, with
qmake -set QMAKEFEATURES. The fix is a simple oneliner from Filip
Piechocki. See qt-creator merge request 130.

Task-Nr: QTCREATORBUG-805
2010-03-18 12:49:23 +01:00
Daniel Molkentin
bc37a9ab7d Escape & in Button 2010-03-18 12:44:02 +01:00