- 26 Sep, 2014 4 commits
-
-
hjk authored
Change-Id: I0e3af10f74c50ea66e87396259d88a360979f7b7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I67e63892ff997312fb23f421b0eabaf9bc1eb4aa Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Adjust caller sites and surroundings. Change-Id: I6c3c80e42f35eabedc1f89c8c42cca1025aca12f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I9bf7df2f30001440af013b0dd4040a845df80300 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 25 Sep, 2014 22 commits
-
-
hjk authored
Move exported class out of namespace Internal, but expose only a minimal interface. Use Qt 5 connections, adjust callers and surrounding code. Change-Id: I52b4156d78cd1ec42ec6c94994775ce74f24ebdc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
First step of some more 'Base' removal in TextEditor. s/Core::TextDocument/Core::BaseTextDocument/ s/TextEditor::BaseTextDocument/TextEditor::TextDocument/ Change-Id: I71ba325a2f0ad72ec9dae0d96846cbae72d326f7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I7ffda701c7f0882860017a415949902d78e3466d Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
hjk authored
Change-Id: I25404bff6b53e29fa13ee35787fb6c98209a408e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Saves around 33% of testGccOutputParsers runtime. Change-Id: I5c6d0f8af8a36c153e84907e77643f4e20c8f6a1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: If36b46c91da302e1885d49d0d94d2aead217682e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I919218cd5c3047dfbafda9f3adbb4ad6fd8c1de3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I71c594d89090b6d74d790ae6395ea15025775ff7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I54813888af9203214b3d48732dab71bbc279c220 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I08e9ee73fef0cffd7c31508838b104d0894fbfdb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Gitorious has changed their APIs a while ago and nobody seems to have noticed. The only bug report I got was from Christian who tests Creator regularly. So the code seems to be unused, which I find not surprising considering the limited popularity of gitorious nowadays. Task-number: QTCREATORBUG-12858 Change-Id: Id92747fd146434ad737315320fa08afd96223a7e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Leena Miettinen authored
Update text and screenshots. Change-Id: I4bdb4c76eeb2097f7965211597efc4502a0335f8 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Leena Miettinen authored
Change-Id: I37245ccf143f9a1bc40c3d984e3d8f29cec711e7 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
BogDan Vatra authored
Switching from Ant to Gradle brings lots of advantages: - it is way faster when rebuilding (25-50% faster than ant). - it enables first class Android Studio integration. - adding Android Extras libs (e.g. Google Play services, OBB, etc.) to your project is now painless. [ChangeLog][Android] Added Gradle support to build the APK. Change-Id: Iee492954f8ffb2c22e6ab14a8a25faf644de9a51 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Change-Id: I3f2c7717179bf1654c6bdafd2088f5384287f90e Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
- Identify products by the name/profile tuple instead of just the name. - If the product's profile differs from that of the overall project, add it to the visual representation. Change-Id: I4a89db60911277977458370157e435472bbe428f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Thomas Hartmann authored
This patch removes src/libs/utils/qtcoverride.h and uses Q_DECL_OVERRIDE from Qt 5 instead. Change-Id: I61ffa539648ffe996dc061eec7708c04580c0f09 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Daniel Teske authored
Make Enter/Return start editing the widget and also make Tab/Shift+Tab order while editing saner. Task-number: QTCREATORBUG-13013 Change-Id: Ie514438f15c5a15920ca3e2bb7ac83548cd0b9c4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
...for templates with typedefs referencing the respectively other template (basic_ostream <-> ostreambuf_iterator). Tested with MSVC 2013. Regression introduced by ba42ceb0 . Task-number: QTCREATORBUG-13064 Task-number: QTCREATORBUG-13065 Change-Id: I71a45c720663a73c3302eb7da731e6ad2d8f0fbd Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Nikolai Kosjar authored
...so we can use them in a follow-up change. Change-Id: I0ddc5bb966e72ab5c527f6814650d70492bbbdb5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
Replace it with a json wizard based implementation. Todo: This removes the keyboard shortcut available to trigger this wizard. We should make sure all wizards are available for binding keyboard shortcuts to them instead. Change-Id: I1aa76222d08371e79c40b52aeb26705f3ccb4899 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
QmlJSEditor does not depend on QmlDesigner. There is no reason that the settings for the Qt Quick ToolBar are stored in the group of QmlDesigner. This patch removes all includes of qmldesignerconstants.h in QmlJSEditor. Change-Id: Ie692d9179e0239c3307420001547ba658911d39b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 24 Sep, 2014 9 commits
-
-
hjk authored
After the settings centralization it got visible margins which are unwanted in this particular case. Change-Id: I7c394e167035d3292a3a45e98fe711d3959ad353 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-13028 Change-Id: I14ae1794c920b3877f9eca468e1180042b51fb3f Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Tobias Hunger authored
Add a generator that takes template files and turns them into the real thing. Change-Id: I565d6aabdcd391adc34886f4741e0dbbad5e13ec Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
It should be "Open Link as New Page", not "New Window". Change-Id: Iccfd179370e912028f8d0d2562cfe51e6f7d6ccd Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Marco Bubke authored
The code model needs the the import path to find the widgets. Change-Id: Id0f9f4a56ec588116a33c8fd0e61ac7dbec471e7 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Tobias Hunger authored
Change-Id: Id77685c907d29bacc6133449a6415aba2a7d1670 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Change-Id: Ic2a82e109418162ecb62a05ac63daade710d111f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
qmlprofilertraceclient.cpp:280: warning: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) qmlprofilertool.cpp:539: warning: C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence Change-Id: Ifaa048d42bccf203e6587a474c197c22b0f69fec Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com>
-
Orgad Shaneh authored
Change-Id: Ifb87032be0295f4fb9be32233989392afc3ff7c0 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 23 Sep, 2014 5 commits
-
-
Tobias Hunger authored
Root cause is trying to set the display name on a FolderNode that is not in the tree yet. Allow setting the displayname in the constructor and use that new constructor where it makes sense. Task-number: QTCREATORBUG-12897 Change-Id: I907e48cac837966e38524bfe88a87ef17d93f0b2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
GCC 4.8.2 starts choking on the test size. Change-Id: I65c80917c9bad067bb7d8e69e2431dd1c4886b08 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Mitch Curtis authored
Most Qt tests follow this order. Change-Id: I261f425a33538ca3f19d9da7ec09061677c2b627 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Eike Ziller authored
Change-Id: I9b68d35b04968779f111885ba7a24f18fecfada5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Closing the dialog before the process terminates might lead to this. Task-number: QTCREATORBUG-13075 Change-Id: I3b6ffcca010eb356b14d87f2a7d62090c158faba Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-