- Jul 09, 2013
-
-
Eike Ziller authored
That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The code was trying to show one tick for each editor that is opened, but editors are actually only opened for a file, if it is visible in a view. So editorOpened is only sent for one editor per open split. The new code just shows one tick for restoring editors, to keep things simple. Change-Id: I6a24061858f532c3ccfded9677b8928ae62a1448 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-9706 Change-Id: I0a1892eb94024529cf450926dee22e629ef85e0b Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9666 Change-Id: I364bc0eefef376a9a14953b259e9d7b2eb29c228 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikita Baryshnikov authored
m_QASIPackagePath and m_runQASIPackagePath are not used anymore, so could be deleted Change-Id: I48d2f1531277c07be630c3156f04a40248da5271 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Conflicts: src/libs/cplusplus/FindUsages.cpp tests/auto/cplusplus/findusages/tst_findusages.cpp tests/auto/debugger/tst_dumpers.cpp Change-Id: I20e2002c7b25cc25d8120922fa9b52e59db498e3
-
Thomas Hartmann authored
This is already called in changeToSubComponentAndPushOnCrumblePath() Change-Id: Ia101144cc33407b0c6268cf7c3717502211654c6 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Eike Ziller authored
Instead of requiring subclasses to implement a method. Also renames IDocument::rename to IDocument::setFileName, since it doesn't really rename any files or such. Change-Id: I1344025c24d2f74a6a983e04fb0a5245f1f37aad Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I9efb22543bf31f43381e57fb0acf4aeb15e8a293 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Results are different, but ok. Change-Id: I5550dd4b43bdc12fac329d33e158fa759bee4d28 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Iee50dd4b43bdc12fac329d33e158fa759bee4d28 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
This fixes issues with splitting when an editor is active that doesn't support it. Task-number: QTCREATORBUG-6827 Change-Id: Ib71117cb5723482b4212f99a7c4136005273ae44 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The model index is an internal detail of the model/view and shouldn't be used outside that context. Change-Id: I2c1f742fff427484f6ff244dd3e0d8428a7318d3 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: Iba2954934218bec92716a8df1c04fe9347defd17 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- Jul 08, 2013
-
-
Daniel Teske authored
Change-Id: I953ff641f46caedc47551298dd1fedb62008ee92 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Global search and replace mistake Change-Id: I2213fe591912faff4168f0cba6dccb2675aed794 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Use the same numbering schem for GDB and LLDB. More consistent, helps auto tests. Change-Id: I9b50dd4b43bdc12fac329d33e158fa759bee4d28 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Harmless, but needlessly breaks auto tests. Change-Id: Iee470411c02686b6975c1e7efd79ac802eb37037 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-9549 Change-Id: Ib504073a3dfbdf8a66429b3fb6a8930d2284f76a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I383d0c5b7f01bf00be3249dc2721e69ed27dc148 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
The filetype is only relevant for Qt4 projects. But even for Qt4 projects the file type is insufficient to decide where the file should be added. So remove the file type from the interface and let the projectmanagers themselves figure out what they want to do. Also fix Task-number: QTCREATORBUG-9688 Change-Id: I02f7b1cd2e05efaf76e36fb9af34b109d4482f88 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
- Make project files buildable with current qbs. - Update qbs submodule to enable Qt Creator to open these project files. - Fix an invalid access that caused a soft assert. Change-Id: I976d19240112d1ff048e51036e6702383735352b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Task-number: QBS-349 Task-number: QBS-355 Change-Id: Ibfa88e2d5ec59984c54ae9f69659f231a962a64c Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Change-Id: I0e2332156ba481562ac3c2bc9fb1930f1368b2c9 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Do it in code. Relying on the environment variable breaks in too many cases (remote; unmodified project; ...) to be useful. Change-Id: I67577fef22942d75d32d356f38c4ff0c752fe157 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Stenger authored
Change-Id: I6cf15b571aae9a1ba4dcd02048e7ca6b21fab1da Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Erik Verbruggen authored
When the cursor is on the name of declaration of a templated function, then since f93758b8 the scope returned by Document::findScopeAt is the scope of the template declaration. Before it was the parent scope of the template declaration. The check in FindUsages::checkCandidates did not check all combinations of template(-child symbol) scopes for the searched symbol and its occurrences. Task-number: QTCREATORBUG-9749 Change-Id: Idc84a2ba718721ce54683a67635a93352784ddd1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eike Ziller authored
Conflicts: qbs/pluginspec/pluginspec.qbs Change-Id: Ic8e992623b9eda8913ee473c779a8df27643ccc9
-
Eike Ziller authored
It was annoying that it wasn't possible to click on the summary progress bar to e.g. open the compile output or issues pane, even when you had only a build running. This change forwards the click to either the progress that currently shows a details widget in the status bar (like the build errors/warnings from the build progress), or to the last progress that was started. Change-Id: I4b50dd4b43bdc12fac329d33e158fa759bee4d28 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9700 Change-Id: I48e779fba65afc71ba13b426e526c3cb82070142 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I7cd020b35b95340007e9ec9c7a3bd41a59481f84 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
We set the display name for cmake projects based on the projects's name in the cdb file. The parsing of that happens quite late, so we need to set a fallback displayname in the ctor. Task-number: QTCREATORBUG-9641 Change-Id: Iabfef7a3cc9710e6ba04523845d4142a89493011 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
The model can contain tags Change-Id: I70a75534848232476447125801a5ca7e963bbdcc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Iaa6bfdaa1307a3c7a73fd80fb0ffe3b80a01312d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Currently done only from "Actions on Commits" Change-Id: Ide34e198e72f554ba6fd75ef21aaaf35917b4f6a Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I43dd9b8afe76f204fe2509f1f2f81f74c48a16ab Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
status output can be uncolorized using the git config value color.status=false (works for short status since git 1.7.0) Change-Id: I0887ab9a02f4c98fe54a94a53ffcd4f91fef8699 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Which lead to progress indicators sometimes not having a cancel button. Change-Id: Idd470411c02686b6975c1e7efd79ac802eb37037 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9548 Change-Id: I4c5f9a4c6b7a818d296a923df1d665c22afd8292 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I737d2405ef1a10ec451c4baceaea9a0bc194ac1e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-