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
b2065f58a7
Qml Designer: fix styling of ComBox popup
2010-01-08 17:18:06 +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
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
Friedemann Kleint
945315173f
Translations: Fix debugger messages
...
Reviewed-by: hjk
2010-01-08 11:32:53 +01:00
Friedemann Kleint
a7684cac17
Translations: Fixed tr()-message in debuggeragents.
...
Reviewed-by: hjk
2010-01-08 11:31:38 +01:00
Kai Koehne
9b353b7a2f
Fix default "hello world" qml file to not use anchors
...
Some things like reparenting do not work right now in the Design mode
for anchored items, and we are missing a way to inform the user.
Using absolute positions for positioning therefore avoids confusion
for first time users.
2010-01-08 11:27:23 +01:00
ck
a309865178
Added Q_OBJECT macro to class using tr().
2010-01-08 11:19:11 +01:00
Kai Koehne
bf2020e201
Add missing Q_OBJECT macro
2010-01-08 11:16:33 +01:00
Friedemann Kleint
88de639b9a
Mercurial: Fix tr()-Warning.
2010-01-08 11:10:45 +01:00
hjk
c2d6e6d54a
fakevim: break long lines
2010-01-08 11:04:13 +01:00
Friedemann Kleint
652ef5f0c3
Form class wizard: Make constructors explicit.
...
Task-number: QTCREATORBUG-493
2010-01-08 09:53:35 +01:00
Friedemann Kleint
da6463ee2f
VCS[Mercurial]: Implement annotate previous as for git.
...
Task-number: QTCREATORBUG-503
2010-01-08 09:44:07 +01:00
Marco Bubke
e8195c0766
Update the tools if the nodetype was changed.
2010-01-07 19:54:22 +01:00
Marco Bubke
6216552dbf
Fix compiler warnings
2010-01-07 19:54:22 +01:00
Tobias Hunger
f933602c70
Fall back to default editors if none is found by Id
...
* Fall back to the default editor for a the file's
mime type when it fails to open by editor id.
This fixes opening editors in a session with invalid
ids.
Reviewed-by: dt
2010-01-07 19:46:33 +01:00
Erik Verbruggen
9c845a2a52
Fix to allow case where ID is removed from the text file.
2010-01-07 19:22:12 +01:00