- Dec 19, 2014
-
-
Eike Ziller authored
Change-Id: I93a256f18e720edb0bcfc2b409c119abfdcf2a2b Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- Dec 18, 2014
-
-
Robert Loehning authored
Intentionally breaking string freeze. Change-Id: I163e9e1148e46e539b02f8adb4f6c1e3d58da102 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Oswald Buddenhagen authored
Change-Id: Ic71e1b4f10b08274d109c24c7c9de7724b25962b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Leena Miettinen authored
Missed the Extending Qt Creator Manual the last time I did this. Change-Id: I33b9b59ef204d0f7c6a5f98665c4839c6646c9b1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Dec 17, 2014
-
-
Leena Miettinen authored
Change-Id: I1edd879e7389467fbeee0cb0c78c65900a7fa1dd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
This is necessary since invoking the context menu changes the cursor position, on which the local uses and some refactoring actions depend. Change-Id: I32563085bfb106f754992704e569915b9ee5b127 Task-number: QTCREATORBUG-13388 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Joerg Bornemann authored
Change-Id: Ic378ea1f7fc58fdb9351c9eaa9e9602e568d5ac9 Task-number: QTCREATORBUG-13605 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- Dec 16, 2014
-
-
Eike Ziller authored
Looks like firstObject is not exported in SDKs ealier than 10.9, even though the documentation claims differently. Latest Xcode on OS X 10.7 doesn't provide the 10.9 SDK, so avoid using firstObject and lastObject Change-Id: Ia266c6aa2030d4799a3cec13e97ab7175adf5138 Reviewed-by:
Kevin Funk <kevin.funk@kdab.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
This avoids appending "previous declaration here" to the parent diagnostic. Clang's diagnostics are only used in the C++ editor for denoting code warnings. Task-number: QTCREATORBUG-13398 Change-Id: I8ed5ce2cdaa828877596745e29bb55b2d23f9735 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Dec 15, 2014
-
-
Daniel Teske authored
The newest kate definition files for cmake contain no mimetype for the cmake definitions, which lead to us not finding the right definition. Instead add a method to find the definition based on the name, which is not as generic, but we know which one we want for cmake anyway. Task-number: QTCREATORBUG-13588 Change-Id: Ib57fe531a225310c32ca1ef909a31bd7f52c612f Reviewed-by:
Guilhem Vallat <guilhem.vallat@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Nikolai Kosjar authored
Do not continue a comment with '*' for *foo //<Enter> and *foo /*<Enter> Task-number: QTCREATORBUG-13415 Change-Id: I0bf062fb96942930f8c9a268bff832de219c7787 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
...since this will confuse the completer. Task-number: QTCREATORBUG-13567 Change-Id: I4172d433f23f3907690d4c00f92fadb68fa354e8 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Mitch Curtis authored
Change-Id: I3357b57a034e0c5445e7c1d66e6c0d6b89b18b7a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- Dec 12, 2014
-
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I1778a3405963768126ea8ab5535a3fc4b8db5d1c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Leena Miettinen authored
Move XML-wizard specific information into a separate file. Change-Id: I7fe80c28747fa20d274eae7d3bf0b65f3624fd20 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Leena Miettinen authored
Change-Id: Idc898b6ac70b6d3186d353086b5f3e45830d1f83 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
Leena Miettinen authored
Where a yes/no selection is needed. Change-Id: I4f72ca19c109710c5b1a40a84393350c31650b87 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Dec 11, 2014
-
-
Leena Miettinen authored
Change-Id: If07c5ee18e93d32085a9f617ba18ff7abf5a95b3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
The manual usually uses the Windows/Linux names and locations for functions and dialogs. Add information to help OS X users to follow the instructions. Task-number: QTCREATORBUG-13626 Change-Id: I7e91b1d52ab580d89feae8564240e759845260e9 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
When debugging Qt Quick 1, you right-click to open a context menu, but for Qt Quick 2, it has been changed to double-clicking to cycle through the item stack. Task-number: QTCREATORBUG-13617 Change-Id: I3b36c76a54a24cbd102cd8ffa2bf5da2d12bef26 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I1f35456c9f628fb8cf53f75f8278a18966a7dcaa Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I44f6026c98e6d05ccf42cb634e6b95fa5a724a62 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Dec 10, 2014
-
-
Denis Shienkov authored
Change-Id: I6dd138213b72f2e84e3970d76065515c9f501cac Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: Iae10b8e10707cbc62bbd53109cbfb12ed1540536 Task-number: QTCREATORBUG-12028 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
The project's editor configuration is only used if it doesn't fall back to global. In that case we need to use the global setting manually. Change-Id: If31c06f07e80b37fc148ed118a33ed653214ef6e Task-number: QTCREATORBUG-12693 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I17022a9d52fef5b4912e580e599a968f24a794dd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Network protocol changed to use https now and xml api is no more working - switched to json api. Task-number: QTCREATORBUG-13580 Change-Id: I9d2b4738db1130b6f123b354095fbb4d89bf9855 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
The algorithm expected a list of filenames, but the cmake plugin passed in a list containing a directory and a filename. Appending a slash to each entry. (Except root entries.) fixes this. Task-number: QTCREATORBUG-13606 Change-Id: I518a2601295017636f4c450cc8a9026f4b41689a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
That's the default. Change-Id: Icf1749868f9a659b2c8b631b3c40cbde559e9d19 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
They're very hard to discover. Change-Id: I995913866a8bdab4534da05e96c3713e927e955a Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Dec 09, 2014
-
-
Ulf Hermann authored
When overpainting, some note markers won't be visible. Change-Id: I7888d43e8b1e3503b7a90e773e9c8138b70070f0 Task-number: QTCREATORBUG-13534 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- Dec 08, 2014
-
-
Daniel Teske authored
By partially reverting 92fbbaea Task-number: QTCREATORBUG-13630 Change-Id: Ia04a224f2a12839d2cf27828009c945383a4c19c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Rafael Roquetto authored
While on Unix systems, libQt5XYZ.so* are symlinks to libQt5XYZ.so.1.2.3, on Windows hosts these files are copies instead of actual symlinks. Therefore, when deploying from a Windows host, all the duplicates get uploaded to the target, effectively taking a lot of unnecessary space. Because Qt QNX apps link only agains *.so.? files, we deploy only those when on Windows hosts. Change-Id: I8f9f3f3a30d227b907f94f30ca47636dcb345eec Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Filipe Azevedo <filipe.azevedo@kdab.com> Reviewed-by:
Sean Harmer <sean.harmer@kdab.com>
-
- Dec 05, 2014
-
-
hjk authored
This has caused GDB not to be started in remote scenarios. Change-Id: I09351e10018cc4052bd80130f2e56ec94ff14965 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
jkobus authored
Change-Id: Ibd2f7f1ccdb2054db20a34c279441d92166ea5ae Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I7b5bbdcfbd685abb5a716cc237276761065eb962 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Dec 04, 2014
-
-
Fawzi Mohamed authored
This lead some libraries to be “lost”, typically QtQuick Change-Id: I44e8fd12f53ce1371a2d4bd094fe5b67cad30676 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
As it turns out that we have a sidebar also in the Design mode, with partly the same views as in the Edit and Debug modes, I added info about the missing views and fixed the terminology. Change-Id: I997d472548781a466bec3e64dbf28ecb1476b3eb Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: Iaa1764c419bdb05c3d24bc2e3e2ea29130c96633 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Leena Miettinen authored
The dialog looks different and its name changed. Change-Id: Ied3b3135734089447fc4638eb7216f7dc0d09bee Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-