- 18 Feb, 2015 22 commits
-
-
Christian Kandeler authored
Change-Id: I69aacc7391e6e25e66eae1fb54b3c1cfb18679ee Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
It's always known from the context when needed. Change-Id: Ibf314dfb779190e89b775acab784ed71acff2c83 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I260c06c32c1929953ae03a9c7cfec71e004a3c88 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I0638a56d6bd833a6a7a97f7ebda7a99ab20e255d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Slim down tool before dissolving. Change-Id: I502aaa8860293acf8bfd93f541b751d5b96a9563 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: Id6988e604ca3a092564a3e572c03b322bc101b77 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Nikolai Kosjar authored
Change-Id: I0bf7d826d53749c5fd1be1e4f3c2faa403d13342 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Ie1665f546ef683fc92a5a0cda20150886257844e Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Medium term all *Tool should be replaced by RunControl(Factory) to make the analyzer architecture more similar to Qt Creator core Change-Id: I892cfc7fe45c73cc6ac4442a288810b83cb24c17 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
ProjectExplorer::compareSortedLists detects added and removed files by comparing the "old" and "new" lists using the provided sorter. If the sorter ignores case, then the file is neither added nor removed. Task-number: QTCREATORBUG-13981 Change-Id: If91c18cfa58bd8f00acfc453779750248bb77c01 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I4ccb14bdd92f70fe8c7c09ad10992238041ce59a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I4ccb14bdd92f70fe8c7c08ad10992238041ce58a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Mostly done using the following ruby script: Dir.glob('**/*.cpp').each { |file| next if file =~ %r{src/shared/qbs|/qmljs/} s = File.read(file) s.scan(/^using namespace (.*);$/) { ns = $1 t = s.gsub(/^(.*)\b#{ns}::((?!Const)[A-Z])/) { |m| before = $1 char = $2 if before =~ /"|\/\/|\\|using|SIGNAL|SLOT|Q_/ m else before + char end } if t != s puts file File.open(file, 'w').write(t) end } } Change-Id: I492792bb9e5655c55795e938031efc557c9a462f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Thanks to lambdas we can now pass them directly. Change-Id: I3d5189596c41f84adc168ec093051f4400da04c7 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
It's an empty shell. Change-Id: Ifc382e66fb2c2885b82342ebf53dfc219926658e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
hjk authored
This was introducing more code duplication then it saved. Put everything into a CdbCommand class for now. Change-Id: I32180da2ab70da28a890a7d8ac72170ee0dc0ff2 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
It was an empty shell. Change-Id: I8bd915270c2b4b03b1ba638521ec35609a05b512 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Thomas Hartmann authored
The namespace AST contains some very generic definitions like TypeName, Node and cast. Therefore we qualify all types with AST:: and remove the using directive. Change-Id: I3f8651956b811bb352a5f04105e60423f07440c6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Thomas Hartmann authored
Both QmlDesigner and QmlJS:AST do define TypeName. To resolve the ambiguity we remove using for QmlJS::AST. Change-Id: If5ca61215701a9b55743225284a5bdde657cba83 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
... in preparation of squashing the hierarchy and later replacing it with the base DebuggerCommand. Change-Id: If01119bfcc5c3f5e96a60652183b1b7a89c1f96e Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
For potential re-use in qtcreatorcdbextension. Change-Id: Ia5742b61c71fcd04eeaa894ed62218151d528a53 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I53ee9300c0355b01c2fb57d527725ae5c6a5ef8f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 17 Feb, 2015 18 commits
-
-
Christian Kandeler authored
Change-Id: I60ebf68a9885054802ee48f80f260ea45c1257ef Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Icb4b1d5ad5f3535545b5b4e5d398ef27d32b907c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I977a115e75302a5341352b593bf3182c0b093031 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
It gets in the way, e.g. "No plugin can open project type "application/ x-kicad-project"" when trying to open .pro files. Change-Id: I5d8dcb52b65b1e617fe0c6dfcdc94e2cf8fc5f5d Reviewed-by:
Tim Sander <tim@krieglstein.org> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
It is necessary for validating pattern values and masks before trying to create a MimeMagicRule instance (which asserts on invalid entries). Change-Id: I6aa31dc9b1f700317e9696be8193bbc8aaf5ace2 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I6c83989113de3beb5d27eb7c39b5c9e825b541e8 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I1e2f59c98ab69ccee1eb2eaa8bc6ce918302c6cb Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I40f024b51e20717aa4bc74351bb5996b31f3a869 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I9d03db685200e86f71e15fe596b67db1d386eb19 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Nikita Baryshnikov authored
Change-Id: I748ed068af3f698e256505c547e16480a26b57b9 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Iba009ff33cc3f2f12a3561dc92f2a6dd175147af Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
The only two cases where it is used, the type can easily be passed to the constructor. So do that. Change-Id: I1658a377aac56b5332992c445fba39b00620a74b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikita Baryshnikov authored
Change-Id: Ib44e4ee0855e46a444ae7bdb3603f798892f0625 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Trigger completion for Qt5 signals/slots as soon as the user types '&' in connect(object, & connect(object, &Foo:signal, object2, & Change-Id: I338a26415196959e3dc413bdfd023314812f3aaa Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-13602 Change-Id: Iba4b2d85d6b75752214b4f53684b9e90df9b1b69 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikolai Kosjar authored
clangcompletion.cpp:1098:5: error: no type named 'MimeDatabase' in namespace 'ClangCodeModel::Utils' clangcompletion.cpp:1099:11: error: no type named 'MimeType' in namespace 'ClangCodeModel::Utils' Change-Id: If83c09f7b7b6d4599b862c2d9a0fa49e446178f0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Lorenz Haas authored
Change-Id: Ib1e3183a85b55a894964f56458512aca1fafc2ea Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-