- 01 Nov, 2013 10 commits
-
-
Daniel Teske authored
There are two different ways we used to stop a application: am force-stop $packageName or kill -9 applicationPid. As far as I remember that's because on some devices some one of them didn't work. The code wasn't consistently using both though. Fix that by making it one function, which uses both and use that one consistently. Task-number: QTCREATORBUG-10557 Change-Id: Ib09a51e2bddae8d28a5d234e792906cc03606fda Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
hjk authored
Message box uses QTC_ASSERT nowadays. Change-Id: I202d934eda7803a6137b2722008919d9f8136381 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: Iff0adabe3e2e7fc0b84ce90557a3da8a6c4030fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Patching GDB instead This reverts commit fe4b6fee Change-Id: I02f17eece95f9b36ed6ae56c09dbf3bc6d161c78 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Tobias Hunger authored
Change-Id: I577c797d98717ec0cf91214690ca5d36d2a26ccf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
And unify them. Task-number: QTCREATORBUG-10523 Change-Id: I1e1262ff25f51e6068e16adaeb25d553f9bffb1f Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Fawzi Mohamed authored
* setting sticky to the proprieties that are not supposed to be modified * mutable device helps when using multiple devices Change-Id: I739962529c4e92090e57ef6f332c1bed8cf0a2db Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Recent versions of GDB seem to require 'make install' to find their Python bits. Given that this is not really an option, check the usual suspects, too. Change-Id: I5217c0184681d4a86992fe0b8989498843b26cea Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Change-Id: I1178e5fddd9bf6ed4985b029f03478e3ba2a89b8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
jkobus authored
Cleanup some stuff (mobile orientation page), drop import of qml from existing file Change-Id: I261f03b6f249129dfe732719fb683978cc90fb9e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 31 Oct, 2013 16 commits
-
-
Thiago Macieira authored
Indirect lib dependencies are not allowed. Code using Botan needs to link directly to libdl. Change-Id: I96bde3adf2aef9fdc60af1a70f70e17a79b24048 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Fawzi Mohamed authored
switched to using a relay server Change-Id: Ic3ddb48b818fa43894314f7fbaf9d7780fc01ade Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
Change-Id: I998eb9cd3d532c2818c139688d516003d4833b27 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Kai Koehne authored
Make sure 'Enable QML debugging' is checked for all debug builds by default. This fixes a regression introduced in 921f86df . Task-number: QTCREATORBUG-10573 Change-Id: If3b1e5aedaad888fbaf1931ca2fc379c5ba40dd1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
Change-Id: I23c22f3b0f383158814e105058e827e8703fb336 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I7e470359f290346fcab3453c7b17f44866db7679 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Idd8738409965251767a5fbd26421acb32b54dd15 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Change-Id: Ida85449525fba5d2c535ccf29925ebe3e3156e54 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
* ensure that the dictionary is mutable * remove Objective-2.0 code Change-Id: I30c3966a37ad24dfabfd4bd15b0079d0f1a02efc Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
Change-Id: I8b0cc48a0c4674cf6116d239a182761ed6fdd7fc Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Daniel Teske authored
Just use Utils::FileName, it magically does the right thing. :) Task-number: QTCREATORBUG-10542 Change-Id: Id0d508c1e7d9317fa2e4a56ae9389e909c0c3834 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
- Moves the findMatchingClassDeclaration() call from FollowSymbolUnderCursor::findLink into VirtualFunctionsAssistProcessor since we already have a SymbolFinder there - Make canLookupVirtualFunctionOverrides a class member because we plan to add some methods - Better parameter names/order for FunctionHelper::overrides() Change-Id: I0a93ff5445352d47e808adad45485e520f06946e Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...involving templates. Task-number: QTCREATORBUG-10496 Change-Id: I485d691043f27b03e120353f0dfd6a2fb0aa07ec Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...since it does not make sense for TextEditor::QuickFix and TextEditor::FollowSymbol. Regarding the bug: - The bug was exposed by having "Active completion" set to *not* "Manual" in Options > Text Editor > Completion. - After choosing one item from the overrides list the cursor was positioned just right before the beginning of a function name, which is a valid activation sequence (see CodeAssistantPrivate::process())) As a consequence, a new proposal was requested. Task-number: QTCREATORBUG-10345 Change-Id: Ib0d10192863fb33c0958a9afbf76ca8e7de772f8 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Kai Koehne authored
Fix warning: Z-order assignment: '' is not a valid widget. Change-Id: Ic54ed85c91e96be097df8ff4d60416d49515f51a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
We always need to update the editor token even if we already know about the memory agent, because the editor behind it can change. Change-Id: I6101b5a5c1ee0698ae7c7668d0766056a19eadb8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 30 Oct, 2013 14 commits
-
-
Tobias Hunger authored
Change-Id: Ibb9c3492acc881c8a5d16bdf4ea91b910cab61a5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Do not concatenate translated parts, this will result in incorrect grammar. Change-Id: Ieba7c948c09b927213ddd127be80651333f911ee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10574 Change-Id: I169762ce9d2388866f1aa16f2b7128cfd42e7cee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
Something might go wrong during the rewrite and we should catch this instead of just crashing. Change-Id: Ic8ac6637d8c1f0c8aad86161386c0ee2e2e53fd6 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
We do not want to add the QtQuick import. Change-Id: Ie94632f6be4826a69e365f2dcd565a52f180062b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I7caf53091dae99239db2cc59c0a067b9d77fc1c9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Combobox is styled and always shows "Add Import" as current text. I reimplented the paint event to get this behavior. Change-Id: I4448644397e7a39488f2e961728ebef924eec7ff Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Daniel Teske authored
This does include qWarning() and qDebug() output Task-number: QTCREATORBUG-10559 Change-Id: I12e98cc25574003d1d26cda84dff5db0c323959d Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
David Schulz authored
Change-Id: Ibdc499d74a53ddd32040f9354c14bd748662ada2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Lincoln Ramsay authored
A code review change broke the logic. Revise to avoid this bug. Load the saved height once at startup and save it at app close. Track changes to the height as they happen. This ensures the output pane does not get taller if you shrink it and then switch tabs. Task-number: QTCREATORBUG-8877 Change-Id: If0d0d0d45f2944477003eb407e64567441bad414 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Change-Id: Ic8b88707d6cab9e4bd30db02595017fc6e5b84de Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I9d1c7e5c16d492163d1f6459903096f3b9fb0758 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: If5b59896b36e2957c8c634184d75f859b6d1f91a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
The command line equivalent of the respective options often gets too long for the summary, which means that the end of the string is cut off. Not only does that look ugly, it also hides information that is not trivially available otherwise, such as the full path to the install root. This patch therefore adds a text edit field that is guaranteed to be able to display the complete command line. This is also consistent with what the qmake step does. Change-Id: Ic8d20e484e9cfe4980ea9eff05843fef1012f067 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-