hjk
473a741c9f
Utils: Rename FileName to FilePath
...
More in line with QFileInfo terminonlogy which appears to be
best-of-breed within Qt.
Change-Id: I1d051ff1c8363ebd4ee56376451df45216c4c9ab
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2019-05-28 12:23:26 +00:00
Orgad Shaneh
1e138fbe10
Remove excess blank lines after namespace
...
Change-Id: I4e4f83017f2bfc2cf842c4c971ed4b05e0447e6a
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2019-05-27 06:50:16 +00:00
Marco Benelli
b9d72a5737
qmljs: remove remaining references to QtQuick1
...
This patch removes all references to QtQuick1 in qml library,
plugin, designer, profiler and tests.
Change-Id: Ie286fad96060299caae3ef328330597cf53e90d3
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io >
2018-04-03 14:40:30 +00:00
Tomasz Olszak
38296f6acc
Fix inserting the same multiple items to PathsAndLanguages
...
Change-Id: Ie1df6fad425fd7198a72f531c19b3681627a5210
Reviewed-by: Marco Benelli <marco.benelli@qt.io >
2017-07-03 06:45:03 +00:00
Tobias Hunger
f72370f20a
Update License according to agreement with Free Qt Foundation
...
* Update remaining files in src
Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com >
2016-01-19 15:59:41 +00:00
Friedemann Kleint
1b9be30371
Clean headers in lib qmljs and plugins qmljstools, qmljseditor.
...
Change-Id: I3256db8f4d42b6326d986d754b45e6c6c2030839
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
2015-03-05 08:17:10 +00:00
hjk
e36b40161e
QmlJS: Fix crash in PathsAndLanguages::compact()
...
Task-number: QTCREATORBUG-13786
Change-Id: If8c84714382c751f51315d62e1d4b0764e4431ff
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com >
2015-03-04 09:33:19 +00:00
Eike Ziller
3c85058694
Update License
...
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com >
2015-01-16 12:37:56 +01:00
Eike Ziller
9c7019f0b2
License update.
...
Change-Id: I0acde2c3b995693de682679471f03af85bdd0a61
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com >
2014-10-15 15:19:55 +02:00
Fawzi Mohamed
419d4e4411
Add ui.qml support to code mode and editor
...
Change-Id: I6d818ddad1e7467578c63161c278455ef6ac743e
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com >
2014-10-14 14:46:32 +02:00
Fawzi Mohamed
fae2d5422f
qmljs: fix PathsAndLanguages::compact, don't skip tail
...
Change-Id: Ie6f99ec2728f8584031d6b6f7d8c3c897300ea9e
Reviewed-by: Christian Stenger <christian.stenger@digia.com >
2014-07-31 11:35:27 +02:00
Christian Stenger
f3a83367d6
QmlJS: Avoid accessing list after last element
...
Change-Id: I4d3f273c157db98615c9aee0152b04dd41f3e1fa
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com >
2014-07-31 10:03:03 +02:00
Fawzi Mohamed
02bdf30f45
qmljs: improve handling of qml dialects
...
Language::Enum -> QmlDialect
* class instead of enum
* moved Language specific operations to it (from Document)
* nicer handling
QStringList -> PathsAndLanguages
* store language along with path, to perform a correct scan and improve
path handling
Change-Id: If69d35c63cfeb48aa670b51870916cd0c40f1916
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com >
2014-07-30 15:07:35 +02:00