Kai Koehne
b0e7b15bfc
Silence gcc warnings in qmldesigner
2010-02-22 10:09:35 +01:00
Christiaan Janssen
a263c89ed5
QmlDesigner.PropertyEditor: Fixed color widget for black
2010-02-22 10:03:31 +01:00
Kai Koehne
afa830ecc8
Fix compilation against latest Qt master
...
The API of QmlView has changed. Also, the QmlDom classes became private.
Patch provided by Aaron Kennedy.
Reviewed-by: akennedy
2010-02-22 10:03:10 +01:00
Erik Verbruggen
d215737df8
Added semantic checks for Q_PROPERTY declarations.
2010-02-22 09:27:44 +01:00
Erik Verbruggen
21fdc2d06a
Replaced usages of concrete type SimpleNameAST with the abstract NameAST.
2010-02-22 09:27:44 +01:00
mae
656de733ab
Fix code navigation when line wrapping is enabled
2010-02-19 18:49:46 +01:00
Friedemann Kleint
d2d49bbc3f
VCS[git]: Fix StashDialog selection mode.
...
Task-number: QTCREATORBUG-731
2010-02-19 18:07:21 +01:00
Friedemann Kleint
0dd30210dd
VCS[git]: Stashdialog: Fix broken remove.
...
Used the wrong indexes, set focus option.
2010-02-19 17:53:22 +01:00
Friedemann Kleint
b9b9f7526b
GnuPoc: make 'make sis' work.
2010-02-19 17:42:30 +01:00
dt
47935c9af3
Fix compile
2010-02-19 17:38:06 +01:00
dt
3840f86127
Fix buildSession if some projects have no active buildconfiguration
2010-02-19 17:00:51 +01:00
dt
c5cac92757
Simpler
2010-02-19 17:00:51 +01:00
dt
821d49414c
remove MessageManager::displayStatusMessage
2010-02-19 17:00:51 +01:00
con
92cb4fca3f
Use mini scrollbars for popups on Mac.
2010-02-19 16:26:42 +01:00
Jörg Schummer
b8af05e6c1
QmlDesigner.ItemLibrary: fixed item dragging and selection
...
- itemDragged is emitted only once now after a minimal distance
has been reached (minimal distance calculcation not exact)
- onPressed is used instead of onClicked for item selection
2010-02-19 15:36:38 +01:00
Erik Verbruggen
78b3145477
Semantic checking for easing curve names.
...
Done-with: Christian Kamm
2010-02-19 15:11:03 +01:00
Erik Verbruggen
5e449a80c4
Fixed diagnostic underlining to take the location length into account.
...
Done-with: Christian Kamm
2010-02-19 15:11:03 +01:00
Erik Verbruggen
b17fc90310
Made the warnings/errors translatable.
2010-02-19 15:11:03 +01:00
Erik Verbruggen
7ee1bc5242
Suppress 'unknown property' warning after finding an unknown type.
...
And made the warnings/errors translatable.
2010-02-19 15:11:03 +01:00
Tobias Hunger
9798dd7544
No BuildConfigurations is OK for certain projects
...
... so do only error out when we have non but still have a factory
to build them with.
2010-02-19 14:06:28 +01:00
Martin Aumüller
db150ab61d
fakevim: make sure that cursor is positioned before the character where text would be inserted with 'i'
...
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:51 +01:00
Martin Aumüller
5af95f01f0
fakevim: only overwrite m_tc with EDITOR's cursor if necessary
...
only ex commands that are handled externally might modify the cursor position w/o updating m_tc
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:51 +01:00
Martin Aumüller
7a71ee1166
fakevim: ctrl-d in insert mode should remove one level of indentation
...
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:51 +01:00
Martin Aumüller
115b32697f
fakevim: 'dtd' would have deleted a line instead of deleteing to the next 'd'
...
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:51 +01:00
Martin Aumüller
a7cf72a945
fakevim: improved 'startofline' behaviour for indenting and shifting left/right
...
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:50 +01:00
Martin Aumüller
21a9943b8d
fakevim: cursor position after deleting linewise should depend on 'startofline' setting
...
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:50 +01:00
Martin Aumüller
4c80a1ab92
fakevim: dfx should do nothing if no x is found
...
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:49 +01:00
Martin Aumüller
6648fe439a
fakevim: retain column when moving across lines after '^'
...
Merge-request: 113
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-02-19 13:02:49 +01:00
Friedemann Kleint
eb05d2ac0b
CDB CoreEngine: Support break by address for testing purposes.
2010-02-19 11:58:54 +01:00
Thorbjørn Lindeijer
6d9e3c8a8e
Dropping files into the editor shouldn't insert file:///...
...
On some desktop environments, dragging and dropping a file gives us
the url to the file in multiple mime types, including text/plain. This
causes the url to be inserted as text by default.
Work around this issue by explicitly ignoring drop events for the text
editor when they also come with urls.
Task-number: QTCREATORBUG-728
Reviewed-by: Friedemann Kleint
2010-02-19 11:50:21 +01:00
Thorbjørn Lindeijer
e6df83b3ce
Recognize *.cu as C files
...
They are NVIDIA CUDA files which use C syntax.
Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-694
2010-02-19 11:50:21 +01:00
Thorbjørn Lindeijer
a6f43a492b
Removed the watermark from the wizard pages
...
Too much Qt branding, looks cleaner without.
2010-02-19 11:50:21 +01:00
Thorbjørn Lindeijer
e7ba2300c8
Use a clearer entry for creating a generic project in the New dialog
...
Now it says "Import Existing Project", since this conveys more
accurately what it does with less words. Also adjusted creation of a QML
project based on an existing directory for consistency.
2010-02-19 11:50:21 +01:00
Tobias Hunger
ee0c5d3129
Do not report qmake pathes if the file is no longer there
...
* We get a bogus Qt imported otherwise
2010-02-19 11:41:34 +01:00
Tobias Hunger
a22af06223
Fail project loading when no targets could get set up
...
* Not good, but better than ASSERTing/crashing later on.
* Use a qWarning to provide some hint on what is going on.
2010-02-19 11:07:15 +01:00
Tobias Hunger
bddf21c553
qWarning when failing to create default target settings
2010-02-19 11:06:25 +01:00
Tobias Hunger
175b43ec43
Make default Qt version alrorithmn more strict
...
* Add qWarnings on failures.
2010-02-19 10:51:40 +01:00
Tobias Hunger
ecc25ff20a
Do not trigger qWarning in MaemoRunConfiguration
...
... when simulatorPath is unset.
2010-02-19 10:36:15 +01:00
Olli Werwolff
70b3f0e2b7
Added light colored version of manhattan style's bars
...
Reviewed-by: jbache
2010-02-19 09:55:37 +01:00
Kai Koehne
a71b284078
Don't assert when qml file is parsed for non-exising import path
...
Fixes a crash where the qml file was deregistered already because
of invalid qml.
Task-number: BAUHAUS-394
2010-02-19 09:37:44 +01:00
Jörg Schummer
40318eb6f9
QmlDesigner.ItemLibrary: corrected flickering of Items/Resources buttons
2010-02-18 23:58:54 +02:00
Jörg Schummer
72fb762809
QmlDesigner.ItemLibrary: corrected layout margins and spacing
...
among others, the scrollbars of the Items and Resources views
have the same size and position now
2010-02-18 23:57:13 +02:00
Jörg Schummer
ce41deff98
QmlDesigner.ItemLibrary: added license headers
2010-02-18 23:46:03 +02:00
Tobias Hunger
8fe0cb2be9
Warn when failing to restore .user-file settings
2010-02-18 18:40:46 +01:00
Tobias Hunger
5937f2cfdc
Do not convert empty .user files to newer versions
2010-02-18 18:40:46 +01:00
Tobias Hunger
7da7ae9bd7
Set title for the dialog
2010-02-18 18:40:45 +01:00
Christiaan Janssen
904ee4b517
QmlDesigner.Navigator: Root item cannot be hidden
2010-02-18 18:23:51 +01:00
Daniel Molkentin
2c00799393
Port RSS fetcher to QNetworkAccessManager.
...
Reviewed-By: Alessandro Portale <alessandro.portale@nokia.com >
2010-02-18 17:36:49 +01:00
con
286b7ef166
Implement reload behavior for image viewer.
2010-02-18 17:23:52 +01:00
Tobias Hunger
93d3205459
Update Wizards to new signature
...
Seems like I missed some the first time round. Sorry for that!
2010-02-18 16:10:56 +01:00