- Jul 04, 2016
-
-
Nikolai Kosjar authored
Change-Id: I18f02e0878e2037857ccd85943c13bbac9cade6b Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Jochen Becher authored
Change-Id: If0a2a62d3ef7e59242b244d6892e83bb71315164 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Jochen Becher authored
Add some debugging code checking integrity of diagrams. Based on the analysis avoid chrashes if ends of relations on diagrams are gone. Change-Id: I86da4a6d422de5d51e551b44e7842e992590958c Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Nikolai Kosjar authored
libclang 3.8 seems to be sensitive to file paths separators [1]. On Windows, this led to not updated document annotations and/or crashes after reparsing. When passing file paths to libclang, convert to native separators. When getting file paths from libclang, convert back. This handles: * main file path * file paths of the unsaved files * -I<DIR> arguments, the resource path (for builtins) and the paths to the wrapped qt headers * included header files from libclang * source locations from libclang Also, minimize the conversion in SourceLocation to a minimum by making filePath() lazy. [1] https://llvm.org/bugs/show_bug.cgi?id=28381 Change-Id: If5866f34a6fdc6b34b16c022d3988e8e6eae2a0a Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Thomas Hartmann authored
The "magic" -2 keeps the margins symmetric. The states editor now nearly looks like the blog post proposal. Only the highlight color is different, but already comes from the theming engine. Change-Id: Ibae5a3f19a7b07063ea44933498c24519bd34e94 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Orgad Shaneh authored
First signals, then protected and private. Change-Id: Ieed013bb35785542e10e697c1a1dc135c0c94cce Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: I74e7371cccd6578217722b4b7717cad66db258f7 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Change-Id: Ia710c47a11ca08b9e12d81555ff6288583e6ad63 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ib0e2e77d4e0215d1d2d50a00981fd8d6269f544f Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: I8fe343c8e7cfc9b0e620afe4ae947f9e997899f9 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Thomas Hartmann authored
I never ever needed that feature and the functionality is missing/incomplete. Setting all anchor combinations for the left/right/top/bottom anchors should be enough. Change-Id: I2c1a165ff7ef0ecc666640aeba7e86166c90aa25 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: Id09b62b7b9812d9c0981202c257d18387a8b09d9 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: I236fca3e8741d0e8ff510045dc7e51dda076546a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
The text in the FancyActionBar actions had hardcoded text colors, which by accidend looked OK with the current themes. But light themes require these texts to follow the theme. This patch removes the uncommon "shadows" under the text, instead of trying to make text shadows themable. Change-Id: Ie0e3a9673f24ead64dcdd8963319dc1908afb3aa Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
- Jul 01, 2016
-
-
Use the themable ones from Core::Icons instead Change-Id: I45e831e9b0586bfde6468acca07b6138b48f82e0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Thomas Hartmann authored
I found this while testing our demos. Change-Id: I575e1d2f487a2ba137ac8181f4980c30b171f726 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
In the property editor there is no hover effect. The hover effect is simply not required. Change-Id: I7e918be7e0ac2186fa02c2cae30ad19e90e8ac75 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
Change-Id: I2778b959ad75473cbba3639e008a03a105357180 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
Change-Id: I10785a7c5529dfb08575df7bd8865167bfeecd01 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
This allows to show more items in the library. While we get more and more components it is important that we can show the increasing amount of items properly. Change-Id: Ifc5db011b65b7accf96af5192ce2702b6f112da6 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
The animation serves no purpose. Change-Id: If17d1ee31ff5a0de9832edff204adbc4f82f6c43 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
Dynamic Properties was to long since we have to set a fixed with for tabs when using css. Properties should be still clear enough and the preserved space imrpoves usability significantly. Change-Id: I484822918d78e89e96c587314bcaeda78c7e95b0 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
This is more consistent with the new flat style and the QML styling. Change-Id: I750620227dc0b79a6518dcef9cfb86986a09cef4 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: I1a03435bbb4281bad4ff64baba0182e0050170d6 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: If40a106529e4d02b30620c4b885cd5a956acdd5c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Christian Stenger authored
Qt Quick template does no more use a pri file. Change-Id: I5418d1b945c8981218ddcbcf5423d6c623b377b6 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Change-Id: I93acb387269e6ee02c968bea18f6ce347d18656a Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
qrc:/timeline/TimelineContent.qml:147: TypeError: Property 'clearData' of object Timeline::TimelineRenderer_QML_135(0x99b4468) is not a function Change-Id: I2adfaa9ad764cde42462de6ebc22a897d3b7a74c Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Robert Löhning authored
Change-Id: Iae5256c894fbd4fcb8b93fd5b6dbe7b56b428982 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tim Jenssen authored
Somehow thought that displayName is already in QAbstractListModel::roleNames(). Also removed unnecessaey default roles. Task-number: QTCREATORBUG-16483 Change-Id: I6651502ee91b20eb1af7e22a67b6b67077ad8aaa Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io> Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Thomas Hartmann authored
Change-Id: I4ea4ab66cec327ef7a85a46dedb2c21ad3db8912 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Small addition which should have been part of 8588cf26 Change-Id: Iddc91e1ec98a944b2d44f615140025693cfc0fd0 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> (cherry picked from commit 835ab0c4) Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- Jun 30, 2016
-
-
Christian Kandeler authored
Change-Id: I5a66a5b805b912a8ee752306d6c39759085e98ad Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Orgad Shaneh authored
Add a helper function that casts the project to QmakeProject. Will be used in the follow-up commit for connecting a slot. Change-Id: I17e23630ac88c117da9bac61dd045f94661e35f0 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: I1b25f0108939d87e859d0407a35f75b88fa0edc3 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Leftover from 5cf29723. Change-Id: Ia1e7debd3d5e2edeac41bae091d0057fa77a84bc Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: Ied9c7fcc031e530c41b342de950e2f0ac730bbb1 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Christian Kandeler authored
To HEAD of master branch. Plus some necessary adaptations due to API change. Change-Id: I906918223de3946ae532ae4042c2545dd53b66cc Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Robert Löhning authored
To be consistent with other ways of starting external editors. Change-Id: Ia6f8d2179076482999ef527353feb91a49e1a2d9 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Christian Stenger authored
This avoids failing updates of the main window (e.g. windowTitle) before the main editor area is displayed first time. Change-Id: I5c559f9487872e47b1fd914f0aec16b0b2f1dec3 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-