Commit Graph

7538 Commits

Author SHA1 Message Date
con
1a12895f45 Avoid compile warning 2010-01-11 14:13:11 +01:00
con
9a62c7a87e Don't use "disk" where "file system" is more appropriate. 2010-01-11 14:13:11 +01:00
Roberto Raggi
421f5323f1 Split CppCodeCompletion::startCompletion(). 2010-01-11 14:08:15 +01:00
Erik Verbruggen
7524d91651 Added tests for QmlSymbol and QmlLookupContext. 2010-01-11 13:58:21 +01:00
Erik Verbruggen
73e137f85a Corrected initialization for uninitialized field. 2010-01-11 13:58:21 +01:00
Kai Koehne
51f4bc1b92 Fix runtime warning
Fix warning "QAbstractItemView::setRootIndex failed : index must
be from the currently set model".
2010-01-11 13:29:17 +01:00
Kai Koehne
cea1238451 Remove unconditional debugging output when loading QmlDesigner plugins. 2010-01-11 13:29:17 +01:00
Christiaan Janssen
235b9e4b39 QmlDesigner.statesEditor: thumbnail update at state removal moved to propertiesAboutToBeRemoved method 2010-01-11 13:26:14 +01:00
Kai Koehne
b60df47065 Fix crash when adding/removing states in an invalid document
Disable the states editor widget if the qml file is invalid, just
as the other windows are disabled.

Task-number: BAUHAUS-272
2010-01-11 12:54:05 +01:00
Tobias Hunger
ed1e699456 Make comparison operators const
Reviewed-by: thorbjorn
2010-01-11 10:26:14 +01:00
Tobias Hunger
019904e533 Use QLatin1Strings when possible
Reviewed-by: thorbjorn
2010-01-11 10:26:14 +01:00
Tobias Hunger
592e494d1a Fix typos
Reviewed-by: thorbjorn
2010-01-11 10:26:13 +01:00
Tobias Hunger
443a0377b4 Add missing Q_OBJECT macros
Reviewed-by: thorbjorn
2010-01-11 10:26:12 +01:00
Tobias Hunger
b95c86db23 Remove duplicate inclusions of headers
Reviewed-by: thorbjorn
2010-01-11 10:26:12 +01:00
Erik Verbruggen
2dc221d76d Prefer ObjC classes/protocols when searching for a canonical symbol. 2010-01-11 09:29:38 +01:00
Erik Verbruggen
0c17d53875 Fixed semantic check for ObjC fast-enumeration for-loops, then merged it with the semantic check for the foreach. 2010-01-11 09:29:15 +01:00
Robert Loehning
8a6ca95589 Fixed license headers.
Reviewed-by: dt
2010-01-08 18:39:14 +01:00
hjk
9052bd279f debugger: fix editor tooltips for new dumpers 2010-01-08 18:17:02 +01:00
Thomas Hartmann
81abc2ce7a Qml Designer: color adjustment in property editor 2010-01-08 17:18:06 +01:00
Thomas Hartmann
b2065f58a7 Qml Designer: fix styling of ComBox popup 2010-01-08 17:18:06 +01:00
Thomas Hartmann
b6fb23a5c7 Qml Designer: fix layout of the layout property page 2010-01-08 17:18:05 +01:00
Thomas Hartmann
19c6232800 Qml Designer: fix sizes in AnchorBox.qml 2010-01-08 17:18:05 +01:00
Thomas Hartmann
12f6c8f631 Qml Designer: fixes nasty crash bug in Navigator
We have to use LinkAction instead of MoveAction
otherwise the model and the ItemView executes
the move/reparenting which turns the ItemModel
invalid and results in a crash
2010-01-08 17:18:04 +01:00
Thomas Hartmann
82352c0819 Qml Designer: fixes crashbug 2010-01-08 17:18:03 +01:00
Kai Koehne
2e5ce0ae75 Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline 2010-01-08 17:16:33 +01:00
Christiaan Janssen
eca7744e0a QmlDesigner.StatesEditor: Fixing the scrollbar 2010-01-08 17:09:17 +01:00
ck
34ea987e7e Fix restoring of build settings
Reviewed-By: dt
2010-01-08 16:39:44 +01:00
Christiaan Janssen
d62e5fdcf7 QmlDesigner.StatesEditor: Commented out the blur effects applied to the buttons 2010-01-08 16:26:50 +01:00
Tobias Hunger
87b96a7520 Add missing include. 2010-01-08 16:12:40 +01:00
Friedemann Kleint
b81c30df2b VCS[git]: Add log repository action. 2010-01-08 16:07:05 +01:00
Tobias Hunger
df2a2dc118 Small inclusion fixes.
* Remove duplicate headers.
 * Move own headers to the top.

Reviewed-by: Roberto Raggi
2010-01-08 15:48:32 +01:00
Christian Kamm
a298759def Quickfix: Add one that replaces + with % for strings.
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2010-01-08 15:24:23 +01:00
Roberto Raggi
bcfb9d2385 Removed stray & character. 2010-01-08 14:58:21 +01:00
Roberto Raggi
d08f68a54e Refactored the JavaScript indeter so it can be adapted to support both QML and JS. 2010-01-08 14:56:56 +01:00
Christiaan Janssen
50587a3131 QmlDesigner.StatesEditor: Improving focus management of TextInputs for state renaming 2010-01-08 14:21:38 +01:00
con
49341fe6e4 More changes.
Reviewed-by: hjk
2010-01-08 14:18:26 +01:00
dt
fec96d4c4a Fix cleaning of CMake projects 2010-01-08 13:54:18 +01:00
dt
38924e3863 On loading a project, select it in the project tree view
This fixes the issue that when loading a project in a big session the
newly loaded project is hard to find. The solution is a bit of a hack.
Reviewed-by: mae <qt-info@nokia.com>
2010-01-08 13:47:52 +01:00
dt
9c03475c8f Make new application output always palette text color
Reviewed-by: mae <qt-info@nokia.com>
2010-01-08 13:47:52 +01:00
dt
377dbaa841 Fix restoring the active build configuration 2010-01-08 13:47:52 +01:00
dt
6f79d9f3d0 Change Maximize output pane to Alt+9 matching Alt+number 2010-01-08 13:47:51 +01:00
dt
9c4c7248cc Update on BuildConfiguration::displayNameChanged()
On the project page
2010-01-08 13:47:51 +01:00
dt
4b261a17bf Fix obviously wrong connect 2010-01-08 13:47:51 +01:00
dt
bfb06191bf Propageate BC::displayNameChanged() to BuildConfigurationComboBox
Fixes one of the missing updates. More to come.
2010-01-08 13:47:51 +01:00
dt
52d07a9b57 BuildConfigurations know their project, these signals can be simpler 2010-01-08 13:47:51 +01:00
Kai Koehne
2a425c7cfa Fix bug where a qml error shown in Design mode were not updated
If you continue to fix qml errors in text mode, but still had errors,
the error message you got in the Design mode always stayed the first
(outdated) error message.
2010-01-08 13:15:52 +01:00
Jarek Kobus
b5099480fc Designer shortcuts fixes, TaskWindow's copy action fixed
Reverted the commit 59ecb9cf8 which could break wrongly written code
(or the cases like designer).
Fix one of such case (copy action in task window).
Fix synchronization of designer shortcuts by connecting to the
keySequenceChanged() signal of their Command representation.

Reviewed-by: con
Task-number: QTCREATORBUG-471
2010-01-08 13:13:56 +01:00
Friedemann Kleint
4105dc5f4b VCS[SVN]: svn add: Accommodate for older Mac-versions.
by adding directories in a loop. Introduce #ifdef for Macs in the hopes
that the code can be deprecated at some time.
2010-01-08 12:55:30 +01:00
Tobias Hunger
cacdc6c736 Add display name to VCS plugin structs
Reviewed-by: Friedemann Kleint
2010-01-08 11:51:53 +01:00
Tobias Hunger
a22e64a093 Fix typo in comment. 2010-01-08 11:43:45 +01:00