- Apr 19, 2013
-
-
Morten Johan Sørvig authored
This change updates the mode selector/fancyactionbar in Qt Creator with new high-resolution icons. Set Qt::AA_UseHighDpiImages on Qt 5.1 and higher to make QIcon generate high-dpi pixmaps. Add "@2x" mode images. Update StyleHelper::drawIconWithShadow to handle high-dpi pixmaps. The shadow-drawing algorithm is kept in device pixels. Change-Id: I411b7a24e534a2d75a1bbdc4d10219dcbea26bed Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Lorenz Haas authored
Task-number: QTCREATORBUG-9160 Change-Id: Iafc7a8342a91466ac33b07b73a85d9fca228b855 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Petar Perisin authored
Change-Id: I19ecde462d7a8a5fb00caa0414a9833ecab5057b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Apr 18, 2013
-
-
Gabriel de Dietrich authored
This fixes a problem on Mac, where the default menu role is TextHeuristic, and menu item syncing would reassing this entry as "About Qt Creator". Also ProxyAction would not forward the menu role. Task-number: QTBUG-30679 Change-Id: If5ad5fb3a34131c080543bf8160e9ab5140c8585 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Lorenz Haas authored
Task-number: QTCREATORBUG-9157 Change-Id: Ic46086ba07a86292bbf48de62b69e3f33628fd86 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Lorenz Haas authored
The file encoding is shown next to the current line in the toolbar. If the label is clicked a dialog for encoding selection is shown. Task-number: QTCREATORBUG-8376 Change-Id: I9adee76a31929de5f698d14fe5ca5abce3cc4633 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Andrey M. Tokarev authored
You can write definition of function, type Alt+Enter, as usual, and select not only public but also other possible sections like private, public slots and so on. Change-Id: I2faefc3833c6f05c9e2e5a2a41328bcdbe17ba14 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Aurindam Jana authored
Change-Id: I562780c0894f596863c4c8b9cc9b12e3a3a98f33 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Aurindam Jana authored
Use QTcpServer instead of TcpPortsGatherer. Change-Id: I85133c5ae192b407009c5b21df332c9d3d94acda Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Aurindam Jana authored
Change-Id: I3e7a7f0d9264c2fccb161e5d2dcf585db4fcd013 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Aurindam Jana authored
Change-Id: Idb0ceb27eabff33da3db52b0b62077083e8893ba Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Aurindam Jana authored
Use case: Devices such as Desktop device can automatically choose an available port. Change-Id: I6515425da3ae861b62d103885e2fde0e542d21d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Marco Bubke authored
Change-Id: Ibb9b054f49a04be65d16e8a55c45ee6524d39729 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Aurindam Jana authored
Use QTcpServer instead of TcpPortsGatherer. Change-Id: I270a5a9464b2cec48b7e2da2772c8a042bf71d95 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Aurindam Jana authored
Use QTcpServer instead of TcpPortsGatherer. Change-Id: I12c53ae421fa559a7e71dd5855add2aff00ce33b Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Erik Verbruggen authored
- Moved TextEditor::SemanticHighlighter::Result to TextEditor::HighlightingResult - Moved SemanticInfo::UseKind to CppHighlightingSupport::Kind Change-Id: I14faab1891ca691a0691cfd9243edf19fcd3d3df Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Thomas Hartmann authored
If there is no package the unqualified name is the name not an empty string. Change-Id: I04a51fc79ea9e312e2035ce80eb0f846673a3a44 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
This was wrong and could trigger asserts. Change-Id: I5daac224b467444d46f16a888a3ad3682f423c20 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Packages can be qualified by several ".". We have to take this into account. Change-Id: I5da0c624b464448dc6f16aaafa3ad3682f423ccc Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
For simplicity we just pretend Window is an item. The state editing is broken atm but does not crash. We will fix this later. Change-Id: I5da0c624b467448cccf16a88fa3ad3682f4ccc20 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Eike Ziller authored
Change-Id: I366852f788c1d28351e9f853b16d180886892c55 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
Change-Id: I38cbf6d884f3034321776b135270acb5c8482321 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Lorenz Haas authored
Task-number: QTCREATORBUG-8811 Change-Id: Ia3ece9efb7e2c6d227ab3395aca636a27f667f0d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Lorenz Haas authored
Task-number: QTCREATORBUG-9039 Change-Id: Iff7d821f863f2691786acaea44137d291d3dbf67 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Fawzi Mohamed authored
Using empty string as default terminal avoids storing a path to QtCreator resources (which becomes invalid if creator is deleted) on mac. Change-Id: I9d5fe9bce38387d82de451652df6be9ec5eb5960 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hluk authored
Change-Id: I648d1ec763c8a49b6d3e1bb5fb13fe1af5ae2368 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Allows to quickly type jump command ``. Change-Id: Ie45bcf1bdf840a238e7eea1f97df70979d7d0784 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 17, 2013
-
-
Christian Kandeler authored
Change-Id: Icc0722341afcd09e6e5ff525c3595103f0e6e937 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
hjk authored
Change-Id: Ia894f3663f43088cdb2d8cb685bcebecaded8146 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
TargetInformation now contains no platform specific code anymore. Change-Id: Id7b3b562e1046a1ea18127716532b1fc2614ef91 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Aurindam Jana authored
Change-Id: I4804e46cec3285280bcea28e7900c8b07d487fb6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Aurindam Jana authored
Change-Id: I339e2e4f4f0ce52b1220745357170a457a14be35 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Joerg Bornemann authored
Also adjust the qbs plugin to changes. Change-Id: I26f9beca50ceac1fd6b64ca79fe9881096afa1ce Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Aurindam Jana authored
Change-Id: I02c8b68cc9b000cdf3ead6bf547f43e51964c48a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Kandeler authored
Change-Id: Ie57ecc36a676a3744317170eed7c4265becefe1b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Aurindam Jana authored
Change-Id: I046e536dfca0c84dd0dba4901aa316a31d4c4b43 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Erik Verbruggen authored
Change-Id: Ie4db459ba9942d703ad3bc5a0f6805e39f729e9a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Rafael Roquetto authored
Change-Id: I674f90eb871fdb0cbb84207a402d434aca966d1e Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com>
-
Joerg Bornemann authored
Depends items will soon be case sensitive. Change-Id: Id631058aacc5b8456ac66552b54730913568d851 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Przemyslaw Gorszkowski authored
Fix instantiation of templates(by cloning original symbols). Assigning of scope for cloned symbol is taken from the symbol which is used to instantiate. Task-number: QTCREATORBUG-9098 Change-Id: I066cc8b5f69333fabdaf2d4466b205baf08bd3f1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-