- 12 Jul, 2017 7 commits
-
-
Eike Ziller authored
Change-Id: Iec15792ab28b3d34234d8e564a8ee33808772fa8
-
Eike Ziller authored
Change-Id: Ifb1dcc847ba4b32a79b349955fad5207e402cb7b
-
hjk authored
RunControl::setRunnable is meant to go in the long run, individual RunWorkers are better suited to handle their needs (and only their needs) than trusting a one-Runnable-fits-all-workers-in-RunControl setups. Change-Id: I6bdb32cc69581503dd252af83b75428c0de2f648 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: Idf5297b2b29f74722bfc7f8ae1b1aa7e6de92f90 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Thomas Hartmann authored
QGraphicsObject is a QObject and significantly heavier then QGraphicsItem. There is no need to use QGraphicsObject in our case. Using QGraphicsItem instead is simply good practice. Change-Id: I65f9db85eace25fd0e7873093e903d923eb338dc Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
I also removed the hard assert. Change-Id: Ia15d9f82fb63e7d8dd6acf8547b9e96bad838d3f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
If QtQuick Controls 1 are missing there is no reason to build QmlDesigner. Change-Id: Ic8777fef6addc460b05c8218d96aa13379f02cea Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 11 Jul, 2017 18 commits
-
-
Thiago Macieira authored
It's a lot more useful to see in Qt Creator: QAbstractFileEngine::FlagsMask (0xff00000) Than QAbstractFileEngine::FlagsMask (267386880) Change-Id: I8d96dea9955d4c749b99fffd14cd690574b433e5 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
This amends commit a6c17fc5. Change-Id: I365513a9e11e6c07310799f87a4e299cd110dcf3 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Orgad Shaneh authored
It breaks running over PuTTY with VcxSrv. This reverts commit 36c8227c. Task-number: QTCREATORBUG-18467 Change-Id: Id93497ee24cdb574d1e4a1ac1b0fb112012a695d Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Jochen Becher authored
This change shall solve a lot of Coverity findings Change-Id: I1e699f7363426e9b6008fc77d3f498fe3d968b4f Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Jochen Becher authored
If I remove the switch cases gcc produces a warning. Coverity recognizes the cases as dead code and produces a finding. Maybe Q_UNRECHABLE is modeled in Coviery to suppress dead code issues. Change-Id: Idae2c088ba95b3e00cb4ef788d075fe7e0d4b6a5 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Jochen Becher authored
Change-Id: Ie61e017b993ac788284611fb40052e5f59521a56 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Hannah von Reth authored
This enables us to mark perspectives as disabled. Change-Id: I52b2434f33f8550b6d2459f915dfd8cdb1389140 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
hjk authored
Less code, and it's what most other targets do nowadays. Change-Id: I2cf55d1a32ad10427ce2508536d03bca8921b451 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Ivan Donchevskii authored
Make declarations equal in case they differ only by argument const and/or volatile (13.1.3.4). Task-number: QTCREATORBUG-18475 Change-Id: Id0561fda3b9081b92716a8739ba9963e90b5d709 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
hjk authored
Change-Id: Ic5947003945d4cfc87484106052e98e06e4e700a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tim Jenssen authored
Change-Id: I3743815c14151b49784a20cdb0c0bba2fbde4e7b Reviewed-by:
Marco Benelli <marco.benelli@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
Aspect creation must stay for now as the object pool is the only central registry for it right now. Change-Id: Ibe42009db6b0351aaa36e9ac8f0f6f7a0562167e Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Let the workers keep track of errors instead of passing around string pointers in some but not all interesting places. Change-Id: I3956bc947a50747dd3a0c9302b9f9873d192e9c6 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Tobias Hunger authored
Change-Id: I06114e79b0a5b58b3dc4d13279232392709e9efc Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Robert Loehning authored
Change-Id: I97a532f80b9dc2b40ec5931116b207cfaeef8f4b Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Task-number: QTCREATORBUG-15710 Change-Id: Id4a0e3e42249cdd281ed79b0914faacfb3450e37 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: I0df22407e19a71a4ab216d413ce682a793287aa3 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 10 Jul, 2017 15 commits
-
-
Jake Petroules authored
Change-Id: I05c8345e5f1618e7ecbb8a9c27feb5b9a321dc11 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Christian Kandeler authored
Change-Id: Icfe86b98ab8162fe613dbf089fec1692c5d3dbea Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Ivan Donchevskii authored
Apply clang fix to the old code model Do not replace the text after cursor if the proposal does not contain it or if proposal matches 100% the text after it Task-number: QTCREATORBUG-18471 Change-Id: I662cb6e48a9e0ee14065594f5c823f114fff2474 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Nikolai Kosjar authored
When navigating to headers that are not part of the project, avoid showing the inline diagnostics. In most cases, these files can't be changed. This helps also for the session-load case where files are opened/parsed when no project information is available yet. Change-Id: I7fce24af78b3b1efbf64dd27d8ca2a053e02d4ec Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Christian Kandeler authored
Change-Id: Ie05ad37ae7711a6deb152c5aa0a926e9b83b082b Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
David Schulz authored
Change-Id: Idd0115937c6db36f64087f49c116339f291bfcd3 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Eike Ziller authored
And move the "Show Sidebar" button into the status bar that we need now anyhow. Change-Id: I24bfa0991cbdcdba4d1a8cd6cbacde28d459972d Reviewed-by:
David Schulz <david.schulz@qt.io>
-
hjk authored
A RunControl is re-runnable if all its workers are, a RunWorker is re-runnable if it's Stopped and unless it says otherwise. Also ensure SimpleTargetRunner only reportStop() once per run and make process error message re-usable. Change-Id: I73f5fb724d3026ceb81d5e32a3a71b4814b2bca9 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Marco Benelli authored
Task-number: QTCREATORBUG-18498 Change-Id: Ie40a066508bb52f53b8ad528f9d4cf6969fc0632 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tobias Hunger authored
Get some more objects out of the pool. Change-Id: Id93021b712307c4777dc39b9d15aa18a46318885 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-18512 Change-Id: I4713165f131894bd9b881d8de25ff1e8a1a39e51 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tim Jenssen authored
Use value types in the cache and remove the code used to manage the pointers. Change-Id: I3babc69d571de161e161037da7cd731f70d0695d Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Orgad Shaneh authored
Change-Id: Iee9cc2232c002ea960f05848df02ac0658017911 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Tobias Hunger authored
Change-Id: Iaf2f65da31a33979c30e63c29a706a568cc5fd1c Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
David Schulz authored
Do not check whether a refactoring marker is visible, but always provide enough space to display one. Change-Id: I3f9dbb973b9067bd8177773d6fc878b47427232e Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-