- Dec 10, 2014
-
-
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>
-
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>
-
- 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>
-
- 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>
-
Daniel Teske authored
Task-number: QTCREATORBUG-13583 Change-Id: I8587abdd7aa6f07c511384a512c8f6d1ce7be69d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Kai Koehne authored
We're setting up targets only after the initial refresh(Everything), so we need to reconfigure the project after that. This fixes issues where the QML editor still uses Qt Quick 1 imports from the default Qt kit when a project is initially loaded. Change-Id: I15af4a1b90231632303d2fd73db350a9d2aff0ce Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
- Dec 03, 2014
-
-
Fawzi Mohamed authored
Change-Id: I2bd9a461c055ef8aa5f5ed9facc879def0078f6f Task-number: QTCREATORBUG-13259 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Nikolai Kosjar authored
This fixes SOFT ASSERT: "!filePath.isEmpty()" in file /home/nik/dev/creator/creator-ut/src/plugins/cpptools/cppmodelmanager.cpp, line 467 which can be triggered by e.g. a "git show" document (onCurrentEditorChanged does not check for an empty file path). Change-Id: If4ed8e552069b290cb4ac93da52427b7ed2b91e8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Fawzi Mohamed authored
m_fileToPath was not always updated correctly which lead projectInfoForPath to return a wrong/invalid project info, messing up the paths used by the code model. Change-Id: If5e144f1ef2c7353b9077deb1b9c9aa9d1708651 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Iafbda13697686acf5595b799001e80967763eb8f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
...if the project was updated in the meanwhile. If a project is updated mark invisible editor documents dirty and update them if they get focus. This also fixes document highlighting when restoring a session for documents that the user "switched away" before the project info is pushed to CppModelManager. This completes CppTools: Update visible documents on project update commit c2eb91e0 which only takes care of visible documents. Task-number: QTCREATORBUG-13270 Change-Id: Id445e7f509deac5d03194aecc54ce4629b7926ce Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
If "Automatically insert matching characters" is activated and '(' is typed before the semicolon in the declaration int f; we offered the ')' completion, although the ')' was already inserted. Change-Id: Id5a50fa94c2cb7b5c4056d87028501b0b90afc73 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
If the command line options changed unload the unit so the next SemanticMarker::reparse() will call clang_parseTranslationUnit() with the new options. Task-number: QTCREATORBUG-11606 Change-Id: I44e3da97850abd875a88abde0b406b14198b5be8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
- Dec 02, 2014
-
-
Fawzi Mohamed authored
The run configuration did try to set the simulator type for devices, and also before knowing the available simulators. Make most IosDeviceType initialisations explicit about the device type. Change-Id: I22b87bf4568e1af0c12b1fb91d3074bf29438db2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Orgad Shaneh authored
Detected by valgrind Change-Id: I43ea6dcc67620074642164f552f61642250d9c90 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
This code path is taken if there's only one project open. Task-number: QTCREATORBUG-13569 Change-Id: If39c451b8d471df4a178610e986c9f35703746a7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I4812a7261cf65457ce3e3dd00be89d9b2c0fbdbb Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Lukas Holecek authored
Task-number: QTCREATORBUG-11750 Change-Id: I1cfe9c078dcb0098b4894c848af0065aab505779 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Dec 01, 2014
-
-
hjk authored
Change-Id: I4bf81bcf8bb4f14bf6c31f613d79e79380b666e0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Change-Id: I856ed20ad1df493dd430ebf1d0043e57bb9f14f4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This is helpful for more selective and direct process killing. Previously, all processes with a given name were killed, and in some cases stale awk and grep processes were left over. Change-Id: I4fb3999818062b8c1fdf7dca8a337ef9c158be9b Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
It was often enough below the visible area of the view and people did not notice it exists. Change-Id: Ie1427c3cb90b6d4a200a17cf51402aabc51de7e7 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Kai Koehne authored
Fix syncing of watch expressions with Qt Quick 2. For v8/v4 we're utilizing the 'evaluate' command, which we have to re-send on every change to get updates. We therefore now call synchronizeWatchers() whenever the stack changes. Task-number: QTCREATORBUG-13473 Change-Id: I7356e9518a719839c5cbb6e518be18e665078e85 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Alessandro Portale authored
If the Qt Quick Compiler binary is not present in the binary tools directory of the Qt version, disable the checkbox. A warning will be added in the next minor version, sind we already have string freeze. QML debugging does not work when using the Qt Quick Compiler. So, in case the Qt Quick Compiler is checked, let's disable the QML debugging checkbox. Change-Id: I739b1f71dc53aca9cf00e6ffd15246184d89816b Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Nov 28, 2014
-
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I633185f4c62a2290367f5a232c5ca7f818a36377 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
It fits better to the OpenHandCursor we show when not dragging. Change-Id: I6d3d635b4d56dc0b6e5baa502722cac045e2e6e2 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Nikolai Kosjar authored
This makes the editor document snapshot accessible through BaseEditorDocumentProcessor since we need it for the include hierarchy if the the clang code model is activated. Task-number: QTCREATORBUG-13553 Change-Id: I7214cc578d05fe5cad6e12b4d29fe6f840a88e8d Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
This fixes a crash if the include hierarchy sidebar is invoked with the clang code model. BuiltinEditorDocumentParser::get(editorFilePath) returns 0 in that case. Task-number: QTCREATORBUG-13553 Change-Id: I9292691c8156bdaaffcac1c3864201ba8a6cbdef Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-13422 Change-Id: I3648bf44760fdac4e8e1e79652519136af6032c8 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
We will add another type of test case that allows us to test the list of offered operations. Change-Id: I528b3844181c139c8955091ac0bbcf6475fd8a4f Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I6a2104522896fafb70d09c5872cb9641f45db5f4 Task-number: QTCREATORBUG-13533 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- Nov 27, 2014
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-13499 Change-Id: Ibcd591620469abf56270cc512de1583900ce78e3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Thomas Hartmann authored
If using the flat style also the TargetSettingsWidget should be flat. Change-Id: I16147c9868e3e949a4d9aa0fedf85358504bde9e Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I72886a309f1531c652186d529111d90ff3f98c37 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-